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

MediaWiki:Timeless.css: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
(add a set of modern font types to the fonts of the user name and top-bar navigation menus displayed between 852 and 1100 px browser width)
 
mNo edit summary
Line 17: Line 17:
   position: relative;
   position: relative;
   bottom: 0.5em;
   bottom: 0.5em;
}
.law-school-map {
display: block;
width: 100% !important;
padding:0 !important;
}
@media screen and (min-width: 851px) {
.law-school-map {
width:25em;
margin: 0.5em 0 0.5em 1em;
padding: .25em;
}
}
@media screen and (max-width: 850px) {
.sidebar-inner ul, .dropdown ul {
font-size: 130%;
}
.infobox {
display: block;
width: 100% !important;
font-size:110% !important;
}
div#globalWrapper {
font-size: 120% !important;
word-break: break-word;
}
}
}

Revision as of 02:48, March 12, 2022

/* All CSS here will be loaded for users of the Timeless skin */

/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *  { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif  }

/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
    height: 1.5em;
    position:relative;
    bottom:0.1em
}

/* Triangle position patch */
#personal h2::after {
   position: relative;
   bottom: 0.5em;
}

.law-school-map {
	display: block;
	width: 100% !important;
	padding:0 !important;
}

@media screen and (min-width: 851px) {
.law-school-map {
	width:25em;
	margin: 0.5em 0 0.5em 1em;
	padding: .25em;
}
}

@media screen and (max-width: 850px) {

.sidebar-inner ul, .dropdown ul {
	font-size: 130%;
}

.infobox {
	display: block;
	width: 100% !important;
	font-size:110% !important;
}

div#globalWrapper {
	font-size: 120% !important;
	word-break: break-word;
}
}