User:Smurrayinchester/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:Smurrayinchester/monobook.js. |
#messagebox standard-talk {
background-color: #F9F9FF;
}
/* 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: 15px;
-moz-border-radius-topright: 15px;
font-family: tahoma;
background-color: #F9F9FF;
}
#p-cactions li {
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
font-family: tahoma;
border: 1px solid #00CCFF;
}
#p-cactions li.selected {
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
font-family: tahoma;
border: 1px solid #0099BB;
background-color: #F9F9FF;
}
#p-cactions, #p-cactions a {
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
font-family: tahoma;
border: 0px solid #00CCFF;
}
#content {
-moz-border-radius: 15px;
border: 1px solid #00AACC;
margin-right: 5px;
}
div.pBody {
-moz-border-radius: 15px;
border: 1px solid #00AACC;
font-family: tahoma;
padding: 4px;
background-color: #F9F9FF;
margin-left:5px;
}
.usermessage {
background-color: #00AAFF;
border: 0px solid #00AACC;
color: #000099;
font-weight: bold;
font-style: italic;
font-family: tahoma;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
text-align: center;
-moz-border-radius: 20px;
}
#confirmemail { display: none }
/* back to the future... */
#bodyContent pre {
border: 1px solid #00AAFF;
background-color: #F0F0FF;
-moz-border-radius: 15px;
padding: 15px;
margin: 15px;
}
li#pt-userpage { background: none }
#p-personal ul { font-family: tahoma;}
#p-personal li { font-family: tahoma;}
#p-personal li a { border: 1px solid #0099BB; background-color: #F9F9FF; padding: 0px; font-family: Tahoma; color: #000099; padding: 2px 2px 2px 4px; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; }
}
table.diff { background:F7F7FF; -moz-border-radius: 4px; }
td.diff-otitle { background:#F7F7FF; -moz-border-radius: 4px;}
td.diff-ntitle { background:#F7F7FF; -moz-border-radius: 4px;}
td.diff-addedline {
background: #F7F7FF;
color: #4466EE;
font-size: 100%;
-moz-border-radius: 4px;
}
td.diff-deletedline {
background: #F7F7FF;
color: #2222b2;
font-size: 100%;
-moz-border-radius: 4px;
}
td.diff-context {
background:#E4E4FF;
color: #778899;
font-size: 100%;
-moz-border-radius: 4px;
}
span.diffchange { color: #00008b; -moz-border-radius: 4px; }
#p-cactions li:hover { border: 1px dotted #000099; }
#p-personal li a:hover { border:1px dotted #000099; }
table.persondata {display:table;}