Difference between revisions of "MediaWiki:Common.css"

From LID SWM Planning and Design Guide
Jump to navigation Jump to search
Line 11: Line 11:
 
a,
 
a,
 
a:visited{
 
a:visited{
   color: #999}
+
   color: #4d4d4d}
  
 
/*These are the wiki tabs*/
 
/*These are the wiki tabs*/

Revision as of 15:46, 10 August 2017

/*This is your feedback widget*/
.articleFeedbackv5-panel .articleFeedbackv5-title {
    font-weight: normal;}

/*Page background*/
#mw-page-base, body {
  background-image: none;
  background-color: #999;}

/*personal navigation*/
a,
a:visited{
  color: #4d4d4d}

/*These are the wiki tabs*/
div.vectorTabs ul li {
  background-image: none;
  background-color: #999;}

div.vectorTabs li a,
div.vectorTabs li.new a, 
div.vectorTabs li.new a:visited {
  color: white;}

/*This mess is the menu on the left*/
div#mw-panel div.portal div.body ul li,
div#mw-panel div.portal div.body ul li a, 
div#mw-panel div.portal div.body ul li a:visited {
  list-style-type: circle;
  color: white;
  font-size: 1em;}

div#mw-panel div.portal h3{
  background-color: #4d4d4d;
  color: white;
  font-size: 1em;}

/*These are your main headings, which have underlines*/
.mw-body h1, .mw-body h2 {
  font-family: sans-serif;
  font-weight: normal;  
  font-size: 1.8em;
  color: #4d4d4d;    
  border-bottom: 2px solid teal;}

/*These are your subheadings*/
h3,h4, h5, h6 {
  font-family: sans-serif;
  font-weight: normal;  
  font-size: 1.8em;
  color: #4d4d4d;    
}
/*This is your default photoframe*/
div.thumbinner {
  border: 2 px solid teal  
  padding: 3px;
  font-size: 94%;
  text-align: center;
  overflow: hidden;}

/*This is your default table*/
table.wikitable {
    border-spacing: 2px;
    border: 2px solid orange;}