MediaWiki:Monaco.css

From Casualty Wiki
Jump to: navigation, 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.
body {
    color: #3A3A3A;
}

/* Increases header height */
#header {
    height: 60px;
    position: relative;
}

/* Raises logo */
#wiki_logo {
    height: 145px;
}

#branding_logo {
    background: url(http://images.shoutwiki.com/casualty/6/61/Shoutwikilogo.png) no-repeat;
    background-color: rgba(0,0,0,0.25);
    background-position: center;
    border-radius: 3px;
    padding: 0 5px 0 5px;
}

#createWikiData {
    font-size: 9pt;
    left: 221px;
    line-height: 32px;
    position: absolute;
    margin-top: -14px;
    white-space: nowrap;
}

#search_box, #page_bar, #link_box {
    background: #FFE0A1;
}

#navigation a {
    background: #FFF;
    color: #3A3A3A;
}

#navigation a:hover {
    background: #4d3300;
}

.border-fix {
    border-bottom: 1px;
}

.color1 {
    background-color: #FFE0A1;
    color: #3A3A3A;
}

.color2 {
    background: #000 no-repeat;
    background-image: url(http://images.shoutwiki.com/casualty/b/bd/BackgroundTop.png);
}

.WidgetCommunity .community_details {
    background: #F2F2F2;
}

#userData {
    background: rgba(255,255,255,0.5);
    border-radius: 3px 0 0 3px;
    padding: 3px;
}

#footer {
    background: #FFF;
}

#footer tbody {
    margin: 5px;
}