“MediaWiki:Common.css”的版本间的差异

来自星际公民宇宙百科
跳转至: 导航搜索
第8行: 第8行:
 
     font-size: 16px;
 
     font-size: 16px;
 
     text-align: center;
 
     text-align: center;
 +
    color: white;
 +
}
 +
 +
tr.sps-name a {
 
     color: white;
 
     color: white;
 
}
 
}

2015年10月9日 (五) 09:48的版本

table.ship-specs-table {
    border: 1px solid grey;
    font-size: 11px;
}

table.ship-specs-table .sps-name {
    background-color: #21314c;
    font-size: 16px;
    text-align: center;
    color: white;
}

tr.sps-name a {
    color: white;
}

table.ship-specs-table .sps-image {
    text-align: center;
    padding: 0px;
}

table.ship-specs-table .sps-title {
    padding:3px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}

table.ship-specs-table .sps-cell {
    padding:3px;
    max-width: 300px;
    vertical-align: top;
}

table.ship-specs-table .sps-cell-h1 {
    padding:3px;
    vertical-align: top;
}

table.ship-specs-table .sps-cell-h2 {
    padding:3px;
    vertical-align: top;
}

table.ship-specs-table .sps-base {
    background-color: #e0ffff;
}

table.ship-specs-table .sps-measurement {
    background-color: #ffffe0;
}

table.ship-specs-table .sps-structural{
    background-color: #ffe4e1;
}

table.ship-specs-table .sps-propulsion-title {
    font-weight: bold;
    background-color: #00ffa9;
}

table.ship-specs-table .sps-propulsion {
    background-color: #7fffd4;
}

table.ship-specs-table .sps-ordnance-title {
    font-weight: bold;
    background-color: #4abaff; }

table.ship-specs-table .sps-ordnance {
    background-color: #87cefa;
}

table.ship-specs-table .sps-modular-title {
    font-weight: bold;
    background-color: #c1c1c1;
}

table.ship-specs-table .sps-modular {
    background-color: #dedcdc;
}

table.ship-specs-table .sps-avionics-title {
    font-weight: bold;
    background-color: #f2adff;
}

table.ship-specs-table .sps-avionics {
    background-color: #f9daff;
}

table.ship-specs-table .sps-url {
    text-align: center;
    background-color: #ffd385;
}