MediaWiki:Common.css

Revision as of 00:49, 29 April 2012 by WikiSysop (talk | contribs) (make timestamp class more specific so it can override (maybe this will work?))

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
  margin-top: 3pt;
  width: 100%;
  font-size: 14pt;
}

.blog-excerpt-title {
}

span.blog-excerpt-timestamp {
  color: #888;
}

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