Jump to content

User:AFigureOfBlue/monobook.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.
@import "http://en.wikipedia.org/w/index.php?title=User:Drilnoth/rounded.css&action=raw&ctype=text/css";

/* Following copied from [[User:Anomie/linkclassifier.css]] with slight modifications and removals (used in conjunction with JavaScript */

A                  { color:#002bb8; }
/*A.stubcls          { color:#5c2bb8; }*/
/*A.new              { color:#cc2200; }*/
/*A.redirect         { color:#00bb00; }*/
A.self-redirect    { background-color:#88ff88; }
A.disambiguation   { background-color:#ffff88; }
A.deletion         { color:#ff0088; }
A:visited          { color:#00155c; }
/*A.stubcls:visited  { color:#552c50; }*/
/*A.new:visited      { color:#aa4444; }*/
/*A.redirect:visited { color:#227722; }*/
A.deletion:visited { color:#cc2277; }
A.broken-redirect  { color:#cc2200; background-color:#88ff88; }
A.broken-redirect:visited { color:#aa4444; background-color:#88ff88; }

A.image.nonfree-media > IMG    { outline:3px double #ff0000; }
A.image.deletion > IMG         { border:2px solid #ff0088; }
A.image.deletion:visited > IMG { border-color:#cc2277; }

/* Images can be inserted after links with the ":after" pseudo-element, although this doesn't work in IE <8. */
A.nonimage.protection-create-sysop-indef:after {
    content:url(http://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Padlock-skyblue.svg/12px-Padlock-skyblue.svg.png);
}

/* End code copied from [[User:Anomie/linkclassifier.css]] */

/* BEGIN Stolen from [[User:Animum/monobook.css]] */

/* Some editing screen modifications */
#editpage-copywarn3, #editpage-copywarn2, #editpage-copywarn {
display: none;
}

/* END Stolen from [[User:Animum/monobook.css]] */

#p-interaction, #p-navigation, #p-coll-create_a_book, #t-download-as-pdf, #t-print, #t-permalink { display: none; } /* Hides the sidebar stuff that I never use */

/* help out with diffgazing */
.diffchange,
.diffchange-inline {
    border: none;
    border-bottom: 1px solid #6AD500;
}
 
/* edit summary field gets full width */
input#wpSummary {
    width: 100%;
}

/* The following styles, copied from the French Wikipedia, make discussions look more "threaded". Still needs quite a bit of tinkering to make it look right here */
/* Commented out for now until I can put more work into refining these 
.ns-talk dd {
 margin:0;
 padding:0;
}
 
.ns-talk dl {
 border-top:solid 1px #F0F080;
 border-left:solid 1px #F0F080;
 padding-top:.5em;
 padding-left:.5em;
 margin-left:1em;
}
 
.ns-talk dl,
.ns-talk dl dl dl,
.ns-talk dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl
{ background:#FFFFE0 }
 
.ns-talk dl dl,
.ns-talk dl dl dl dl,
.ns-talk dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl
{ background:#FFE }
*/