MediaWiki:Monobook.css

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}
.case-brief-content{
	margin: 0;
}
.mw-rcfilters-ui-changesListWrapperWidget-results {
	width: auto;
}
}


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