User:Br'er Rabbit/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Br'er Rabbit/common.js. |
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; }