Difference between revisions of "MediaWiki:Common.css"

(trying to make less room top & bottom)
(shifting color from greenish to cyanish)
Line 4: Line 4:
.blog-post-section-hdr {
.blog-post-section-hdr {
   width: 100%;
   width: 100%;
   color: #cec;
   color: #cee;
   background: #ded;
   background: #dee;
   font-size: 10pt;
   font-size: 10pt;
   /* border: groove #6e6;*/
   /* border: groove #6e6;*/

Revision as of 01:48, 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: #cee;
  background: #dee;
  font-size: 10pt;
  /* border: groove #6e6;*/
  text-shadow: 1px 1px white, -1px -1px #444;
  padding: 1px;
  margin: -3px 0.5em -3px -2px;
}