User:Gonzo fan2007/monobook.css

Source: Wikipedia, the free encyclopedia.
<
User:Gonzo fan2007
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.
/* Displays persondata template */

table.persondata {display:table;}

/* Gray color for redirects. */

div.allpagesredirect a {color:gray}

/* Red background for changed text. */
 
.diffchange {
  background: #fdd;
}

/* Stolen from [[User:Animum/monobook.css]] */
 
/* Orange "You have new messages" changed to use that nice icon of a rotary phone and complimenting colors */
.usermessage {
    background-color: CCCCCC;
    background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Exquisite-Modem_cropped.png/32px-Exquisite-Modem_cropped.png') no-repeat left;
    color: #999999;
    border: none;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding-left: 3.5em;
    vertical-align: middle;
}
 
.usermessage a {
    color:#666666;
}

/* Remove fundraiser box */
.fundraiser-box { display: none; }

/* Hide distracting page-footer (copyleft/disclaimers/banner icons) */
#footer {display:none} 

/* Turn off the small user image at top of page. */
li#pt-userpage {background:none} 

/* Remove useless things */
span#minoredit_helplink { display: none }
span#wpSummaryLabel { display: none }
div#editpage-copywarn { display: none }
div#editpage-copywarn3 { display: none }
div#editpage-copywarn2 { display: none }

/* Nuke external link icon on internal links */
#bodyContent a[href^="http://en.wikipedia.org"] {
    background: none !important;
    padding-right: 0;
}

/* Spacing between watch/unwatch and JS-generated extra tabs */
li#ca-watch,li#ca-unwatch {
    margin-right: 1.6em;
}

/* Visually combine edit and + tabs, with some cleanup to make it look OK */
li#ca-edit.istalk {
        -moz-border-radius-topright: 0 !important;
        border-right-width: 0;
}
li#ca-addsection {
        position: relative;
        left: -1px;
        -moz-border-radius-topleft: 0 !important;
        border-left-width: 0;
}

/* Rmv sitenotice */
#siteNotice {display: none !important;}