summary refs log tree commit diff stats
path: root/theme/css/quotes.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/quotes.php')
-rw-r--r--theme/css/quotes.php199
1 files changed, 199 insertions, 0 deletions
diff --git a/theme/css/quotes.php b/theme/css/quotes.php new file mode 100644 index 0000000..f66ad14 --- /dev/null +++ b/theme/css/quotes.php
@@ -0,0 +1,199 @@
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
104::::444444::::444
114::::::::::::::::4 theme/css/quotes.php
124444444444:::::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
21if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);}
22
23require('headerproc.php');
24
25?>
26/* site-wide */
27div#site_all{
28 font-family: serif;
29 font-size: 12pt;
30 margin-left: 9%;
31 margin-right: 9%;
32}
33a#site_nav_admin{
34 color: #c08000;
35}
36a#site_nav_logout{
37 color: #000000;
38}
39a#site_admin_flag, a#site_admin_queue{
40 color: #336699;
41}
42
43
44/* quote-output styles */
45
46div.quote_quote{
47 padding-bottom: 5pt;
48}
49div.quote_whole{
50 padding-top: 10pt;
51}
52
53/* searchpage */
54input#search_submit-button{
55 background-color: #c08000;
56}
57input#search_query-box{
58 background-color: #f0f0f0;
59}
60select#search_sortby-dropdown{
61 background-color: #f0f0f0;
62}
63select#search_limit-dropdown{
64 background-color: #f0f0f0;
65}
66
67
68/* home_*: styles for the default homepage */
69
70div.home_news_date{
71 font-weight: bold;
72}
73div#home_greeting{
74 float: left;
75 width: 50%;
76}
77div#home_news{
78 width: 100%;
79}
80
81
82/* *admin*: used on administration pages and admin-only content */
83
84div#site_admin_nav{
85 position: relative;
86 margin-top: 90pt;
87 clear: both;
88 margin-top: -.1pt;
89}
90div#site_admin_nav_upper_linkbar{
91 background-color: #f0f0f0;
92}
93div#site_admin_nav_lower_infobar{
94 background-color: #c08000;
95 text-align: right;
96}
97html>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}
106input#admin_login_username-box{
107 background-color: #f0f0f0;
108}
109input#admin_login_password-box{
110 background-color: #f0f0f0;
111}
112input#admin_login_submit-button{
113 background-color: #c08000;
114}
115
116
117/* site_nav_*: navigation on the top, for everyone */
118
119div#site_nav_lower{
120 background-color: #f0f0f0;
121}
122div#site_nav_lower_linkbar{
123 clear: both;
124 text-align: right;
125}
126div#site_nav_upper{
127 background-color: #c08000;
128 padding: 3px;
129}
130div#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}
138div#site_nav_upper_qms-long{
139 position: relative;
140 z-index: 1;
141 float: right;
142 font-weight: bold;
143 font-size: 15pt;
144}
145div#site_nav{
146 position: relative;
147 z-index: 0;
148}
149
150
151/* user-based functions */
152div#add_outputmsg_quote{
153 padding-top: 10pt;
154 font-family: monospace;
155 padding-bottom: 10pt;
156}
157
158
159/* page titles */
160div#quote_origin-name{
161 font-size: 23.6pt;
162 font-weight: bold;
163}
164div#search_title{
165 font-size: 23.6pt;
166 font-weight: bold;
167}
168div#admin_add-news_title{
169 font-size: 23.6pt;
170 font-weight: bold;
171}
172div#add_title{
173 font-size: 23.6pt;
174 font-weight: bold;
175}
176div#admin_queue_title{
177 font-size: 23.6pt;
178 font-weight: bold;
179}
180div#admin_flag_title{
181 font-size: 23.6pt;
182 font-weight: bold;
183}
184div#admin_change-pw_title{
185 font-size: 23.6pt;
186 font-weight: bold;
187}
188div#admin_users_title{
189 font-size: 23.6pt;
190 font-weight: bold;
191}
192div#admin_add-user_title{
193 font-size: 23.6pt;
194 font-weight: bold;
195}
196
197div.quote_pagenums{
198 text-align: center;
199}