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')
-rwxr-xr-xtheme/css/website.css53
1 files changed, 19 insertions, 34 deletions
diff --git a/theme/css/website.css b/theme/css/website.css index 6b030fe..f0f2a0e 100755 --- a/theme/css/website.css +++ b/theme/css/website.css
@@ -1,9 +1,7 @@
1/* Four Island CSS */ 1/* Four Island CSS */
2 2
3body { 3body {
4 background-repeat: repeat-x; 4 background: repeat-x bottom left fixed;
5 background-attachment: fixed;
6 background-position: bottom left;
7 font-family: Arial, FreeSans; 5 font-family: Arial, FreeSans;
8 margin: 0px; 6 margin: 0px;
9 padding: 0px 0px 30px !important; 7 padding: 0px 0px 30px !important;
@@ -15,9 +13,15 @@ body.fourm {
15 13
16/* Effects */ 14/* Effects */
17 15
16/* NOTE: The ::selection and ::-moz-selection groups below, while
17 * containing the same code, do not, for some reason, work when put
18 * together
19 */
20
18::selection { 21::selection {
19 background: pink; 22 background: pink;
20} 23}
24
21::-moz-selection { 25::-moz-selection {
22 background: pink; 26 background: pink;
23} 27}
@@ -35,7 +39,7 @@ a:link {
35 text-decoration: none; 39 text-decoration: none;
36} 40}
37 41
38a:visited { 42a:visited, a:active {
39 color: blue; 43 color: blue;
40 text-decoration: none; 44 text-decoration: none;
41} 45}
@@ -48,11 +52,6 @@ a:hover, a:focus {
48 text-transform: capitalize; 52 text-transform: capitalize;
49} 53}
50 54
51a:active {
52 color: blue;
53 text-decoration: none;
54}
55
56a img { 55a img {
57 border: 0; 56 border: 0;
58} 57}
@@ -86,9 +85,7 @@ blockquote {
86 border-left: 3px solid #CCC; 85 border-left: 3px solid #CCC;
87 font-family: Helvetica, sans-serif; 86 font-family: Helvetica, sans-serif;
88 font-size: 14px; 87 font-size: 14px;
89 margin-top: 10px; 88 margin: 10px 0 10px 50px;
90 margin-bottom: 10px;
91 margin-left: 50px;
92} 89}
93 90
94pre { 91pre {
@@ -106,9 +103,7 @@ div#banner, div#fi-banner {
106} 103}
107 104
108div#banner { 105div#banner {
109 background-image: url("/theme/images/fourisland_header.png"); 106 background: white url("/theme/images/fourisland_header.png") center no-repeat;
110 background-position: center;
111 background-color: white;
112 width: 100%; 107 width: 100%;
113} 108}
114 109
@@ -139,6 +134,8 @@ div#fi-navbar {
139 width: auto; 134 width: auto;
140 margin-bottom: 14px; 135 margin-bottom: 14px;
141 font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif; 136 font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
137 height: 1.9em;
138 clear: both;
142} 139}
143 140
144div#fi-navbar div { 141div#fi-navbar div {
@@ -147,8 +144,7 @@ div#fi-navbar div {
147} 144}
148 145
149div#fi-navbar ul { 146div#fi-navbar ul {
150 margin-top: .25em; 147 margin: .25em 0;
151 margin-bottom: .25em;
152 padding-left: 1em; 148 padding-left: 1em;
153 text-align: center; 149 text-align: center;
154} 150}
@@ -163,11 +159,8 @@ div#fi-navbar ul li+li:before {
163 content: " - "; 159 content: " - ";
164} 160}
165 161
166div#fi-navbar ul li img { 162div#fi-navbar ul li img,
167 display: none; 163div#fi-navbar ul li.active span {
168}
169
170div#fi-navbar ul li.active a {
171 display: none; 164 display: none;
172} 165}
173 166
@@ -175,8 +168,7 @@ div#fi-navbar ul li.active img {
175 display: inline; 168 display: inline;
176 background-color: white; 169 background-color: white;
177 outline: white solid .5em; 170 outline: white solid .5em;
178 margin-left: .5em; 171 margin: 0 .5em;
179 margin-right: .5em;
180} 172}
181 173
182div#fi-navbar div.bubble blockquote { 174div#fi-navbar div.bubble blockquote {
@@ -192,7 +184,7 @@ div#fi-navbar div.bubble blockquote a {
192 184
193div#rightbar { 185div#rightbar {
194 float: left; 186 float: left;
195 width: 250px; /*210*/ 187 width: 270px; /*210*/
196} 188}
197 189
198div.sidebar { 190div.sidebar {
@@ -241,7 +233,6 @@ div#sidebar li img {
241#wrap { 233#wrap {
242 width: 910px; 234 width: 910px;
243 margin: 10px auto; 235 margin: 10px auto;
244 text-align: left;
245 padding: 0; 236 padding: 0;
246 background-color: white; 237 background-color: white;
247 background-color: rgba(255, 255, 255, 0.5); 238 background-color: rgba(255, 255, 255, 0.5);
@@ -255,8 +246,7 @@ div#sidebar li img {
255} 246}
256 247
257body.fourm #page-body { 248body.fourm #page-body {
258 margin-left: 25; 249 margin: 0 10px 0 25px;
259 margin-right: 10;
260 width: 95%; 250 width: 95%;
261 font-size: 62.5%; 251 font-size: 62.5%;
262} 252}
@@ -298,8 +288,7 @@ div.cleardiv {
298 288
299div#footer { 289div#footer {
300 clear: both; 290 clear: both;
301 padding-bottom: 1em; 291 padding: .5em 0 1em 0;
302 padding-top: .5em;
303 margin-top: .5em; 292 margin-top: .5em;
304 text-align: center; 293 text-align: center;
305 font-size: .68em; 294 font-size: .68em;
@@ -384,7 +373,3 @@ table.webmail th {
384 background-color: #FF9912; 373 background-color: #FF9912;
385 text-align: left; 374 text-align: left;
386} 375}
387
388table.webmail td {
389 word-wrap: break-word;
390}