MediaWiki:Darkvector.css: Difference between revisions

Jump to: navigation, search
No edit summary
No edit summary
Line 2,027: Line 2,027:
     list-style-image: url('images/bullet-icon.svg')
     list-style-image: url('images/bullet-icon.svg')
}
}
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
.portable-infobox.pi-background {
.portable-infobox.pi-background {
Line 2,051: Line 2,052:
}
}
.portable-infobox {
.portable-infobox {
   width: 270px;
   width:300px;
   border: 1px solid #a62e10;
   border: 1px solid #a62e10;
   border-radius: 4px 4px 2px 2px
   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
}
}