User:Blue-Haired Lawyer/vector.css

From 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.
/* Hide side bar */
#mw-panel { visibility: hidden !important; }
#mw-head-base { margin-left: 0 !important; }
#content { margin-left: 0 !important; transition: none !important; }
#left-navigation { margin-left: 1em !important; }
#footer { margin-left: 0 !important; }

/* lower case personal bar */
#p-personal UL A { text-transform: lowercase; }

/* Misc */
#p-personal { top: 0; }
#p-personal li { margin-top: 2px; }
.minor, div#siteNotice, #jswarning, #clearprefcache { display: none !important; }

/* stub colour */
A.stub { color: green; }

/* hide stuff on edit pages */
#editpage-copywarn2, div.templatesUsed, div.hiddencats, #editpage-copywarn, #mw-wikimedia-editpage-tos-summary, #pt-prefswitch-link-on, #pt-prefswitch-link-anon { display: none; }

/* numbered what-links-here links */
#mw-whatlinkshere-list {
	list-style-image: none;
	list-style-type: decimal;
}

/* a shorted edit box */
#wpTextbox1 { height: 350px; }
#wpTextbox2 { height: 350px; }

/* don't wait for page to load to hide collapsed lists */
.NavFrame.collapsed .NavContent { display: none; }

/* Watchlist css */
.page-Special_Watchlist UL.special { margin-left: 20px; }

#wpTextbox1, #wpTextbox2 {
	font-family: courier;
	font-size: 9pt;
}