Template:WikivoyageSister/styles.css
Appearance
/* unique styling for sister sites */
#siteContainer {
margin-top: 30px;
clear: both;
padding-top: 15px;
border-top: 3px double #CCC;
color: #222;
background: white;
line-height: 120%;
}
#siteContainer div:first-child {
background: white;
width: 45px;
margin: 0 auto;
margin-top: -40px;
}
#siteContainer div:nth-of-type(2) {
color: #222;
font-size: 120%;
margin-bottom: 20px;
padding-top: 10px;
}
@media screen {
html.skin-theme-clientpref-night #siteContainer div:nth-of-type(2),
html.skin-theme-clientpref-night #siteContainer {
background: transparent;
color: inherit;
}
}
@media screen and ( prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os #siteContainer div:nth-of-type(2),
html.skin-theme-clientpref-os #siteContainer {
background: transparent;
color: inherit;
}
}
/* margin-top:0px; font-size:100%; text-align:left; background-color:transparent; color:#777; Desktop table style */
/* margin-top:30px; clear:both; padding-top:15px; border-top:3px double #CCC; color:#222; line-height:120%; Mobile table style */