MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Manual revert
 
(22 intermediate revisions by the same user not shown)
Line 1:
/* CSS placed here will be applied to all skins on desktop */
 
/********* Portable infobox theme *********/
.portable-infobox {
--pi-border-color: #d62020;
Line 6 ⟶ 7:
border-radius: 8px;
padding: 0px;
font-size: 5px12px;
background-color: #2F2F2Fffffff;
line-height: 1.5;
width: 22.4em5em;
}
 
.portable-infobox .pi-titleheader {
background-color: #d62020;
colortext-align:white center;
font-stylecolor:bold white;
width: 17em;
font-size: 16px;
}
.portable-infobox .pi-navigation {
background-color: #ffffff;
font-size: 16px12px;
text-align: center;
text-aligncolor:center darkred;
}
 
.portable-infobox .pi-headertitle {
background-color: #d62020;
color:white;
border-color: var(--theme-box-border-color-inner);
font-size: 14px;
border-radius: var(--theme-box-border-radius-inner);
text-align: center;
font-style: bold;
}
 
.portable-infobox .pi-navigationtitle {
font-weight: bold;
background-color: #ffffff;
font-size: 14px15px;
text-align:center;
padding: 6px 3px;
line-height: 1.2;
text-align: center;
}