adding all of botlist, initial add
[botlist.git] / openbotlist / company / stylesheets / botlist.css
bloba7a39ab6cbdca6edebba5eb2610db8fb6855aa21
1 /**********************************************************
2 * Berlin Brown
3 * botlist.css
4 * 11/10/2006
5 **********************************************************/
7 h3.bot_headerinfo {
8 color: #816943;
9 font-size: 11pt;
10 font-family: Arial, Helvetica, Sans-Serif;
11 font-weight: bold;
12 margin-bottom: 0px;
13 margin-top: 0px;
16 h2.bot_splashinfo {
17 font-family: "arial", verdana, helvetica, sans-serif;
18 font-size: 14pt;
19 font-weight: bold;
20 margin-bottom: 0px;
21 margin-top: 0px;
22 color: #444;
25 h1.bot_settingsinfo {
26 font: bold 14px arial,helvetica,verdana,geneva,sans-serif;
27 color:#000000;
28 background-color: #fdf9f2;
29 padding: 8px;
32 h1.bot_forumpostinfo {
33 font: bold 12px arial,helvetica,verdana,geneva,sans-serif;
34 color:#444;
35 background-color: #fdf9f2;
36 padding: 8px;
37 font-weight: normal;
39 h1.bot_forumposttitle {
40 font: bold 14px arial,helvetica,verdana,geneva,sans-serif;
41 color: #000;
42 background-color: #fdf9f2;
43 padding: 2px;
46 /**********************************************************
48 * Navigation
50 **********************************************************/
51 #navigation {
52 height: 2.2em;
53 line-height: 2.2em;
54 margin: 0px;
55 background-color: #F4F4F4;
56 color: #5F4927;
59 #navigation ul {
60 margin: 0 0;
63 #navigation li {
64 float: left;
65 list-style-type: none;
66 border-right:1px solid #FFFFFF;
67 white-space: nowrap;
70 #navigation li a {
71 display: block;
72 padding:0 10px;
73 font-size: 11px;
74 font-weight: bold;
75 text-decoration:none;
76 background-color:inherit;
77 color: #444;
80 /**
81 * Over navigation links
83 #navigation .selected,#navigation a:hover {
84 background-color: #DEDEDF;
85 color:#000;
86 text-decoration: none;
89 /**********************************************************
91 * Default Table - used for listings on main page
93 **********************************************************/
94 table.sample td {
95 padding: 2px;
97 table.sample th {
98 background-color: #DDD;
99 text-align: left;
100 padding: 2px;
103 div#forum_listing_sect {
104 border: 1px solid #DDD;
105 padding: 10px;
107 div#forum_listing_sect a {
108 color: green;
109 font-size: 9pt;
110 text-decoration: none;
113 /** End of style for default table */
115 table.viewlisting td {
116 font-size: 10pt;
119 a.linklist_sample {
120 COLOR: #686;
121 font-size: 8pt;
122 text-decoration: none;
124 a.linklist_botnav {
125 COLOR: #686;
126 font-size: 9pt;
127 text-decoration: none;
130 a.index_img:focus, a.index_img:active {
131 outline: 0;
132 moz-outline: none;
135 /**********************************************************
136 * Botverse stats
137 **********************************************************/
138 table.forstats td {
139 color: #555;
140 font-size: 10pt;
141 border: 1px solid #ccc;
142 padding: 2px;
145 /**********************************************************
146 * Rating CSS For Botverse links
147 **********************************************************/
148 .rating_area {
149 font-family: arial, verdana, helvetica, sans-serif; font-size: 9pt;
150 font-weight: bold;
151 color: #666;
152 padding: 2px;
153 background-color: #f9f9f9;
154 margin-right: 2px;
155 border: 1px solid #f5f5f5;
158 /**********************************************************
159 * List Links
160 **********************************************************/
162 table.linklist_data a {
163 font-size: 10pt;
164 text-decoration: none;
167 table.linklist_data td {
168 font-size: 10pt;
171 /**********************************************************
172 * Botverse Link CSS including comment links
173 **********************************************************/
174 span.linklist_comments a {
175 font-size: 8pt;
176 text-decoration: none;
177 color: #555;
179 .linklist_comments_date {
180 color: #999;
182 /** ==== style for the hostname name link and description */
183 .linklist_comments_host {
184 font-size: 10px;
185 color: #999999;
187 a.linklist_comments_host {
188 font-size: 10px;
189 text-decoration: none;
190 color: #555;
193 .linklist_comments_txt {
194 font-size: 8pt;
196 .linklist_comments {
197 background-color: #e7f0f1;
198 padding-left: 1px;
199 padding-right: 1px;
202 .linklist_keywords {
203 margin-left: 24px;
204 background-color: #FFFBEB;
205 border-top: 1px solid #f1f1f1;
206 padding-left: 4px;
207 padding-right: 12px;
208 color: #777;
209 font-size: 10px;
212 span.linklist_keywords a {
213 font-size: 10px;
214 text-decoration: none;
215 color: #7A7;
219 * View an individual comment, including 'light grey' background
220 * 1/2/2007
222 .single_view_comments {
223 background-color: #F1F1F1;
224 padding: 4px;
225 width: 74%;
228 .single_view_forum {
229 background-color: #FFF;
230 padding: 2px;
231 width: 74%;
234 /** ==== Paging Style */
235 #linklist_paging {
236 font-size: 10pt;
239 #linklist_paging a {
240 color: #541818;
241 text-decoration: none;
242 font-size: 10pt;
243 font-weight: bold;
245 .linklist_paging_pg {
246 padding: 4px;
247 background-color: #F3F3F4;
248 margin-left: 2px;
249 margin-right: 2px;
253 *=========================================================
254 * Error and Messages with Red highlights
255 *=========================================================
257 .general_field_error {
258 font-weight: bold;
259 color: #990000;
262 #info_spam_addition {
263 border: 2px solid red;
264 padding: 2px;
265 padding-bottom: 14px;
266 margin-bottom: 8px;
267 margin-top: 4px;
268 background-color: #f2f2f2;
271 #info_spam_addition h2 {
272 text-align: left;
273 font-weight: bold;
274 padding: 4px 4px 4px 4px;
275 font-size: 10px;
276 margin: 0px;
277 background-color: #CE8181;
278 color: #fff;
281 #info_spam_addition p {
282 color: #333;
283 margin-bottom: 0;
284 padding: 1px;
287 /** End of File */