MediaWiki:Common.css
Revision as of 00:26, 5 September 2017 by Jenny Hill (talk | contribs)
Note: After publishing, 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: Press Ctrl-F5.
/*Page background*/
#mw-page-base, body {
background-image: none;
background-color: #4f4f4f;}
/*Fonts and bullets for everyone*/
{font-family: sans-serif;
font-weight: 300;}
/*linky colors*/
a {
text-decoration: none;
color: #0645ad;
background: none;}
.mblink:visited, a:visited {
color: #609;}
/*list formatting*/
ul{list-style-image: none;}
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;}
.plainlist ul li {
margin-bottom: 0;}
/*STEP logo bit*/
#p-logo {
border-radius: 5px;
background-color: white;}
/*Header*/
div#mw-head {
position: absolute;
top: 0;
right: 0;
width: 100%;
background-color: #e6e6e6;}
/*These are the wiki tabs*/
div.vectorTabs ul li {
border-radius: 5px 5px 0 0;
background-image: none;
color: black;
background-color: #e6e6e6;}
div.vectorTabs li a,
div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
background-image: none;
font-variant: all-small-caps;}
/*This 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;
font-size: 1em;
font-variant: all-small-caps;}
/*FOOTER STUFF*/
/*This is the feedback widget*/
.articleFeedbackv5-panel .articleFeedbackv5-title {
font-weight: normal;}
.articleFeedbackv5-panel{
background: none;
border: 1px solid darkcyan;}
/*Last updated box*/
div#footer #footer-info li {
background-color: white;}
div#footer ul li {
padding: 0.75em;}
div#footer #footer-places li {
background-color: white;}
/*These are the main headings, which have underlines*/
.mw-body h1, .mw-body h2 {
font-family: sans-serif;
font-size: 1.8em;
color: Gray;
border-bottom: 2px solid darkcyan;}
/*These are the subheadings*/
h3,h4, h5, h6 {
font-size: 1.8em;
color: Gray;}
/*This is the default photoframe*/
div.thumbinner {
border: 2px solid orange;
padding: 3px;
text-align: center;
overflow: hidden;}
/* TOClimit */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;}
/*The textbox thingy*/
.textbox {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 1.1em;
font-style: italic;
background: none;
border-left: 3px solid darkcyan;
border-top: none;
border-bottom: none;
border-right: none;}
/*Button*/
.mw-ui-button{
border: 2px solid orange;
box-shadow: 2px 2px 3px 0px #999;}