User:FatalError/style.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.
/* Stolen from [[User:Animum/monobook.css]] (with changes) */



/* "From Wikipedia, the free encyclopedia" modification */
#siteSub {
    font-family:Trebuchet MS;
    font-size: 95%;
}

/* Text alignment */
body.mediawiki {
    text-align: left;
}

/* 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;
}

table, div.thumbinner
{
    -moz-border-radius: 6px;
}

#footer {
    border:1px solid #fabd23;
}

/* 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
 * (Modified to fit my tastes)
 */

/* Nice borders for (almost) all boxes */
input[type="radio"], input[type="checkbox"]
{
    border:none;
}
input[type="submit"], input[type="text"]
{
    border: 1px solid #666 !important;
    background-color: #f6f6f6 !important;
    color: #222 !important;
    margin: 2px;
}
input[type="text"]:hover, input[type="text"]:focus
{
    background-color: #fff !important;
    color: #000 !important;
    border-color: #2288FF !important;
}
/* make round corners for the rest */
input[type="submit"], input[type="text"]
{
   -moz-border-radius-topleft: 4px !important; 
   -moz-border-radius-topright: 4px !important;
   -moz-border-radius-bottomleft: 4px;
   -moz-border-radius-bottomright: 4px;
} 
input[type="submit"]:hover, input[type="submit"]:focus
{
    background-color: #fff !important;
    color: #000 !important;
    cursor: pointer !important;
    border-color: #2288FF !important;
}

/* For use with my monobook */
.ns-0 * .tabmenu ul li
{
    background: white !important;
}

/* Prettify the headers of the quickbar (left-hand column of boxes) */

#p-navigation h5, #p-interaction h5, #p-search h5, #p-tb h5, #p-navclone h5, #p-lang h5
{
    display: inline;
    height: 1em;
    font-size: 91%;
    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
}

#p-navigation, #p-interaction, #p-search, #p-tb, #p-navclone, #p-lang
{
    padding-top: 2px;
}

li#ca-watch
{
    margin-right: 1.6em;
}
li#ca-talk
{
    margin-right: 0.3em;
}
li#ca-edit, li#ca-viewsource
{
    margin-left: 1.6em;
}
li#ca-addsection
{
    margin-left: 0.3em;
}

p
{
    line-height: 1.6em;
}

h2
{
    border-bottom: 1px solid #ccc;
}

/* Diff screen changes */

del.diffchange.diffchange-inline, ins.diffchange.diffchange-inline { border:none; }

/* Space for testing below */