Difference between revisions of "MediaWiki:Common.css"

From LID SWM Planning and Design Guide
Jump to navigation Jump to search
Line 29: Line 29:
 
   background-color: #4d4d4d;}
 
   background-color: #4d4d4d;}
  
div#mw-panel div.portal div.body ul li,
+
#mw-panel div.portal div.body ul li a {
div#mw-panel div.portal div.body ul li a,
+
    background: #ECECED;
div#mw-panel div.portal div.body ul li a:visited,
+
    color: #575758;
div#mw-panel div.portal h3 {
+
    padding: 0.4em 0 0.2em 1.5em;
  list-style-type: none;
+
    width: auto;
  color: white;}
+
    margin: 0;
 +
    overflow: hidden;
 +
    font-size: 0.75em;
 +
    display: block;
 +
    text-decoration: none;}
  
 
/*FOOTER STUFF*/
 
/*FOOTER STUFF*/

Revision as of 23:59, 10 August 2017

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

/*STEP logo bit*/
#p-logo {
    background-color: white;}

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

/*These are the wiki tabs*/
div.vectorTabs ul li {
  border-radius: 0.5em 0.5em 0 0;
  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 {
  margin: 0.75em;
  background-color: #4d4d4d;}

#mw-panel div.portal div.body ul li a {
    background: #ECECED;
    color: #575758;
    padding: 0.4em 0 0.2em 1.5em;
    width: auto;
    margin: 0;
    overflow: hidden;
    font-size: 0.75em;
    display: block;
    text-decoration: none;}

/*FOOTER STUFF*/
/*This is your feedback widget*/
.articleFeedbackv5-panel .articleFeedbackv5-title {
  font-weight: normal;}
.articleFeedbackv5-panel{
  background: none;
  border: 1px solid teal;}

/*Last updated box*/
div#footer #footer-info li {
  background-color: white;}
div#footer ul li {
  padding: 0.75em;}

/*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;}