活动页面专用/styles.css:修订间差异

跳到导航 跳到搜索
(攸萨将页面活动页面专用/styles.css的内容模型从“wiki语法”更改为“已过滤的CSS”)
标签内容模型更改
(修改)
第179行: 第179行:
h3:hover,h4:hover,h3:focus,h4:focus{
h3:hover,h4:hover,h3:focus,h4:focus{
letter-spacing: 0.3em;
letter-spacing: 0.3em;
transition: letter-spacing 1s;
}
}
/*蓝色底框
h2 {
overflow: visible;
font: 700 1.6em sans-serif;
border-bottom: none;
margin-top: 1.6em;
}
h2 .mw-headline {
display: inline-block;
}
h2 .mw-headline::after {
content: '';
display: block;
background: linear-gradient(66deg, #46A3FF, #00E3E3);
height: 0.7em;
margin: -0.5em 0 0 -0.5em;
width: 100%;
border-radius: 0.35em;
box-shadow: 0 0 1px 1px #fff;
}
*/


h2 {
h2 {
第258行: 第235行:
}
}
   
   
/* 黑幕颜色 */
.heimu {
background-color: #0f395f;
color: #0f395f;
}
   
   
.heimu a, .heimu.fakelink {
.heimu a, .heimu.fakelink {
第290行: 第262行:
   
   
/*表格样式*/
/*表格样式*/
/*
 
.stubborn>table {
.stubborn>table {
border-radius: 15px;
border-radius: 15px;
第325行: 第297行:
background-color: rgba(135, 206, 235, 0.1);
background-color: rgba(135, 206, 235, 0.1);
}
}
*/
 


/* 分割线 */
/* 分割线 */