MediaWiki:Common.css: Difference between revisions

From Cojumpendium Wiki
Jump to navigationJump to search
imported>BlueYoshi 57EML
infobox artist
imported>BlueYoshi 57EML
heading
Line 22: Line 22:
}
}


#heading_biggest {
text-align:center;
font-size:20px;
color: #000000;
font-weight: bold;
display:block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 3px 0px;
line-height:normal !important;
}
#heading_bigger {
text-align:center;
font-size:14px;
font-weight: bold;
display:block;
margin: 5px 0px 0px 0px;
padding: 2px 0px 2px 0px;
line-height:normal !important;
background-color:#0005;
color: #fff;
text-shadow: 1px 1px 3px #000;
}
/* ----------------- INFOBOX ARTIST ----------------- */
/* ----------------- INFOBOX ARTIST ----------------- */



Revision as of 16:02, 23 June 2024

/* CSS placed here will be applied to all skins */
/* ----------------- INFOBOXES GLOBAL ----------------- */

.infobox {
	width: 300px;
	border: 1px solid #999999;
	float: right; 
	clear: right;
	margin: 10px 0px 30px 30px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 1.8em !important;
	font-size: 11px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-family: "Century Gothic Paneuropean", Futura, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}

#heading_biggest {
	text-align:center;
	font-size:20px;
	color: #000000;
	font-weight: bold;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	line-height:normal !important;
	}

#heading_bigger {
	text-align:center;
	font-size:14px;
	font-weight: bold;
	display:block;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	line-height:normal !important;
	background-color:#0005;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	}
/* ----------------- INFOBOX ARTIST ----------------- */

#infobox_artist {
	background-color: #fb9f56;
	}

#infobox_artist #heading_biggest {
	}

#infobox_artist #heading_bigger {
    }