MediaWiki:Gadget-FlowThreadCheck.css
来自希灵百科
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
.comment-check {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
position: absolute;
right: 98px;
top: -1px;
height: 32px;
width: 100px;
text-align: center;
text-shadow: 0 1px 0 #FFF;
color: #555;
font-size: 14px;
font-weight: bold;
border: 1px solid #CCC;
background-color: white;
transition: all 0.3s ease-out;
box-shadow: 0 0 0 white inset, 0 0 0 white;
cursor: pointer;
margin: 0;
padding: 0;
border-radius: 0 0 3px 0;
}
.comment-check:hover {
box-shadow: 0 0 0 white inset, 0 5px 11px 0 rgba(0, 0, 0, 0.18);
}
#flowthreadCheckBox {
z-index: 200;
position: fixed;
top: 20%;
min-height: 172px;
width: 600px;
border: 1px solid rgb(167, 215, 249);
/* margin-left由js计算 */
background-color: white;
display: none;
padding: 0 .5em 1em;
}
#flowthreadCheckBoxTitle {
position: relative;
width: 100%;
margin: 0;
text-align: left;
font-size: 15px;
padding: 1em;
box-sizing: border-box;
}
#flowthreadCheckBoxTitleContent {
border-bottom: 1px #66ccff solid;
}
#flowthreadCheckBoxCloseButton {
cursor: pointer;
position: absolute;
top: .25em;
right: .5em;
font-size: 20px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
#flowthreadCheckBoxContentBox {
margin: 0 10px;
z-index: 13;
top: 3em;
background-color: rgb(246, 246, 246);
}
#flowthreadCheckBoxContentBox table {
width: 100%;
vertical-align: top;
}
#flowthreadCheckBoxContentBox table th,
#flowthreadCheckBoxContentBox table td {
border: solid 3px transparent;
border-width: 3px 7px;
}
#flowthreadCheckBoxContentBox table td.first {
text-align: right;
}