Difference between revisions of "MediaWiki:Common.css"

From LID SWM Planning and Design Guide
Jump to navigation Jump to search
Line 6: Line 6:
 
#mw-page-base, body {
 
#mw-page-base, body {
 
   background-image: none;
 
   background-image: none;
   background-color: #4d4d4d;
+
   background-color: #999;
 
}
 
}
 
div.vectorTabs ul li {
 
div.vectorTabs ul li {

Revision as of 15:12, 10 August 2017


.articleFeedbackv5-panel .articleFeedbackv5-title {
    font-weight: normal;
}
#mw-page-base, body {
  background-image: none;
  background-color: #999;
}
div.vectorTabs ul li {
  background-image: none;
  background-color: #999;
}
#p-logo a {
  background-color: #999;
}
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a
 {
  color: white;
  font-size: 1.2em;
}

.mw-body h1, .mw-body h2
{
  font-family: sans-serif;
  font-weight: normal;  
  font-size: 1.8em;
  color: #4d4d4d;    
  border-bottom: 2px solid teal;
}

h3,h4, h5, h6 {
  font-family: sans-serif;
  font-weight: normal;  
  font-size: 1.8em;
  color: #4d4d4d;    
}

div.thumbinner {
  border: 2 px solid teal  
  padding: 3px;
  font-size: 94%;
  text-align: center;
  overflow: hidden;
  }
table.wikitable
{
    border-spacing: 2px;
    border: 2px solid orange;
}