MediaWiki:Monobook.css: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
No edit summary
No edit summary
Line 49: Line 49:
}
}
}
}
/* Get rid of background image*/
body{background-image:none}

Revision as of 01:27, June 1, 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-triangle-up.gif);
	background-image: url(/w/skins/MonoBook/resources/images/icon-triangle-up.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 1em;
	left: 1.25em;
	cursor: pointer;
}
.law-school-map {
	width:25em;
	margin: 0.5em 0 0.5em 1em;
	padding: .25em;
}

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


/* Get rid of background image*/
body{background-image:none}