Difference between revisions of "MediaWiki:Common.css"

From LID SWM Planning and Design Guide
Jump to navigation Jump to search
Line 10: Line 10:
 
  {
 
  {
 
   color: white;
 
   color: white;
 +
  font-weight: bold;
 +
}
 +
.mw-body h1 {
 +
    font-family: sans-serif;
 +
    font-size: 1.8em;
 +
    color: #4d4d4d;
 
}
 
}

Revision as of 01:39, 10 August 2017

.articleFeedbackv5-panel .articleFeedbackv5-title {
    font-weight: normal;
}
#mw-page-base, body {
  background-image: none;
  background-color: #333333;
}
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a
 {
  color: white;
  font-weight: bold;
}
.mw-body h1 {
    font-family: sans-serif;
    font-size: 1.8em;
    color: #4d4d4d;
}