Steven Universe Wiki

Spoilers will be present! Please browse at your own risk.

READ MORE

Steven Universe Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Portable infoboxes */
.portable-infobox {
    border-radius: 8px 8px 0 0;
    border: 2px solid #301728;
}
 
.portable-infobox h2 {
    background-color: #96487D;
}
 
.pi-title, .pi-header, 
.pi-horizontal-group .pi-header {
    font-weight: bold;
    text-align: center;
}
 
.pi-theme-object {
    border: 2px solid #301728 !important;
}
 
.pi-theme-object h2 {
    background-color: #96487D !important;
}
 
.pi-theme-musicbox {
    border: 2px solid #33194d !important;
}
 
.pi-theme-musicbox h2 {
    background-color: #663399 !important;
}
 
.pi-theme-team {
    border: 2px solid #0067c2 !important;
}
 
.pi-theme-team h2 {
    background-color: #5CB2FF !important;
}
 
.pi-theme-staff {
    border: 2px solid #0d0d0d !important;
}
 
.pi-theme-staff h2 {
    background-color: #262626 !important;
}
 
.pi-theme-show {
    border: 2px solid #3c633c !important;
}
 
.pi-theme-show h2 {
    background-color: #62A061 !important;
}
 
.pi-theme-location {
    border: 2px solid #2e0011 !important;
}
 
.pi-theme-location h2 {
    background: #5E0022 !important;
}
 
.pi-theme-event {
    border: 2px solid #062b2e !important;
}
 
.pi-theme-event .pi-title,
.pi-theme-event .pi-header {
    background-color: #008b8b !important;
}
 
.pi-theme-gameinfo {
    border: 1px solid #4282A3 !important; 
}
 
.pi-theme-gameinfo h2 {
    background: #4282A3 !important;
}
 
.pi-theme-gameinfo .pi-data {
    border-bottom: 1px solid #162d38 !important;
}
 
.pi-theme-merchandise {
    border: 2px solid #422722 !important;
}
 
.pi-theme-merchandise h2 {
    background-color: #A86257 !important;
}
 
.pi-theme-episode {
    border: 2px solid #00B2EE !important;
}
 
.pi-theme-episode h2, 
.pi-theme-episode .pi-secondary-background {
    background-color: #1e5b9a !important;
}
 
.pi-theme-episode .pi-data:not(:last-of-type),
.pi-group {
    border-bottom-width: 0px !important;
}
 
.pi-theme-episode .pi-data-label {
    flex-basis: 150px !important;
}
 
.pi-theme-episode .pi-title,
.pi-theme-episode .pi-header {
    border-bottom: 1px solid #5FC8DD !important;
    border-top: 1px solid #324489 !important;
}
 
.pi-theme-episode .pi-horizontal-group .pi-horizontal-group-item:not(:first-child) {
    border-left-width: 0px !important;
}
 
.pi-theme-issue {
    border: 2px solid #71a394 !important;
}
 
.pi-theme-issue h2, 
.pi-theme-issue .pi-secondary-background {
    background-color: #227a60 !important;
}
 
.pi-theme-issue .pi-data:not(:last-of-type),
.pi-group {
    border-bottom-width: 0px !important;
}
 
.pi-theme-issue .pi-data-label {
    flex-basis: 150px !important;
}
.pi-theme-issue .pi-border-color {
    border-color: #71a394;
}
.pi-theme-issue .pi-title,
.pi-theme-issue .pi-header {
    border-bottom: 1px solid #71a394 !important;
    border-top: 1px solid #71a394 !important;
}
 
.pi-theme-issue .pi-horizontal-group .pi-horizontal-group-item:not(:first-child) {
    border-left-width: 0px !important;
}
 
.portable-infobox .pi-data-value ul {
    list-style-position: outside;
    margin-left: 18px;
}
 
.pi-theme-issue .pi-data {
    font-size: 90%;
}
.pi-image-collection-tab-content {
    background-color: rgba(9,71,113,0.5) !important;
}
ul.pi-image-collection-tabs {
    margin: 0;
}
ul.pi-image-collection-tabs li {
    border: 1px solid transparent !important;
}
ul.pi-image-collection-tabs li.current {
    background: rgba(15,88,129,0.5) !important;
}
.pi-collapse .pi-header:first-child:after {
    border-color: inherit;
}
.pi-data-value div > ul {
    margin: .4em 0 .5em !important;
}
Advertisement