MediaWiki:Darkvector.css: Difference between revisions

Jump to: navigation, search
No edit summary
No edit summary
Line 1,551: Line 1,551:
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
.pi-theme-screamer .pi-header {
.pi-header {
     background-color: #ffc31f;
     background-color: #ffc31f;
     border-radius: 5px;
     border-radius: 5px;
Line 1,562: Line 1,562:
}
}


.pi-theme-screamer .pi-item {
.pi-item {
     background-color: #fff;
     background-color: #fff;
     border: 1px solid #d9d9d9;
     border: 1px solid #d9d9d9;
Line 1,572: Line 1,572:
}
}


.pi-theme-screamer .pi-data-label {
.pi-data-label {
     color: #000;
     color: #000;
     font-weight: bold;
     font-weight: bold;
Line 1,578: Line 1,578:
}
}


.pi-theme-screamer .pi-data-value {
.pi-data-value {
     color: #555;
     color: #555;
     font-size: 14px;
     font-size: 14px;
Line 1,584: Line 1,584:
}
}


.pi-theme-screamer .pi-horizontal-group {
.pi-horizontal-group {
     display: flex;
     display: flex;
     flex-wrap: wrap;
     flex-wrap: wrap;
Line 1,591: Line 1,591:
}
}


.pi-theme-screamer .pi-horizontal-group > .pi-data-label {
.pi-horizontal-group > .pi-data-label {
     flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     width: auto;
}
}


.pi-theme-screamer .pi-horizontal-group > .pi-data-value {
.pi-horizontal-group > .pi-data-value {
     flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     width: auto;
}
}


.pi-theme-screamer .pi-image-thumbnail {
.pi-image-thumbnail {
     display: block;
     display: block;
     margin: 0 auto;
     margin: 0 auto;