Jump to content

User:Redrose64/monobook.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
test
test
Line 46: Line 46:
list-style-image: url("//upload.wikimedia.org/wikipedia/commons/c/ce/ChangedBulletMono2.png");
list-style-image: url("//upload.wikimedia.org/wikipedia/commons/c/ce/ChangedBulletMono2.png");
}
}
#p-lang ul { font-family: 'Arial',sans-serif; }

Revision as of 21:24, 1 November 2013

/* Turn the "Save page" button green when logged in - see [[User:Gadget850/FAQ#Logged out]] */
INPUT#wpSave { background-color: #88ff88; }
/* Make PersonData visible - see [[WP:PDATA]] */
table.persondata { display: table !important; }
/* Turn visited links green instead of default purple - see [[Wikipedia:Link color]] - note that from MW1.18 visited ELs also change colour but have a different class */
a:visited { color: #008800; }
/* Show cite errors on pages outside article space - see [[Template:Broken ref/doc]] */
span.brokenref { display: inline; }
/* Reduce space around category links, allow word wrapping - see [[:de:Wikipedia:Fragen zur Wikipedia#MW118: Kategorienanzeige]] */
#catlinks li {
        display: inline;
        border-left: none;
        padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " | "; }
#catlinks li:first-child:before { content: ""; }
/* Make hidden category links smaller - see http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&diff=next&oldid=460433010 */
div#mw-hidden-catlinks { font-size: 88%; }
/* Increase edit summary window width from 80% to 100% - see [[Wikipedia:Village pump (technical)/Archive 97#length of edit-summary box]]
input#wpSummary { width: 100%; }
*/
/* Hide [rollback] link on watchlist - see [[Wikipedia:Customizing watchlists#Remove or modify the [rollback] link]]
.mw-special-Watchlist .mw-rollback-link { display: none; } */
/* hide three pieces of text as follows:
i) Edit summary (Briefly describe the changes you have made)
ii) the text from [[MediaWiki:Wikimedia-copyrightwarning]]
iii) the text from [[MediaWiki:Editpage-head-copy-warn]]
in order to move the buttons back to where they were, just below the checkboxes - see [[Wikipedia:Tip of the day/November 22, 2008]]; also to save more space. */
#wpSummaryLabel, #editpage-copywarn, .editpage-head-copywarn { display: none; }
/* Tab bottom borders gone since Nov 2012! Put them back! See [[User:PartTimeGnome/common-all.css]] also [[Wikipedia:Village pump (technical)#New color on the edit tabs?]]
#p-cactions li {
  position: relative;
  top: -1px;
  background-color: #f8fcff;
} */
#p-cactions li:hover { background-color: white; }
#p-cactions li a { background-color: transparent !important; }
/* Soap's idea (same thread) */
.selected {
  position: relative;
  top: 0px !important;
  background-color: #d0ffff !important;
}
li.mw-changeslist-line-watched, li.mw-history-line-updated {
  list-style-image: url("//upload.wikimedia.org/wikipedia/commons/c/ce/ChangedBulletMono2.png");
}
#p-lang ul { font-family: 'Arial',sans-serif; }