Template:MainPageVintageAreas/styles.css: Difference between revisions
Appearance
Created page with "@media screen { .vintage-areas-table { background-color: #f8f8f8; border-radius: 10px; } html.skin-theme-clientpref-night .vintage-areas-table, html.skin-theme-clientpref-os .vintage-areas-table { background-color: #1e1e1e !important; color: #eee; } html.skin-theme-clientpref-night .vintage-areas-table a, html.skin-theme-clientpref-os .vintage-areas-table a { color: #88a3e8; } }" |
No edit summary |
||
| Line 1: | Line 1: | ||
.vintage-areas { | |||
background-color: #f8f8f8; | |||
border-radius: 10px; | |||
text-align: center; | |||
font-size: 100%; | |||
vertical-align: middle; | |||
} | |||
.vintage-areas td, .vintage-areas th { | |||
vertical-align: middle; | |||
text-align: center; | |||
padding: 10px; | |||
} | |||
@media screen { | @media screen { | ||
html.skin-theme-clientpref-night .vintage-areas { | |||
background-color: #1e1e1e; | |||
color: #eee; | |||
} | |||
} | |||
@media (prefers-color-scheme: dark) { | |||
html.skin-theme-clientpref-os .vintage-areas { | |||
background-color: #1e1e1e; | |||
color: #eee; | |||
} | |||
} | } | ||
Revision as of 12:53, 19 April 2025
.vintage-areas {
background-color: #f8f8f8;
border-radius: 10px;
text-align: center;
font-size: 100%;
vertical-align: middle;
}
.vintage-areas td, .vintage-areas th {
vertical-align: middle;
text-align: center;
padding: 10px;
}
@media screen {
html.skin-theme-clientpref-night .vintage-areas {
background-color: #1e1e1e;
color: #eee;
}
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .vintage-areas {
background-color: #1e1e1e;
color: #eee;
}
}