Difference between revisions of "S2 CSS"

From Dreamwidth Notes
Jump to: navigation, search
Line 1: Line 1:
[[Category: S2 CSS]] [[Category: Styles]]
 
 
 
= Overview =
 
= Overview =
  
Want to create your own journal style?  You're going to have to customise the CSS.  This page tells you how.
+
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.
* [[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
+
* 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 =
  
This page will have a list of all CSS classes used by Core2.
+
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.

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