User:Ruud Koot/monobook.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ruud Koot (talk | contribs) at 16:58, 27 October 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.
/*
[http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fen.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DUser%3AR._Koot%2Fmonobook.css%26action%3Draw%26ctype%3Dtext%2Fcss&usermedium=all validate] {{interwiki-all}}
*/

/* show me the templates */
/* .IPA { color: #060; }
.polytonic, span[lang|="grc"] { color: #006; }
.Unicode { color: #600; }
.latinx { color: #660; }
.mufi { color: #066; }
.spanAr { color: #606; }
.foreign { color: #606; } */
/*.IPA { font-family: "Segoe UI"; }*/

/* editpage related */
#editpage-copywarn2 {display: none;}
/*#editpage-specialchars {font-size: 12pt;}*/

/* monobook/main.css fix */
div.noarticletext { border: none; }

/* fonts */
/* body { font-family: serif; } */
/* * {
     font-family: "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
     font-family *//**//*:inherit;
}
textarea {
     font-family: "Arial Unicode MS", "Lucida Sans Unicode", monospace;
     font-family *//**//*:monospace;
}
pre {
     font-family :monospace;
} */

/* hide redirects in Special:Allpages */
/*.allpagesredirect { display: none; }*/

/* scrollbars in pre */
/*pre { overflow-x: auto; overflow-y: visible; }*/
pre { overflow: auto; }

/* wikitable fix */
/*caption { background: #cccccc; border: 1px #aaaaaa solid; color: #ff0000; font-style: bold; text-align: center; }*/

/* Pilot database table formatting, specifically for [[Database normalization]] but could be generalized */
table.database {border-bottom:1px solid #779;margin-bottom:1em;}
table.database caption {text-align:left;font-weight:bold;font-size:11pt;
  margin-left:0.4em;margin-top:1em;}
table.database th {background-color:#779;padding:0 0.6em;font-weight:bold;
  color:#FFF;}
table.database td {border-top:1px solid #779;padding:0 0.6em}

/* hide spoiler-banners */
.spoiler { display: none; }

/* blockquotes */
blockquote {
    font-size: 87%;
    margin: 1em 1.6em;
}

blockquote p {
    line-height: inherit;
}

.navbox {
   border:1px solid #aaaaaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}

table.navbox {
    margin: 0.5em 0em;
    clear: both;
}

th.navbox {
    background:#ccccff;
    align: center;
}

tr th.navbox {
}