User:AceMeteor/CSS/table-shijie.css
跳转到导航
跳转到搜索
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
- Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
- Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
- Opera:在“工具→首选项”中清除缓存
- 如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码
?_=1来访问最新页面。 - 添加代码后的本页地址如下:
-{R|https://moegirl.icu/User:AceMeteor/CSS/table-shijie.css?_=1}-
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h2,h3,.dai {text-align: center;}
h2::before,h3::before {opacity: 0;}
.dia{
width: 80%;
display: inline-block;
margin-bottom: 10px;
}
.body {
/*align-items: center;*/
/*justify-content: center;*/
text-align: center;
/*width: 100%;*/
/*background-color: rgba(253, 253, 196, 0.5);*/
/*flex-direction: column;*/
/*border-radius: 25px;*/
/*clip-path: content-box;*/
}
table {
background-color: rgba(255, 165, 165,.2);
color: rgba(252, 161, 128, 1);
border-radius: 8px;
font-size: 110%;
}
tr> td:hover {
/*background-color: rgba(255, 212, 128, 0.25);*/
color: rgb(245, 98, 98);
}
tr> th {
border-radius: 5px;
}
tr> th:nth-child(-n+4) {
background-color: rgba(255, 255, 194, 0.2);
color: rgb(245, 98, 98);
}