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 */ | ||
@media screen { | @media screen { | ||
table.infobox, | table.infobox, | ||
| Line 14: | Line 13: | ||
border-style: none !important; | border-style: none !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
color: #202122 !important; | color: #202122 !important; | ||
font-family: sans-serif !important; | font-family: sans-serif !important; | ||
| Line 32: | Line 30: | ||
background-color: #cedff2 !important; | background-color: #cedff2 !important; | ||
font-weight: bold; | font-weight: bold; | ||
font-family: 'Cinzel Decorative', serif !important; | |||
text-transform: uppercase; | |||
letter-spacing: 1px; | |||
} | } | ||
.infobox-separator { | .infobox-separator { | ||
border-top: 1px solid #aaa !important; | border-top: 1px solid #aaa !important; | ||
height: 0; | display: table-cell !important; | ||
height: 1px !important; | |||
line-height: 1px !important; | |||
padding: 0 !important; | |||
background-color: transparent !important; | |||
} | } | ||
} | } | ||
Revision as of 17:50, 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 */
@media screen {
table.infobox,
.infobox tr,
.infobox th,
.infobox td {
background-color: transparent !important;
background: none !important;
border: 0 !important;
border-style: none !important;
box-shadow: none !important;
color: #202122 !important;
font-family: sans-serif !important;
white-space: normal !important;
}
table.infobox {
background-color: #f8f9fa !important;
border: 1px solid #a2a9b1 !important;
border-collapse: collapse !important;
width: 22em;
float: right;
margin: 0 0 1em 1em;
}
.infobox-header {
background-color: #cedff2 !important;
font-weight: bold;
font-family: 'Cinzel Decorative', serif !important;
text-transform: uppercase;
letter-spacing: 1px;
}
.infobox-separator {
border-top: 1px solid #aaa !important;
display: table-cell !important;
height: 1px !important;
line-height: 1px !important;
padding: 0 !important;
background-color: transparent !important;
}
}