MediaWiki:Darkvector.css: Difference between revisions

Jump to: navigation, search
no edit summary
m (Reverted edits by Likeicare (talk) to last revision by Angeleno)
Tag: Rollback
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 */
.portable-infobox.pi-background {
.pi-theme-screamer .pi-header {
  background-color: #312B2A;
    background-color: #ffc31f;
  border-color: #a62e10;
    border-radius: 5px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
}
}
.portable-infobox .pi-secondary-background {
 
  background-color: #a62e10;
.pi-theme-screamer .pi-item {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #ccc;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
}
}
.portable-infobox .pi-header{
 
  font-weight: bold;
.pi-theme-screamer .pi-data-label {
  text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 3px;
}
}
.portable-infobox .pi-title {
 
  background-color: #a62e10;
.pi-theme-screamer .pi-data-value {
  font-size: 125%;
    color: #555;
  color: #FFFFFF;
    font-size: 14px;
  font-family: Rubik;
    margin-bottom: 5px;
  text-align: center;
}
}
.portable-infobox .pi-border-color{
 
     border-color: #453d3c;
.pi-theme-screamer .pi-horizontal-group {
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
}
.portable-infobox {
 
  width:270px;
.pi-theme-screamer .pi-horizontal-group > .pi-data-label {
  border: 1px solid #a62e10;
    flex: 0 0 auto;
  border-radius: 4px 4px 2px 2px;
    width: auto;
}
}
.portable-infobox .pi-horizontal-group-item.pi-data-label{
 
background-color: #312B2A;
.pi-theme-screamer .pi-horizontal-group > .pi-data-value {
    flex: 0 0 auto;
    width: auto;
}
}
.portable-infobox .pi-horizontal-group-item.pi-data-value{
 
background-color: #312B2A;
.pi-theme-screamer .pi-image-thumbnail {
    display: block;
    margin: 0 auto;
    max-height: 200px;
    max-width: 200px;
}
}


1,112

edits

Navigation menu