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
(move to general styling)
m (prob not needed)
Line 53: Line 53:
     text-indent: 1em;
     text-indent: 1em;
     margin-top: .3em;
     margin-top: .3em;
}
#wikia_header, #background_strip {
    border: none;
}
}



Revision as of 03:20, August 3, 2021

/* spongebob wiki styling */
.color1 {
	background:gold;
	color:black;
}

.color2 {
	background:lightblue;
}

.page, .sidebox {
	border:1px solid #369;
}

#wikia_header, #background_strip {
    border-bottom: 1px solid #369;
}

#wiki_logo, #background_strip {
	background-color:lightblue;
}

.header-button img {
    background: url(/skins/Monaco/style/images/monaco-sprite.png?3e3af) -71px -99px;
}

#link_box {
	background:#F5F5F5;
}
#search_box {
	background:gold;
}

#searchform {
	border-radius:0px;
}

/* general styling */

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

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

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

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

#wikia_header, #background_strip {
    border: none;
}

#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: #333 !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: #000;
}

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