Difference between revisions of "S2 CSS"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) |
Foxfirefey (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
= Overview = | = Overview = | ||
− | + | Dreamwidth styles are designed to be mostly customizable via CSS. | |
− | * [[CSS tutorial]] for those who are new to it, or could use some pointers | + | * We have a basic [[CSS tutorial]] for those who are new to it, or could use some pointers. |
− | * [[ | + | * There's also a list of [[style flairs you can do with core2 CSS classes]] can give you starter ideas about the kinds of things you can do with available classes |
= Information and Template = | = Information and Template = | ||
− | + | Many entries about CSS classes will be laid out in this fashion: | |
<pre><nowiki>== class label == | <pre><nowiki>== class label == | ||
Line 16: | Line 14: | ||
* '''Affects:''' What part of the page does this CSS class cover? | * '''Affects:''' What part of the page does this CSS class cover? | ||
* '''Views:''' If it's only used on specific pages (eg year page, or reply page), or on all views | * '''Views:''' If it's only used on specific pages (eg year page, or reply page), or on all views | ||
− | * '''Other information''' | + | * '''Other information:''' Other need to know info. |
</nowiki></pre> | </nowiki></pre> | ||
Line 29: | Line 27: | ||
* [[S2 CSS: Archive pages ids and classes]] -- for year, month, and day pages | * [[S2 CSS: Archive pages ids and classes]] -- for year, month, and day pages | ||
* [[S2 CSS: Navigation Bar ids and classes]] | * [[S2 CSS: Navigation Bar ids and classes]] | ||
+ | |||
+ | [[Category: S2 CSS]] [[Category: Styles]] |
Revision as of 08:40, 31 August 2009
Overview
Dreamwidth styles are designed to be mostly customizable via CSS.
- We have a basic CSS tutorial for those who are new to it, or could use some pointers.
- There's also a list of style flairs you can do with core2 CSS classes can give you starter ideas about the kinds of things you can do with available classes
Information and Template
Many entries about CSS classes will be laid out in this fashion:
== class label == * '''Affects:''' What part of the page does this CSS class cover? * '''Views:''' If it's only used on specific pages (eg year page, or reply page), or on all views * '''Other information:''' Other need to know info.
Current pages of ids and classes
- S2 CSS: High level layout ids and classes
- S2 CSS: Entry ids and classes -- for entries on Recent, Reading, Entry, and Day pages
- S2 CSS: Recent and Reading page ids and classes
- S2 CSS: Entry page ids and classes
- S2 CSS: Sidebar ids and classes
- S2 CSS: Tag page ids and classes
- S2 CSS: Archive pages ids and classes -- for year, month, and day pages
- S2 CSS: Navigation Bar ids and classes