User:JoeNMLC/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:JoeNMLC/monobook.js. |
html, body, .rater-mainWindow-open .oo-ui-window-content {
background-color: #f0f8ff; font-family: 'Charis SIL'; font-size: 11pt;
} /* 'Inter' or 'Fira Code Regular' or Fira Code Medium */
html, body, .rater-bannerListWidget .oo-ui-labelElement-label {
font-weight:normal !important;
} #globalWrapper {width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: inheritl;
background-color: #e5e4e2; /* Now- Platinum, #f8fcff Monobook skin, alt1 #fff5ee-Seashell */
font-family: 'Charis SIL'; /* Inter, Fira Code Regular, DejaVu Sans, Libre Caslon Text */
font-size: larger; }
div#content {
background: #f7f7f6; /* Now- Subtle Gray tint - #fffb9d (shade of Cream Celadon) - #afe1af (medium green) */
}
.mw-body a:link {font-family: 'Inter';} /* Charis SIL, Fira Code Medium, DejaVu Sans, Libre Caslon Text */
/* standard link colors */
.mw-body a:link {font-family: 'Inter'; color: #348781; } /* Charis SIL, Fira Code Medium, wikilink color, Aquamarine Stone, normal blue 3366bb */
.mw-body a:link:visited { color: #00FF00; } /* visited links - green */
.mw-body a:link.new { color: #CC2200; } /* new links - red */
.mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */
.mw-body a:link.external { color: #3366BB; } /* external links */
.mw-body a:link.stub { color: #772233; } /* hovered links */
a:hover {color: #ff0000}
a:hover {font-size: normal;}
a:hover {background:#ffff00;}
a:hover {text-decoration:underline;}
.mw-body a:active {color: #00FF00} /* active - lime */
.mw-body { color: #000000; background-color: #afe1af; } /* Black 000000, Celadon (medium green) */
#wpSave { background: #ff8080; }
#wpPreview { background: #98fb98; }
textarea { caret-color: red; }
textarea[style] { height: 46em; color: #000000; font-family: 'Inter'; font-size: larger; } /* color 32cd32 Lime green text, font Charis SIL, Verdana, Inter, Noto Mono */
textarea { background-color: #90EE90; } /* Light Green, Lightgray d3d3d3, color default f0f8ff */
/* textarea { background-color: #32cd32; } color Lime green */
/* textarea { background-color: #ffff00; } color Yellow */
* .mw-editfont-monospace {font-size: 110% !important;}
.ns-0 div#content,
.ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a,
.ns-0 div#content div.thumb {
background-color: #f7f7f6; /* Now- Subtle Gray tint */
}