MediaWiki:Monobook.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 10:
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h2 { font-size: 12px21px; }
h3 { font-size: 12px18px; }
h4 { font-size: 15px16px; }
h5 { font-size: 14px; }
h3 + dl, h4 + dl, h5 + dl {
margin-top: -0.1em;
Line 224 ⟶ 228:
#p-search {
order: -1;
}
 
/********* Portable infobox theme *********/
.portable-infobox {
--pi-border-color: #d62020;
border: 2px solid #d62020;
border-radius: 8px;
padding: 6px;
font-size: 12px;
background-color: #ffffff;
line-height: 1.5;
width: 22.5em;
}
 
.portable-infobox .pi-data,
.portable-infobox .pi-group {
border: "333333;
}
 
.portable-infobox .pi-header {
background-color: #d62020;
text-align: center;
color: black;
width: 50em;
}
.portable-infobox .pi-navigation {
background-color: #ffffff;
font-size: 12px;
text-align: center;
text-color: darkred;
}
 
.portable-infobox .pi-title {
background: #754836;
border: 1px solid;
border-color: var(--theme-box-border-color-inner);
border-radius: var(--theme-box-border-radius-inner);
text-align: center;
font-style: bold;
}
 
.portable-infobox .pi-title {
font-weight: bold;
font-size: 15px;
padding: 6px 3px;
line-height: 1.2;
text-align: center;
}