diff options
Diffstat (limited to 'theme')
| -rwxr-xr-x | theme/css/bubbles.css | 3 | ||||
| -rwxr-xr-x | theme/css/website.css | 38 | ||||
| -rwxr-xr-x | theme/header.tpl | 70 | ||||
| -rwxr-xr-x | theme/images/fourisland_header.png | bin | 24386 -> 24124 bytes |
4 files changed, 47 insertions, 64 deletions
| diff --git a/theme/css/bubbles.css b/theme/css/bubbles.css index ac982f9..bf3445c 100755 --- a/theme/css/bubbles.css +++ b/theme/css/bubbles.css | |||
| @@ -34,7 +34,8 @@ div.bubble div.rounded { | |||
| 34 | border: 3px solid #fff; | 34 | border: 3px solid #fff; |
| 35 | background-color: #b7e0ff; | 35 | background-color: #b7e0ff; |
| 36 | } | 36 | } |
| 37 | div.bubble div.rounded blockquote { | 37 | div.bubble div.rounded blockquote, |
| 38 | div.bubble div.navbar-rounded blockquote { | ||
| 38 | border: 0; | 39 | border: 0; |
| 39 | background-color: transparent; | 40 | background-color: transparent; |
| 40 | } | 41 | } |
| diff --git a/theme/css/website.css b/theme/css/website.css index 6161d8d..56c2c4a 100755 --- a/theme/css/website.css +++ b/theme/css/website.css | |||
| @@ -107,6 +107,7 @@ div#banner, div#fi-banner { | |||
| 107 | 107 | ||
| 108 | div#banner { | 108 | div#banner { |
| 109 | background-image: url("/theme/images/fourisland_header.png"); | 109 | background-image: url("/theme/images/fourisland_header.png"); |
| 110 | background-position: center; | ||
| 110 | } | 111 | } |
| 111 | 112 | ||
| 112 | body div#banner h1, body div#fi-banner h1 { | 113 | body div#banner h1, body div#fi-banner h1 { |
| @@ -132,10 +133,19 @@ div#banner h1, div#fi-banner h1 { | |||
| 132 | 133 | ||
| 133 | div#fi-navbar { | 134 | div#fi-navbar { |
| 134 | position: relative; | 135 | position: relative; |
| 136 | background-color: #b7e0ff; | ||
| 137 | border-left: 5px solid gray; | ||
| 138 | border-right: 5px solid gray; | ||
| 139 | border-top: none; | ||
| 140 | border-bottom: none; | ||
| 141 | width: auto; | ||
| 142 | margin-bottom: 14px; | ||
| 143 | font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif; | ||
| 135 | } | 144 | } |
| 136 | 145 | ||
| 137 | div#fi-navbar .rounded { | 146 | div#fi-navbar div { |
| 138 | padding: 0; | 147 | padding: .001em 0; |
| 148 | margin: 10px; | ||
| 139 | } | 149 | } |
| 140 | 150 | ||
| 141 | div#fi-navbar ul { | 151 | div#fi-navbar ul { |
| @@ -185,7 +195,6 @@ div#fi-navbar div.bubble blockquote a { | |||
| 185 | div#rightbar { | 195 | div#rightbar { |
| 186 | float: left; | 196 | float: left; |
| 187 | width: 250px; /*210*/ | 197 | width: 250px; /*210*/ |
| 188 | padding: 0 10; | ||
| 189 | } | 198 | } |
| 190 | 199 | ||
| 191 | div.sidebar { | 200 | div.sidebar { |
| @@ -236,23 +245,9 @@ div#sidebar li img { | |||
| 236 | margin: 10px auto; | 245 | margin: 10px auto; |
| 237 | text-align: left; | 246 | text-align: left; |
| 238 | padding: 0; | 247 | padding: 0; |
| 239 | } | ||
| 240 | |||
| 241 | body.fourm div#wrap, | ||
| 242 | body.poll div#wrap, | ||
| 243 | body.admin div#wrap { | ||
| 244 | background-image: url(/theme/images/bg_body.gif); | 248 | background-image: url(/theme/images/bg_body.gif); |
| 245 | background-repeat: repeat-y; | 249 | background-repeat: repeat-y; |
| 246 | } | 250 | border-top: 4px solid gray; |
| 247 | |||
| 248 | div#top-fade { | ||
| 249 | position: absolute; | ||
| 250 | top: 0; | ||
| 251 | left: 0; | ||
| 252 | width: 100%; | ||
| 253 | background-image: url(/theme/images/top_fade.png); | ||
| 254 | height: 400px; | ||
| 255 | z-index: 0; | ||
| 256 | } | 251 | } |
| 257 | 252 | ||
| 258 | #page-body { | 253 | #page-body { |
| @@ -310,17 +305,10 @@ div#footer { | |||
| 310 | margin-top: .5em; | 305 | margin-top: .5em; |
| 311 | text-align: center; | 306 | text-align: center; |
| 312 | font-size: .68em; | 307 | font-size: .68em; |
| 313 | width: 100%; | ||
| 314 | border-top: 1px black solid; | 308 | border-top: 1px black solid; |
| 315 | border-bottom: 4px gray solid; | 309 | border-bottom: 4px gray solid; |
| 316 | } | 310 | } |
| 317 | 311 | ||
| 318 | body.home div#footer { | ||
| 319 | background-color: white; | ||
| 320 | border-left: 4px gray solid; | ||
| 321 | border-right: 4px gray solid; | ||
| 322 | } | ||
| 323 | |||
| 324 | div#footer ul.rows li { | 312 | div#footer ul.rows li { |
| 325 | display: list-item; | 313 | display: list-item; |
| 326 | } | 314 | } |
| diff --git a/theme/header.tpl b/theme/header.tpl index d5b24b1..dfe3459 100755 --- a/theme/header.tpl +++ b/theme/header.tpl | |||
| @@ -16,8 +16,6 @@ | |||
| 16 | </HEAD> | 16 | </HEAD> |
| 17 | 17 | ||
| 18 | <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->> | 18 | <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->> |
| 19 | <DIV ID="top-fade"></DIV> | ||
| 20 | |||
| 21 | <DIV ID="wrap"> | 19 | <DIV ID="wrap"> |
| 22 | <DIV ID="page-header"> | 20 | <DIV ID="page-header"> |
| 23 | <DIV ID="banner" STYLE="position: relative;"> | 21 | <DIV ID="banner" STYLE="position: relative;"> |
| @@ -30,48 +28,44 @@ | |||
| 30 | <DIV CLASS="cleardiv"></DIV> | 28 | <DIV CLASS="cleardiv"></DIV> |
| 31 | 29 | ||
| 32 | <DIV ID="fi-navbar"> | 30 | <DIV ID="fi-navbar"> |
| 33 | <DIV CLASS="bubble"> | 31 | <DIV> |
| 34 | <DIV CLASS="rounded"> | 32 | <UL> |
| 35 | <BLOCKQUOTE> | 33 | <LI<!--HOMEACTIVE-->> |
| 36 | <UL> | 34 | <IMG SRC="/theme/images/icons/newspaper.png" ALT="Blog"> |
| 37 | <LI<!--HOMEACTIVE-->> | 35 | <A HREF="http://fourisland.com/">Blog</A> |
| 38 | <IMG SRC="/theme/images/icons/newspaper.png" ALT="Blog"> | 36 | </LI> |
| 39 | <A HREF="http://fourisland.com/">Blog</A> | ||
| 40 | </LI> | ||
| 41 | 37 | ||
| 42 | <LI> | 38 | <LI> |
| 43 | <A HREF="http://projects.fourisland.com/">Projects</A> | 39 | <A HREF="http://projects.fourisland.com/">Projects</A> |
| 44 | </LI> | 40 | </LI> |
| 45 | 41 | ||
| 46 | <LI<!--FOURMACTIVE-->> | 42 | <LI<!--FOURMACTIVE-->> |
| 47 | <IMG SRC="/theme/images/icons/comment.png" ALT="The Fourm"> | 43 | <IMG SRC="/theme/images/icons/comment.png" ALT="The Fourm"> |
| 48 | <A HREF="http://fourisland.com/fourm/">The Fourm</A> | 44 | <A HREF="http://fourisland.com/fourm/">The Fourm</A> |
| 49 | </LI> | 45 | </LI> |
| 50 | 46 | ||
| 51 | <LI<!--WIKIACTIVE-->> | 47 | <LI<!--WIKIACTIVE-->> |
| 52 | <IMG SRC="/theme/images/icons/page_edit.png" ALT="Fouripedia"> | 48 | <IMG SRC="/theme/images/icons/page_edit.png" ALT="Fouripedia"> |
| 53 | <A HREF="http://fourisland.com/wiki/">Fouripedia</A> | 49 | <A HREF="http://fourisland.com/wiki/">Fouripedia</A> |
| 54 | </LI> | 50 | </LI> |
| 55 | 51 | ||
| 56 | <LI<!--POLLACTIVE-->> | 52 | <LI<!--POLLACTIVE-->> |
| 57 | <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls"> | 53 | <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls"> |
| 58 | <A HREF="http://fourisland.com/poll/">Polls</A> | 54 | <A HREF="http://fourisland.com/poll/">Polls</A> |
| 59 | </LI> | 55 | </LI> |
| 60 | 56 | ||
| 61 | <LI<!--QUOTESACTIVE-->> | 57 | <LI<!--QUOTESACTIVE-->> |
| 62 | <IMG SRC="/theme/images/icons/16-file-page.png" ALT="Quotes"> | 58 | <IMG SRC="/theme/images/icons/16-file-page.png" ALT="Quotes"> |
| 63 | <A HREF="http://fourisland.com/quotes/">Quotes</A> | 59 | <A HREF="http://fourisland.com/quotes/">Quotes</A> |
| 64 | </LI> | 60 | </LI> |
| 65 | 61 | ||
| 66 | <!--BEGIN MEMBERS--> | 62 | <!--BEGIN MEMBERS--> |
| 67 | <LI<!--LOGACTIVE-->> | 63 | <LI<!--LOGACTIVE-->> |
| 68 | <IMG SRC="/theme/images/icons/door_in.png" ALT="Log<!--LOGDATA-->"> | 64 | <IMG SRC="/theme/images/icons/door_in.png" ALT="Log<!--LOGDATA-->"> |
| 69 | <A HREF="http://fourisland.com/log<!--LOGDATA-->.php?redirect=<!--REDIRPAGE-->">Log<!--LOGDATA--></A> | 65 | <A HREF="http://fourisland.com/log<!--LOGDATA-->.php?redirect=<!--REDIRPAGE-->">Log<!--LOGDATA--></A> |
| 70 | </LI> | 66 | </LI> |
| 71 | <!--END MEMBERS--> | 67 | <!--END MEMBERS--> |
| 72 | </UL> | 68 | </UL> |
| 73 | </BLOCKQUOTE> | ||
| 74 | </DIV> | ||
| 75 | </DIV> | 69 | </DIV> |
| 76 | </DIV> | 70 | </DIV> |
| 77 | 71 | ||
| diff --git a/theme/images/fourisland_header.png b/theme/images/fourisland_header.png index becd0b1..35f7886 100755 --- a/theme/images/fourisland_header.png +++ b/theme/images/fourisland_header.png | |||
| Binary files differ | |||
