No edit summary |
mNo edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
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 that are loaded in nearly all the forum. | |||
== BoardIndex == | |||
This area contains parts used in the board index only. | |||
== MessageIndex == | |||
This area contains parts used in the 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 | ||
Line 15: | Line 47: | ||
.input_file - covers input[type=file] throughout all browsers | .input_file - covers input[type=file] throughout all browsers | ||
[[Category:Needs work]] |
Latest revision as of 19:20, 10 December 2016
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 that are loaded in nearly all the forum.
BoardIndex
This area contains parts used in the board index only.
MessageIndex
This area contains parts used in the 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