MediaWiki:Common.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins on desktop */
/* CSS placed here will be applied to all skins on desktop */


/********* Portable infobox theme *********/
.portable-infobox {
.portable-infobox {
--pi-border-color: #d62020;
--pi-border-color: #181818;
border: 2px solid #d62020;
border: 2px dashed #181818;
border-radius: 8px;
border-radius: 8px;
padding: 0px;
padding: 0px;
Line 12: Line 13:
}
}


.portable-infobox .pi-title {
.portable-infobox .pi-header {
background-color: #d62020;
background:#181818;
color:white;
opacity:0.8;
font-style:bold;
text-align: center;
font-size: 16px;
color: white;
text-align: center;
padding-bottom: 6px;
}
}


.portable-infobox .pi-header {
.portable-infobox .pi-header {
border: 0;
background-color: #d62020;
color:white;
margin: 0;
font-size: 14px;
font-family: inherit;
font-size: 1.2em;
text-align: center;
font-weight: 100;
line-height: 1.3;
padding:50em;
}
}


.portable-infobox .pi-navigation {
.portable-infobox .pi-navigation {
background-color: #ffffff;
background-color: #171717;
text-align:center;
font-size: 10px;
text-align: center;
text-color: darkred;
}

.portable-infobox .pi-title {
background:#181818;
font-size:170%;
opacity:0.9;
font-weight:bold;
}

.portable-infobox .pi-title {
text-align: center;
font-size:170%;
}

.portable-infobox .pi-title {
font-size:170%;
}
}