User:Toomai/Skins/Clearsky (Monaco)

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search

/***** Edit this file to customize the Monaco 'custom' theme. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. See Help:Customizing_Monaco for details *****/

/*

*/

.color1, .color1 a, .yui-panel .hd {
    background: #ffffff;
    color: #000000;
}
.color2 {
    background: #7fdfff;
}
.accent {
    background: #003fff;
    color: #ffffff;
}
#wikia_header {
    background: #00009f;
    border-color: #dfffff;
    color: #000000;
}
#wikia_header a {
    color: #ffffff;
}
.header-button {
    background: #ffffff;
}
.headerMenu, .headerMenu a {
    background: #003fff;
    color: #000000;
    -moz-opacity: 0.75;
    opacity: 0.75;
}
#background_strip {
    background: #7fdfff;
}
.widget {
    background: #dfffff;
    color: #00007f;
}
.widget dt {
    background: #ffffff;
    color: #00007f;
}
#search_box {
    background: #003fff;
}
#navigation a {
    background: #003fff;
    color: #ffffff;
}
#navigation a:hover, .navigation-hover {
    background: #ffffff;
    color: #00007f;
}
#link_box_dynamic {
    background: #dfffff;
    color: #00007f;
} 
#link_box_dynamic a {
    color: #003fff;
}
#link_box {
    background: #ffffff;
    color: #00007f;
}
#link_box a {
    color: #00007f;
}
#page_bar {
    background: #ffffff;
}
#page_controls a {
    color: #000000 !important;
}
#page_tabs li {
    background: #0000ff;
}
#page_tabs li a {
    color: #000000;
}
#page_tabs li.selected {
    background-color: #ffffff;
}
#page_tabs li.selected a {
    color: #000000;
}
#wikia_page {
    background-color: #ffffff;
    color: #000000;
}
a { color: #003fff; }
a:visited { color: #00009f; }
a:hover { text-decoration: underline; }
a.new { color: #ff0000; }
#user_masthead h2 {
    color: #ffffff;
}
#user_masthead_scorecard {
    color: #ffffff;
}
#user_masthead #user_masthead_tabs li {
    background: #00007f;
}
#user_masthead #user_masthead_tabs li a {
    color: #003fff;
}
#user_masthead #user_masthead_tabs li.selected {
    background: #3f3fff !important;
    border-color: #dfffff !important;
}
#user_masthead #user_masthead_tabs li.selected a {
    color: #ffffff !important;
}
.masthead-regular #page_bar, .masthead-special #page_bar {
    background: #3f3fff !important;
    border-color: #dfffff !important;
}
.masthead-regular #page_bar a, .masthead-special #page_bar a {
    color: #00007f !important;
}

table.wikitable {
    text-align: center;
    margin: 1em 1em 1em 0;
    background: #ffffff;
    border: 1px #00009f solid;
    border-collapse: collapse;
    color: #000000;
}

table.wikitable th, table.wikitable td {
    border: 1px #00009f solid;
    padding: 0.2em;
}

table.wikitable th {
    background: #7fdfff;
    color: #000000;
}

table.wikitable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

.usermessage {
     background: #00007f;
     border: 3px solid #000000;
     color: #dfffff;
     font-weight: normal;
     margin: .5em 0em .5em 0em;
     padding: 4px;
     vertical-align: middle;
}

#toc {
    border: 4px solid #003fff;
    color: #000000;
    background: #dfffff;
    padding: 5px;
    font-size: 95%;
}

code {
    background: #dfffff;
    color: #000000;
}
pre {
    background: #dfffff;
    color: #000000;
    border: 1px dashed #00007f;
    display: block;
    overflow: auto;
}

/* Colour the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
    color: #003fff;
}

.mw-plusminus-neg {
    color: #00007f;
}

#catlinks {
   background: #dfffff;
   border: 1px solid #00009f;
}

/*

*/