MediaWiki:Darkvector.css: Difference between revisions

Jump to: navigation, search
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 {
.portable-infobox {
  background-color: #312B2A;
    background-color: #E85636;
  border-color: #a62e10;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
    width: 300px;
}
}
.portable-infobox .pi-secondary-background {
 
  background-color: #a62e10;
.pi-image-thumbnail {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    display: block;
    margin: 0 auto 5px;
    max-width: 100%;
    padding: 3px;
    text-align: center;
}
}
.portable-infobox .pi-header{
 
  font-weight: bold;
.pi-title {
  text-align: center;
    background-color: #2e2e2e;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 10px;
}
}
.portable-infobox .pi-title {
 
  background-color: #a62e10;
.pi-group {
  font-size: 125%;
    margin-top: 5px;
  color: #FFFFFF;
    padding: 0 10px;
  font-family: Rubik;
  text-align: center;
}
}
.portable-infobox .pi-border-color{
 
     border-color: #453d3c;
.pi-group-header {
    background-color: #ffc31f;
    border-top-left-radius: 3px;
     border-top-right-radius: 3px;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
}
}
.portable-infobox {
 
  width:270px;
.pi-data {
  border: 1px solid #a62e10;
    border-bottom: 1px solid #f1f1f1;
  border-radius: 4px 4px 2px 2px;
    display: table;
    width: 100%;
}
 
.pi-data-label,
.pi-data-value {
    display: table-cell;
    padding: 5px 0;
}
}
.portable-infobox .pi-horizontal-group-item.pi-data-label{
 
background-color: #312B2A;
.pi-data-label {
    color: #888;
    font-weight: bold;
    min-width: 30%;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
}
}
.portable-infobox .pi-horizontal-group-item.pi-data-value{
 
background-color: #312B2A;
.pi-data-value {
    color: #000;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 5px;
 
}
}