5,951
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* ============================== general interface =============================== */ | |||
.content hr { | .content hr { | ||
background-color: #eeeeee; | background-color: #eeeeee; | ||
Line 48: | Line 45: | ||
.footer-info { display:none; } | .footer-info { display:none; } | ||
/* page layout and colors */ | /* general setting, page layout and colors */ | ||
.mw-body { background: #fbf0a4; } | .mw-body { background: #fbf0a4; } | ||
Line 54: | Line 51: | ||
.ns-special .heading-holder { display:block; } /* ma mostra il titolo come generato automaticamente da MediaWiki nelle pagine del namespace Special: */ | .ns-special .heading-holder { display:block; } /* ma mostra il titolo come generato automaticamente da MediaWiki nelle pagine del namespace Special: */ | ||
blockquote { | blockquote { | ||
Line 123: | Line 84: | ||
.custom-mobile-only { display: none; } | .custom-mobile-only { display: none; } | ||
.custom-print-only { display: none; } | .custom-print-only { display: none; } | ||
/* buttons, links etc. */ | |||
.mw-ui-progressive { | |||
background-color: #4c4c4c!important; | |||
border-color: #4c4c4c!important; | |||
} | |||
a:link { | |||
color: black; | |||
text-decoration: underline; | |||
} | |||
a:visited { | |||
color: #4c4c4c; | |||
} | |||
a:hover { | |||
color: #4c4c4c; | |||
text-decoration: none; | |||
} | |||
a.external { | |||
color: black; | |||
text-decoration: underline; | |||
background: none; | |||
padding-right: 0; | |||
padding-left: 0; | |||
} | |||
a.external:visited { | |||
color: #4c4c4c; | |||
} | |||
a.external:hover { | |||
color: #4c4c4c; | |||
text-decoration: none; | |||
} | |||
/* cookie banner */ | /* cookie banner */ | ||
Line 685: | Line 679: | ||
display: none; | display: none; | ||
} | } | ||
.de_col .mwe-math-mathml-inline { | /*.de_col .mwe-math-mathml-inline { | ||
display: block!important; | display: block!important; | ||
} | } | ||
Line 708: | Line 702: | ||
.es_col .mwe-math-mathml-a11y { | .es_col .mwe-math-mathml-a11y { | ||
position: relative; | position: relative; | ||
} | }*/ | ||
.de_col, .en_col, .it_col, .es_col { | .de_col, .en_col, .it_col, .es_col { | ||
vertical-align: top; | vertical-align: top; |