MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
/*quick facts boxes from stars.css */ | /*quick facts boxes from stars.css */ | ||
.quickfacts {position:relative; display:block; float: | .quickfacts {position:relative; display:block; float:right; width: 250px;background-color:#242430;font-size:10pt; padding-top: 0px; padding-left:10px; padding-right: 10px; padding-bottom: 10px; margin-top: 35px; margin-left: 0px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #f7f7f0; overflow:auto;} | ||
.quickfacts h3 {padding-top: -5px; padding-left: 10px; color:#010101;} | .quickfacts h3 {padding-top: -5px; padding-left: 10px; color:#010101;} |
Revision as of 13:02, 14 May 2025
/* CSS placed here will be applied to all skins */ /* 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 */ .quickfacts {position:relative; display:block; float:right; width: 250px;background-color:#242430;font-size:10pt; padding-top: 0px; padding-left:10px; padding-right: 10px; padding-bottom: 10px; margin-top: 35px; margin-left: 0px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #f7f7f0; overflow:auto;} .quickfacts h3 {padding-top: -5px; padding-left: 10px; color:#010101;} .quickfacts ul {margin:10px; padding:0; list-style-type:square;} .quickfacts mli {margin:0; padding:0; font-size:12pt; line-height:22pt;} .quickfacts sli {margin-left: 20px; margin-right:0; margin-top: 0; margin-bottom:0; padding:0; font-size:12pt;line-height:18pt;}