Difference between revisions of "MediaWiki:Common.css"

From VbzWiki
Jump to navigation Jump to search
(blog section header style)
 
 
(3 intermediate revisions by the same user not shown)
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 {
  float: left;
+
   color: #444;
   color: #cec;
+
   background: #eee;
   background: #ded;
+
/*  font-size: 13pt; */
  font-size: 13pt;
 
 
   /* border: groove #6e6;*/
 
   /* border: groove #6e6;*/
  text-shadow: 1px 1px white, -1px -1px #444;
+
/*  text-shadow: 1px 1px white, -1px -1px #444; */
  padding: 3px;
+
/*  padding: 3px; */
  margin: -2px 0.5em -2px -2px;
+
/*  margin: -2px 0.5em -2px -2px; */
 
}
 
}

Latest revision as of 15:58, 6 October 2020

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