Difference between revisions of "CSS: List of Elements"
Line 1: | Line 1: | ||
{{CSS}} | {{CSS}} | ||
This is a list of CSS elements that is used for the blogs in AoPS. | This is a list of CSS elements that is used for the blogs in AoPS. | ||
+ | |||
+ | ==Main Elements== | ||
*body | *body | ||
*div#header | *div#header | ||
Line 6: | Line 8: | ||
*div#content | *div#content | ||
*div#main | *div#main | ||
− | |||
− | |||
+ | ==Entry== | ||
*div.entry | *div.entry | ||
*div.entrywrap | *div.entrywrap | ||
Line 15: | Line 16: | ||
*div.commentwrap.row2 | *div.commentwrap.row2 | ||
+ | ==Side== | ||
+ | *div#side | ||
+ | *li.row1, li.row2 | ||
+ | |||
+ | ==Header== | ||
+ | *div#header | ||
+ | *div#header h1 | ||
+ | |||
+ | ==Navigation Box== | ||
+ | *div#navigation_box | ||
+ | *div#left_navigation_box | ||
+ | *div#right_navigation_box | ||
+ | ==Other== | ||
*h1 | *h1 | ||
*h2 | *h2 |
Revision as of 23:01, 29 November 2013
CSS |
Basics - Backgrounds - Text - Box Model - Selectors and Combinators - Pseudo-class and Pseudo-element - Gradients - Animations and Transitions - CSS in AoPS - List of Elements |
This is a list of CSS elements that is used for the blogs in AoPS.
Main Elements
- body
- div#header
- div#wrapper
- div#content
- div#main
Entry
- div.entry
- div.entrywrap
- div.coment
- div.commentwrap.row1
- div.commentwrap.row2
Side
- div#side
- li.row1, li.row2
Header
- div#header
- div#header h1
- div#navigation_box
- div#left_navigation_box
- div#right_navigation_box
Other
- h1
- h2
- a
- span.hidden-text
- input
- select
- textarea
- inputbox