MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap'); | ||
/* Infobox */ | /* Infobox */ | ||
.infobox, | .infobox, | ||
.infobox th, | .infobox th, | ||
.infobox td, | .infobox td, | ||
.infobox tr { | .infobox tr { | ||
border: 0 !important; | border: 0 none !important; | ||
border-style: none !important; | border-style: none !important; | ||
background-color: transparent !important; | background-color: transparent !important; | ||
background: none !important; | |||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
| Line 19: | Line 18: | ||
background-color: #f8f9fa !important; | background-color: #f8f9fa !important; | ||
border-collapse: collapse !important; | border-collapse: collapse !important; | ||
display: table !important; | |||
width: 22em; | |||
float: right; | |||
margin: 0 0 1em 1em; | |||
} | } | ||
.infobox-separator { | .infobox-separator { | ||
border-top: 1px solid #aaa !important; | border-top: 1px solid #aaa !important; | ||
display: table-cell !important; | |||
} | } | ||
Revision as of 17:43, 13 May 2026
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
/* Infobox */
.infobox,
.infobox th,
.infobox td,
.infobox tr {
border: 0 none !important;
border-style: none !important;
background-color: transparent !important;
background: none !important;
box-shadow: none !important;
}
table.infobox {
border: 1px solid #a2a9b1 !important;
background-color: #f8f9fa !important;
border-collapse: collapse !important;
display: table !important;
width: 22em;
float: right;
margin: 0 0 1em 1em;
}
.infobox-separator {
border-top: 1px solid #aaa !important;
display: table-cell !important;
}
.infobox-header {
background-color: #cedff2 !important;
}