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

来自星际公民宇宙百科
跳转至: 导航搜索
第19行: 第19行:
 
     cursor: pointer;
 
     cursor: pointer;
 
     font-size: 16px;
 
     font-size: 16px;
 +
    font-weight:bold;
 
     opacity: 0.7;
 
     opacity: 0.7;
 
     text-decoration: none;
 
     text-decoration: none;
第48行: 第49行:
 
     margin-left: -10px;
 
     margin-left: -10px;
 
     margin-right: -26px;
 
     margin-right: -26px;
 +
    margin-bottom: 3px;
 
}
 
}
  

2015年10月9日 (五) 13:39的版本

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

table.ship-specs-table .sps-name {
    text-align: center;
    background-color: #012133;
    background-image: url('https://robertsspaceindustries.com/rsi/static/images/game/new-shipspecs/line-bg.png');
    background-repeat: repeat;
}

.sps-name a,.sps-name strong {
    white-space: nowrap;
    border-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    color: #00deff;
    cursor: pointer;
    font-size: 16px;
    font-weight:bold;
    opacity: 0.7;
    text-decoration: none;
    text-shadow: 0 0 30px #11f1ff;
    text-transform: uppercase;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}

.sps-name a:before,.sps-name strong:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    margin-left: -6px;
}

.sps-name a:after,.sps-name strong:after {
    content: '';
    width: 74px;
    height: 35px;
    background: url('https://robertsspaceindustries.com/rsi/static/images/game/new-shipspecs/link-arrow.png') no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
    margin-right: -26px;
    margin-bottom: 3px;
}

.sps-name a:hover,.sps-name strong:hover {
    opacity: 1;
}

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;
}