added fluxbb for historical reasons
[archlinuxdevstack.git] / fluxbb / style / disabled / Sulfur.css
blob4ea9202a8241dc12cef0fda2650c37ef61ac8270
1 /****************************************************************/
2 /* 1. IMPORTED STYLESHEETS */
3 /****************************************************************/
5 /* Import the basic setup styles */
6 @import url(imports/base.css);
7 /* Import the colour scheme */
8 @import url(imports/Sulfur_cs.css);
10 /****************************************************************/
11 /* 2. TEXT SETTINGS */
12 /****************************************************************/
14 /* 2.1 This sets the default Font Group */
16 .pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
17 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
20 .pun {FONT-SIZE: 11px; LINE-HEIGHT: normal}
22 /* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
23 * HTML .pun {FONT-SIZE: 68.75%}
24 /* End IE Win Font Size */
26 /* Set font size for tables because IE requires it */
27 .pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 1em}
29 /* 2.2 Set the font-size for preformatted text i.e in code boxes */
31 .pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}
33 /* 2.3 Font size for headers */
35 .pun H2, .pun H4 {FONT-SIZE: 1em}
36 .pun H3 {FONT-SIZE: 1.1em}
37 #brdtitle H1 {FONT-SIZE: 1.4em}
39 /* 2.4 Larger text for particular items */
40 DIV.postmsg P {LINE-HEIGHT: 1.4}
41 DIV.postleft DT {FONT-SIZE: 1.1em}
42 .pun PRE {FONT-SIZE: 1.2em}
44 /* 2.5 Bold text */
46 DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
47 DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #brdtitle H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}
49 /****************************************************************/
50 /* 3. LINKS */
51 /****************************************************************/
53 /* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */
55 #brdmenu A:link, #brdmenu A:visited, .blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
56 .blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
57 .blockmenu A:link, .blockmenu A:visited {
58 TEXT-DECORATION: none
61 /* 3.2 Underline on hover for links in headers and main menu */
63 #brdmenu A:hover, .blockpost H2 A:hover {TEXT-DECORATION: underline}
65 /****************************************************************/
66 /* 4. BORDER WIDTH AND STYLE */
67 /****************************************************************/
69 /* 4.1 By default borders are 1px solid */
71 DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
72 BORDER-STYLE: solid;
73 BORDER-WIDTH: 1px
76 /* 4.2 Special settings for the board header. */
78 #brdheader DIV.box {BORDER-TOP-WIDTH: 4px}
80 /* 4.3 Borders for table cells */
82 .pun TD, .pun TH {
83 BORDER-BOTTOM: none;
84 BORDER-RIGHT: none
87 .pun .tcl {BORDER-LEFT: none}
89 /* 4.4 Special setting for fieldsets to preserve IE defaults */
91 DIV>FIELDSET {
92 BORDER-STYLE: solid;
93 BORDER-WIDTH: 1px
96 /****************************************************************/
97 /* 5. VERTICAL AND PAGE SPACING */
98 /****************************************************************/
100 /* 5.1 Page margins */
102 HTML, BODY {MARGIN: 0; PADDING: 0}
103 #punwrap {margin:12px 20px}
105 /* 5.2 Creates vertical space between main board elements (Margins) */
107 DIV.blocktable, DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 12px}
108 #punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 6px}
109 DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}
111 /* 5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */
113 DIV.linkst, DIV.linksb {MARGIN-TOP: -12px}
114 DIV.postlinksb {MARGIN-TOP: -6px}
116 /* 5.4 Put a 12px gap above the board information box in index because the category tables only
117 have a 6px space beneath them */
119 #brdstats {MARGIN-TOP: 12px}
121 /****************************************************************/
122 /* 6. SPACING AROUND CONTENT */
123 /****************************************************************/
125 /* 6.1 Default padding for main items */
127 DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px}
128 .pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 3px 0}
129 .pun H2 {PADDING: 4px 6px}
131 /* 6.2 Special spacing for various elements */
133 .pun H1 {PADDING: 3px 0px 0px 0}
134 #brdtitle P {PADDING-TOP: 0px}
135 DIV.linkst {PADDING: 8px 6px 3px 6px}
136 DIV.linksb, DIV.postlinksb {PADDING: 3px 6px 8px 6px}
137 #brdwelcome, #brdfooter DL A, DIV.blockmenu LI, DIV.rbox INPUT {LINE-HEIGHT: 1.4em}
138 #viewprofile DT, #viewprofile DD {PADDING: 0 3px; LINE-HEIGHT: 2em}
140 /* 6.4 Create some horizontal spacing for various elements */
142 #brdmenu LI, DIV.rbox INPUT, DIV.blockform P INPUT {MARGIN-RIGHT: 12px}
144 /****************************************************************/
145 /* 7. SPACING FOR TABLES */
146 /****************************************************************/
148 .pun TH, .pun TD {PADDING: 4px 6px}
149 .pun TD P {PADDING: 5px 0 0 0}
151 /****************************************************************/
152 /* 8. SPACING FOR POSTS */
153 /****************************************************************/
155 /* 8.1 Padding around left and right columns in viewtopic */
157 DIV.postleft DL, DIV.postright {PADDING: 6px}
159 /* 8.2 Extra spacing for poster contact details and avatar */
161 DD.usercontacts, DD.postavatar {MARGIN-TOP: 5px}
162 DD.postavatar {MARGIN-BOTTOM: 5px}
164 /* 8.3 Extra top spacing for signatures and edited by */
166 DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 15px}
168 /* 8.4 Spacing for code and quote boxes */
170 DIV.postmsg H4 {MARGIN-BOTTOM: 10px}
171 .pun BLOCKQUOTE, DIV.codebox {MARGIN: 5px 15px 15px 15px; PADDING: 8px}
173 /* 8.5 Padding for the action links and online indicator in viewtopic */
175 DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 10px 6px 5px 6px}
177 /* 8.6 This is the input on moderators multi-delete view */
179 DIV.blockpost INPUT, DIV.blockpost LABEL {
180 PADDING: 3px;
181 DISPLAY: inline
184 P.multidelete {
185 PADDING-TOP: 15px;
186 PADDING-BOTTOM: 5px
189 /* 8.7 Make sure paragraphs in posts don't get any padding */
191 DIV.postmsg P {PADDING: 0}
193 /****************************************************************/
194 /* 9. SPECIAL SPACING FOR FORMS */
195 /****************************************************************/
197 /* 9.1 Padding around fieldsets */
199 DIV.blockform FORM, DIV.fakeform {PADDING: 20px 20px 15px 20px}
200 DIV.inform {PADDING-BOTTOM: 12px}
202 /* 9.2 Padding inside fieldsets */
204 .pun FIELDSET {PADDING: 0px 12px 0px 12px}
205 DIV.infldset {PADDING: 9px 0px 12px 0}
206 .pun LEGEND {PADDING: 0px 6px}
208 /* 9.3 The information box at the top of the registration form and elsewhere */
210 DIV.forminfo {
211 MARGIN-BOTTOM: 12px;
212 PADDING: 9px 10px
215 /* 9.4 BBCode help links in post forms */
217 UL.bblinks LI {PADDING-RIGHT: 20px}
219 UL.bblinks {PADDING-BOTTOM: 10px; PADDING-LEFT: 4px}
221 /* 9.5 Horizontal positioning for the submit button on forms */
223 DIV.blockform P INPUT {MARGIN-LEFT: 12px}
225 /****************************************************************/
226 /* 10. POST STATUS INDICATORS */
227 /****************************************************************/
229 /* 10.1 These are the post status indicators which appear at the left of some tables.
230 .inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
231 .isticky = sticky topics. By default only .inew is different from the default.*/
233 DIV.icon {
234 FLOAT: left;
235 MARGIN-TOP: 0.1em;
236 MARGIN-LEFT: 0.2em;
237 DISPLAY: block;
238 BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
239 BORDER-STYLE: solid
242 DIV.searchposts DIV.icon {MARGIN-LEFT: 0}
244 /* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
245 margin creates space for the post status indicator */
247 TD DIV.tclcon {MARGIN-LEFT: 2.3em}