The SpongeBob Wiki has a guideline regarding the use of image galleries — collections of episode screenshots are no longer allowed on galleries due to potential fair use violations.

Difference between revisions of "MediaWiki:Monaco.css"

From the SpongeBob Wiki, the SpongeBob encyclopedia
Jump to navigationJump to search
(add)
 
(add 2 more things)
Line 71: Line 71:
.article_footer ul.actions li div {
.article_footer ul.actions li div {
     padding-left: 2px;
     padding-left: 2px;
}
.toolbar {
    border-top-width: 0px;
}
.wikiEditor-ui .wikiEditor-ui-view {
    margin-top: 4px;
}
}

Revision as of 19:40, August 2, 2021

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

#headerMenuUser a {
    color: #fff;
}

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