This is the old (read-only) version of the site running Mediwiki 1.25

Difference between revisions of "Site Formatting"

From Scientolipedia
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
* Professional Associations - #C0C0C0
 
* Professional Associations - #C0C0C0
 
* Success Stories - #90EE90
 
* 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; }