Coronation Street Wiki
mNo edit summary
mNo edit summary
Line 62: Line 62:
 
.pi-theme-Character .pi-title, .pi-theme-Character .pi-header {
 
.pi-theme-Character .pi-title, .pi-theme-Character .pi-header {
 
background-color: #FFA500;
 
background-color: #FFA500;
  +
}
  +
  +
/* CSS for image options */
  +
  +
.pi-theme-option2 .pi-image {
  +
padding: 3px 20px 5px 20px;
  +
background-color: #FFF;
  +
}
  +
  +
.pi-theme-option3 .pi-image {
  +
padding: 3px 20px 5px 20px;
 
}
 
}

Revision as of 20:55, 27 March 2018

/* CSS for general PI appearance */
.portable-infobox {
    margin:0 0 .5em 1em;
    width: 250px;
    border-collapse:collapse;
    border:1px solid #999;
    font-size:smaller;
    line-height:1.5;
    hyphens: none;
}

.portable-infobox .pi-title, .portable-infobox .pi-header {
    text-align: center;
    border-bottom:1px solid #999;
    color:white;
}

.portable-infobox .pi-title {
    font-size:150%;
}
 
.portable-infobox .pi-header {
    font-size:100%;
}

.portable-infobox .pi-item-spacing {
    padding: 0;
}

.portable-infobox .pi-data-label, .portable-infobox .pi-data-value {
    padding: 3px;
}

.portable-infobox .pi-data-label {
    flex-basis: 125px;
}

.portable-infobox .pi-border-color {
    border-color: transparent;
}

.portable-infobox .pi-image-thumbnail {
    max-width:100%;
    width:auto;
    height:auto;
}

/* CSS for episode appearance */
.pi-theme-Episode.portable-infobox {
    background-color: #FFCC99;
}

.pi-theme-Episode .pi-title, .pi-theme-Episode .pi-header {
    background-color: #B81414;
}

/* CSS for character appearance */
.pi-theme-Character.portable-infobox {
    background-color: #F0E68C;
}

.pi-theme-Character .pi-title, .pi-theme-Character .pi-header {
    background-color: #FFA500;
}

/* CSS for image options */

.pi-theme-option2 .pi-image {
    padding: 3px 20px 5px 20px;
    background-color: #FFF;
}

.pi-theme-option3 .pi-image {
    padding: 3px 20px 5px 20px;
}