From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
m (Prod moved page Template:Sidebar/styles-eternal sonata trading.css to Template:Sidebar/styles-eternal-sonata.css without leaving a redirect: merge styles for whole guide together)
(merge encore styles)
 
Line 1: Line 1:
.t_sidebar_eternal_sonata_trading {
.t_sidebar_trading,
.t_sidebar_encore {
text-align: justify;
text-align: justify;
width: 300px;
width: 300px;
Line 5: Line 6:
}
}


.t_sidebar_eternal_sonata_trading .t_sidebar_title {
.t_sidebar_trading .t_sidebar_title,
.t_sidebar_encore .t_sidebar_title {
border-bottom: 1px solid #7D87BC;
border-bottom: 1px solid #7D87BC;
padding: 0.25em;
padding: 0.25em;
Line 11: Line 13:
}
}


.t_sidebar_eternal_sonata_trading .t_sidebar_contents {
.t_sidebar_trading .t_sidebar_contents,
.t_sidebar_encore .t_sidebar_contents {
background: #F9F9F9;
background: #F9F9F9;
padding: 0.5em;
padding: 0.5em;
font-size: 0.8em;
font-size: 0.8em;
}
.t_sidebar_encore {
border: 1px solid #BCAF7D;
}
.t_sidebar_encore .t_sidebar_title {
background-color: #f1f1d0;
}
}

Latest revision as of 04:14, 23 June 2023

.t_sidebar_trading,
.t_sidebar_encore {
	text-align: justify;
	width: 300px;
	padding: 0;
}

.t_sidebar_trading .t_sidebar_title,
.t_sidebar_encore .t_sidebar_title {
	border-bottom: 1px solid #7D87BC;
	padding: 0.25em;
	margin-bottom: 0;
}

.t_sidebar_trading .t_sidebar_contents,
.t_sidebar_encore .t_sidebar_contents {
	background: #F9F9F9;
	padding: 0.5em;
	font-size: 0.8em;
}

.t_sidebar_encore {
	border: 1px solid #BCAF7D;
}

.t_sidebar_encore .t_sidebar_title {
	background-color: #f1f1d0;
}