Format:Casetă de navigare simplă/styles.css
Aspect
.navbox {
margin:0 auto 0
}
@media screen {
html.skin-theme-clientpref-night .navbox-abovebelow[style],
html.skin-theme-clientpref-night .navbox-group[style],
html.skin-theme-clientpref-night .navbox-image[style],
html.skin-theme-clientpref-night .navbox-list[style] {
background: inherit !important;
color: inherit !important;
border-top:2px solid #fdfdfd !important
}
html.skin-theme-clientpref-night .navbox[style],
html.skin-theme-clientpref-night .navbox-subgroup[style],
html.skin-theme-clientpref-night .navbox-group[style],
html.skin-theme-clientpref-night .navbox-even[style],
html.skin-theme-clientpref-night .navbox-abovebelow[style],
html.skin-theme-clientpref-night .navbox-title[style] {
background: inherit !important;
color: inherit !important;
border-color: #54595d !important
}
}
@media screen and (prefers-color-scheme:dark) {
html.skin-theme-clientpref-os .navbox-abovebelow[style],
html.skin-theme-clientpref-os .navbox-group[style],
html.skin-theme-clientpref-os .navbox-image[style],
html.skin-theme-clientpref-os .navbox-list[style] {
background: inherit !important;
color: inherit !important;
border-top:2px solid #fdfdfd !important
}
html.skin-theme-clientpref-os .navbox[style],
html.skin-theme-clientpref-os .navbox-subgroup[style],
html.skin-theme-clientpref-os .navbox-group[style],
html.skin-theme-clientpref-os .navbox-even[style],
html.skin-theme-clientpref-os .navbox-abovebelow[style],
html.skin-theme-clientpref-os .navbox-title[style] {
background: inherit !important;
color: inherit !important;
border-color: #54595d !important
}
}