テンプレート:Climate/sandbox/styles.css

提供:ウィキボヤージュ
/* このcssは、Template:Climate/sandboxのスタイルシートです。 */
.climate-table {
	margin: 1em;
	padding: 0.5em;
	border: 1px solid #9EBDC7;
	box-shadow: 2px 2px 5px #9EBDC7;
	float: right;
	clear: right;
	border-radius: 3px;
	text-align: center;
	font-size: 80%;
	background: #f3f3ff;
	white-space: nowrap;
}

.climate-table .climate-table-axis,
.climate-table .climate-table-x-axis {
	 background-color: #CEE0E7;
	 border: #CEE0E7 1px solid;
}

.climate-table .climate-table-x-axis th {
	 width: 25px;
}

.climate-table .climate-table-x-axis th.climate-table-axis {
	 width: initial;
}

.climate-table-footer {
	text-align: left;
}