Common.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/*CSS applied to specific namespaces (titles) via namespace ID. Current Namespace ID's are :
ns-3000 Ultima Online
ns-3002 Shards Online
ns-3004 Shroud of the Avatar
*/
/* Global css, sets the background and text color for the entire wiki. */
.mw-body {
background-color: rgba(244,244,244,0.6) ;
color: black;
}
#mw-head {
background-color: #0d0f11;
}
/* Force the editor to be monospaced. */
textarea {
font-family: monospace;
}
a:link, a:visited {
color: #0645ad;
}
/* Infobox template style */
.ns-3000, .infobox {
border: 1px solid #aaa;
border-spacing: 3px;
background-color: #dddddd;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 235px;
}
.ns-3000, .infobox caption {
font-size: 125%;
font-weight: bold;
padding: 0.2em;
}
.ns-3000, .infobox td,
.infobox th {
vertical-align: top;
/* @noflip */
text-align: left;
padding-top: 5px;
}
/* Overrides the border otherwise drawn on all tables. */
.ns-3000, table.wikitable {
border: 0;
}
/* Centers an image in an infobox. */
.ns-3000, .imagecell {
padding: 1em 0!important;
text-align: center!important;
}
/* Formats left-column text in infoboxes. */
.ns-3000, .infobox tr td:first-of-type {
font-weight: 600;
padding-left: 5px;
padding-right: 8px;
}
/* Hides undesirable borders on the top-left cell of a table containing numberic data. */
.ns-3000, .datatable tr:first-of-type td:first-of-type
{
border-left: 0;
border-top: 0;
}
/* Centers text in table cells (generally for tables containing numeric data). */
.ns-3000, .datatable tr td:not(:first-of-type) {
text-align: center;
}
/* Adds coloring to the top cell in infoboxes. */
.ns-3000, .titlecell {
background-color: #555;
color: white;
padding: 2px 8px;
}
/* Elemental cell coloring */
.ns-3000, .cold {
background-color: #2dbffd;
}
.ns-3000, .energy {
background-color: #d7d;
}
.ns-3000, .fire {
background-color: #db7;
}
.ns-3000, .physical {
background-color: #ddd;
}
.ns-3000, .poison {
background-color: #7d7;
}
.ns-3000, a.new
{
color: rgb(221, 68, 68);
}