diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-24 17:16:54 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-24 17:16:54 -0500 |
| commit | 326314e6c07af25ae4e0f20299b86cdc100528e9 (patch) | |
| tree | c6cf286ce33ba8c52a83fc700d32ec5fa760c071 /theme/css/quotes.php | |
| parent | 4063314dc7b0b7005054b762909c9f63c389f6d6 (diff) | |
| download | fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.gz fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.bz2 fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.zip | |
Returned day and night effects
Diffstat (limited to 'theme/css/quotes.php')
| -rwxr-xr-x | theme/css/quotes.php | 199 |
1 files changed, 0 insertions, 199 deletions
| diff --git a/theme/css/quotes.php b/theme/css/quotes.php deleted file mode 100755 index f66ad14..0000000 --- a/theme/css/quotes.php +++ /dev/null | |||
| @@ -1,199 +0,0 @@ | |||
| 1 | <?php | ||
| 2 | /* | ||
| 3 | 444444444 | ||
| 4 | 4::::::::4 | ||
| 5 | 4:::::::::4 | ||
| 6 | 4::::44::::4 | ||
| 7 | 4::::4 4::::4 Four Island | ||
| 8 | 4::::4 4::::4 | ||
| 9 | 4::::4 4::::4 Written and maintained by Starla Insigna | ||
| 10 | 4::::444444::::444 | ||
| 11 | 4::::::::::::::::4 theme/css/quotes.php | ||
| 12 | 4444444444:::::444 | ||
| 13 | 4::::4 Please do not use, reproduce or steal the | ||
| 14 | 4::::4 contents of this file without explicit | ||
| 15 | 4::::4 permission from Hatkirby. | ||
| 16 | 44::::::44 | ||
| 17 | 4::::::::4 | ||
| 18 | 4444444444 | ||
| 19 | */ | ||
| 20 | |||
| 21 | if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | ||
| 22 | |||
| 23 | require('headerproc.php'); | ||
| 24 | |||
| 25 | ?> | ||
| 26 | /* site-wide */ | ||
| 27 | div#site_all{ | ||
| 28 | font-family: serif; | ||
| 29 | font-size: 12pt; | ||
| 30 | margin-left: 9%; | ||
| 31 | margin-right: 9%; | ||
| 32 | } | ||
| 33 | a#site_nav_admin{ | ||
| 34 | color: #c08000; | ||
| 35 | } | ||
| 36 | a#site_nav_logout{ | ||
| 37 | color: #000000; | ||
| 38 | } | ||
| 39 | a#site_admin_flag, a#site_admin_queue{ | ||
| 40 | color: #336699; | ||
| 41 | } | ||
| 42 | |||
| 43 | |||
| 44 | /* quote-output styles */ | ||
| 45 | |||
| 46 | div.quote_quote{ | ||
| 47 | padding-bottom: 5pt; | ||
| 48 | } | ||
| 49 | div.quote_whole{ | ||
| 50 | padding-top: 10pt; | ||
| 51 | } | ||
| 52 | |||
| 53 | /* searchpage */ | ||
| 54 | input#search_submit-button{ | ||
| 55 | background-color: #c08000; | ||
| 56 | } | ||
| 57 | input#search_query-box{ | ||
| 58 | background-color: #f0f0f0; | ||
| 59 | } | ||
| 60 | select#search_sortby-dropdown{ | ||
| 61 | background-color: #f0f0f0; | ||
| 62 | } | ||
| 63 | select#search_limit-dropdown{ | ||
| 64 | background-color: #f0f0f0; | ||
| 65 | } | ||
| 66 | |||
| 67 | |||
| 68 | /* home_*: styles for the default homepage */ | ||
| 69 | |||
| 70 | div.home_news_date{ | ||
| 71 | font-weight: bold; | ||
| 72 | } | ||
| 73 | div#home_greeting{ | ||
| 74 | float: left; | ||
| 75 | width: 50%; | ||
| 76 | } | ||
| 77 | div#home_news{ | ||
| 78 | width: 100%; | ||
| 79 | } | ||
| 80 | |||
| 81 | |||
| 82 | /* *admin*: used on administration pages and admin-only content */ | ||
| 83 | |||
| 84 | div#site_admin_nav{ | ||
| 85 | position: relative; | ||
| 86 | margin-top: 90pt; | ||
| 87 | clear: both; | ||
| 88 | margin-top: -.1pt; | ||
| 89 | } | ||
| 90 | div#site_admin_nav_upper_linkbar{ | ||
| 91 | background-color: #f0f0f0; | ||
| 92 | } | ||
| 93 | div#site_admin_nav_lower_infobar{ | ||
| 94 | background-color: #c08000; | ||
| 95 | text-align: right; | ||
| 96 | } | ||
| 97 | html>body div#site_admin_nav{ /* hack for firefox, disabled in opera and ie */ | ||
| 98 | margin-top: 0pt; | ||
| 99 | } | ||
| 100 | .admin_queue_alt1{ | ||
| 101 | background-color: #ffffff; | ||
| 102 | } | ||
| 103 | .admin_queue_alt2{ | ||
| 104 | background-color: #f0f0f0; | ||
| 105 | } | ||
| 106 | input#admin_login_username-box{ | ||
| 107 | background-color: #f0f0f0; | ||
| 108 | } | ||
| 109 | input#admin_login_password-box{ | ||
| 110 | background-color: #f0f0f0; | ||
| 111 | } | ||
| 112 | input#admin_login_submit-button{ | ||
| 113 | background-color: #c08000; | ||
| 114 | } | ||
| 115 | |||
| 116 | |||
| 117 | /* site_nav_*: navigation on the top, for everyone */ | ||
| 118 | |||
| 119 | div#site_nav_lower{ | ||
| 120 | background-color: #f0f0f0; | ||
| 121 | } | ||
| 122 | div#site_nav_lower_linkbar{ | ||
| 123 | clear: both; | ||
| 124 | text-align: right; | ||
| 125 | } | ||
| 126 | div#site_nav_upper{ | ||
| 127 | background-color: #c08000; | ||
| 128 | padding: 3px; | ||
| 129 | } | ||
| 130 | div#site_nav_upper_qms{ | ||
| 131 | position: relative; | ||
| 132 | z-index: 1; | ||
| 133 | float: left; | ||
| 134 | font-size: 14pt; | ||
| 135 | font-weight: bold; | ||
| 136 | font-style: italic; | ||
| 137 | } | ||
| 138 | div#site_nav_upper_qms-long{ | ||
| 139 | position: relative; | ||
| 140 | z-index: 1; | ||
| 141 | float: right; | ||
| 142 | font-weight: bold; | ||
| 143 | font-size: 15pt; | ||
| 144 | } | ||
| 145 | div#site_nav{ | ||
| 146 | position: relative; | ||
| 147 | z-index: 0; | ||
| 148 | } | ||
| 149 | |||
| 150 | |||
| 151 | /* user-based functions */ | ||
| 152 | div#add_outputmsg_quote{ | ||
| 153 | padding-top: 10pt; | ||
| 154 | font-family: monospace; | ||
| 155 | padding-bottom: 10pt; | ||
| 156 | } | ||
| 157 | |||
| 158 | |||
| 159 | /* page titles */ | ||
| 160 | div#quote_origin-name{ | ||
| 161 | font-size: 23.6pt; | ||
| 162 | font-weight: bold; | ||
| 163 | } | ||
| 164 | div#search_title{ | ||
| 165 | font-size: 23.6pt; | ||
| 166 | font-weight: bold; | ||
| 167 | } | ||
| 168 | div#admin_add-news_title{ | ||
| 169 | font-size: 23.6pt; | ||
| 170 | font-weight: bold; | ||
| 171 | } | ||
| 172 | div#add_title{ | ||
| 173 | font-size: 23.6pt; | ||
| 174 | font-weight: bold; | ||
| 175 | } | ||
| 176 | div#admin_queue_title{ | ||
| 177 | font-size: 23.6pt; | ||
| 178 | font-weight: bold; | ||
| 179 | } | ||
| 180 | div#admin_flag_title{ | ||
| 181 | font-size: 23.6pt; | ||
| 182 | font-weight: bold; | ||
| 183 | } | ||
| 184 | div#admin_change-pw_title{ | ||
| 185 | font-size: 23.6pt; | ||
| 186 | font-weight: bold; | ||
| 187 | } | ||
| 188 | div#admin_users_title{ | ||
| 189 | font-size: 23.6pt; | ||
| 190 | font-weight: bold; | ||
| 191 | } | ||
| 192 | div#admin_add-user_title{ | ||
| 193 | font-size: 23.6pt; | ||
| 194 | font-weight: bold; | ||
| 195 | } | ||
| 196 | |||
| 197 | div.quote_pagenums{ | ||
| 198 | text-align: center; | ||
| 199 | } | ||
