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.
/* CSS placed here will be applied to all skins */
/* Displaying tag line */
#siteSub { 
display:inline; 
font-weight:normal; 
font-size:90%;
}

/* Hide main page title */
body.page-Main_page #siteSub,
body.page-Main_page #contentSub,
body.page-Main_page h1.firstHeading {
 display: none !important;
}

/*******************
** Default style for PrettyTextBox and InformationBox class of templates
** ie, {{warning}}, {{info}}, etc
*******************/
.InformationBox {
width:80%;
clear:both;
margin:0.5em auto;
padding:3px;
border:1px solid#999;
background:#F8F8F8;
color:#000;
}
 
.PrettyTextBox {
padding:.2em;
border:1px solid#AAA;
background:#F9F9F9;
color:#000;
}

/* Submission review */
.review-0 { color: white; background-color: maroon;}
.review-1 { color: white; background-color: red;}
.review-2 { color: white; background-color: orangered;}
.review-3 { color: white; background-color: salmon;}
.review-4 { color: black; background-color: white;}
.review-5 { color: black; background-color: #cec;}
.review-6 { color: black; background-color: lightgreen;}
.review-7 { color: black; background-color: greenyellow;}
.review-8 { color: black; background-color: lawngreen;}
.review-9 { color: black; background-color: lime;}
.review-10 { color: black; background-color: limegreen;}
.review-m { color: ghostwhite; background-color: grey;}

/* Reduce space taken by <languages/> */
.mw-pt-languages-label { width: auto; white-space: nowrap; }