美化OJ
222.180.160.110 by cqbzcky
Details
Authorcqbzcky
Licensehttp://222.180.160.110:1024/
Categoryhttp://222.180.160.110:1024/
Created
Updated
Size7.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 222.180.160.110
@version 20211225.05.28
@namespace userstyles.world/user/cqbzcky
@description 美化OJ
@author cqbzcky
@license http://222.180.160.110:1024/
==/UserStyle== */
@-moz-document domain("222.180.160.110") {
body {
color: rgb(73, 65, 63) !important;
/*样例、个人主页的用户名、Email栏中的字体颜色*/
background-image: url("http://61.186.173.89:2019/2021/10/16/71636f69af100.png");
/*图片背景*/
/*background-attachment: fixed;
background-color: rgb(232, 221, 203);
caret-color: white !important;*/
/*纯色背景*/
}
.ui.success.message, div.ui.tab.segment.active, div.ui.fixed.borderless.menu, .ui.selectable.celled.table, div.ui.very.basic.center.aligned.table, div.ui.comments, div.menu, .ui.labeled.submit.icon.button, .item.active, .ui.block.header, .ui.attached.vertical.fluid.pointing.menu, #editor, .ui.label, .ui.labeled.icon.mini.dropdown.button {
padding: 10px;
border: solid 0px #67a76e;
/*比赛开始时间、结束时间气泡下箭头颜色*/
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
box-shadow: 0px 1.6px 3.6px rgb(0 0 0 / 25%), 0px 0px 2.9px rgb(0 0 0 / 22%);
/*阴影*/
background-color: #ffffffb0 !important;
/*块的背景颜色(顶部菜单栏,比赛的题目列表)*/
}
.ui.existing.segment > .font-content > div {
padding: 15px;
}
.ui.labeled.submit.icon.button, .ui.mini.button, .ui.label {
color: rgba(124, 141, 231, .85) !important;
/*排名→查找用户字体颜色*/
}
table {
border-color: #f00 !important;
}
.ui.table thead tr {
border: 0px solid rgb(255, 0, 0);
border-radius: 5px;
}
.ui.table thead th {
background-color: rgba(0, 0, 0, 0) !important;
/*表格第一行字体背景色*/
}
.ui.table tbody td a:hover {
box-shadow: none;
background: rgba(255, 255, 255, 0);
/*鼠标悬浮链接背景色*/
}
.editor.editor-with-border, .ui.card, .ui.top.attached.block.header, .ui.bottom.attached.segment, .ui.icon.message, input.prompt, .ui.existing.segment, .ui.mini.button, .copy-button.ui.button, #answer, .ui.labeled.icon.button {
min-height: 10px;
padding: 5px;
border: solid 0px #f00;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
box-shadow: 0px 1.6px 3.6px rgba(237, 238, 241, .34), 0px 0px 2.9px rgb(0 0 0 / 22%);
/*各种块的阴影颜色*/
background-color: #ffffffcf !important;
/*块的背景颜色*/
}
.view-lines, .monaco-editor, .inputarea {
background-color: #fff0 !important;
/*代码编辑框颜色*/
}
.ui.existing.segment {
margin-left: 10px !important;
margin-right: 10px !important;
}
.ui.icon.message {
color: rgba(84, 79, 79, .63) !important;
/*首页“服务器状态”字体颜色*/
padding: 10px;
}
.ui.top.attached.block.header {
background-color: #b3efbb !important;
/*块的标题背景色*/
border-radius: 9px 9px 0 0;
}
.ui.bottom.attached.segment {
border-radius: 0 0 9px 9px;
}
h1, h2, h3, h4, h5, h6, td, th, .todo_list, li::marker, label, .ui.header:first-child {
color: rgb(4, 86, 97) !important;
/*标题字体颜色*/
}
div.ui.pointing.below.label {
color: rgb(244, 244, 244, .85) !important;
background-color: rgba(100, 207, 131, .65) !important;
/*比赛开始时间、结束时间气泡背景色*/
}
li a {
background: transparent !important;
box-shadow: none !important;
}
a:link {
/* color: rgba(155, 255, 255, 1) !important; */
color: #6aabab;
/*未访问标签字体颜色*/
}
video.video-js {
border: 0px solid transparent;
border-radius: 9px;
box-shadow: 0px 1.6px 3.6px rgb(0 0 0 / 25%), 0px 0px 2.9px rgb(0 0 0 / 22%);
}
a:hover {
padding-bottom: 2px;
color: rgba(89, 87, 169, .85);
/*鼠标悬浮链接字体颜色*/
border-bottom: 1.4px solid rgba(89, 87, 169, .85);
/*鼠标悬浮链接下划线颜色*/
box-shadow: 0px 1.6px 3.6px rgb(0 0 0 / 25%), 0px 0px 2.9px rgb(0 0 0 / 22%);
}
.ui.simple.dropdown.item > a:hover {
padding: 0px;
border: none;
box-shadow: none;
background: transparent !important;
/*鼠标悬浮在右上角用户名背景色*/
}
.ui.menu .ui.dropdown .menu > .item, a.item, div.ui.simple.dropdown.item {
border: solid 0px #f00;
border-radius: 4px !important;
color: rgb(62, 58, 112) !important;
/*顶部菜单栏字体颜色*/
}
.ui.menu a.item:hover {
background-color: #c5ede2;
/*鼠标悬浮在顶部菜单栏对应部分(非当前区域)的背景颜色*/
box-shadow: 0px 1.6px 3.6px rgb(0 0 0 / 25%), 0px 0px 2.9px rgb(0 0 0 / 22%);
}
.header.item:hover {
background: rgb(0, 42, 255) !important;
}
.ui.menu .active.item {
background-color: #abdcd4 !important;
/*菜单栏当前区域的背景颜色*/
}
.ui.menu .active.item:hover {
background-color: #71999c !important;
/*鼠标悬浮在顶部菜单栏对应部分(当前区域)的背景颜色*/
}
.ui.menu .ui.dropdown .menu > .item:hover {
border-radius: 4px;
border: 0px solid;
background-color: #f5f5f5cf !important;
/*鼠标悬浮在右上角下拉菜单背景色*/
color: rgb(25, 144, 248) !important;
/*鼠标悬浮在右上角下拉菜单字体颜色*/
}
div.right.menu {
border: 0px #f80000;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
box-shadow: none;
background: none;
padding: 0px;
}
.gcs-radius {
margin-bottom: 2px;
color: #4aa8b1a8;
/*距离NOIP还有xxx天字体颜色*/
border: solid 7px #4f979aa1;
/*距离NOIP还有xxx天圈圈外框颜色*/
background-color: #e2f0f100;
/*距离NOIP还有xxx天圈圈填充颜色*/
}
#hitokoto-content, #hitokoto-from {
padding-right: 5px;
color: rgba(49, 68, 103, .85) !important;
/*一言字体颜色*/
}
.ui.very.basic.table {
padding: 10px;
}
.ui.table tr td {
border-top: 1px solid rgba(34, 36, 38, .1);
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgba(34, 36, 38, 0.1);
}
.search.icon {
color: rgba(199, 199, 199, .85);
}
li {
padding: 3px;
}
div.ui.fixed.borderless.menu {
padding: 0px;
}
input, .ui.dropdown.selection, .markdown-edit {
caret-color: #65a5ba !important;
/*搜索框鼠标光标颜色*/
background-color: #c9f5f5 !important;
/*查找用户搜索框背景色*/
color: rgb(92, 94, 109) !important;
/*“未选择文件。”*/
}
.ui.success.message {
color: #f00;
}
.black-link, .section, .right.angle.icon.divider, .author, p, .date, .copy-button.ui.button {
color: rgba(61, 60, 60, .85) !important;
}
.disabled.icon.item > i {
color: rgba(244, 244, 244, .35) !important;
}
.black-link:hover, .section > a:hover {
background-color: rgb(191, 252, 252) !important;
/*鼠标悬浮题目列表、排名排序关键字背景*/
box-shadow: none !important;
}
.monaco-editor .mtk1, .margin-view-overlays {
color: rgb(68, 80, 80) !important;
/*代码非关键字字体颜色*/
background-color: #fff0 !important;
/*代码空白(space,行号)背景色*/
/*建议设置为透明*/
}
.line-numbers {
color: rgb(255, 0, 0) !important;
}
.ui.tabular.menu .active.item, .ui.top.attached.tabular.menu {
border: 0px solid !important;
border-radius: 7px !important;
}
#show_tag_button {
color: rgb(12, 84, 83) !important;
/*“显示分类标签”字体颜色*/
}
#show_tag_button:hover, .content > p > a:hover {
background: rgb(255, 4, 0) !important;
box-shadow: none;
}
.monaco-editor .margin-view-overlays .current-line ~ .line-numbers, #show_tag > label, .content > a {
color: rgba(37, 34, 34, .85) !important;
/*代码编辑器当前行号,个人主页“通过…题,积分…”字体颜色*/
}
}