MediaWiki:Gadget-improved-infobox.css

SkyEye FAST讨论 | 贡献2021年12月5日 (日) 14:29的版本 (// Edit via InPageEdit)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
// [[lakeus:MediaWiki:Gadget-improved-infobox.css]] by [[lakeus:User:Light Beacon]], CC BY-NC-SA 4.0

.notaninfobox{
    box-shadow:0px 3px 1px 0 rgba(81,90,97,.25) !important;
    background: #D9E9FA !important;
    border:0 solid !important;
    padding:0 !important;
    border-radius:2px !important;
}

.infobox-subheader{
    background: #bedaf3 !important;
}

.infobox-imagearea{
    padding:6px !important;
    background: #CAE3FA !important;
}

.infobox-rows{
    gap:0 !important;
    padding-top:0 !important;
}

.notaninfobox > .infobox-rows{
    border-top: 4px solid #8eb3d4 !important;
}

.infobox-title{
    border:0 !important;
    background: #96BCD9 !important;
    color:#262A2D !important; 
}

.infobox-row > .infobox-cell-header{
    background: #97BCDA !important;
}
    
.infobox-row:nth-child(2n+1) > .infobox-cell-header{
    background: #ABCDE8 !important;
}
    
.infobox-rows.subinfobox > .infobox-row > .infobox-cell-header{
    background:#abcde3 !important
}

.infobox-row:nth-child(2n+1) > .infobox-cell-data > .infobox-rows.subinfobox > .infobox-row > .infobox-cell-header{
    background: #C1D9E9 !important;
}

.infobox-cell-data{
    background: #F1FAFE !important;
}

.infobox-row:nth-child(2n) .infobox-cell-data{
    background: #E5F3F9 !important;
}

.subinfobox > .infobox-row + .infobox-row > .infobox-cell-header{
    border-top:1px solid #7C8A94 !important;
}
    
.subinfobox > .infobox-row + .infobox-row > .infobox-cell-data{
    border-top:1px solid #BCD0E0 !important;
}