User:PanchamBro/common.css: Difference between revisions

m
no edit summary
(Created page with "→‎Infobox stylization, imported from FamiWiki: https://famiwiki.net/wiki/MediaWiki:Common.css: .infobox { border: 4px solid #4A31FF; padding: .25rem; border-radius: .75rem; display: grid; gap: .33rem; } @media (min-width: 720px) { .infobox { float: right; margin: .25rem 0 .5rem .5rem; max-width: 420px; min-width: 300px; } } @media (min-width: 1000px) { .infobox { max-width: 300px; } } .infobox-head, .infobox-cell { border-radius: .25rem; } .inf...")
 
mNo edit summary
Line 28: Line 28:


.infobox-head {
.infobox-head {
font-weight: bold;
font-family: "Kurokane","Arial";
text-align: center;
font-weight: normal;
text-align: right;
}
}


Line 75: Line 76:


.infobox-collapsible {
.infobox-collapsible {
background-color: #000b10;
background-color: #000b10 !important;
color: #fff;
color: #fff;
font-weight: normal;
font-weight: normal;
padding: .25rem;
padding: .25rem;
}
.content .infobox {
display: grid;
    background-color: transparent
}
}