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

来自星际公民宇宙百科
跳转至: 导航搜索
(创建页面,内容为“table.ship-specs-table { border: 1px solid grey; padding: 0px; margin : 0px 0px 0px 15px; float: right; font-size: 11px; } table.ship-specs-tabl...”)
 
第7行: 第7行:
 
}
 
}
  
table.ship-specs-table > .sps-name {
+
table.ship-specs-table .sps-name {
 
     background-color: #21314c;
 
     background-color: #21314c;
 
     font-size: 16px;
 
     font-size: 16px;
第14行: 第14行:
 
}
 
}
  
table.ship-specs-table > .sps-image {
+
table.ship-specs-table .sps-image {
 
     text-align: center;
 
     text-align: center;
 
     padding: 0px;
 
     padding: 0px;
第39行: 第39行:
 
}
 
}
  
table.ship-specs-table > .sps-base {
+
table.ship-specs-table .sps-base {
 
     background-color: #e0ffff;
 
     background-color: #e0ffff;
 
}
 
}
  
table.ship-specs-table > .sps-measurement {
+
table.ship-specs-table .sps-measurement {
 
     background-color: #ffffe0;
 
     background-color: #ffffe0;
 
}
 
}
  
table.ship-specs-table > .sps-structural{
+
table.ship-specs-table .sps-structural{
 
     background-color: #ffe4e1;
 
     background-color: #ffe4e1;
 
}
 
}
  
table.ship-specs-table > .sps-propulsion-title {
+
table.ship-specs-table .sps-propulsion-title {
 
     background-color: #7fffd4;
 
     background-color: #7fffd4;
 
}
 
}
  
table.ship-specs-table > .sps-propulsion {
+
table.ship-specs-table .sps-propulsion {
 
     background-color: #7fffd4;
 
     background-color: #7fffd4;
 
}
 
}
  
table.ship-specs-table > .sps-ordnance-title {
+
table.ship-specs-table .sps-ordnance-title {
 
     background-color: #87cefa;
 
     background-color: #87cefa;
 
}
 
}
  
table.ship-specs-table > .sps-ordnance {
+
table.ship-specs-table .sps-ordnance {
 
     background-color: #87cefa;
 
     background-color: #87cefa;
 
}
 
}
  
table.ship-specs-table > .sps-modular-title {
+
table.ship-specs-table .sps-modular-title {
 
     background-color: #dedcdc;
 
     background-color: #dedcdc;
 
}
 
}
  
table.ship-specs-table > .sps-modular {
+
table.ship-specs-table .sps-modular {
 
     background-color: #dedcdc;
 
     background-color: #dedcdc;
 
}
 
}
  
table.ship-specs-table > .sps-avionics-title {
+
table.ship-specs-table .sps-avionics-title {
 
     background-color: #dedc00;
 
     background-color: #dedc00;
 
}
 
}
  
table.ship-specs-table > .sps-avionics {
+
table.ship-specs-table .sps-avionics {
 
     background-color: #dedc00;
 
     background-color: #dedc00;
 
}
 
}

2015年10月6日 (二) 15:34的版本

table.ship-specs-table {
    border: 1px solid grey;
    padding: 0px;
    margin : 0px 0px 0px 15px;
    float: right;
    font-size: 11px;
}

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

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

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

table.ship-specs-table .sps-cell {
    padding:3px;
    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 {
    background-color: #7fffd4;
}

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

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

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

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

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

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

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