Be sure to read our policy on citing sources before editing!

Difference between revisions of "MediaWiki:Monobook.css"

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
(carry over from mariowiki as always)
m
Line 67: Line 67:


#siteNotice {
#siteNotice {
border-top: 2px solid #ccc;
border-top: 2px solid #7F5F00;
border-bottom: 2px solid #ccc;
border-bottom: 2px solid #7F5F00;
padding: 3px 2px 2px 2px;
padding: 3px 2px 2px 2px;
margin: -2px 0 6px;
margin: -2px 0 6px;

Revision as of 02:06, July 6, 2020

/* CSS placed here will affect users of the MonoBook skin */

/* top-of-page gradient over background */
div#globalWrapper {
    background:linear-gradient(to bottom, rgba(255,247,223,1) 0%,rgba(255,247,223,0) 100%);
    height:80px;
}

/* tabs */
#p-cactions li {
    background:#ffdf7f;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
    border-right:2px solid #7f5f00;
    border-top:none;
    border-bottom:none;
    border-left:none;
}
#p-cactions li:hover {
    background:#fff7df;
}
#p-cactions li a {
    background:transparent;
}
#p-cactions li a:hover {
    background:transparent;
}

/* active tab */
#p-cactions li.selected {
    background:#fff7df;
    border-right:2px solid #7f5f00;
    border-top:none;
    border-bottom:none;
    border-left:none;
}
#p-cactions li.selected a {
    background:transparent;
}

/* sidebar boxes */
.pBody {
    background:#fff7df;
    border:1px solid #7f5f00;
}

/* search button (thanks to super mario wiki) */

input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid #7f5f00; 
	font-weight: normal;
} 
#searchGoButton {
	font-weight: normal;
}
#searchInput {
	border: 1px solid #7f5f00;
}

.portlet {
	width: 11.8em;
}


#siteNotice {
	border-top: 2px solid #7F5F00;
	border-bottom: 2px solid #7F5F00;
	padding: 3px 2px 2px 2px;
	margin: -2px 0 6px;
}

body.page-Main_Page.action-view #bodyContent {
	margin-top: -30px;
}
body.page-Main_Page.action-view #siteNotice {
	margin-bottom: 28px;
}