MediaWiki:Common.css

From LID SWM Planning and Design Guide
Revision as of 14:21, 11 August 2017 by Jenny Hill (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*Page background*/
#mw-page-base, body {
  background-image: none;
  background-color: #4d4d4d;}

/*STEP logo bit*/
#p-logo {
  border-radius: 5px;
  background-color: white;}

div#mw-head {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #aaaaaa;}

/*These are the wiki tabs*/
div.vectorTabs ul li {
  border-radius: 5px 5px 0 0;
  background-image: none;
  background-color: #aaaaaa;}

div.vectorTabs li a,
div.vectorTabs li.new a, 
div.vectorTabs li.new a:visited {
  background-image: none;
  color: white;}

/*This mess is the menu on the left*/

/* increase Vector sidebar width */
div#mw-panel { width: 12em; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }

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,
div#mw-panel div.portal h3 {
  list-style-type: none;
  color: white;}

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

/*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: 2px solid darkcyan;
  padding: 3px;
  text-align: center;
  overflow: hidden;}

/* wiki looking bit
div.vectorTabs span a,
div.vectorMenu h3 span {
  padding-top: 4em;
}
div.vectorMenu h3 a {
  height: 1em;
}
#ca-unwatch.icon a, #ca-watch.icon a { padding-top: 1em; }
div#simpleSearch { margin-top: 0; }
#left-navigation, #right-navigation { margin-top:1.5em; }
 */