diff options
| -rwxr-xr-x | theme/css/night.css | 4 | ||||
| -rwxr-xr-x | theme/css/website.css | 15 | ||||
| -rwxr-xr-x | theme/quotes/add.tpl | 2 | ||||
| -rwxr-xr-x | theme/quotes/browse.tpl | 2 | ||||
| -rwxr-xr-x | theme/quotes/pagenumbers.tpl | 2 | ||||
| -rwxr-xr-x | theme/quotes/search.tpl | 2 |
6 files changed, 18 insertions, 9 deletions
| diff --git a/theme/css/night.css b/theme/css/night.css index 614cc79..fba4758 100755 --- a/theme/css/night.css +++ b/theme/css/night.css | |||
| @@ -11,6 +11,8 @@ body div#top-fade { | |||
| 11 | background-image: url(/theme/images/top_fade_night.png) !important; | 11 | background-image: url(/theme/images/top_fade_night.png) !important; |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | body.home div.bubble cite { | 14 | body.home div.bubble cite, |
| 15 | body.quotes div#content p, | ||
| 16 | body.quotes cite { | ||
| 15 | color: yellow; | 17 | color: yellow; |
| 16 | } | 18 | } |
| diff --git a/theme/css/website.css b/theme/css/website.css index 9ae46d9..6161d8d 100755 --- a/theme/css/website.css +++ b/theme/css/website.css | |||
| @@ -13,14 +13,6 @@ body.fourm { | |||
| 13 | font-family: Verdana, Helvetica, Arial, sans-serif; | 13 | font-family: Verdana, Helvetica, Arial, sans-serif; |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | body.fourm div#wrap, | ||
| 17 | body.poll div#wrap, | ||
| 18 | body.quotes div#wrap, | ||
| 19 | body.admin div#wrap { | ||
| 20 | background-image: url(/theme/images/bg_body.gif); | ||
| 21 | background-repeat: repeat-y; | ||
| 22 | } | ||
| 23 | |||
| 24 | /* Effects */ | 16 | /* Effects */ |
| 25 | 17 | ||
| 26 | ::selection { | 18 | ::selection { |
| @@ -246,6 +238,13 @@ div#sidebar li img { | |||
| 246 | padding: 0; | 238 | padding: 0; |
| 247 | } | 239 | } |
| 248 | 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); | ||
| 245 | background-repeat: repeat-y; | ||
| 246 | } | ||
| 247 | |||
| 249 | div#top-fade { | 248 | div#top-fade { |
| 250 | position: absolute; | 249 | position: absolute; |
| 251 | top: 0; | 250 | top: 0; |
| diff --git a/theme/quotes/add.tpl b/theme/quotes/add.tpl index dc872ee..3ae8d3b 100755 --- a/theme/quotes/add.tpl +++ b/theme/quotes/add.tpl | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | <DIV CLASS="cleardiv"></DIV> | ||
| 2 | |||
| 1 | <H1>Contribute</H1> | 3 | <H1>Contribute</H1> |
| 2 | 4 | ||
| 3 | <!--BEGIN SUBMITTED--> | 5 | <!--BEGIN SUBMITTED--> |
| diff --git a/theme/quotes/browse.tpl b/theme/quotes/browse.tpl index c18c903..8726802 100755 --- a/theme/quotes/browse.tpl +++ b/theme/quotes/browse.tpl | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | <DIV CLASS="cleardiv"></DIV> | ||
| 2 | |||
| 1 | <!--BEGIN PAGENUMBERS--> | 3 | <!--BEGIN PAGENUMBERS--> |
| 2 | <!--INCLUDE quotes/pagenumbers--> | 4 | <!--INCLUDE quotes/pagenumbers--> |
| 3 | <!--END PAGENUMBERS--> | 5 | <!--END PAGENUMBERS--> |
| diff --git a/theme/quotes/pagenumbers.tpl b/theme/quotes/pagenumbers.tpl index d6aa3bb..56bedef 100755 --- a/theme/quotes/pagenumbers.tpl +++ b/theme/quotes/pagenumbers.tpl | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | <DIV CLASS="cleardiv"></DIV> | ||
| 2 | |||
| 1 | <CENTER> | 3 | <CENTER> |
| 2 | <A HREF="/quotes/<!--LORIGIN-->.php">First</A> | 4 | <A HREF="/quotes/<!--LORIGIN-->.php">First</A> |
| 3 | <A HREF="/quotes/<!--LORIGIN-->.php?page=<!--MINUSTEN-->">-10</A> | 5 | <A HREF="/quotes/<!--LORIGIN-->.php?page=<!--MINUSTEN-->">-10</A> |
| diff --git a/theme/quotes/search.tpl b/theme/quotes/search.tpl index edd546a..60c0afc 100755 --- a/theme/quotes/search.tpl +++ b/theme/quotes/search.tpl | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | <DIV CLASS="cleardiv"></DIV> | ||
| 2 | |||
| 1 | <H1>Search</H1> | 3 | <H1>Search</H1> |
| 2 | 4 | ||
| 3 | <FORM METHOD="POST" ACTION="/quotes/search.php?fetch="> | 5 | <FORM METHOD="POST" ACTION="/quotes/search.php?fetch="> |
