Difference between revisions of "Site Formatting"
From Scientolipedia
(Created page with "Colors and other formatting standards for the site. = template colors = *Articles - #98FB98 *Auditors - #F5DEB3 *Persons - #D2B48C Background - #FDF5E6 *Professional Associa...") |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
= template colors = | = template colors = | ||
| − | *Articles - #98FB98 | + | * Articles - #98FB98 |
| − | *Auditors - #F5DEB3 | + | * Auditors - #F5DEB3 |
| − | *Persons - #D2B48C Background - #FDF5E6 | + | * LRH - #FFD700 |
| − | *Professional Associations - #C0C0C0 | + | * Persons - #D2B48C Background - #FDF5E6 |
| − | + | * Professional Associations - #C0C0C0 | |
| − | + | * Success Stories - #90EE90 | |
| + | *CSS background color for wikitables | ||
| + | /** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS **/ | ||
| + | |||
| + | /* Give wikitables blue headings */ | ||
| + | .wikitable th, .wikitable td.hl3, .wikitable th.hl3 { | ||
| + | background-color: #8da7d6; | ||
| + | } | ||
| + | .wikitable td.hl1, .wikitable th.hl1 { | ||
| + | background: #c5d8fc; | ||
| + | } | ||
| + | .wikitable td.hl2, .wikitable th.hl2 { | ||
| + | background: #a7c1f2; | ||
| + | } | ||
[[Category:Projects]] | [[Category:Projects]] | ||
Latest revision as of 16:25, February 21, 2014
Colors and other formatting standards for the site.
template colors
- Articles - #98FB98
- Auditors - #F5DEB3
- LRHL. Ron Hubbard - #FFD700
- Persons - #D2B48C Background - #FDF5E6
- Professional Associations - #C0C0C0
- Success Stories - #90EE90
- CSS background color for wikitables
/** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS **/
/* Give wikitables blue headings */ .wikitable th, .wikitable td.hl3, .wikitable th.hl3 { background-color: #8da7d6; } .wikitable td.hl1, .wikitable th.hl1 { background: #c5d8fc; } .wikitable td.hl2, .wikitable th.hl2 { background: #a7c1f2; }