User:Blue-Haired Lawyer/vector.css

From Wikisource
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

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

/* let's see what this is all about */
.mw-watched {
border-bottom: 1px dotted #999;
font-weight: normal !important;
}

/* Watchlist css */
.page-Special_Watchlist #firstHeading {display: none; }
.page-Special_Watchlist #contentSub {display: none; }
.page-Special_Watchlist #mw-watchlist-options {display: none; }
#watchlist-message, #mw-watchlist-resetbutton {display: none; }

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