Benutzer:Kayahr/monobook.css: Unterschied zwischen den Versionen

Aus X-Lexikon
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
/* Styles für Geschützkanzellisten */
table.turrets
{
    border-collapse: collapse;
    border-spacing: 0;
}
table.turrets table.turret
{
    width: 100%;
}
table.turrets table.turret td.position
{
    width: 100%;
    text-align: left;
    white-space: nowrap;
    padding-right: 2em;
    font-style: normal;
}
table.turrets table.turret td.quantity
{
    width: 0;
    white-space: nowrap;
    padding-right: 0.5em;
    font-weight: normal;
}
table.turrets table.turret td.lasers
{
    min-width: 417px;
    font-weight: normal;
}


/* Styles für Geschützkanzel Zeile. Muss vor den Styles für Laser stehen */
table.turret
{
    border-collapse: collapse;
    border-spacing: 0;
}
table.turret td
{
    padding: 0;
    border: 0;
}
table.turret td.position
{
    text-align: right;
    width: 200px;
    font-style: italic;
    padding-right: 50px;
}
table.turret td.quantity
{
    text-align: right;
    width: 25px;
    padding-right: 0.5em;
    font-weight: bold;
}
table.turret td.lasers
{
    font-weight: bold;
    line-height: 2em;
}
/* Laserbalken Styles */
table.lasers
{
    border-collapse: collapse;
    border-spacing: 0;
}
table.lasers td
{
    padding: 0;
    border: 1px solid #000;
}
table.lasers td a
{
    border: 3px solid #000;
    display: block;
    width: 4px;
    height: 1.5em;
}
table.lasers td.selected a
{
    border: 1px solid #fff;
    padding: 2px;
}
/* Abstand vor der EM-Plasmakanone */
.lasers .eemp
{
    border-left: 8px solid #000;
}
/* Farben für Laserbalken */
.lasers .ise { background: #101010; }
.lasers .pbk { background: #303030; }
.lasers .epw { background: #505050; }
.lasers .eig { background: #707070; }
.lasers .pik { background: #909090; }
.lasers .pk { background: #b0b0b0; }
.lasers .mbs { background: #e0e0e0; }
.lasers .trs { background: #e0e0e0; }
.lasers .rl { background: #e0e0e0; }
.lasers .prg { background: #9e9e0a; }
.lasers .cfa { background: #cece0d; }
.lasers .pg { background: #f8f896; }
.lasers .id { background: #01478e; }
.lasers .ipg { background: #016eda; }
.lasers .ik { background: #5dadfe; }
.lasers .sbw { background: #614500; }
.lasers .swg { background: #946a00; }
.lasers .tlg { background: #c78f00; }
.lasers .epk { background: #187718; }
.lasers .fa { background: #25b625; }
.lasers .gg { background: #78e378; }
.lasers .ps { background: #a74f01; }
.lasers .ipsg { background: #f47201; }
.lasers .plk { background: #fe9a43; }
.lasers .psg { background: #890101; }
.lasers .fs { background: #d60101; }
.lasers .emp { background: #234b4b; }
.lasers .mam { background: #23645a; }
.lasers .ssk { background: #1e8c82; }
.lasers .psp { background: #41b9b9; }
.lasers .fsk { background: #8afefe; }
.lasers .eemp { background: #f0f0f0; }
.lasers .emam { background: #f0f0f0; }
.lasers .essk { background: #f0f0f0; }
.lasers .ake { background: #6b07d7; } 
.lasers .bke { background: #6b07d7; }
.lasers .gke { background: #6b07d7; }

Aktuelle Version vom 7. Juli 2009, 23:10 Uhr