Don't like the ads? Then create an account! Users with accounts have more options than anonymous users.

Difference between revisions of "MediaWiki:Monaco.css"

From Triforce Wiki, a The Legend of Zelda wiki
Jump to navigationJump to search
m (test)
(few more adjustments)
Line 1: Line 1:
.color1 {
.color1 {
     background:#36592D;
     background:#36592D;
}
.color1 a {
    color:#FFF;
}
}


Line 132: Line 128:
#wikia_header {
#wikia_header {
     border: none;
     border: none;
}
.headerMenu {
  background: #36592D;
  border: 1px solid #36592D;
}
}



Revision as of 16:45, August 2, 2021

.color1 {
    background:#36592D;
}

.color2 {
    background:#51771C;
}

#background_strip {
    background:#51771C;
    border:none;
}

#navigation a {
    background:#51771C;
    color:#FECE3D;
}

#navigation a:hover, .navigation-hover {
    background:#36592D;
}

#navigation li, #navigation .menu-item {
    border-color:#36592D;
}

.widget {
    background:#36592D; 
    border:1px solid #36592D;
}

dt.widget_title {
    color:#FFF;
    background:#36592D;
}

.widget dd {
    background:#51771C;
    color:#FFF;
}

.widget a {
    color:#FECE3D;
}

#search_box {
    background:#36592D;
}

#link_box {
    background:#36592D;
    color:#FFF;
}

#link_box a {
    color:#FFF;
}

.community_details {
    background:#36592D;
    border:1px solid #36592D;
    color:#FFF;
}

.community_details a {
    color:#FECE3D;
}

#user_masthead {
    background:#51771C;
    color:#FFF;
    border:1px solid #36592D;
}

#user_masthead ul.nav_links li, #user_masthead ul.nav_links li a {
    background: #36592D;
    color: #FFF;
}

#user_masthead ul.nav_links li.selected, #user_masthead ul.nav_links li.selected a {
    background: #FFF;
    color: #000;
}

body.masthead-regular #page_bar, body.masthead-special #page_bar {
    border-top: none;
}

.dark_text_1 {
    color: #51771C;
}

input#wpSave {
    color: black;
}

.previewnote {
    text-indent: 1em;
    margin-top: .3em;
}

#headerMenuUser ul, #userData {
    padding: 3px;
    background: beige;
}

#userData {
    line-height: 16px;
}

.page {
    border: 1px solid #36592D;
}

.page_bar {
    margin: 0px;
    padding: 0 8px !important;
}

.page_bar .page_buttons li.selected a {
    color: #000 !important;
}

.page, .page_bar .page_buttons li.selected, .page_bar .page_tabs li.selected {
   background:beige;
}

#wikia_header {
    border: none;
}

.headerMenu {
  background: #36592D;
  border: 1px solid #36592D;
}

.mw-editform #wpSummaryWidget, .mw-editform #wpSummaryLabel .oo-ui-fieldLayout-header {
    margin-top: 5px;
}