User:MacGyverMagic/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:MacGyverMagic/monobook.js. |
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
background: url('http://upload.wikimedia.org/wikipedia/commons/6/61/Icons-mini-icon_security.gif') top left no-repeat;
padding-left: 20px;
text-transform: none;
}
//general portlet styles (elements in the quickbar) from fr monobook.css
.portlet {
border: none;
margin: 0 0 0.5em 0em;
float: none;
padding: 0;
width: 11.6em;
overflow: hidden;
}
.portlet h4 {
font-size: 95%;
font-weight: normal;
white-space: nowrap;
}
.portlet h5 {
text-transform:none;
font-variant:normal;
background-color: #e0e3e6;
border: thin solid silver;
padding: 0em 1em 0em 0.5em;
display: inline;
font-size: 91%;
height: 1em;
font-weight: normal;
white-space: nowrap;
}
.portlet h6 {
background: #ffae2e;
border: 1px solid #2f6fab;
border-style: solid solid none solid;
padding: 0em 1em 0em 1em;
text-transform: lowercase;
display: block;
font-size: 1em;
height: 1.2em;
font-weight: normal;
white-space: nowrap;
}
.pBody {
font-size: 95%;
background: White;
border-collapse: collapse;
border: 1px solid #aaaaaa;
padding: 0 0.8em 0.3em 0.5em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
margin: 0;
padding: 0;
}
.portlet ul {
line-height: 1.5em;
list-style-type: square;
list-style-image: url("bullet.gif");
font-size:95%;
}
.portlet li {
padding: 0;
margin: 0;
}
// #footer {visibility: hidden}