User:Ruud Koot/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.
/*
[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]
*/

table.persondata {display:table;}

/* @font-face {
    font-family: Ethiopia Jiret;
    font-style: normal;
    font-weight: normal;
    src: url(http://taye.free.fr/common/ETHIOPI0.eot);
}*/

/* show me the templates */
.IPA { background-color: #fee; }
.polytonic, span[lang|="grc"] { background-color: #fee; }
.Unicode { background-color: #fee; }
.latinx { background-color: #fee; }
.mufi { background-color: #fee; }
.spanAr { background-color: #fee; }
.foreign { background-color: #fee; }
/*.IPA { font-family: "Segoe UI"; }*/
[class|=script] { background-color: #efe; }
[lang] { background-color: #eef; }

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

/* monobook/main.css fix */
div.noarticletext { border: none; }
.pBody > a:hover {
    text-decoration: underline;
}

/* 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;
}


/* Make all non-namespace pages have a light blue content area. This is done by
        setting the background color for all #content areas to light blue and then
        overriding it for any #content enclosed in a .ns-0 (main namespace). I then
        do the same for the "tab" background colors. --Lupo */

#content,
#mytabs li.selected a,
#p-cactions li.selected a {
        background-color: #F5FaFF; /* ein leichtes blau */
}
.ns-0 #content,
.ns-0 #mytabs li.selected a,
.ns-0 #p-cactions li.selected a {
        background-color: white;
}

/* Siehe Diskussionsseite == Hintergrundfarben ==
.ns--1 table,
.ns-2 table,
.ns-4 table,
.ns--1 form {
        background: inherit;
}
*/


#bodyContent a.external[href $=".com"], #bodyContent a.external[href $=".COM"],
#bodyContent a.external[href $=".exe"], #bodyContent a.external[href $=".EXE"],
.link-dangerous {
	background: url("http://upload.wikimedia.org/wikipedia/en/f/f4/Nuvola_apps_important_13px.png") center right no-repeat;
	padding-right: 18px;
}

#p-personal li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

/* Put a checker background at the image description page only visible if the image has transparent background */  	
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}

div.NavFrame div.NavHead {
        font-weight: bold;
        background-color: #ccccff;
        position:relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 1em;
        padding-right: 1em;
}

/* default skin for navigation boxes */
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 1px;
    text-align: center;
    width: 100%;
}

table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}

div.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 1px;
    text-align: center;
}

div.navbox div {
    margin: 2px;
    padding: 1px;
}

div.navbox div:first-child {
    background-color: #ccf;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}

.horizontal ul {
padding: 0;
margin-top: 0;
margin-left: -1.5em;
margin-bottom: 0.5em;
margin-right: 0;
}

.horizontal li { 
padding-left: 0.4em;
padding-right: 0.6em;
display: inline;
font-size: 90%;
line-height: 1.5;
border-left: 0.1ex solid;
}

.horizontal li:first-child {
border-left: none;
padding-left: 0;
}



#file, .fullMedia {
    text-align: center;
}

#filetoc {
    display: none;
}


cite {
    background: #ffc;
}

/*.references-column-count {
column-count:2 !important;
-moz-column-count:2 !important;
}*/