From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
.t_sidebar {
	border: 1px solid #7d87bc;
	border-radius: 5px;
	background-color: #d0d5f1;
	padding: 0.75em;
	box-sizing: border-box;
	overflow: hidden;
}

.t_sidebar_left {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.t_sidebar_center {
	margin: 0 auto;
}

.t_sidebar_right {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

.t_sidebar_title {
	color: #556;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: center;
}

@media all and (max-width:719px) {
	.t_sidebar {
		width: 100% !important;
	}
}

/* class: banner */
.t_sidebar_banner {
	border: 2px solid #000;
	padding: 3px;
	background-color: #fff;
	padding: 0em;
}

.t_sidebar_banner .t_sidebar_title {
	background-color: #037DDC;
	color: #fff;
}

.t_sidebar_banner .t_sidebar_contents {
	margin: 0.75em;
}

/* class: bossbar */
.t_sidebar_bossbar .t_sidebar_title {
	text-align: left;
}