MediaWiki:Darkvector.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 775: | Line 775: | ||
::-webkit-scrollbar-thumb:window-inactive { | ::-webkit-scrollbar-thumb:window-inactive { | ||
background: #A62e10 !important; | background: #A62e10 !important; | ||
} | |||
/* Portable Infobox CSS here */ | |||
/* Portable Infobox CSS here */ | |||
.portable-infobox.pi-background { | |||
background-color: #312B2A; | |||
border-color: #a62e10; | |||
} | |||
.portable-infobox .pi-secondary-background { | |||
background-color: #a62e10; | |||
} | |||
.portable-infobox .pi-header{ | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.portable-infobox .pi-title { | |||
background-color: #a62e10; | |||
font-size: 125%; | |||
color: #FFFFFF; | |||
font-family: Helvetica; | |||
text-align: center; | |||
border-radius: 4px 4px 0px 0px | |||
} | |||
.portable-infobox .pi-border-color{ | |||
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 | |||
} | } |