User:Kingpin13/monobook.css

Source: Wikipedia, the free encyclopedia.
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.
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;
}