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
Tag: Manual revert
No edit summary
Line 3: Line 3:
/********* Portable infobox theme *********/
/********* Portable infobox theme *********/
.portable-infobox {
.portable-infobox {
--pi-border-color: #181818;
--pi-border-color: #d62020;
border: 2px dashed #181818;
border: 2px solid #d62020;
border-radius: 8px;
border-radius: 8px;
padding: 0px;
padding: 0px;
font-size: 5px;
font-size: 12px;
background-color: #2F2F2F;
background-color: #ffffff;
line-height: 1.5;
line-height: 1.5;
width: 22.4em;
width: 22.5em;
}
}


.portable-infobox .pi-header {
.portable-infobox .pi-header {
background:#181818;
background-color: #d62020;
opacity:0.8;
text-align: center;
text-align: center;
color: white;
color: black;
width: 50em;
padding-bottom: 6px;
}
}

.portable-infobox .pi-header {
border: 0;
margin: 0;
font-family: inherit;
font-size: 1.2em;
font-weight: 100;
line-height: 1.3;
padding:50em;
}

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


.portable-infobox .pi-title {
.portable-infobox .pi-title {
background:#181818;
background: #d62020;
border: 1px solid;
font-size:170%;
border-color: var(--theme-box-border-color-inner);
opacity:0.9;
border-radius: var(--theme-box-border-radius-inner);
font-weight:bold;
text-align: center;
font-style: bold;
}
}


.portable-infobox .pi-title {
.portable-infobox .pi-title {
font-weight: bold;
font-size: 15px;
padding: 6px 3px;
line-height: 1.2;
text-align: center;
text-align: center;
font-size:170%;
}

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