Additions:
=====CSS Swatches=====
Deletions:
Additions:
=====CSS Swatches======
Return to DevCss
Return to DevCss
Deletions:
DevCss
Deletions:
**victorian print header**
%%(css)
.victorian_header
{
text-align:center;
font-weight:normal;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
text-transform:capitalize;
font-variant:small-caps;
letter-spacing:.3em;
}
%%
**example** ""<span style='text-align:center; font-weight:normal; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; text-transform:capitalize; font-variant:small-caps; letter-spacing:.3em;'>victorian header</span>""
**capitalized header**
%%(css)
.capped_header
{
margin:0 0 2px; padding:0;
font-weight:bold;
text-transform:uppercase;
letter-spacing:.3em;
}
%%
**example** ""<span style='font-weight:bold; text-transform:uppercase; letter-spacing:.3em;'>capped header</span>""
Additions:
A swatch is a css rule-set associated with a particular widget, snippet, or effect.
[[CssSwatchEmail .email]]: ruleset for email message block
[[CssSwatchVictorianHeader .victorian_header]]: typeface ruleset
[[CssSwatchCappedHeader .capped_header]]: typeface ruleset
[[http://phosphorusandlime.blogspot.com/2006/08/css-referencequotation-styles-updated.html .code]]: ruleset for displaying a code block
DevCss
[[CssSwatchEmail .email]]: ruleset for email message block
[[CssSwatchVictorianHeader .victorian_header]]: typeface ruleset
[[CssSwatchCappedHeader .capped_header]]: typeface ruleset
[[http://phosphorusandlime.blogspot.com/2006/08/css-referencequotation-styles-updated.html .code]]: ruleset for displaying a code block
DevCss
Deletions:
[[http://phosphorusandlime.blogspot.com/2006/08/css-referencequotation-styles-updated.html .code]]
CategoryCss
Additions:
====Swatches====
[[http://phosphorusandlime.blogspot.com/2006/08/css-referencequotation-styles-updated.html .code]]
[[http://phosphorusandlime.blogspot.com/2006/08/css-referencequotation-styles-updated.html .code]]
Additions:
----
CategoryCss
CategoryCss