MediaWiki:Monobook.css

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
Revision as of 05:29, March 26, 2020 by Lost Student (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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-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;
}
}