Difference between revisions of "MediaWiki:Common.css"

(a little blockquote formatting)
(bg color redder; try automatic pre-quote)
Line 40: Line 40:
blockquote { /* TO DO: blog text should be enclosed in a style so we can handle blog blockquotes differently */
blockquote { /* TO DO: blog text should be enclosed in a style so we can handle blog blockquotes differently */
   font-style: italic;
   font-style: italic;
   background: #ffe;
  font-size: 85%;
   background: #fed;
   color: #006;
   color: #006;
}
blockquote:before {
  content: open-quote;
}
}

Revision as of 14:24, 3 May 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;
  margin-top: 3pt;
  width: 100%;
  font-size: 14pt;
}

.blog-excerpt-title {
}

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

.blog-excerpt-author {
  font-style: bold italic;
}

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

blockquote { /* TO DO: blog text should be enclosed in a style so we can handle blog blockquotes differently */
  font-style: italic;
  font-size: 85%;
  background: #fed;
  color: #006;
}
blockquote:before {
  content: open-quote;
}