Some beautify to kencoding( but most shadows((( )
我知道你一定是学东城信奥的()()()
小美化,欢迎提建议
??
in a bored
just beginner
Authorjing_zhang1105
LicenseCC
Categorykencoding.com
Created
Updated
Size3.1 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Some beautify to kencoding( but most shadows((( )
我知道你一定是学东城信奥的()()()
小美化,欢迎提建议
??
in a bored
just beginner
/* ==UserStyle==
@name kencoding test - 2023/3/18 09:55:49
@namespace github.com/openstyles/stylus
@version 1.1.1
@description tweak kencoding
@author jing_zhang1105
==/UserStyle== */
@-moz-document domain("kencoding.com.cn") {
.CodeMirror-code{ /*宏志屏幕看不清默认的,这个起码好点*/
/*所有代码编辑框都会这样*/
font-family: Consolas
}
.box .content-right .topic_info[data-v-63ecee74] { /*题目提交信息右边上边那个框*/
background-color: #f2f2ff;
box-shadow: 0 5px 20px 2px rgb(0 0 0 / 13%);
border: none;
border-radius: 10px;
}
.box{ /*脑残,懒了,所有框加圆角*/
box-shadow: 0 5px 12px 0 rgb(0 0 0 / 13%);
background-color: #f2f2ff;
}
.box[data-v-63ecee74] { /*一般中间大底框*/
background-color: #fff;
}
.el-card.is-always-shadow{ /*题目提交信息右边的框(不止,所有强制阴影的card都这样)*/
border-radius: 10px;
background-color: #f2f2ff;
box-shadow: 0 5px 20px 2px rgb(0 0 0 / 13%);
}
.el-collapse-item__header {
background-color: inherit;
}
.ProblemListTable .btn{ /*来源、难度等标签*/
box-shadow: 0 1px 8px 1.5px rgb(0 0 30 / 23%);
/*position: relative;
z-index: 11145;*/
}
.el-table .cell { /*上面的父元素,不改遮盖阴影*/
overflow: visible;
}
.classify[data-v-214df134] { /*搜索大框*/
border-radius: 10px;
}
.topic .box .content-left .table-content[data-v-59aa596d] {
border-radius: 10px;
box-shadow: 0 0 12px 0px rgb(0 0 0 / 12%);
}
.KnowledgeTag .tag[data-v-0a617b6a]{ /*右边tag,不改挡阴影(?)*/
overflow: visible;
}
.KnowledgeTag .tag .tag-item[data-v-0a617b6a]{ /*右边tag*/
box-shadow: 0 1px 10px 2.2px rgb(0 0 0 / 13%);
transition: all 0.4s ease 0s;
}
.KnowledgeTag .tag .tag-item[data-v-0a617b6a]:hover{ /*同上*/
box-shadow: 0 1px 15px 3px rgb(0 0 0 / 23%);
transition: all 0.4s ease 0s;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li { /*题目列表翻页*/
box-shadow: 0 1px 11px 1.2px rgb(0 0 0 / 16%);
transition: all 0.4s ease 0s;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li:hover { /*同上*/
box-shadow: 0 1px 15px 1.88px rgb(0 0 0 / 22.5%);
transition: all 0.4s ease 0s;
}
.bgGreen_btn { /*左边搜索框下面(外面)绿色按钮通用样式*/
box-shadow: 0 2px 10px 0.88px rgb(0 0 0 / 13%);
}
.header[data-v-c5d89a3e] { /*顶上header页首*/
box-shadow: 0 4px 8px 2px rgb(0 0 0 / 8%);
}
.qzhh * { /*题单/考试页面长行不换行*/
max-width: 65%;
}
}