Difference between revisions of "MediaWiki:Common.css"

From VbzWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
/* these classes are not part of MediaWiki */
 
/* these classes are not part of MediaWiki */
 
.blog-excerpt-meta {
 
.blog-excerpt-meta {
   color: #ddd;
+
   color: #444;
 
   background: #eee;
 
   background: #eee;
  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; */
}