Gintama Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 142: Line 142:
 
.pi-theme-gray .pi-title {
 
.pi-theme-gray .pi-title {
 
background-color: #DDDDDD;
 
background-color: #DDDDDD;
  +
}
  +
  +
/* [[Template:ED infobox]] */
  +
  +
.pi-theme-ed .pi-title {
  +
background-color: #445078
  +
}
  +
  +
.pi-theme-ed .pi-header {
  +
background-color: #697393;
 
}
 
}

Revision as of 01:22, 8 October 2016

/* General Portable Infobox CSS */

.pi-europa {
    border: 1px solid black;
    border-radius: 2ex;
    padding: 3px;
}

.pi-europa.pi-background {
    background-color: #eff2f2;
}

.pi-europa .pi-title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.pi-europa .pi-header {
    background-color: #C0C0C0;
}

.pi-europa .pi-navigation {
    text-align: center;
}

/* [[Template:Organizations]] */

.pi-theme-AmantoColors .pi-title,
.pi-theme-AmantoColors .pi-header {
    background-color: #9ACD32;
    color: #F5F5DC;
}

.pi-theme-DakiniTribeColors .pi-title,
.pi-theme-DakiniTribeColors .pi-header {
    background-color: #556B2F;
    color: #6B8E23;
}

.pi-theme-EarthCreaturesColors .pi-title,
.pi-theme-EarthCreaturesColors .pi-header {
    background-color: #C45655;
}

.pi-theme-HarusameColors .pi-title,
.pi-theme-HarusameColors .pi-header {
    background-color: #A52A2A;
    color: #BDB76B;
}

.pi-theme-JouishishiColors .pi-title,
.pi-theme-JouishishiColors .pi-header {
    background-color: #BDB76B;
    color: #008080;
}

.pi-theme-KaientaiColors .pi-title,
.pi-theme-KaientaiColors .pi-header {
    background-color: #6B8E23;
    color: #FFFFF0;
}

.pi-theme-KiheitaiColors .pi-title,
.pi-theme-KiheitaiColors .pi-header {
    background-color: #5F9EA0;
    color: #F5F5F5;
}

.pi-theme-LoveChorissColors .pi-title,
.pi-theme-LoveChorissColors .pi-header {
    background-color: #2E8B57;
    color: #F5F5DC;
}

.pi-theme-MimawarigumiColors .pi-title,
.pi-theme-MimawarigumiColors .pi-header {
    background-color: #D2B48C;
}

.pi-theme-NinjaColors .pi-title,
.pi-theme-NinjaColors .pi-header {
    background-color: #2E8B57;
}

.pi-theme-RingKyuubiColors .pi-title,
.pi-theme-RingKyuubiColors .pi-header {
    background-color: #BDB76B;
    color: #F5F5F5;
}

.pi-theme-ShinsengumiColors .pi-title,
.pi-theme-ShinsengumiColors .pi-header {
    background-color: #2F4F4F;
}

.pi-theme-TokugawaColors .pi-title,
.pi-theme-TokugawaColors .pi-header {
    background-color: #BF7130;
}

.pi-theme-YagyuuColors .pi-title,
.pi-theme-YagyuuColors .pi-header {
    background-color: #DB7093;
    color: #F5FFFA;
}

.pi-theme-YatoColors .pi-title,
.pi-theme-YatoColors .pi-header {
    background-color: #A52A2A;
    color: #BDB76B;
}

.pi-theme-YorozuyaColors .pi-title,
.pi-theme-YorozuyaColors .pi-header {
    background-color: #B0C4DE;
}

.pi-theme-YoshiwaraColors .pi-title,
.pi-theme-YoshiwaraColors .pi-header {
    background-color: #BDB76B;
    color: #8B0000;
}

/* [[Template:Gintama-char]] */

.pi-theme-dblue .pi-title {
    background-color: #2f4e69;
}

.pi-theme-blue .pi-title {
    background-color: #CCFFCF;
}

.pi-theme-green .pi-title {
    background-color: #DFFFA5;
}

.pi-theme-red .pi-title {
    background-color: #F46A6A;
}

.pi-theme-gray .pi-title {
    background-color: #DDDDDD;
}

/* [[Template:ED infobox]] */

.pi-theme-ed .pi-title {
    background-color: #445078
}

.pi-theme-ed .pi-header {
    background-color: #697393;
}