テンプレート:Topicbox/styles.css

提供:ウィキボヤージュ
/* Template:Topicbox */
.pp_infobox {
	border:1px solid #44718a;
	border-radius: 0.45em;
	background-color:#CEE0F2;
	width: 100%;
    float:right;
    margin: 10px 0px 10px 0px;
}
.pp_infobox tbody > tr:not(:nth-child(3)) td {
	text-align: left;
	width: 90%;
}
.pp_infobox tbody > tr:nth-child(2) > td { background-color:#F5FAFF; }
.pp_infobox tbody > tr:nth-child(3) > td { background-color:#FAFAFF; }

/* Wikivoyage:トラベル・トピックス */
.box{
    margin: 10px 5px 10px 5px;
    font-size: initial;
    font-weight: bold;
    border: initial;
    padding: initial;
}
#main a {
   color:white;
   font-weight:bold;
}
.topic-left {
	float: left;
	width: 50%;
}
.topic-right {
	float: right;
	width: 49.2%;
}
@media only screen and (max-width: 800px) {
	/* Decouple the columns on narrow screens */
	.topic-left,
	.topic-right{
		float: inherit;
		width: inherit;
	}
}