This site is a developmental version of Wiki Law School. To go to the production site: www.wikilawschool.org

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
 
(2 intermediate revisions by the same user not shown)
Line 47: Line 47:
.content p {
.content p {
margin: 0.5em 0 1em 0;
margin: 0.5em 0 1em 0;
}
.case-brief-content{
margin: 0;
}
.mw-rcfilters-ui-changesListWrapperWidget-results {
width: auto;
}
}
}
}
Line 53: Line 59:
/* Get rid of background image*/
/* Get rid of background image*/
body{background-image:none}
body{background-image:none}
/* Get rid of up arrow button on mobile view */
globalWrapper-toggle {display: none;}

Latest revision as of 01:05, September 15, 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;
}
.case-brief-content{
	margin: 0;
}
.mw-rcfilters-ui-changesListWrapperWidget-results {
	width: auto;
}
}


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