No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Please do note; we are not going to define every CSS element here, but only special ones for SMF like windowbg/roundframe/button (class). | Please do note; we are not going to define every CSS element here, but only special ones for SMF like windowbg/roundframe/button (class). | ||
== Index == | |||
This area contains general items which is loaded in nearly whole forum | |||
== BoardIndex == | |||
This area contains parts used in board index only. | |||
== MessageIndex == | |||
This area contains parts used in message index only. | |||
== Display == | |||
This area contains parts used in topic view only. | |||
== Search == | |||
This area contains parts used in search screen and results page. | |||
== Memberlist == | |||
== Profile == | |||
User stats will be here. | |||
== Stats == | |||
Forum stats | |||
== Who == | |||
== Mod Center == | |||
== Others == | |||
Very small changes (like recent) | |||
.button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers | .button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers |
Revision as of 22:03, 28 June 2014
WIP This page will be used for definitions inside CSS.
Please do note; we are not going to define every CSS element here, but only special ones for SMF like windowbg/roundframe/button (class).
Index
This area contains general items which is loaded in nearly whole forum
BoardIndex
This area contains parts used in board index only.
MessageIndex
This area contains parts used in message index only.
Display
This area contains parts used in topic view only.
Search
This area contains parts used in search screen and results page.
Memberlist
Profile
User stats will be here.
Stats
Forum stats
Who
Mod Center
Others
Very small changes (like recent)
.button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers
.button_link - covers links to make them look like a submit button
.button_reset - covers input[type=reset] and button[type=reset] throughout all browsers
.input_check - covers input[type=checkbox] throughout all browsers
.input_radio - covers input[type=radio] throughout all browsers
.input_text - covers input[type=text] throughout all browsers
.input_file - covers input[type=file] throughout all browsers