MediaWiki:Darkvector.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1,359: | Line 1,359: | ||
div#mw-panel div.portal div.body ul li a{color:#e69710} | div#mw-panel div.portal div.body ul li a{color:#e69710} | ||
div#mw-panel div.portal h3 {color:#7c7c7c} | div#mw-panel div.portal h3 {color:#7c7c7c} | ||
/* 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; | |||
} | |||
.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; | |||
} |