MediaWiki:Monobook.css: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
(Created page with "→‎CSS placed here will affect users of the MonoBook skin: .mobile-menu-active ul { padding-top: 1em; font-size: 150%; list-style: none; } .mobile-menu-active li { whit...")
 
m (Protected "MediaWiki:Monobook.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 05:29, March 26, 2020

/* CSS placed here will affect users of the MonoBook skin */
.mobile-menu-active ul {
	padding-top: 1em;
	font-size: 150%;
	list-style: none;
}

.mobile-menu-active li {
	white-space: normal;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

.mobile-menu-active .mobile-close-button {
	width: 20px;
	height: 20px;
	background-image: url(/w/skins/MonoBook/resources/images/icon-close.gif);
	background-image: url(/w/skins/MonoBook/resources/images/icon-close.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 1em;
	right: 0.75em;
	cursor: pointer;
}
.law-school-map {
	width:25em;
	margin: 0.5em 0 0.5em 1em;
}

@media screen and (max-width: 640px) {
.infobox {
	display: block;
	width: 100% !important;
	font-size:110% !important;
}
.law-school-map {
	display: block;
	width: 100% !important;
}
div#globalWrapper {
	font-size: 165% !important;
}
.content p {
	margin: 0.5em 0 1em 0;
}
}