Jump to content

User:Fl/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m hide U.I. stuff
Blanked the page
Tag: Blanking
 
Line 1: Line 1:
/* 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, #pt-prefswitch-link-on, #pt-prefswitch-link-anon {
display: none !important;
}


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

/* Stolen from [[User:Animum/monobook.css]] */
/* Text alignment */
body.mediawiki {
text-align: left;
}

/* Replace dotted borders on pre with a solid one. */
#bodyContent pre {
border: 1px solid #aaa;
}

/* 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 */
/* Diff screen changes */
del.diffchange.diffchange-inline, ins.diffchange.diffchange-inline { border:none; }
.external a { target-new: window ! important; }

Latest revision as of 23:57, 28 April 2019