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

提供:ウィキボヤージュ
@media all and (max-width: 720px){
  body.skin-minerva .climate-table {
    float: none !important;
    clear: none !important;
    margin-right: 0 !important;
  }
  
  body.skin-minerva .climate-table .infobox .infobox {
  /* display: none;*/
  }
}

table.climate-table {
	width: 30em;
	margin: 1em;
	padding: 0.5em;
	text-align: center;
	font-size: 80%;
	border: 1px solid #9EBDC7;
	box-shadow: 2px 2px 5px #9EBDC7;
	border-radius: 3px;
	background: #f3f3ff;
	white-space:nowrap;
}

table.climate-table th {
	background: #CEE0E7;
}