MediaWiki:Minerva.css: Difference between revisions
Appearance
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
.infobox { | .infobox { | ||
background: #ffffff | background: #ffffff; | ||
border: 1px solid #aaa | border: 1px solid #aaa; | ||
border-collapse: collapse | border-collapse: collapse; | ||
width: 100% | width: 100%; | ||
font-size: 14.4px !important; | font-size: 14.4px !important; | ||
line-height: 1.4 | line-height: 1.4; | ||
color: #202122 | color: #202122; | ||
margin: 0 auto 1em auto | margin: 0 auto 1em auto; | ||
} | } | ||
.infobox * { | .infobox * { | ||
font-size: 14.4px !important; | font-size: 14.4px !important; | ||
} | } | ||
.infobox td, | .infobox td, | ||
.infobox th { | .infobox th { | ||
border: 1px solid #ddd | border: 1px solid #ddd; | ||
padding: 6px 8px | padding: 6px 8px; | ||
vertical-align: top | vertical-align: top; | ||
} | } | ||
.infobox .section-header { | .infobox .section-header { | ||
background-color: #f2f2f2 | background-color: #f2f2f2; | ||
font-weight: bold | font-weight: bold; | ||
text-align: left | text-align: left; | ||
} | |||
.infobox .highlight-ef4 { | |||
background-color: #f99; | |||
color: white; | |||
text-align: center; | |||
font-weight: bold; | |||
} | |||
.infobox .highlight-ef5 { | |||
background-color: #c9f; | |||
color: white; | |||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
.infobox caption { | .infobox caption { | ||
background-color: #f9f9f9 | background-color: #f9f9f9; | ||
padding: 0.5em | padding: 0.5em; | ||
text-align: center | text-align: center; | ||
font-weight: bold | font-weight: bold; | ||
font-size: 15.2px !important; | font-size: 15.2px !important; | ||
} | } |
Revision as of 22:01, 24 April 2025
.infobox {
background: #ffffff;
border: 1px solid #aaa;
border-collapse: collapse;
width: 100%;
font-size: 14.4px !important;
line-height: 1.4;
color: #202122;
margin: 0 auto 1em auto;
}
.infobox * {
font-size: 14.4px !important;
}
.infobox td,
.infobox th {
border: 1px solid #ddd;
padding: 6px 8px;
vertical-align: top;
}
.infobox .section-header {
background-color: #f2f2f2;
font-weight: bold;
text-align: left;
}
.infobox .highlight-ef4 {
background-color: #f99;
color: white;
text-align: center;
font-weight: bold;
}
.infobox .highlight-ef5 {
background-color: #c9f;
color: white;
text-align: center;
font-weight: bold;
}
.infobox caption {
background-color: #f9f9f9;
padding: 0.5em;
text-align: center;
font-weight: bold;
font-size: 15.2px !important;
}