Difference between revisions of "MediaWiki:Common.css"

(blog-excerpt-author)
(top border)
Line 15: Line 15:
.blog-excerpt-header {
.blog-excerpt-header {
   display: block;
   display: block;
  border-top: 1px solid black;
   width: 100%;
   width: 100%;
   font-size: 14pt;
   font-size: 14pt;

Revision as of 00:39, 29 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;
}

.blog-excerpt-header {
  display: block;
  border-top: 1px solid black;
  width: 100%;
  font-size: 14pt;
}

.blog-excerpt-author {
  display: block;
  font-size: 8pt;
  font-style: italic;
}