Difference between revisions of "MediaWiki:Common.css"

From VbzWiki
Jump to navigation Jump to search
(blog section header style)
 
(changed greenish tinge to grey; removed float=left)
Line 2: Line 2:
 
/* these classes are not part of MediaWiki */
 
/* these classes are not part of MediaWiki */
 
.blog-post-section-hdr {
 
.blog-post-section-hdr {
  float: left;
+
   color: #ddd;
   color: #cec;
+
   background: #eee;
   background: #ded;
 
 
   font-size: 13pt;
 
   font-size: 13pt;
 
   /* border: groove #6e6;*/
 
   /* border: groove #6e6;*/

Revision as of 11:22, 14 January 2011

/* CSS placed here will be applied to all skins */
/* these classes are not part of MediaWiki */
.blog-post-section-hdr {
  color: #ddd;
  background: #eee;
  font-size: 13pt;
  /* border: groove #6e6;*/
  text-shadow: 1px 1px white, -1px -1px #444;
  padding: 3px;
  margin: -2px 0.5em -2px -2px;
}