Club Penguin Rewritten Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 60: Line 60:
 
-o-border-radius: 5px;
 
-o-border-radius: 5px;
 
border-radius: 5px;
 
border-radius: 5px;
border-width: 15em;
 
 
}
 
}

Revision as of 17:30, 4 April 2017

/* infobox template style */
.infobox {
	border: 1px solid #aaa;
	margin: 0em 0em 0em 1em;
	padding: 0.3em;
	float: right;
	clear: right;
}
.infobox td, .infobox th {
	vertical-align: top;
}
.infobox caption {
	font-size: larger;
}
 
 
/* infobox - extra parts for less markup */
table.infobox {
	width: 21em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
    background-color: #012140; /*infobox background color*/
	border-color: #000c16; /*infobox border color*/
	/*border-width: 0.5px;*/  /*infobox border thickness*/
	font-size: 89%;
	/*color: #000000;*/  /*infobox text color*/
}
 
table.infobox th.infobox-title {
	padding: 0;
	background-color: #0000ff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	color: #ffffff;
}
 
table.infobox .infobox-title.infobox-big {
	padding: 0.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 120%;
}
 
.infobox.dark th.infobox-title {
	color: #000000;
}
 
table.infobox .infobox-image {
	padding: 0.5em;
	text-align: center;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}