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
(prob because of the parser hook)
m (mw-body)
 
Line 322: Line 322:
}
}


.sprite {
.mw-body .sprite {
     height: inherit;
     height: inherit;
     width: inherit;
     width: inherit;
}
}

Latest revision as of 15:05, March 3, 2022

/* triforce wiki styling */

.color1 {
    background:#36592D;
}

.color2, #wikia_header {
    background: url(/w/images/c/c9/Monaco_background.png) repeat;
}

.dark_text_1 {
    color: #51771C;
}

.article_footer {
    border-top: 1px dashed #51771C;
}

.article_footer td.col2 {
    border-left: 1px dashed #51771C;
}

#background_strip {
    background:transparent;
    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;
}

.header-button, .header-button:hover, .header-button:active {
    border-radius:0px;
}

.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button {
    border-radius: 0px;
    border: 1px solid #999 !important;
}

.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
    border: 1px solid #36592D !important;
}

.oo-ui-buttonElement.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
    cursor: default;
}

.body_content a.extiw, a.extiw { color: #342BB8; }
a.extiw:visited { color: #5A3696; }
a.external { color: #342BB8; }
a.external:visited { color: #645DDC; }
.mw-parser-output a.external, .mw-parser-output a.external:active { color: #342BB8; }
.mw-parser-output a.external:visited { color: #645DDC; }
.mw-parser-output a.extiw, .mw-parser-output a.extiw:active, a.extiw { color: #342BB8; }
.mw-parser-output a.extiw:visited, a.extiw:visited { color: #5A3696; }

.autocomment, .autocomment a, .autocomment a:visited {
    color: #72777d !important;
}

/* <h3> ooui buttons </h3> */

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate + span {
    background-color: #36592D;
    border-color: #36592D;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:focus + span {
    border-color: #36592D !important;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:hover + span {
    border-color: #36592D;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:hover + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate:hover + span {
    background-color: #52781B;
    border-color: #52781B;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:active + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate:active + span {
    background-color: #36592D;
    border-color: #36592D;
    box-shadow: none;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:active + span {
    background-color: #36592D;
    border-color: #36592D;
    box-shadow: none;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:focus + span {
    border-color: #36c;
    box-shadow: none;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:focus + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate:focus + span {
    background-color: #36592D;
    border-color: #36592D;
    box-shadow: none;
}

.oo-ui-checkboxInputWidget [type="checkbox"] + span {
    border-radius: 0px;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"] + span {
    transition:none;
}

widget-enabled.oo-ui-iconElement > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-labelElement > .oo-ui-buttonElement-button:focus {
    border-color: transparent;
    box-shadow:none;
}

.oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked + span {
    box-shadow: none !important;
}

.oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked + span {
    border-color: #36592D !important;
}

.oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:hover + span {
    border-color: #36592D;
}

.oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:active + span {
    background-color: #36592D;
}

.oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"]:checked:focus + span::before {
    border-color: #36592D;
}

.oo-ui-radioInputWidget.oo-ui-widget-enabled [type="radio"] + span {
    transition:none !important;
}

/* 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;
}

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

#bodyContent {
    margin-top:5px;
}

a.new:visited { color: #a55858 !important; }

.mw-prefs-buttons {
    background: #F5F5DC;
    padding-top: 10px;
}

body.masthead-regular .page_bar .page_buttons a, body.masthead-special .page_bar .page_buttons a {
    color: black !important;
}

div#user_masthead_scorecard.dark_text_1 {
    color:gold;
}

#mw-indicator-shortcut {
    margin-top:15px;
}

.mw-body .sprite {
    height: inherit;
    width: inherit;
}