User:Aphrael Runestar/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:Aphrael Runestar/monobook.js. |
/* [[User:Aphrael Runestar|Aphrael Runestar]] 17:47, 2004 Sep 5 (UTC) */
body a {
text-decoration: none;
color: #43C8FF;
}
body a:active {
color: #0099FF;
}
body a:visited {
color: #004499;
}
body a:hover {
color: #0099FF;
text-decoration: none;
}
body a .new {
color: #FFFFFF;
}
#catlinks {
background: #002244;
}
caption {
background: #002244;
}
#attention {
background: #004466;
}
table {
background: #002244;
}
tr {
background: #002244;
}
#toc {
background: #003355;
}
#toctitle {
background: #003355;
}
#tocinside {
background: #002244;
}
.mainpagetable {
background: #002244;
}
.mainpagetable td {
background: #002244;
color: #0099FF;
}
/* Donations link to be uncommented during fundraising drives
#siteNotice {
padding-left: 4px;
font-style: italic;
text-align: center;
}
*/
#globalWrapper {
background: black;
color: #0099FF;
}
.thumbcaption {
background: #002244;
}
.magnify {
background: #002244;
}
.thumb tright {
background: #002244;
}
#siteNotice {
display:none;
}
/* hide this from ie/mac and konq2.2 */
@media All {
head:first-child+body input {
visibility: visible;
border: 1px solid #2f6fab;
color: #0099FF;
background-color: black;
vertical-align: middle;
padding: 0.2em;
}
}
input[type="radio"],
input[type="checkbox"] {
border:none;
background-color: black;
}
select {
color: #43C8FF;
}
textarea {
background: black;
color: #43C8FF;
}
#footer {
background: #004466;
color: #43C8FF;
}
.pBody {
background: #002244;
color: #43C8FF;
}
body div#p-logo {
z-index:0;
width:0;
height:0;
overflow:hidden: visibility:hidden;
display:none;
}
.pBody a {
color: #43C8FF;
text-decoration: none;
background-color: transparent;
background-image: none;
padding-right: 0;
}
/* 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 {
background: #002244; /* a dark 'sky blue'. */
color: #0099FF;
}
.ns-0 * #content {
background: #002244;
color: #0099FF;
}
#mytabs li {
background: #002244;
color: #0099FF;
}
.ns-0 * #mytabs li {
background: #004466;
color: #0099FF;
}
#mytabs li a {
background-color: #002244;
color: #0099FF;
}
.ns-0 * #mytabs li a {
background-color: #004466;
color: #0099FF;
}
#p-cactions li {
background: #002244;
color: #0099FF;
}
.ns-0 * #p-cactions li {
background: #004466;
color: #0099FF;
}
#p-cactions li a {
background-color: #002244;
color: #0099FF;
}
.ns-0 * #p-cactions li a {
background-color: #004466;
color: #0099FF;
}
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
display: inline;
font-size: 120%;
font-weight: normal;
}
h1.firstHeading {
color: #0099FF;
}
pre {
color: #0099FF;
background: black;
}
#bodyContent #siteSub a {
color: #0099FF;
text-decoration: none;
background-color: transparent;
background-image: none;
padding-right: 0;
}
#bodyContent #siteSub {
color: #0099FF;
}
.MainPageBG {
background-color: #046!important;
color: #09f!important;
}
/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }
/* Display "User $1, you are already logged in!"
([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }
@media print {
/* Do not print edit link in templates using Template:Ed
Do not print certain classes that shouldn't appear on paper */
.editlink, .noprint, .metadata, .dablink { display: none }
}
/**/