Changesets can be listed by changeset number.
The Git repository is here.
Changeset 174
The start of modifications required for site integration. This check-in
focuses on basic template and style issues.
- Comitted by: rool
- Date: Friday March 02 16:00:22 2007 (over 17 years ago)
Affected files:
- rool/rails/beast/trunk/app/views/shared/
- rool/rails/beast/trunk/app/views/shared/_powered.rhtml
- rool/rails/beast/trunk/app/views/shared/_theme.rhtml
- rool/rails/beast/trunk/app/views/layouts/application.rhtml (diff)
- rool/rails/beast/trunk/app/views/topics/show.rhtml (diff)
- rool/rails/beast/trunk/public/stylesheets/display.css (diff)
rool/rails/beast/trunk/app/views/layouts/application.rhtml:
prev. | current | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
4 | ||
5 | | |
6 | | |
7 | | |
8 | | |
4 | <head> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
6 | <title>RISC OS Open: Forum<%= ": #{h @page_title}" if @page_title %></title> | |
7 | <%= stylesheet_link_tag 'display' %> | |
8 | <%= javascript_include_tag "prototype", "effects", "lowpro", "application" %> | |
<% unless @feed_icons.blank? -%> | ||
10 | | |
11 | | |
12 | | |
10 | <% @feed_icons.each do |feed| -%> | |
11 | <%= auto_discovery_link_tag :rss, feed[:url], :title => "Subscribe to '#{feed[:title]}'" %> | |
<% end -%> | ||
14 | | |
15 | ||
16 | ||
13 | <% end -%> | |
14 | <link rel="search" type="application/opensearchdescription+xml" href="http://<%= request.host_with_port %>/open_search.xml" /> | |
15 | </head> | |
16 | <body> | |
17 | <%= render 'shared/fixed_header' %> | |
18 | ||
19 | <!-- Forum contents table --> | |
20 | | |
21 | | |
22 | | |
23 | | |
24 | | |
25 | | |
26 | | |
27 | | |
28 | | |
21 | <p /> | |
22 | <table width="85%" cellspacing="0" cellpadding="0" align="center"> | |
23 | <tr valign="top" align="left"> | |
24 | <td width="75%"> | |
25 | <%#= hubssolib_flash_tags -%> | |
30 | | |
31 | | |
32 | | |
33 | | |
34 | | |
35 | | |
36 | | |
37 | | |
38 | | |
39 | | |
27 | <div id="container"> | |
28 | <div id="content"> | |
29 | <%= content_tag 'p', h(flash[:notice]), :class => 'notice' if flash[:notice] %> | |
30 | <%= content_tag 'p', h(flash[:error]), :class => 'notice error' if flash[:error] %> | |
31 | <%= @content_for_layout %> | |
32 | </div> | |
41 | | |
42 | | |
43 | ||
34 | <br style="clear:both;" /> | |
35 | </div> | |
36 | </td> | |
45 | ||
38 | <td> </td> | |
39 | <td bgcolor="#bbbbbb" class="column_divider"><img src="/images/utilities/blank.gif" width="1" height="1" alt="." border="0" /></td> | |
40 | <td> </td> | |
47 | ||
48 | | |
49 | ||
50 | ||
51 | | |
52 | ||
53 | ||
42 | <td width="25%"> | |
43 | <div id="sidebar"> | |
44 | <div class="sidebar-node"> | |
45 | <h3>Search forums</h3> | |
55 | ||
56 | | |
57 | ||
47 | <p /> | |
48 | <% form_tag all_search_posts_path, :method => 'get' do -%> | |
49 | <%= text_field_tag :q, params[:q], :size => 15, :id => :search_box %> | |
50 | <% end -%> | |
51 | </div> | |
59 | ||
53 | <%= render 'shared/fixed_sidebar' %> | |
61 | ||
55 | <p /> | |
56 | <div class="sidebar-node" id="right"> | |
57 | <%= @content_for_right %> | |
58 | </div> | |
59 | </div> | |
60 | <div id="nav-top"> | |
61 | <div class="navbar"> | |
62 | <h3>Options</h3> | |
63 | ||
64 | ||
65 | ||
66 | ||
67 | ||
68 | ||
69 | ||
70 | ||
71 | | |
72 | | |
73 | | |
74 | | |
75 | | |
76 | | |
77 | ||
78 | ||
79 | | |
80 | | |
81 | ||
82 | ||
83 | ||
84 | ||
64 | <ul> | |
65 | <li><%= link_to 'Forums', home_path, :rel => 'home' %></li> | |
66 | <li><%= link_to 'Users', users_path %></li> | |
67 | <% if logged_in? %> | |
68 | <li class="login"><%= link_to current_user.login, user_path(current_user) %></li> | |
69 | <li class="logout"><%= link_to "Settings", settings_path %></li> | |
70 | <li class="logout"><%= link_to "Logout", logout_path %></li> | |
71 | <% else %> | |
72 | <li><%= link_to "Signup", signup_path %></li> | |
73 | <li><%= link_to "Login", login_path %></li> | |
74 | <% end %> | |
75 | </ul> | |
76 | </div> | |
77 | </div> | |
78 | </td> | |
79 | </tr> | |
80 | </table> | |
81 | ||
82 | <%= render 'shared/fixed_footer' %> | |
83 | </body> | |
</html> |
rool/rails/beast/trunk/app/views/topics/show.rhtml:
prev. | current | |
<p class="pages">Pages: <strong><%= pagination_links @post_pages, :window_size => 10 %></strong></p> | ||
<% end -%> | ||
62 | ||
62 | <a name="<%= @posts.first.dom_id %>" id="<%= @posts.first.dom_id %>" class="spacer_link"> </a> | |
<table border="0" cellspacing="0" cellpadding="0" class="posts wide"> | ||
<% for post in @posts do %> | ||
<% unless post == @posts.first %> | ||
<tr class="spacer"> | ||
<td colspan="2"> | ||
69 | | |
69 | <a name="<%= post.dom_id %>" id="<%= post.dom_id %>" class="spacer_link"> </a> | |
</td> | ||
</tr> | ||
<% end %> |
rool/rails/beast/trunk/public/stylesheets/display.css:
prev. | current | |
1 | ||
2 | ||
3 | | |
4 | | |
5 | | |
6 | | |
7 | ||
1 | /* RISC OS Open Beast theme stylesheet. | |
2 | * | |
3 | * Heavily based on the Beast default theme. | |
4 | */ | |
9 | ||
6 | @import url("/css/risc_os_open.css"); | |
11 | ||
12 | ||
13 | | |
14 | | |
15 | | |
16 | ||
8 | #content form {margin-bottom:0;} | |
18 | ||
10 | #content p.subtle | |
{ | ||
20 | | |
21 | | |
22 | | |
23 | | |
24 | | |
25 | | |
26 | | |
27 | | |
28 | | |
12 | margin:0 0 0.5em; | |
13 | float:right; | |
} | ||
31 | ||
16 | #content .subtle a | |
{ | ||
33 | | |
34 | | |
35 | | |
36 | | |
37 | | |
38 | | |
39 | | |
18 | color:#999; | |
19 | font-size:0.7em; | |
} | ||
42 | ||
43 | ||
44 | | |
45 | ||
46 | ||
47 | ||
22 | #content img { border-width:0; } | |
49 | ||
24 | #content p.pages | |
{ | ||
51 | | |
52 | | |
26 | float:right; | |
27 | font-size:0.85em; | |
28 | margin-top:1.2em; | |
} | ||
55 | ||
31 | #content span.pipe | |
{ | ||
57 | | |
58 | | |
59 | | |
60 | | |
61 | | |
62 | | |
63 | | |
64 | | |
65 | | |
66 | | |
67 | | |
33 | color:#999; | |
34 | margin:0 0.15em; | |
} | ||
70 | ||
71 | ||
72 | ||
73 | ||
74 | | |
75 | | |
76 | | |
77 | ||
37 | #content div.news | |
{ | ||
79 | | |
80 | | |
81 | ||
82 | ||
83 | ||
84 | ||
85 | | |
86 | | |
87 | | |
88 | ||
89 | ||
90 | ||
39 | background:#cfc; | |
40 | text-align:center; | |
41 | margin:0 auto; | |
42 | width:40em; | |
43 | margin-top:1em; | |
44 | padding:7px 15px; | |
font-size:0.7em; | ||
46 | font-weight:bold; | |
} | ||
94 | ||
49 | #content div.news p { margin:0; } | |
96 | ||
51 | #content p.notice, | |
52 | #content p.sections | |
{ | ||
98 | | |
99 | | |
100 | | |
54 | background:#df9; | |
55 | padding:7px 15px; | |
56 | border:1px solid #bd7; | |
57 | margin-top:0; | |
58 | font-size:0.8em; | |
} | ||
103 | ||
61 | #content p.error | |
{ | ||
105 | | |
106 | | |
107 | ||
108 | ||
109 | ||
110 | ||
111 | | |
112 | | |
113 | | |
114 | | |
115 | | |
116 | | |
117 | | |
118 | | |
119 | ||
120 | ||
121 | ||
122 | ||
123 | ||
124 | ||
125 | | |
126 | | |
127 | | |
128 | | |
129 | | |
130 | ||
131 | ||
132 | ||
133 | ||
background:#c00; | ||
color:white; | ||
} | ||
67 | #content p.sections a.action { color:#c00; } | |
139 | ||
140 | ||
141 | ||
142 | ||
69 | #content .hasfile | |
{ | ||
144 | | |
145 | | |
146 | | |
71 | color:#090; | |
72 | font-weight:bold; | |
73 | margin-left:10em; | |
} | ||
149 | ||
76 | #content p.subtitle | |
{ | ||
151 | ||
78 | font-size:0.75em; | |
79 | color:#888; | |
80 | font-weight:bold; | |
} | ||
154 | ||
155 | | |
156 | ||
83 | #content p.subtitle img { vertical-align: bottom; } | |
84 | #content p.subtitle a { border: none; } | |
158 | ||
86 | #content h1 { margin-bottom: 10px; } | |
87 | #content h1 img { vertical-align:middle; } | |
88 | #content h1 span { font-size:0.7em; color:#999; font-weight:normal; padding-left: 1em;} | |
160 | ||
161 | ||
162 | | |
163 | | |
164 | | |
165 | | |
166 | | |
167 | ||
168 | ||
90 | #content h2 { font-size:1.0em; } | |
170 | ||
171 | ||
172 | ||
173 | | |
174 | ||
175 | ||
92 | #content h2 span | |
{ | ||
177 | | |
178 | | |
179 | | |
94 | color:#999; | |
95 | font-size:0.7em; | |
96 | margin-left:1em; | |
} | ||
182 | ||
99 | #content h3 | |
{ | ||
padding:2px 10px 3px; | ||
185 | | |
186 | | |
187 | | |
102 | background:#ddd; | |
103 | font-size:0.70em; | |
border-bottom:1px solid #999; | ||
189 | | |
} | ||
192 | ||
107 | #content h6 { margin-bottom:0; } | |
194 | ||
109 | #content pre.explain | |
{ | ||
196 | | |
197 | | |
198 | | |
199 | | |
111 | background:#e7e7e7; | |
112 | padding:7px 15px; | |
113 | border:1px solid #ccc; | |
114 | margin:0 2em; | |
} | ||
202 | ||
117 | #content hr | |
{ | ||
204 | | |
205 | | |
206 | | |
207 | | |
119 | height:0; | |
120 | border:0; | |
121 | border-bottom:1px solid #ccc; | |
122 | margin:1em 0; | |
} | ||
210 | ||
211 | ||
212 | ||
125 | #content #monitor_topic { | |
font-size: 12px; | ||
} | ||
215 | ||
128 | ||
129 | #content #monitor_topic .icon { | |
background-image:none; | ||
} | ||
219 | ||
220 | ||
221 | ||
222 | ||
223 | ||
133 | #content ul.quotes, | |
134 | #content ul.flat | |
{ | ||
225 | | |
226 | | |
136 | margin-left:0; | |
137 | padding-left:0; | |
138 | font-size:0.75em; | |
139 | list-style-type:none; | |
} | ||
228 | ||
141 | ||
142 | #content ul.talking li span | |
{ | ||
230 | | |
144 | color:#666; | |
145 | font-size:0.8em; | |
} | ||
232 | ||
147 | ||
148 | #content ul.flat li | |
{ | ||
234 | | |
235 | | |
150 | background:url(/forum/images/small_circle.gif) no-repeat 5px 6px; | |
151 | padding-left:15px; | |
} | ||
238 | ||
154 | #content ul.ways li span | |
{ | ||
240 | | |
241 | | |
156 | color:#666; | |
157 | font-size:0.9em; | |
} | ||
244 | ||
245 | ||
160 | #content ul.quotes | |
{ | ||
247 | | |
248 | | |
249 | | |
250 | | |
162 | font-size:0.8em; | |
} | ||
252 | ||
164 | ||
165 | #content ul.quotes li {margin-bottom:1em; } | |
166 | #content ul.quotes span | |
{ | ||
254 | | |
255 | | |
168 | color:#666; | |
169 | font-size:0.9em; | |
} | ||
258 | ||
172 | #content ul.why | |
{ | ||
260 | | |
261 | | |
174 | font-size:1em; | |
175 | line-height:1.25em; | |
176 | margin-top:2em; | |
} | ||
263 | ||
264 | ||
265 | | |
266 | | |
267 | ||
269 | ||
179 | #content ul.why li p | |
{ | ||
271 | | |
181 | margin-top:0.5em; | |
182 | color:#666; | |
183 | font-size:0.9em; | |
} | ||
273 | ||
274 | ||
275 | ||
276 | | |
277 | | |
278 | ||
186 | #content ul.why li p strong { color:#c00; } | |
281 | ||
188 | #content a.utility | |
{ | ||
283 | | |
284 | | |
285 | | |
286 | | |
190 | font-weight:normal; | |
191 | color:#c00; | |
192 | font-size:0.8em; | |
} | ||
288 | ||
289 | ||
290 | | |
291 | | |
292 | | |
293 | ||
294 | ||
296 | ||
195 | #content a.remove { color:#c00; } | |
196 | #content a.utility:hover | |
{ | ||
298 | | |
299 | | |
300 | | |
198 | color:#c00; | |
} | ||
302 | ||
303 | ||
304 | ||
305 | | |
306 | | |
307 | ||
308 | ||
309 | ||
200 | #content a.subtle { color:#369; } | |
201 | #content a.subtle:hover { color:blue; } | |
311 | ||
203 | #content div.asset | |
{ | ||
313 | | |
314 | | |
315 | | |
316 | | |
317 | | |
318 | | |
319 | | |
205 | background:#e7e7e7; | |
206 | padding:7px 15px; | |
207 | border-bottom:1px solid #ccc; | |
208 | font-size:0.8em; | |
209 | margin-bottom:1em; | |
210 | text-align:center; | |
} | ||
322 | ||
213 | #content input.submit | |
{ | ||
324 | | |
325 | | |
215 | margin-right:1em; | |
216 | float:right; | |
} | ||
/* layout of paste */ | ||
330 | ||
221 | #content .pastebox | |
{ | ||
332 | | |
223 | width:100%; | |
} | ||
335 | ||
226 | #content p.private, | |
#content .legend | ||
{ | ||
338 | | |
339 | | |
340 | | |
229 | margin-top:0; | |
230 | color:#999; | |
231 | font-size:0.8em; | |
} | ||
#content .legend span strong { color: black; } | ||
#content .legend span | ||
{ | ||
345 | | |
236 | margin-right:5em; | |
} | ||
348 | ||
349 | ||
239 | #content p.private img { vertical-align:bottom;} | |
240 | #content p.private | |
{ | ||
xcolor:white; | ||
color:#c00; | ||
font-weight:bold; | ||
} | ||
355 | ||
246 | #content p.psmall { | |
font-size:0.7em; | ||
font-weight:normal; | ||
} | ||
360 | ||
251 | #content div.upload | |
{ | ||
362 | | |
363 | | |
364 | | |
365 | | |
366 | | |
367 | | |
253 | margin-top:-0.5em; | |
254 | xbackground:#e7e7e7; | |
255 | padding:7px 0; | |
256 | float:left; | |
257 | xwidth:63%; | |
258 | margin-left:0.5em; | |
} | ||
369 | ||
370 | ||
371 | ||
372 | ||
260 | #content div.upload p label { font-size:0.7em; font-weight:bold;} | |
261 | #content div.upload p {margin:0} | |
262 | #content div.upload input { margin-left:0.75em;} | |
263 | #content div.upload a | |
{ | ||
374 | | |
375 | | |
265 | color:#666; | |
266 | font-size:0.8em; | |
} | ||
378 | ||
269 | #content .pastePreview pre { font-size:0.9em; } | |
380 | ||
271 | #content .pastePreview p | |
{ | ||
382 | | |
383 | | |
384 | | |
273 | color:#777; | |
274 | font-size:0.7em; | |
275 | margin:0 0 0.5em; | |
} | ||
387 | ||
388 | ||
278 | #content .pastePreview .when { float:right; } | |
279 | #content .pastePreview .when strong { color:black; } | |
390 | ||
281 | #content #news | |
{ | ||
392 | | |
393 | ||
283 | background:#248; | |
284 | background:#475f30; | |
285 | border:2px solid #778f60; | |
286 | border-width:2px 0; | |
287 | padding:5px 4%; | |
288 | color:#ffc; | |
289 | font-size:0.70em; | |
290 | text-align:center; | |
395 | ||
396 | ||
397 | ||
398 | | |
399 | | |
400 | | |
401 | | |
402 | | |
403 | | |
404 | | |
405 | | |
406 | ||
407 | | |
408 | | |
409 | | |
410 | | |
411 | | |
292 | position:fixed; | |
293 | bottom:0; | |
294 | width:100%; | |
295 | padding:6px 0 7px; | |
296 | z-index:50; | |
} | ||
413 | ||
414 | ||
415 | ||
299 | #content #news a.subtle { color:#ffc; font-weight:normal;} | |
300 | #content #news a {color:gold; font-weight:bold} | |
301 | #content #news p {margin:0;} | |
418 | ||
303 | #content .line_numbers, | |
304 | #content .lineNumbers | |
{ | ||
420 | | |
421 | | |
306 | color:#999; | |
307 | padding-right:0.5em; | |
308 | text-align:right; | |
} | ||
424 | ||
425 | ||
426 | ||
427 | | |
428 | | |
429 | | |
430 | | |
431 | | |
432 | ||
311 | #content .line_numbers strong { color:#555; } | |
434 | ||
313 | #content td.code, | |
314 | #content .thePaste | |
{ | ||
436 | | |
437 | | |
438 | | |
439 | | |
316 | padding-left:0.75em; | |
} | ||
442 | ||
319 | #content label | |
{ | ||
444 | | |
445 | | |
446 | | |
447 | | |
321 | color:#666; | |
322 | font-size:0.75em; | |
323 | font-weight:normal; | |
} | ||
450 | ||
451 | ||
452 | | |
453 | | |
454 | | |
455 | | |
456 | | |
457 | ||
326 | /* random */ | |
459 | ||
328 | #content .photo | |
{ | ||
461 | | |
462 | | |
463 | | |
464 | | |
465 | | |
330 | background:#aaa url(/forum/images/clearbits/smile.gif) no-repeat 8px 8px; | |
} | ||
468 | ||
469 | | |
470 | | |
471 | ||
472 | ||
473 | ||
333 | #content .smallutils | |
{ | ||
475 | | |
476 | | |
477 | | |
335 | xfloat:right; | |
336 | margin-top:-0.5em; | |
337 | margin-bottom:0em; | |
338 | text-align:right; | |
} | ||
480 | ||
341 | #content .smallutils a | |
{ | ||
482 | | |
343 | color:#666; | |
344 | font-size:0.7em; | |
} | ||
484 | ||
485 | ||
486 | | |
487 | ||
489 | ||
490 | ||
491 | ||
492 | | |
493 | | |
494 | | |
495 | ||
496 | ||
347 | #content .smallutils a:hover {color:#369;} | |
498 | ||
499 | ||
500 | ||
501 | | |
502 | ||
503 | ||
504 | ||
505 | ||
506 | ||
507 | | |
508 | | |
509 | | |
510 | | |
511 | ||
512 | ||
513 | ||
514 | ||
515 | ||
516 | ||
517 | | |
518 | ||
519 | ||
520 | ||
521 | ||
522 | | |
523 | | |
524 | | |
525 | | |
526 | ||
527 | ||
528 | ||
529 | | |
530 | | |
531 | ||
532 | ||
533 | ||
534 | ||
/* tables */ | ||
537 | ||
351 | #content table.noborder td | |
{ | ||
border:0; | ||
} | ||
542 | ||
356 | #content table.nopad td | |
{ | ||
padding-left:0; | ||
} | ||
547 | ||
361 | #content table | |
{ | ||
549 | | |
550 | | |
363 | border-collapse:collapse; | |
} | ||
552 | ||
553 | ||
365 | #content table.wide { width:100%; } | |
366 | #content table tr th | |
{ | ||
555 | | |
556 | | |
557 | | |
558 | | |
559 | | |
368 | background:#ddd; | |
369 | font-size:80%; | |
370 | padding:3px 10px; | |
} | ||
561 | ||
372 | #content table tr td | |
{ | ||
563 | | |
564 | | |
374 | padding:7px; | |
375 | border:1px solid #ddd; | |
} | ||
/* topics */ | ||
569 | ||
570 | ||
380 | #content #forum_description, | |
381 | #content #topic_body | |
{ | ||
width:99%; | ||
} | ||
/* specific table styles */ | ||
577 | ||
578 | ||
579 | | |
580 | ||
581 | ||
582 | | |
583 | | |
388 | #content table.forums, | |
389 | #content table.topics { font-size:0.8em; } | |
390 | #content table.forums tr th { font-size:0.8em; } | |
391 | #content table.forums tr td .title | |
392 | { | |
393 | font-size:1.4em; | |
394 | } | |
585 | ||
586 | ||
396 | #content table.forums tr td .desc | |
397 | { | |
398 | margin:0.5em 0; | |
} | ||
588 | ||
400 | ||
401 | #content table.forums tr td | |
{ | ||
590 | | |
403 | padding:4px 15px; | |
} | ||
592 | ||
405 | ||
406 | #content table.forums a.tiny | |
{ | ||
594 | | |
595 | | |
408 | font-size:0.8em; | |
409 | color:#666; | |
} | ||
598 | ||
412 | #content table.forums .posts | |
{ | ||
600 | | |
601 | | |
602 | | |
414 | color:#666; | |
415 | font-size:0.8em; | |
} | ||
605 | ||
606 | ||
607 | ||
608 | ||
418 | #content table tr th.la { text-align:left; } | |
419 | #content table tr td.ca { text-align:center; } | |
420 | #content table tr td.inv { background:#fbfbfb; } | |
421 | #content table tr td.vat { vertical-align:top; } | |
610 | ||
423 | #content table tr td.narrow { padding:2px 5px;} | |
/* users */ | ||
614 | ||
427 | #content a.admin | |
{ | ||
616 | | |
617 | | |
429 | color:#c00; | |
430 | font-weight:bold; | |
} | ||
/* last post */ | ||
621 | ||
622 | | |
623 | | |
624 | ||
625 | ||
627 | ||
628 | | |
629 | ||
630 | | |
435 | #content table tr td.lp | |
436 | { | |
437 | font-size:0.85em; | |
438 | color:#333; | |
439 | } | |
440 | #content table tr td.lp span { color:#666; } | |
441 | #content table tr td.lp span a { color:#369; } | |
632 | ||
633 | ||
443 | #content table.topics tr td.c1 | |
444 | { border-right:0; padding-right:2px; } | |
445 | #content table.topics tr td.c2 | |
446 | { border-left:0; padding-left:2px; } | |
635 | ||
636 | ||
448 | #content table.forums tr td.c1 { border-right:0; padding-right:5px; padding-top:7px; } | |
449 | #content table.forums tr td.c2 { border-left:0; padding-left:5px; } | |
451 | #content table.topics tr td.c2 small a { color:#666; } | |
452 | #content table.topics tr td.stat { font-size:0.9em; } | |
453 | ||
/* misc */ | ||
640 | ||
456 | #content .button_or | |
{ | ||
color:#666; | ||
padding-left:0.5em; | ||
font-size:0.75em; | ||
645 | | |
} | ||
647 | ||
462 | #content .button_or a { color:#c00; } | |
649 | ||
464 | #content form.dialog | |
{ | ||
651 | | |
652 | | |
653 | | |
654 | | |
466 | margin-top:3em; | |
467 | background:#eee; | |
468 | width:300px; | |
469 | padding:15px; | |
} | ||
657 | ||
472 | #content form .entryhelp | |
{ | ||
font-size:0.7em; | ||
} | ||
662 | ||
477 | #content form .help | |
{ | ||
664 | | |
479 | font-size:0.8em; | |
} | ||
667 | ||
482 | #content span.arrow | |
{ | ||
669 | | |
670 | | |
671 | | |
484 | font-weight:normal; | |
485 | font-size:0.9em; | |
486 | color:#999; | |
} | ||
674 | ||
489 | #content div.stats | |
{ | ||
676 | | |
677 | | |
678 | | |
679 | | |
680 | | |
681 | | |
682 | | |
491 | margin-top:2em; | |
492 | background:#ded; | |
493 | font-size:0.8em; | |
494 | padding:15px 15px; | |
495 | border:2px solid #393; | |
496 | border-width:1px 0; | |
} | ||
684 | ||
498 | #content div.stats .posts { float:right; text-align:right; } | |
/* breadcrumbs */ | ||
688 | ||
502 | #content .crumbs | |
{ | ||
690 | | |
691 | | |
504 | font-size:0.75em; | |
} | ||
693 | ||
694 | ||
506 | #content .crumbs a { color:#468; } | |
507 | #content .crumbs a:hover { color:#00c; } | |
/* posts */ | ||
698 | ||
511 | #content table.posts | |
{ | ||
700 | | |
513 | border-bottom:2px solid #eee; | |
} | ||
703 | ||
516 | #content table.posts tr td | |
{ | ||
705 | | |
518 | border:0; | |
} | ||
707 | ||
520 | ||
521 | #content table.posts tr.spacer td | |
{ | ||
709 | | |
523 | font-size:1px; | |
} | ||
/* fade edit links */ | ||
713 | ||
527 | ||
528 | #content .post .author .edit a | |
{ | ||
font-size:0.7em; | ||
color:#666; | ||
} | ||
719 | ||
720 | | |
721 | | |
722 | | |
723 | ||
534 | #content .post .author img | |
{ | ||
725 | | |
726 | | |
727 | | |
728 | | |
729 | | |
730 | | |
731 | | |
732 | | |
733 | | |
734 | | |
536 | float:left; | |
537 | margin-right:0.5em; | |
} | ||
737 | ||
540 | #content .post .author | |
{ | ||
739 | | |
740 | | |
741 | | |
742 | | |
542 | border-top:2px solid #eee; | |
543 | padding:5px 10px; | |
544 | background:#eee; | |
545 | font-weight:bold; | |
546 | color:#333; | |
547 | font-size:0.9em; | |
548 | min-height:32px; | |
549 | width:10em; | |
550 | min-width:8em; | |
551 | vertical-align:top; | |
} | ||
744 | ||
553 | ||
554 | #content .post .author .posts | |
{ | ||
746 | | |
747 | | |
556 | display:block; | |
557 | font-size:0.75em; | |
558 | color:black; | |
559 | color:#666; | |
} | ||
749 | ||
561 | ||
562 | #content .post .author a | |
{ | ||
751 | | |
564 | color:#333; | |
565 | text-decoration:none; | |
} | ||
753 | ||
567 | ||
568 | #content .post .author a.admin | |
{ | ||
755 | | |
756 | | |
570 | color:#080; | |
} | ||
759 | ||
573 | #content .post .author a:hover | |
{ | ||
761 | | |
762 | | |
763 | | |
764 | | |
575 | color:#369; | |
} | ||
767 | ||
578 | #content .post .date | |
{ | ||
769 | | |
770 | | |
771 | | |
580 | font-size:0.75em; | |
581 | color:#666; | |
582 | font-weight:normal; | |
583 | margin-bottom:0.5em; | |
} | ||
774 | ||
586 | #content .date a, | |
587 | #content .date a abbr { border: none; } | |
588 | ||
589 | #content a.spacer_link | |
{ | ||
776 | | |
777 | | |
778 | | |
779 | | |
780 | | |
781 | | |
591 | border:none; | |
592 | margin:0; | |
593 | padding:0; | |
594 | font-size:1px; | |
} | ||
784 | ||
597 | #content .posts .post .body | |
{ | ||
786 | | |
787 | | |
788 | | |
789 | | |
790 | | |
791 | | |
792 | | |
793 | | |
599 | border-top:2px solid #eee; | |
600 | font-size:0.9em; | |
601 | padding:10px 20px; | |
} | ||
796 | ||
797 | ||
798 | ||
604 | #content .posts .post .body blockquote | |
{ | ||
800 | | |
606 | border:1px solid #cda; | |
607 | border-left:3px solid #9a7; | |
608 | border-right:0; | |
609 | background:#efc; | |
610 | padding:1px 10px; | |
611 | margin-left:0; | |
} | ||
803 | ||
614 | #content .posts .post .body pre | |
{ | ||
font-size:0.8em; | ||
806 | | |
background:#eee; | ||
808 | | |
618 | padding:5px 10px; | |
619 | border:1px solid #ccc; | |
620 | border-left:3px solid #ddd; | |
621 | border-right:0; | |
622 | overflow:auto; | |
623 | font-family: "Monaco", "Bitstream Vera Sans Mono", "Courier New", serif; | |
} | ||
811 | ||
626 | #content .posts .post .body a:hover { color:brown; } | |
813 | ||
814 | ||
628 | #content .posts .post .body blockquote p | |
629 | { | |
630 | margin:0.5em 0; | |
} | ||
816 | ||
817 | | |
818 | | |
819 | | |
820 | ||
821 | ||
822 | ||
633 | #content .post .body p.topic | |
634 | { | |
635 | font-size:0.8em; | |
636 | font-weight:bold; | |
637 | background:#eee; | |
638 | padding:2px 10px; | |
639 | } | |
640 | ||
/* other stuff */ | ||
826 | ||
643 | #content p.online {margin-bottom:0;} | |
828 | ||
645 | #content img.icon | |
{ | ||
830 | | |
831 | | |
832 | | |
833 | | |
647 | background:#696; | |
648 | background-image: url(/forum/images/clearbits/bg_rounded.gif); | |
649 | background-repeat: no-repeat; | |
650 | vertical-align: bottom; | |
} | ||
835 | ||
836 | ||
837 | ||
838 | ||
839 | ||
652 | #content img.reply { float:right; } | |
653 | #content img.orange { background-color:darkorange; } | |
654 | #content img.grey { background-color:#ccc; } | |
655 | #content img.darkgrey { background-color:#999; } | |
656 | #content img.green { background-color:#0c0;} | |
841 | ||
658 | #content .post .author .icon | |
{ | ||
843 | | |
660 | float:right; | |
} | ||
/* reply */ | ||
848 | ||
665 | #content div.editbox | |
{ | ||
850 | | |
851 | | |
852 | | |
853 | | |
854 | | |
855 | | |
856 | | |
857 | | |
858 | | |
667 | background:url(/forum/images/reply_background.png); | |
668 | border:2px solid #333; | |
669 | border-width:2px 0; | |
670 | position:fixed; | |
671 | bottom:0; | |
672 | left:0; | |
673 | width:100%; | |
674 | padding:6px 0 7px; | |
675 | z-index:50; | |
} | ||
861 | ||
678 | #content div.editbox .container | |
{ | ||
863 | | |
864 | | |
865 | | |
680 | width:92%; | |
681 | margin:0 auto; | |
682 | min-width:760px; | |
} | ||
868 | ||
869 | ||
685 | #content div.editbox p { margin:0.5em 0;} | |
686 | #content div.editbox textarea | |
{ | ||
width:100%; | ||
872 | | |
873 | | |
874 | | |
875 | | |
689 | background:white; | |
690 | opacity:1; | |
691 | font-size:0.8em; | |
} | ||
877 | ||
693 | ||
694 | #content div.editbox .button_or a | |
{ | ||
color:#ccc; | ||
} | ||
881 | ||
882 | ||
698 | ||
699 | #content div.editbox table td { border:0; } | |
700 | #content div.editbox a.utility | |
{ | ||
color: #f99; | ||
font-size: 0.65em; | ||
padding: 2px 5px 4px; | ||
display: block; | ||
888 | | |
float: right; | ||
text-align: right; | ||
margin-top: 0.2em; | ||
} | ||
894 | ||
711 | #content div.editbox h5 | |
{ | ||
896 | | |
897 | | |
713 | background:#ddd; | |
padding:2px 10px 3px; | ||
font-size:0.7em; | ||
margin:0.2em 0 0.5em; | ||
} | ||
903 | ||
904 | ||
905 | ||
906 | ||
719 | #content div.editbox p.help span, | |
720 | #content div.editbox ul.help span { color:#666; } | |
721 | #content div.editbox p.help, | |
722 | #content div.editbox ul.help | |
{ | ||
padding:3px 10px; | ||
font-size:0.75em; | ||
color:#ccc; | ||
911 | | |
} | ||
913 | ||
915 | ||
916 | | |
729 | #content div.editbox ul.help { margin:0; } | |
730 | ||
731 | #content div.editbox ul.help | |
732 | { | |
733 | list-style-type:none; | |
734 | } | |
918 | ||
736 | #content #monitor_topic a | |
{ | ||
color: #666; | ||
} |