MediaWiki:Darkvector.css
From Screamer Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the DarkVector skin */
/* 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
}