User:Koweja/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Koweja/monobook.js. |
div#siteNotice {display:none}
/*
div.mainbox { border: 1px solid black; padding: 0; width: 100% }
div.mainboximg { float: right; padding: 3em; width: 242px; }
div.mainboxtxt { padding: 1em; }
div.mainboxlinks { width: 100%; border: 1px solid black; text-indent: 1em; }
div.mainboxtxt2 { width: 40%; margin: 2em; padding: 1em; float: right; border: 1px solid black; background-color: #FFFFFF; }
hr.travel { width: 100%; margin-bottom: 2em; }
*/
/* Change the formatting of the links - stolen from User:Shardsofmetal */
a:hover, a.autolink:hover, .pBody a:hover {
text-decoration: none;
color: #ff6600;
}
a:visited, a.autolink:visited { color: #002bb8 }
a.new:visited, #p-personal a.new:visited { color: #ba0000 }
a:active { color: #ff6600 }
a { text-decoration: none }
/* Format the sidebar divs */
div#p-navigation {
width: 11em;
background: #eff8ce;
margin: 0 0 16px 0;
border: 2px solid #D0DD9E;
padding: 4px;
}
div#p-tb {
width: 11em;
background: #CCF8F7;
margin: 0 0 16px 0;
border: 2px solid #9EDDDE;
padding: 4px;
}
div#p-search {
width: 11em;
background: #F8CDCC;
margin: 0 0 16px 0;
border: 2px solid #DE9EA0;
padding: 4px;
}
/* Make a few corners round */
/* (only supported by moz/firefox/other gecko browsers for now) */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
pre {
overflow: auto;
width: auto;
}
div.pBody {
border: 0;
background: transparent;
}
#column-one div.pBody ul { margin-left: 2em }
#column-one div h5 {
/*color: #036;*/
font-weight: bold;
font-size: 100%;
}
#column-one div {
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
}
/* I don't use any other Wikipedias. Therefore, I have no reason to see the links.
div#p-lang { display: none } */
#p-cactions li a, #p-cactions li {
background: #FFF5EE;
}
#content { border-color: #fabd23 }