more hidden instructions
[engit/enperl-site.git] / enlightenedperl.org / style / layout.css
CommitLineData
abf82377 1/* -------------------------------------------------
2 BOXES and DIVs
3------------------------------------------------- */
4
5#wrap{
6 position: absolute;
7 top: 0px;
8 left: 28px;
9 width: 950px;
10 background: none;
11
12}
13
14#header-left {
15 position: absolute;
16 top: 0px;
17 left: 0px;
18 background: url(images/top_left.png) no-repeat;
19 width: 161x;
20 height 100px;
21 border-left: 8px solid #d7e3f4;
22}
23
24#header-middle {
25 position: absolute;
26 top: 0px;
27 left: 80px;
28 background: url(images/top_middle.png) repeat-x;
29 width: 862px;
30 height 100px;
31 border-right: 8px solid #d7e3f4;
32}
33
34#header-text {
35 position: absolute;
36 top: 45px;
37 left: 60px;
38 background: none;
39 width: 870px;
40 height 49px;
41}
42
43
44
45#nav {
46 position: absolute;
47 top: 121px;
48 left: 8px;
49 width: 914px;
50 padding: 12px 20px 0 0px;
51 height: 30px;
52 text-align: right;
53 background: #fbffd5;
54}
55
56#main {
57 position: absolute;
58 display: block;
59 top: 158px;
60 left: 0px;
61 width: 934px;
62 padding: 0px;
63 background: #ffffff;
64 border-left: 8px solid #d7e3f4;
65 border-right: 8px solid #d7e3f4 ;
66}
67
68#content {
69 width: 550px;
70 float: left;
71 margin: 10px 0px 10px 10px;
72}
73
74#linknews {
75 width: 282px;
76 float: right;
77 margin: 0px 10px 10px 0px;
78 padding: 0px 10px 50px 10px;
79}
80
81#latest {
82 margin: 0px 0px 0px 0px;
83 padding: 0px;
84}
85
86#pageindex {
87 width: 262px;
88 float: right;
89 margin: 0px 23px 10px 20px;
90 background: white;
91}
92
93#footer {
94 clear: both;
95 background: url(images/footer.png) no-repeat;
96 font-size: 10px;
97 width: 914px;
98 padding: 0px 23px 15px 0px;
99 text-align: right;
100 line-height: 80px;
101 margin: 0px 0px 0px 0px;
102 border-bottom: 20px solid #d7e3f4;
103}