Check users, Comment administrators, csmoderator, Interface administrators, oversight, Suppressors, Administrators
8,061
edits
No edit summary |
Screamer1234 (talk | contribs) No edit summary |
||
Line 65: | Line 65: | ||
} | } | ||
/* Infobox | /* Portable Infobox CSS here */ | ||
.portable-infobox .pi- | .portable-infobox.pi-background { | ||
background-color: #312B2A; | |||
border-color: #a62e10; | |||
} | } | ||
.portable-infobox .pi-secondary-background { | |||
background-color: #a62e10; | |||
.portable-infobox .pi- | |||
} | } | ||
.portable-infobox .pi-header{ | |||
.portable-infobox .pi- | font-weight: bold; | ||
text-align: center; | |||
} | } | ||
.portable-infobox .pi-title { | |||
.portable-infobox .pi- | background-color: #a62e10; | ||
font-size: 125%; | |||
color: #FFFFFF; | |||
font-family: Rubik; | |||
text-align: center; | |||
} | } | ||
.portable-infobox .pi-border-color{ | |||
.portable-infobox .pi-data-value | border-color: #453d3c; | ||
} | |||
.portable-infobox { | |||
width:270px; | |||
border: 1px solid #a62e10; | |||
border-radius: 4px 4px 2px 2px; | |||
} | |||
.portable-infobox .pi-horizontal-group-item.pi-data-label{ | |||
background-color: #312B2A; | |||
} | |||
.portable-infobox .pi-horizontal-group-item.pi-data-value{ | |||
background-color: #312B2A; | |||
} | } |
edits