欢迎来到奇葩栖息地!欢迎加入Discord服务器:XfrfHCzfbW欢迎加入QQ频道:r01m9y3iz6请先至特殊:参数设置验证邮箱后再进行编辑。特殊:参数设置挑选自己想要使用的小工具!不会编辑?请至这里学习Wikitext语法。

MediaWiki:Gadget-improved-infobox.css

来自奇葩栖息地

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

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