跳转到内容

MediaWiki:Gadget-improved-infobox.css:修订间差异

添加的内容 删除的内容
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
.notaninfobox{
.notaninfobox{
box-shadow:0px 3px 1px 0 rgba(81,90,97,.25);
box-shadow:0px 3px 1px 0 rgba(81,90,97,.25) !important;
background: #D9E9FA;
background: #D9E9FA !important;
border:0 solid;
border:0 solid !important;
padding:0;
padding:0 !important;
border-radius:2px
border-radius:2px !important;
}
}


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


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


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


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


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


.infobox-row > .infobox-cell-header{
.infobox-row > .infobox-cell-header{
第55行: 第56行:


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

2021年5月9日 (日) 08:11的最新版本

.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;
}
Cookie帮助我们提供我们的服务。通过使用我们的服务,您同意我们使用cookie。