User:Kingpin13/monobook.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:Kingpin13/monobook.js. |
abbr.newpage {border:0;}
abbr.bot {border:0;}
abbr.minor {border:0;}
div.mw-rc-label-legend,
li#pt-prefswitch-link-off {
display: none;
}
li#pt-userpage { background: none; }
/* bluey background, make top left corner of page VERY slightly rounded */
div #content {
border-top-left-radius: 3px;
background-color: #FBFFFF;
}
/* gradient and rounded corners for tabs along the top */
div#p-cactions.portlet div.pBody ul li a {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33A1C9), to(#F0F8FF));
border-top-right-radius: 5px; border-top-left-radius: 5px;
}
/* slightly different gradient for selected tab */
div#p-cactions.portlet div.pBody ul li.selected a {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38B0DE), to(#FBFFFF));
}
/* tab hover changes border colour rather than bringing to top */
div#p-cactions.portlet div.pBody ul li:hover {
border-color: #41CCFA;
z-index: 1;
}
/* make red links stand out since they don't show up well on the blue gradient background */
div#p-cactions.portlet div.pBody ul li.new a {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9E9E9E), to(#FBFFFF));
color: #001664;
}
/* rounded corners for tabs along the top */
div#p-cactions.portlet div.pBody ul li {
border-top-right-radius: 4px; border-top-left-radius: 4px;
}
/* shadow and rounded corners for watchlist and delete groupboxes */
#mw-watchlist-options, #mw-delete-table {
-webkit-box-shadow: 5px 5px 6px #C7C7C7;
border-radius: 20px;
}
/* make new messages bar nicer */
div.usermessage {
border: 1px solid orange;
background: -webkit-gradient(linear, left top, left bottom, from(#FFC65B), to(#FFAC22));
border-radius: 5px;
/* non chrome stuff:
background-color: #FFCE7B;
background: -moz-linear-gradient(top, #FFC65B, #FFAC22);
filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFAC22', startColorstr='#FFC65B', gradientType='0');
-webkit-border-radius: 5px;
-moz-border-radius: 5px; */
}
/* make main page banner rounded and gradient */
#mp-topbanner {
border-radius: 5px;
}
/* popups shadow */
div.navpopup {
-webkit-box-shadow: 6px 6px 8px #303030;
}
/* Style for horizontal lists (separator following item) */
.hlist ul, .hlist ol {
padding: 0em;
margin: 0em;
}
.hlist li {
padding: 0em 0.54em 0em 0em;
display: inline;
background-image:url(http://upload.wikimedia.org/wikipedia/commons/d/da/Middot.png);
background-position:right center;
background-repeat:no-repeat;
}
.hlist li:last-child {
padding-right: 0em;
background: none;
}