summary refs log tree commit diff stats
path: root/theme/css/website.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/website.css')
-rw-r--r--theme/css/website.css182
1 files changed, 0 insertions, 182 deletions
diff --git a/theme/css/website.css b/theme/css/website.css index c7adad6..10771bc 100644 --- a/theme/css/website.css +++ b/theme/css/website.css
@@ -48,86 +48,6 @@ a img {
48 border: 0; 48 border: 0;
49} 49}
50 50
51/* Body */
52
53body {
54 font-family: "Lucida Grande", "Arial", sans;
55 background-color: #111;
56}
57
58div#header {
59 width: 100%;
60 height: 200px;
61 background-image: url(http://fourisland.com/theme/images/header-repeat.png);
62 background-repeat: repeat-x;
63}
64
65div#banner {
66 width: 800px;
67 height: 200px;
68 margin: 0 auto;
69 background-image: url(http://fourisland.com/theme/images/header.png);
70 background-position: bottom right;
71}
72
73div#header a {
74 width: 800px;
75 height: 200px;
76 text-indent: -5000px;
77 display: block;
78}
79
80div#sidebar {
81 width: 21%;
82 float: left;
83}
84
85div#content {
86 width: 69%;
87 float: right;
88 padding-left: 5%;
89 padding-right: 5%;
90 padding-top: 20px;
91}
92
93div#content div.rounded {
94 padding: 10px;
95}
96
97div#footer {
98 width: 100%;
99 padding-top: 20px;
100 padding-bottom: 20px;
101}
102
103div#footer div.foot-module {
104 margin: 0 auto;
105 float: left;
106 width: 20%;
107 margin-left: 4%;
108 color: white;
109 font-size: 0.9em;
110}
111
112div#footer a {
113 color: white;
114 border-bottom: 1px dotted white;
115}
116
117div#footer div.foot-module ul {
118 list-style-type: square;
119}
120
121div#footer p {
122 font-size: 0.5em;
123 color: white;
124 text-align: center;
125}
126
127div#page-content {
128 background-color: #00ff00; /*#8B4513;*/
129 padding-bottom: 10px;
130}
131 51
132body[id^=fourm] div#page div#content code { 52body[id^=fourm] div#page div#content code {
133 display: block; 53 display: block;
@@ -146,36 +66,6 @@ body[id^=fourm] div#content h2 {
146 padding-bottom: 3px; 66 padding-bottom: 3px;
147} 67}
148 68
149body#fourm div#actual-content {
150 font-size: 60%;
151}
152
153ul#navbar {
154 text-align: center;
155 margin-top: 0;
156}
157
158ul#navbar li {
159 display: inline;
160 font-family: Verdana, sans-serif;
161 font-size: 1.1em;
162}
163
164ul#navbar li+li:before {
165 content: " - ";
166}
167
168ul#navbar li img, ul#navbar li.active span {
169 display: none;
170}
171
172ul#navbar li.active img {
173 display: inline;
174 background-color: white;
175 outline: white solid .5em;
176 margin: 0 .5em;
177}
178
179.invisible { 69.invisible {
180 display: none; 70 display: none;
181} 71}
@@ -265,78 +155,6 @@ table.webmail th {
265 text-align: left; 155 text-align: left;
266} 156}
267 157
268/* Sidebar */
269
270div#rightbar {
271 float: left;
272 width: 270px; /*210*/
273}
274
275div.sidebar {
276 width: 250px; /*250*/ /*240*/ /*210*/
277 padding: 0 10px;
278 margin-bottom: 5px;
279}
280
281div.sidebar h3 {
282 font-family: Verdana, Helvetica, Arial, sans-serif;
283 margin: 5px 0 0 0;
284 font-weight: bold;
285 color: #333333;
286}
287
288div.sidebar p {
289 font-size: 0.8em;
290 margin: 3px 0;
291}
292
293div#sidebar ul.hatnav {
294 list-style-type: none;
295 padding-left: 24px;
296 margin-top: 0 !important;
297 line-height: normal !important;
298 list-style-image: none !important;
299}
300
301div#sidebar ul {
302 list-style-type: none;
303}
304
305div#sidebar ul.hatnav li {
306 text-align: right;
307 border: 1px gray solid;
308 padding-top: 2px;
309 padding-bottom: 2px;
310 background-color: #111;
311 color: white;
312}
313
314div#sidebar ul.hatnav li a {
315 display: block;
316 width: 95%;
317 color: white;
318}
319
320div#sidebar li img {
321 border: 0;
322 height: 16px;
323 width: 16px;
324}
325
326div#sidebar ul.hatnav li.active {
327 background-color:#00FF00;
328 border: none;
329}
330
331div#sidebar ul.hatnav li:hover {
332 background-color:yellow;
333 border: none;
334}
335
336div#sidebar ul li.active a, div#sidebar ul li a:hover {
337 color: black;
338}
339
340div.cleardiv { 158div.cleardiv {
341 clear: both; 159 clear: both;
342} 160}