Difference between revisions of "MediaWiki:Common.css"
(style for blog posts (copied from HypertWiki, to be modified)) |
|||
Line 3: | Line 3: | ||
/* these classes are not part of MediaWiki */ | /* these classes are not part of MediaWiki */ | ||
.blog-post-section-hdr { | .blog-post-section-hdr { | ||
width: 100%; | |||
color: #cec; | color: #cec; | ||
background: #ded; | background: #ded; | ||
font-size: | font-size: 10pt; | ||
/* border: groove #6e6;*/ | /* border: groove #6e6;*/ | ||
text-shadow: 1px 1px white, -1px -1px #444; | text-shadow: 1px 1px white, -1px -1px #444; |
Revision as of 01:39, 17 April 2012
/* CSS placed here will be applied to all skins */ /* these classes are not part of MediaWiki */ .blog-post-section-hdr { width: 100%; color: #cec; background: #ded; font-size: 10pt; /* border: groove #6e6;*/ text-shadow: 1px 1px white, -1px -1px #444; padding: 3px; margin: -2px 0.5em -2px -2px; }