User:Wuzur/monobook.css
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
The accompanying .js page for this skin is at User:Wuzur/monobook.js. |
/* Mark admins, bureaucrats etc. */
@import url("http://toolserver.org/~w/ggu/?format=cssmarker&localuser=User&query=sysop@commonswiki@A|bureaucrat@commonswiki@B|checkuser@commonswiki@CU|oversight@commonswiki@O|steward@metawiki@S");
/* Remove some unnecessary stuff */
#p-logo, /* The Commons logo */
#footer, /* The footer */
#editpage-copywarn-copywarn, #editpage-copywarn, /* copyrightwarnings when editing */
#mw-edit-longpagewarning, /* Warning: The page is too long */
.fullMedia, .fileInfo, /* File links */
#filetoc li a[href="#file"], #filetoc li a[href="#filehistory"], #filetoc li a[href="#filelinks"], #filetoc li a[href="#metadata"],
.editHelp, /* "Return to article" and "help"-links on editing */
#wikiPreview .ontop, .previewnote, /* "This is just preview" */
.magnify, /* Little icon bottom right in thumbs */
#histlegend, /* Legend above the history */
#fundraising, #centralNotice, /* All foundraising ads */
.searchButton, /* The search button - we have a return key */
.mw-editTools, /* Special chars */
label[for="wpMinoredit"], /* Minor edit label - I know were which button is */
input[name="wpWatchthis"], label[for="wpWatchthis"], /* "Watch this"-option, no need for that */
label[for="wpSummary"], /* Label for the summary the only text field there */
#watchlistfor, /* "Watchlist for User:xyz" */
.mw-lag-warn-normal, /* Watchlistlag */
#p-navigation, /* The bar with links to Main Page, VP etc. */
#n-help, #n-contact, #n-randomimage, #t-specialpages, #n-sitesupport, /* no need for that links */
.portlet h5, /* No headings in sidebar */
li#pt-mytalk, li#pt-mycontris, /* Link to own contribs and talk */
#p-quickbar center, /* No heading in the quick deletion bar */
.ns-3 .welcomeBox, /* The "Welcome to Commons"-box on talkpages */
#toolbar /* Editbuttons */
{display:none;}
/* Move the "Save" and "mark as minor"-buttons to the right */
.editButtons {display: inline;}
input[name="wpSave"] {position: absolute; right: 1.2em;}
input[name="wpMinoredit"] {position: absolute; right: 0;}
.editButtons {position: absolute; left: 1em; width: 98%;}
/* No bold letters on watchlist */
.page-Special_Watchlist strong.mw-watched { font-weight:normal; }
/* Forms less Windows-like */
input, textarea { border-style: solid; border-width: 1px; border-color: #A0A0A0;}
/* Show the quick deletion container */
#vqdContainer {display: block;}
/* Format buttons like links */
input[type="submit"] {border: none; background: transparent; color: #002bb8;}
input[type="submit"]:hover {border-bottom: 1px solid #002bb8;}
/* Make the usermessage-box less attentive */
.usermessage {font-weight: normal; background-color: transparent !important; border-style: groove; border-color: transparent transparent black transparent !important;}
.usermessage a { color: #8B0000;}
/* font size of "this site uses the following templates */
.templatesUsed { font-size: 10px; }
/* Pre-boxes should be nicer */
pre {overflow: auto; font-size: 90%; padding: 1em; border: 1px solid #3C78B5; color: black; background-color: #F0F0F0;line-height: 1.1em;}
/* Make the actions-links more beautiful */
#p-cactions li, #p-cactions li a {border-width: 0; background: transparent; text-transform: none;}
#p-cactions li a:hover, #p-personal li a:hover {background: transparent; color: #001A66;}
#p-cactions li.new a:hover {color: #660000;}
#p-cactions li.selected {border: 1px solid #aaa; background: #fff;}
#p-cactions li {padding: .05em;}
#p-cactions li a {padding: 0 0 .1em}
/* Mark image talk pages */
.ns-6 li#ca-talk a {background: #59B300; color: #fff !important}
.ns-6 li#ca-talk a:hover {background: #408000;}
.ns-6 li#ca-talk.new a {background: transparent; color: #ba0000 !important;}
.ns-6 li#ca-talk.new a:hover {color: #660000 !important;}
/* Mark protected pages */
li#ca-unprotect a {background: #B30000 !important; color: #fff !important}
li#ca-unprotect a:hover {background: #800000 !important;}
/* Make the sidebar full width, remove the background and divide the boxes */
.portlet {width: 12.1em;}
.pBody {border: none; border-top: 1px solid #aaa; background: transparent}
/* Make the summary box full width */
#wpSummary {width: 100% !important;}
/* Remove the MSN-icon next to username */
li#pt-userpage { background: none; }
/* Quick delete bar more beautiful, move the sidebar up */
#p-quickbar { border: 0;}
#p-quickbar a:after {content: " |"}
#p-search { margin-top: -50px !important; }
/* Make the sidebar links match the action links */
.portlet a:visited, #p-quickbar a:visited {color: #002bb8;}
.portlet a:hover, #p-quickbar a:hover {text-decoration: none; color: #001A66;}
/* Make catlinks more beautiful */
.catlinks { font-size: 90%; background: transparent; border: none; border-top: 1px dashed #aaa;}
/* Stick the topbar to the top even on scroll */
div#p-cactions { position:fixed; background-color: #fbf9ff; width: 100%; z-index:7; border-bottom: 1px solid #aaa; margin-left: 1.35em; top: 1.15em; }
h1#firstHeading { position:fixed; background-color: #fff; width: 100%; z-index:7; border-left: 1px solid #aaa;top: 1.35em; left: 6.5em; padding-left:0.3em; }
div#p-personal { position:fixed; z-index:7; line-height: 1.3em; background: #fbf9ff;}
#content {border-top: none;}
#contentSub {margin-top: 6.5em; z-index:6}
/* Same with deletion quickbar */
div#p-quickbar { position:fixed !important; background-color: #fbf9ff; width: 15em !important; z-index:5; top: 1.15em; }
/* Make the background light grey */
body {background: #fbf9ff;}
/* Make userbacklinks more attentive */
#pt-userBacklink a {color: #ba0000 !important; font-size: 120%;}
#pt-userBacklink a:hover {color: #660000 !important;}