User:Bkonrad/common.css

Source: 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.
li#pt-sandbox { display: none; }

/* make it easier to spot spaces added/removed in diffs */

td.diff-deletedline .diffchange { background-color: #cfc; }
td.diff-addedline .diffchange { background-color: #ffa; }

/*
td.diff-addedline { color:silver; }
td.diff-deletedline .diffchange { color:red; text-decoration:line-through;}
td.diff-addedline .diffchange { color:red; background-color: #ffa; }

cite q {color:gray; font-size:85%;}
*/
/* From http://en.wikipedia.org/wiki/Wikipedia:Customizing_watchlists */
.mw-watched {
    font-weight: normal;
    font-style: italic;
}

/* from [[User:Robchurch|Rob Church]] in [http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28technical%29&oldid=47532450#Redirects_in_watchlists] */
 
.watchlistredir { 	 
font-style: italic; 	 
}

/* CSS rules for use with [[User:Anomie/linkclassifier.js]].  */
/* copied from [[User:UncleDouggie/vector.css]] */
A                  { color:#002bb8; }  /* medium blue */
A.stubcls          { color:#6600b8; }  /* medium purple */
A.new              { color:#cc2200; }  /* medium red */
A.redirect         { color:#002bb8; }  /* medium blue */
.self-redirect    { background-color:#88ff88; }  /* light green */
.disambiguation   { background-color:#ffff88; }  /* light yellow */
A.deletion         { color:#ff0088; }  /* hot pink */
A:visited          { color:#441099; }  /* dark purple */
A.stubcls:visited  { color:#6600b8; }  /* medium purple */
A.new:visited      { color:#cc2200; }  /* medium red */
A.redirect:visited { color:#441099; }  /* dark purple */
A.deletion:visited { color:#cc2277; }  /* medium pink */
A.broken-redirect  { color:#cc2200; background-color:#88ff88; }  /* medium red on light green */
A.broken-redirect:visited { color:#aa4444; background-color:#88ff88; }  /* washed out red on light green */

/* CSS rules for use with [[User:Anomie/linkclassifier.js]]. To include these rules,
 * insert the following into your [[Special:Mypage/monobook.js]]:
 
importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]
 
 * Please keep the linkback comment so I can know who is using this.
 */

/* standard link colors */
/* use default values for now */
/* a:link { color: #0000FF; } /* normal unvisited links */
/* a:link:visited { color: #7F007F; } /* visited links */
/* a:link:active { color: #FF0000; } /* active links */
/* a:link.new { color: #FF0000; } /* new links */
/* a:link.interwiki { color: #3366BB; } /* interwiki links */
/* a:link.external { color: #3366BB; } /* external links */
/* a:link.stub { color: #008000; } /* hovered links */

/* disable these for now
a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF}
*/

/* disable these for now */
/* redirect links as purple */
/* a.mw-redirect {color:#800080; } */
/* a.mw-redirect:visited {color:#9932CC; } */

/* disable these for now
/* stub links as green */
/* a.stub:link {color: #008000; } */
/* a.stub:visited {color: #008000; } */
/* a.stub:hover {color: #008000; font-weight: bold; } */
/* a.stub:active {color: #008000; } */

/* disable these for now
/* disambiguation links as maroon */
/* a.disambiguation:link {color: #FFD700; font-family: monospace;} */
/* a.disambiguation:visited {color: #FFD700; font-family: monospace;} */
/* a.disambiguation:hover {color: #FFD700; font-weight: bold; font-family: monospace;} */
/* a.disambiguation:active {color: #FFD700; font-family: monospace;} */

/* a.disambiguation   { color: #FFFF00; font-family: monospace;} */
/* a.disambiguation   { background-color: #800000; font-family: monospace;} */

/* Hide stuff */
#newarticletext {display:none}
#minoredit_helplink {display:none}
/* #wpSummaryLabel .oo-ui-labelElement-label {display:none;} /* from PrimeHunter */
#wpSummaryLabel .oo-ui-fieldLayout-header, #editpage-copywarn, .editpage-head-copywarn { display: none; } /* from Redrose64 */
/* #wpSummaryLabel {display:none} */
#editpage-copywarn {display:none}
#editpage-copywarn2 {display:none}
#editpage-copywarn3 {display:none}
#siteSub {display:none !important} /* Hide sitewide subtitle (From Wikipedia, the...) */
#p-coll-create_a_book { display: none; }