Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
a:link, a:visited
{
 -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
         transition: color 0.5s ease;
}
body.skin-vector
{
 font-size: 130%;
}

body.skin-vector div.wikiEditor-ui-text textarea#wpTextbox1
{
 font-size: 110%;
 font-family: Monaco, Courier, monospace;
}

.usermessage
{
 display: none;
}

div#mw-panel
{
 top: 0; /* mv up to where logo was */
}
div.editpage-head-copywarn,
div#p-logo,
div#p-moodbar,
li#n-sitesupport,
li#n-shoplink,
li#n-aboutsite,
li#n-contact,
div#siteSub,
span#wpSummaryLabel,
div.editButtons span.editHelp,
div#editpage-copywarn,
div.mw-tos-summary,
div#editpage-copywarn2,
div#editpage-copywarn3,
div#conditions,
div#footer,
div#mw-usercssyoucanpreview,
div#mw-usercsspreview,
div.previewnote hr,
div.editOptions br
{
 display: none;
}

div.previewnote
{
 margin-bottom: 0;
}
div.previewnote p
{
 margin: 0;
}
div#editpage-bottom
{
 margin-bottom: 0;
 padding: 0.5em 1em;
}
div.editOptions input#wpSummary
{
 margin-bottom: 0.25em !important;
 width: 100%;
}
div.editOptions select
{
 width: auto !important;
}
div.editCheckboxes
{
 margin-bottom: 0.4em;
}


div.editButtons > input[type="submit"]
{
 font-size: 77%; /*local fix*/
}
div.editButtons input
{
 padding: 3px 5px;
 font-weight: bold;
 line-height: 1;
 color: #444;
 border: none;
 background-color: #fff;
 -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
         border-radius: 17px;
 text-shadow: 0 1px 1px rgba(255,255,255,.85);
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
 background-image: -moz-linear-gradient(0% 100% 90deg, #bbb, #fff);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
         box-shadow: 0 1px 2px rgba(0,0,0,.5);
}
div.editButtons input#wpSave
{
 color: #eee;
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0f75bc), to(#0a5081));
 background-image: -moz-linear-gradient(0% 100% 90deg, #0a5081, #0f75bc);
 text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
div.editButtons input:hover
{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
 background-image: -moz-linear-gradient(0% 100% 90deg, #99b, #ddf);
}
div.editButtons input:hover#wpSave
{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1186d9), to(#004c82));
 background-image: -moz-linear-gradient(0% 100% 90deg, #004c82, #1186d9);
}
div.editOptions div.editButtons input:active
{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdf), to(#b9b));
 background-image:    -moz-linear-gradient(0% 100% 90deg, #b9b, #fdf);
 -webkit-box-shadow: 0 1px 12px rgba(51,204,255,.9);
    -moz-box-shadow: 0 1px 12px rgba(51,204,255,.9);
         box-shadow: 0 1px 12px rgba(51,204,255,.9);
}


pre.source-javascript,
pre.source-css
{
 overflow: scroll;
}

.has_been_on_main_page a { color: maroon; }