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
(expand page)
(add)
Line 14: Line 14:


.page {
.page {
margin:0px;
    margin:0px;
border-right:none !important;
    margin-left:5px;
    border-right:none !important;
}
}



Revision as of 23:35, August 2, 2021

/* triforce wiki styling */

.color1 {
    background:#36592D;
}

.color2 {
    background:#51771C;
}

.dark_text_1 {
    color: #51771C;
}

.page {
    margin:0px;
    margin-left:5px;
    border-right:none !important;
}

#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, .widget a:hover {
    color: #FECE3D;
}

#search_box {
    background:#36592D;
}

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

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


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

#link_box a {
    color:#FFF;
}

link_box_table a {
    color:#FECE3D !important;
}

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

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

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

#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;
}

.mw-prefs-buttons {
    background: beige;
}

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

input#wpSave, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
    color: #000;
}

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

#userData {
    line-height: 16px;
}

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

.page_bar .page_tabs a:hover {
    color: #000;
}

.page_bar .page_buttons a {
    color: #FFF !important;
}

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

.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
    border-color: #aaa;
}

#wikia_header {
    border: none;
}

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

p {
    padding-left: 1px;
}

.ns-special #preferences {
    margin: 5px;
    border: none;
    padding: 0px;
}

.article_footer ul.actions li div {
    padding-left: 2px;
}

.toolbar {
    border-top-width: 0px;
}

.wikiEditor-ui .wikiEditor-ui-view {
    margin-top: 4px;
}