MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
h1 {font-size: 40px; line-height: 40px; margin: 5px; font-family: Museo-700;} | |||
h1::before {content:"\2599\2002";} | |||
h1::after {content:"\2002\259c\2593\2593\2593\2592\2592\2591";} | |||
h2 {font-size: 14pt; line-height: 15pt; text-align: center; margin:auto; font-family: Museo-500;} | |||
h2::before {content:"\2591\2592\2593\259b\2002"} | |||
h2::after {content:"\2002\259f\2593\2592\2591"} | |||
/* Infoboxes */ | /* Infoboxes */ |
Revision as of 08:07, 15 May 2025
/* CSS placed here will be applied to all skins */ h1 {font-size: 40px; line-height: 40px; margin: 5px; font-family: Museo-700;} h1::before {content:"\2599\2002";} h1::after {content:"\2002\259c\2593\2593\2593\2592\2592\2591";} h2 {font-size: 14pt; line-height: 15pt; text-align: center; margin:auto; font-family: Museo-500;} h2::before {content:"\2591\2592\2593\259b\2002"} h2::after {content:"\2002\259f\2593\2592\2591"} /* Infoboxes */ .infobox { border: 1px solid #a2a9b1; color: black; padding: 0.2em; font-size: 88%; line-height: 1.5em; border-spacing: 3px; } /*quick facts boxes from stars.css */ div.quickfacts {position:relative; display:block; float:right; width: 250px; background-color:inherit;font-size:10pt; padding-top: 0px; padding-left:10px; padding-right: 10px; padding-bottom: 10px; margin-top: 35px; margin-left: 10px; margin-right: 0px; margin-bottom: 10px; border: 2px solid;overflow:auto;} div.quickfacts h3 {padding-top: -5px; padding-left: 10px;color:inherit;} div.quickfacts ul {margin:10px; padding:0; list-style-type:square;} div.quickfacts mli {margin:0; padding:0; font-size:12pt; line-height:22pt;} div.quickfacts sli {margin-left: 20px; margin-right:0; margin-top: 0; margin-bottom:0; padding:0; font-size:12pt;line-height:18pt;}