User:P8/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 can be added at User:P8/monobook.js. |
/*Changed the content margins, paddings and borders */
#content {
margin: 2.7em 0 1em 12.2em;
padding: 1.5em 2.5em 1em 0.5em;
background-color: #fff !important;
border: 1px solid #ddd;
border-right: 0;
line-height: 1.5em;
z-index: 4 !important;
}
body {
font: x-small "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
background: #eee !important;
}
a { color: #002bb8;}
h1, h2, h3, h4 { font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;}
textarea {
border: 1px inset #2f6fab;
}
input.historysubmit {
padding: 0 0.3em 0.3em 0.3em !important;
font-size: 94%;
cursor: pointer;
height: 1.7em !important;
margin-left: 1.6em;
}
input[type="radio"],
input[type="checkbox"] { border:none; }
select {
border-color: #2f6fab;
color: Black;
vertical-align: top;
}
/* images */
div.floatright, table.floatright {
margin: 0;
}
div.floatleft, table.floatleft {
margin: 0.3em 0.5em 0.5em 0;
}
/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
margin: 0;
}
.portlet h5 {
background-color: #ddd;
color: #000;
padding: 0.2em 1em 0.3em 1.5em;
text-transform: lowercase;
height: 1em;
display: block;
font-weight: bold;
white-space: nowrap;
border: 1px #ccc outset;
border-width: 1px 0 0 0;
}
.pBody {
background-color: #eee;
border-collapse: collapse;
border-width: 0;
padding: 0 0.8em 0.3em 1.5em;
}
.pBody a { color: #000; }
.portlet ul {
line-height: 1.5em;
list-style: none;
font-size:95%;
margin-left: 0;
margin-top: 0.1em;
}
/*
** Search portlet
*/
input.searchButton {
margin-top:1px;
padding: 0 0.4em !important;
font-size: 95%;
cursor: pointer;
background-color: #cddaff;
border: 1px outset #cddaff;
}
#searchGoButton {
border: 1px outset #cddaff;
padding-left: .5em;
padding-right: .5em;
font-weight: bold;
}
/*
** the page-related actions- page/talk, edit etc
*/
#p-cactions {left: 12.5em;}
#p-cactions .hiddenStructure { display: none; }
#p-cactions ul {
list-style: none;
}
#p-cactions li {
font-size: 110%;
}
#p-cactions li.selected {
border-color: #ddd;
}
#p-cactions li a {
background-color: #444 !important;
color: #FFE27A;
}
#p-cactions .selected a {
background-color: #fff !important;
color: #002bb8;
z-index: 3;
}
#p-cactions .new a { color:#f99;}
#p-cactions li a:hover {
z-index: 3;
color: #002bb8;
background-color: #fff !important;
text-decoration: none;
}
#p-cactions .selected a:hover {
text-decoration: none;
}
#preftoc li.selected {
background-color: #789;
}
/*
** footer
*/
#footer {
background-color: #ccc;
border-top: 2px solid #999;
border: 0;
padding: 0.4em 0em 1em 0em;
text-align: center;
font-size: 90%;
}
#footer li {
display: inline;
margin: 0.5em 1.3em;
}