Template:Jorge.css: Difference between revisions

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
Content deleted Content added
Vish created the page Template:Jorge.css using a non-default content model "Sanitized CSS"
 
No edit summary
Line 1: Line 1:
.Jorge, .portable-infobox.pi-theme-Jorge {
width: 270px;
background-color: #e03374;
border: 2px solid #e03374;
}

.portable-infobox.pi-theme-Jorge .pi-data-label a {
color: white !important;
}

.portable-infobox.pi-theme-Jorge .pi-title, .portable-infobox.pi-theme-Jorge .pi-header {
background-color: #e03374;
color: white;
}
.portable-infobox.pi-theme-Jorge .pi-data .pi-data-label {
background-color: #629a64;
}
.portable-infobox.pi-theme-Jorge .pi-horizontal-group-item.pi-data-label {
background-color: #629a64;
border: 2px solid white;
border-top: none;
color: white;
}
.portable-infobox.pi-theme-Jorge .pi-image-collection-tabs li.current {
background: #818a94;
}
.portable-infobox.pi-theme-Jorge .pi-navigation {
background: #e03374 !important;
}

Revision as of 07:19, 1 September 2020

.Jorge, .portable-infobox.pi-theme-Jorge {
    width: 270px;
    background-color: #e03374;
    border: 2px solid #e03374;
}

.portable-infobox.pi-theme-Jorge .pi-data-label a {
  color: white !important;
}

.portable-infobox.pi-theme-Jorge .pi-title, .portable-infobox.pi-theme-Jorge .pi-header {
    background-color: #e03374;
    color: white;
}
.portable-infobox.pi-theme-Jorge .pi-data .pi-data-label {
    background-color: #629a64;
}
.portable-infobox.pi-theme-Jorge .pi-horizontal-group-item.pi-data-label {
    background-color: #629a64;
    border: 2px solid white;
    border-top: none;
    color: white;
}
.portable-infobox.pi-theme-Jorge .pi-image-collection-tabs li.current {
    background: #818a94;
}
.portable-infobox.pi-theme-Jorge .pi-navigation {
    background: #e03374 !important;
}