MediaWiki:Monobook.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
(adding)
 
(Search fix)
Line 3: Line 3:
.portlet {
.portlet {
width: 11.8em;
width: 11.8em;
}

/* search button */

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

Revision as of 00:32, November 25, 2021

/* All CSS here will be loaded for users of the MonoBook skin */

.portlet {
    width: 11.8em;
}

/* search button */

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