There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "MediaWiki:Monaco.css"

From Rare Wiki
Jump to navigationJump to search
(add to general styling)
(styling for rarewiki)
Line 1: Line 1:
/* rare wiki styling */
.page, .page_bar .page_buttons li.selected {
  background: #FAF2CD;
}
.color1 {
  background:#003466;
}
.page_bar .page_buttons a {
  color:gold;
}
#background_strip {
  background: url(/w/images/8/8a/Wiki-background.jpg) repeat;
  border:none;
}
#wikia_header {
  background:#003466;
  height: 51px;
  border:none;
}
#userData {
    background:#FAF2CD;
    border:1px solid #003366;
}
#headerMenuUser a {
    color: gold;
}
/* general styling */
/* general styling */


Line 37: Line 71:
.page_bar .page_tabs a:hover {
.page_bar .page_tabs a:hover {
     color: #000;
     color: #000;
}
.page_bar .page_buttons a {
    color: #FFF !important;
}
}


Line 49: Line 79:
.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
.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;
     border-color: #aaa;
}
#headerMenuUser a {
    color: #fff;
}
}



Revision as of 03:55, August 3, 2021

/* rare wiki styling */

.page, .page_bar .page_buttons li.selected {
  background: #FAF2CD;
}

.color1 {
  background:#003466;
}

.page_bar .page_buttons a {
  color:gold;
}

#background_strip {
  background: url(/w/images/8/8a/Wiki-background.jpg) repeat;
  border:none;
 }

#wikia_header {
  background:#003466;
  height: 51px;
  border:none;
}

#userData {
    background:#FAF2CD;
    border:1px solid #003366;
}

#headerMenuUser a {
    color: gold;
}

/* general styling */

.hover-navigation a {
    color: #333 !important;
}

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

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

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

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

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

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