Revision d003560f
Added by Erik Kristensen almost 20 years ago
usr/local/www/themes/metallic/all.css | ||
---|---|---|
17 | 17 |
|
18 | 18 |
/* ID Based CSS Definitions */ |
19 | 19 |
#wrapper { |
20 |
|
|
20 |
|
|
21 | 21 |
} |
22 | 22 |
|
23 | 23 |
#header { |
24 | 24 |
background: url('images/header.jpg') no-repeat; |
25 | 25 |
background-position: 4px; |
26 |
height: 88px;
|
|
27 |
width: 805px;
|
|
26 |
height: 102px;
|
|
27 |
width: 808px;
|
|
28 | 28 |
margin-bottom: 5px; |
29 |
z-index: 2; |
|
29 | 30 |
} |
30 | 31 |
#header-left { |
31 | 32 |
position: relative; |
... | ... | |
75 | 76 |
} |
76 | 77 |
|
77 | 78 |
#content { |
78 |
border-top: 1px solid #FFFFFF; |
|
79 |
position: relative; |
|
80 |
top: -16px; |
|
81 |
left: 4px; |
|
79 | 82 |
margin-top: 0px; |
80 | 83 |
margin-left: 5px; |
81 | 84 |
padding-top: 0px; |
... | ... | |
88 | 91 |
height: 1px; |
89 | 92 |
} |
90 | 93 |
#right { |
91 |
|
|
94 |
position: relative; |
|
95 |
top: -10px; |
|
92 | 96 |
width: 770px; |
93 | 97 |
margin-top: 0px; |
94 | 98 |
margin-left: 5px; |
95 | 99 |
margin-right: 5px; |
96 |
margin-bottom: 10px; |
|
97 | 100 |
padding-top: 1px; |
98 | 101 |
padding-left: 10px; |
99 | 102 |
padding-right: 10px; |
100 | 103 |
} |
101 | 104 |
|
102 | 105 |
#footer { |
106 |
position: relative; |
|
103 | 107 |
background: url('images/footer.gif') no-repeat; |
104 |
top: 8px; |
|
105 |
padding: 0px; |
|
106 |
padding-top: 10px; |
|
107 |
margin: 6px; |
|
108 |
margin-left: 0px; |
|
109 |
margin-top: 2px; |
|
108 |
top: -18px; |
|
109 |
left: 6px; |
|
110 | 110 |
width: 805px; |
111 | 111 |
height: 75px; |
112 |
/* background-color: #990000; */ |
|
113 |
text-align: center; |
|
114 | 112 |
color: #ffffff; |
115 |
font-size: 0.75em; |
|
116 |
clear: both; |
|
113 |
text-align: center;; |
|
114 |
font-size: 0.9em; |
|
115 |
padding-top: 17px; |
|
117 | 116 |
margin-bottom: 20px; |
117 |
clear: both; |
|
118 | 118 |
} |
119 | 119 |
#footer p { |
120 | 120 |
padding: 0px; |
... | ... | |
126 | 126 |
/* background: url('images/menu.gif') no-repeat; */ |
127 | 127 |
/* width: 693px; */ |
128 | 128 |
position: relative; |
129 |
top: -30px;
|
|
130 |
left: 2px;
|
|
129 |
top: -25px;
|
|
130 |
left: -1px;
|
|
131 | 131 |
width: 800px; |
132 | 132 |
padding: 0px; |
133 | 133 |
height: 28px; |
... | ... | |
159 | 159 |
#navigation ul li ul { |
160 | 160 |
display: none; |
161 | 161 |
position: absolute; |
162 |
z-index: 1; |
|
162 | 163 |
top: 2em; |
163 | 164 |
left: 0px; |
164 | 165 |
font-weight: normal; |
Also available in: Unified diff
updating metallic theme