• Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

User:AceMeteor/CSS/table-tga.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-tga.css?_=1}-
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h2 {text-align: center;}
h2::before {opacity: 0;}

.dia{
	width: 90%; 
	display: inline-block;
	margin-bottom: 10px;
}
table, .body {
	align-items: center;
	justify-content: center;
	text-align: center;
}
.body {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
    width: 100%;
    background-color: rgb(231, 230, 225);
    border-radius: 25px;
    clip-path: content-box;
}
/* 定义文字变色动画 */
@keyframes text-scan {
    0% {
        color: #ffc60b;
    }
    25% {
        color: #ff8b00;
    }
    50% {
    	color: #f38181;
    }
    75% {
        color: #ff8b00;
    }
    100% {
        color: #ffc60b;
    }
}
.ta {opacity: .8;}
.tag1 {
    animation: text-scan 5s linear infinite; 
}
.tag2 {
    animation: text-scan 5s linear .2s infinite; 
}
.tag3 {
    animation: text-scan 5s linear .4s infinite; 
}
.tag4 {
    animation: text-scan 5s linear .6s infinite; 
}
.tag5 {
    animation: text-scan 5s linear .8s infinite; 
}

.tip1{
	font-weight:bold;
	margin: 10px 0;
	padding: 0 5%;
	display: inline-block;
	width: 75%;
	border-radius: 15px;
	color: rgba(0, 0, 0, .6); 
	background-color: rgba(83, 119, 145, .3); 
}

table {
	background-color: rgb(247, 246, 231); 
	color: rgba(83, 119, 145, .8);
    border-radius: 10px;
    font-size: 110%;
}
tr> td:hover {
	background-color: rgba(193, 192, 185,.8);
	color: rgb(83, 119, 145);
}
tr> th {
	border-radius: 5px;
}
tr> th:nth-child(-n+4) {
  background-color: rgb(83, 119, 145);
  color: white;
}
.link1> .external{
	text-decoration: none;
	color: rgb(83, 119, 145);
}
.link1> .external:visited{
	color: rgb(83, 119, 145);
}