MediaWiki:Gadget-Tooltip.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第31行: | 第31行: | ||
font-size: 18px; | font-size: 18px; | ||
} | } | ||
.tooltip-spell { | .tooltip-spell { | ||
width: | width: 400px; | ||
line-height: 50px; | |||
} | } | ||
.tooltip-spell > div { | .tooltip-spell > div { | ||
display: flex; | display: flex; | ||
} | |||
.tooltip-spell > div:not(:nth-child(1)) { | |||
padding: 0 20px; | |||
} | } | ||
.tooltip-spell > div + div { | .tooltip-spell > div + div { | ||
第45行: | 第50行: | ||
.tooltip-spell > div:nth-child(1) div { | .tooltip-spell > div:nth-child(1) div { | ||
width: 50%; | width: 50%; | ||
text-align: center; | |||
} | } | ||
.tooltip-spell > div:nth-child(1) div + div { | .tooltip-spell > div:nth-child(1) div + div { | ||
border-left: 1px solid #000; | border-left: 1px solid #000; | ||
} | } |
2024年4月24日 (三) 10:41的最新版本
body > #bili-tt-cache-block {
position: fixed;
z-index: 999;
}
#bili-tt-cache-block {
display: none;
background-color: #ffffff;
border: 1.5px solid black;
border-radius: 5px;
box-shadow: 0 2px 0 #b0aeb0, 0 3px 2px #393739;
padding: 5px 10px;
}
/* 模态框 */
#tt-modal > .modal-dialog {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100%;
margin: 0; /* 避免影响height计算*/
}
#tt-modal #bili-tt-cache-block {
margin: 20px;
}
#tt-modal .bili-tt-cache {
position: relative;
}
#tt-modal .btn {
display: block;
margin: 10px;
font-size: 18px;
}
.tooltip-spell {
width: 400px;
line-height: 50px;
}
.tooltip-spell > div {
display: flex;
}
.tooltip-spell > div:not(:nth-child(1)) {
padding: 0 20px;
}
.tooltip-spell > div + div {
border-top: 1px solid #000;
}
.tooltip-spell > div:nth-child(1) div {
width: 50%;
text-align: center;
}
.tooltip-spell > div:nth-child(1) div + div {
border-left: 1px solid #000;
}