Template:Bottomboxes/styles.css

From Wikivoyage
Jump to navigation Jump to search
#bottombox-d { 
	background-color: #c5d7f0;
	color: #333;
}
#bottombox-d > div {
	width: 48.5%;
	display: inline-block;
	padding:0.7em 0 1em 0.75%;
	vertical-align:top
}
#bottombox-d > div h3 {
	margin:0;
	padding:0
}

@media screen and ( max-width: 720px ) {
	#bottombox-d > div {
		width: 100%;
		padding-left: 0;
	}
}

html.skin-theme-clientpref-night #bottombox-d {
	background: inherit;
    color: inherit;
    border: solid 1px #c5d7f0;
}

html.skin-theme-clientpref-night #bottombox-d img {
	background: white
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os #bottombox-d {
		background: inherit;
	    color: inherit;
	    border: solid 1px #c5d7f0;
	}

	html.skin-theme-clientpref-os #bottombox-d img {
		background: white
	}
}