Fixed gfcss10 theme for konqueror
[specialops2.git] / css / core-layout.css
blob2c4d37b0b55d035bf58e8744429dccd9ac9d037e
1 @charset "UTF-8";
3 /* $Id$ */
5 /* zero everything */
6 h1, h2, h3, html, body, p, blockquote, thead { margin: 0; padding: 0 }
7 p { padding: 0.3em 0 }
8 a img { border: none; vertical-align: middle }
10 pre { text-align: left; overflow: auto; white-space: pre-wrap }
12 /* navigation lists */
13 .nl { margin: 0; padding: 0 }
14 .nl > dt, .nl > dd, .nl > li { display: inline; margin: 0 }
16 /* index */
17 #boardlist-foot { margin: 0; padding: 0; list-style: none }
19 /* message rating buttons */
20 .msgmod, .msgmod button { display: inline; margin: 0; padding: 0 }
21 .messageoutput_irc .msgmod button { width: 2em; margin: 2px }
23 /* IRC mlist layout */
24 .messagelist_flat.messageoutput_irc { display: table }
25 .messageoutput_irc { border-spacing: 2px }
26 .messageoutput_irc div[id] { display: table-row }
27 .messageoutput_irc .info { display: table-cell; width: 1% } /* auto-resize table */
28 .messageoutput_irc .content { display: table-cell }
30 /* threaded mlist layout */
31 #messagelist .thread { margin-left: 1em }
33 /* EOF */
34 #footer { clear: both }