Jump to content

MediaWiki:Common.css: Difference between revisions

From Athlandrui Wiki
Created page with "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; }"
 
No edit summary
 
(28 intermediate revisions by the same user not shown)
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 */
Line 10: Line 19:
border-spacing: 3px;
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 h2::after {content:"";}
div.quickfacts h3 {padding-top: -5px; padding-left: 10px;color:inherit;}
div.quickfacts ul {margin:10px; padding:0; list-style-type:inherit;}
table.timeline {width=90%;border=1px #000000 solid; font-family:inherit; font-size:inherit; color: inherit;}

Latest revision as of 10:43, 13 June 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 h2::after {content:"";}
div.quickfacts h3 {padding-top: -5px; padding-left: 10px;color:inherit;}


div.quickfacts ul {margin:10px; padding:0; list-style-type:inherit;}

table.timeline {width=90%;border=1px #000000 solid; font-family:inherit; font-size:inherit; color: inherit;}