1,393
edits
m |
m |
||
Line 8: | Line 8: | ||
/* Override the site's font. */ | /* Override the site's font. */ | ||
Line 19: | Line 17: | ||
/* Override heading style color. */ | /* Override heading style color. */ | ||
h1 | h1, h3, h4, h5 { | ||
color: #ccc; | color: #ccc; | ||
} | |||
h2 { | |||
color: #ccc; | |||
margin-bottom: 0.3em; | |||
} | } | ||
Line 99: | Line 102: | ||
#f-poweredbyico, #f-copyrightico, #footer li, #p-cactions .hiddenStructure, #p-cactions h5, #p-logo { | #f-poweredbyico, #f-copyrightico, #footer li, #p-cactions .hiddenStructure, #p-cactions h5, #p-logo { | ||
display: none; | display: none; | ||
} | |||
/* Very specific site changes. */ | |||
/* Preview note (warns you that the current page is only a preview, until edits are saved.) */ | |||
.previewnote { | |||
color: rgb(255, 60, 60); | |||
text-indent: 0px; | |||
padding-bottom: 0.3em; | |||
} | } |