User:Gruznov/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.
.patrollink { font: bold small sans-serif}

/* Stolen from [[User:Animum/monobook.css]] */
 
span.featured_article_metadata#has_been_on_main_page{ font-weight: bold; }
 
.usermessage a {
    color:#5A3696
}
 
/* "From Wikipedia, the free encyclopedia" modification */
#siteSub {
    font-family:Vardana;
    font-size: 95%;
}
/* Tab rounding */
 
#p-cactions ul
{
        overflow:visible;
}
 
#p-cactions li
{
        border: 2px solid lightgrey;
        position: relative;
        float: left;
        -moz-border-radius-topleft: .5em;
        -moz-border-radius-topright: .5em;
}
 
/* Get rid of the border in the page title */
.firstHeading {
    border-bottom:none;
}
 
/* Replace dotted borders on pre with a solid one. */
#bodyContent pre {
    border: 1px solid #aaa;
}
 
/* Miscellaneous Corner-rounding */
div.pBody {
    -moz-border-radius-topright:0.5em;
    -moz-border-radius-bottomright:0.5em;
}
 
#content {
    -moz-border-radius-topleft: 0.75em;
    -moz-border-radius-bottomleft: 0.75em;
}
 
#footer {
    -moz-border-radius: 6px;
}
 
/* Link customization */
#bodyContent a:active { font-weight: normal; }
#bodyContent a.interwiki, a.external { color: #002bb8; background:none; }}
#bodyContent a.text { background: display; }
 
/* Some editing screen modifications */
#editpage-copywarn3, #editpage-copywarn2, #editpage-copywarn {
    display: none;
} 
 
input#wpSummary {
    width: 50%;
    margin-top: 12px;
}
 
.editHelp {
    margin-top:1.25em;
    margin-bottom:6px;
}
 
#wpSave, #wpPreview {
    margin-right:1px;
}
 
#previewnote {
    text-decoration: blink;
}
 
#toolbar {
    display: none;
}
 
#protectedpagewarning { 
    -moz-border-radius:.5em;
    margin: 0 0 1em; 
    padding: .6em .6em; 
    vertical-align: middle; 
    border: solid #aaaaaa 1px;
    font-size:91%;
    background-color:#ffffff;
    color:#000000;
}
 
#longpagewarning {
    display:none
}
 
/* Get RID of that annoying fund raiser advert */
#siteNotice {
    display:none
}
 
/* Admin tools link fixer */
#adminbarlinks a:visited {
    color:#002BB8
}
 
/* Patrolled pages fixer */
.patrollink {
    display:none
}
li.not-patrolled {
    background-color:transparent
}
 
/* THIS LAST BIT IS STOLEN FROM AZATOTH'S MONOBOOK.CSS */
 
/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="submit"] {
    border: 1px solid #aaa !important;
    background-color: #f9f9f9 !important;
}
/* make round corners for the rest */
input[type="submit"] {
   -moz-border-radius-topleft: 2px !important; 
   -moz-border-radius-topright: 2px !important;
   -moz-border-radius-bottomleft: 2px;
   -moz-border-radius-bottomright: 2px;
} 
input[type="submit"] {color: #aaa !important;}
input[type="submit"]:hover, input[type="submit"]:focus {background-color: #fff !important; color: #000 !important; cursor: pointer !important;}

/* Change the font for all of wikipedia */

body {
    font-family: Verdana;
    font-size: 60%;
    background: none;
    border: none;
}
html,body
{
background-color:#ffffff;
background-image:none;
font-family:verdana;
}
#content,#footer
{
background-color:#ffffff;
}
/* change background of unselected tabs */
#p-cactions ul li a { background: #ffffff;border:solid 1px #ffffff; }
/* change background of selected tabs */
#p-cactions ul li.selected a { background: #ffffff;border:solid 1px #ffffff; }
table,div,p,font
{
background-color:transparent;
}
input,textarea
{
background-color:#ffffff;
}
 
/* </nowiki></pre> */