MediaWiki:Common.css

From Lord of Ultima Wiki
Jump to navigation Jump to search

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 / Edge: 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 */

/* Infobox template style */
.infobox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: right;
    color: black;
    float: right;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
}
.infobox td, .infobox th {vertical-align: top}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {border-collapse: collapse}
.infobox.bordered td, .infobox.bordered th {border: 1px solid #aaa}
.infobox.bordered .borderless td, .infobox.bordered .borderless th {border: 0}

.HeadingWelcomeBackground {background: url('https://eaassets-a.akamaihd.net/lordofultimaweb/static/1.7/theme/lou-home-theme/images/media-tab.png') no-repeat center}
.Header {background: url('https://wiki.ultimacodex.com/louw/images/a/a0/Bgr_playertitle_01.png') no-repeat center}
.HeaderRight {background: url('https://wiki.ultimacodex.com/louw/images/1/10/Header-new-right.png') no-repeat}


/************************************/

body {background: #e8d3ae !important}
body.mediawiki {background: #e8d3ae !important}
div#mw-head {background: #e8d3ae !important}
a {color:#62892D !important}
a:hover {transition: all 250ms ease-out 50ms}

/************************************/

/* Search */
div#simpleSearch {
    background-color: transparent;
    background-image: url('https://wiki.ultimacodex.com/louw/images/7/7f/Inputfield-bg.png');
    border: none;
    height: 31px;
    margin: 0;
    width: 248px;
}
div#simpleSearch input#searchInput {
    color: #000;
    margin: 5px 0 0 10px;
}
.mw-search-result-data {color: grey}

/* Diff */
.diffchange {border: 1px solid #00f}

/* Transparency for content background */
div#content {background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5)}