User:Fl2/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.
/* Hides all the stuff that I don't use */
#editpage-copywarn3, #editpage-copywarn2, #editpage-copywarn, #jswarning, #siteSub, #minoredit_helplink, .editHelp, #editpage-specialchars, #longpagewarning, #p-navigation, #p-interaction, #footer, #p-logo, #p-lang, #p-coll-create_a_book {
    display: none !important;
}

/* Getting rid of Monobook background */
body { background: #f9f9f9 !important; }

/* Stolen from [[User:Animum/monobook.css]] */
 
.usermessage a {
    color:#5A3696
}
 
/* Text alignment */
body.mediawiki {
    text-align: left;
}
 
/* Tab rounding */
#p-cactions ul
{
        overflow:visible;
}
 
#p-cactions li
{
        border: 1px 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;
}
 
hr#hrTitleModification {
    width:0%;
}
 
/* 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;
    border:1px solid #AAAAAA;
}
 
/* Link customization */
#bodyContent a:active { font-weight: normal; }
#bodyContent a.interwiki, a.external { color: #002bb8; background:none; }}
#bodyContent a.text { background: display; }
 
input#wpSummary { width: 99%; }

#wpSave, #wpPreview {
    margin-right:1px;
}
 
#previewnote {
    text-decoration: blink;
}

#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;
}
 
/* Admin tools link fixer */
#adminbarlinks a:visited {
    color:#002BB8
}

li.not-patrolled {
    background-color:transparent
}
 
/* THIS LAST BIT IS STOLEN FROM AZATOTH'S MONOBOOK.CSS */
 
/* For use with my monobook */
.ns-0 * .tabmenu ul li {
    background: white !important;
}
 
/* Prettify the headers of the quickbar (left-hand column of boxes) */
 
.portlet h5 {
    display: inline;
    height: 1em;
    font-size: 85%;
    font-weight: normal;
    white-space: nowrap;
    border-color:#aaa; 
    border-width:1px;
    border-style: solid solid none solid;
    padding: 0 1em 1px 1em;
    text-transform: lowercase;
    background: white;
    -moz-border-radius-topright:1em;
}

.portlet {
    padding-top: 2px;
}
 
/* Diff screen changes */
 
del.diffchange.diffchange-inline, ins.diffchange.diffchange-inline { border:none; }
 
/* Space for testing below */
body.page-Main_Page li#ca-nstab-main { content:"main page"; }

#ca-edit a { content:"edit"; }
.ca-edit a { content:"edit"; }

.external a { target-new: window ! important; }