Difference between revisions of "MediaWiki:Common.css"

From VbzWiki
Jump to navigation Jump to search
(changed greenish tinge to grey; removed float=left)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
/* these classes are not part of MediaWiki */
 
/* these classes are not part of MediaWiki */
.blog-post-section-hdr {
+
.blog-excerpt-meta {
 
   color: #ddd;
 
   color: #ddd;
 
   background: #eee;
 
   background: #eee;

Revision as of 15:55, 6 October 2020

/* CSS placed here will be applied to all skins */
/* these classes are not part of MediaWiki */
.blog-excerpt-meta {
  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;
}