基于 SYZOJ 的公开插件
CQBZOJ lightblue by markyy
Details
Authormarkyy
LicenseNo License
Categoryuserstyles
Created
Updated
Size8.8 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 Dark Old SYZOJ
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("oj.intoyour.space"), domain("222.180.160.110") {
body {
color: rgba(0, 0, 0, .82) !important;
/*样例、个人主页的用户名、Email栏中的字体颜色*/
/*background-image: url("http://61.186.173.89:2019/2021/10/16/71636f69af100.png");*/
/*图片背景*/
background-attachment: fixed;
background-color: #04e7fc;
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.label, .ui.labeled.icon.mini.dropdown.button {
padding: 10px;
border: solid 0px rgba(61, 60, 60, .85);
/*比赛开始时间、结束时间气泡下箭头颜色*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
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.attached.vertical.fluid.pointing.menu{
padding: 1px;
border: solid 0px #00eaff;
/*比赛开始时间、结束时间气泡下箭头颜色*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
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;
/*块的背景颜色(顶部菜单栏,比赛的题目列表)*/
}
#editor {
border: solid 0px #00eaff;
/*比赛开始时间、结束时间气泡下箭头颜色*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
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: 10px;
}
.ui.labeled.submit.icon.button, .ui.mini.button, .ui.label {
color: rgba(61, 60, 60, .85) !important;
/*排名→查找用户字体颜色*/
}
table {
border-color: #f00 !important;
}
.ui.table thead tr {
border: 0px solid rgb(255, 0, 0);
border-radius: 4px;
}
.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: 9px;
border: solid 0px #f00;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
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: 7px !important;
margin-right: 7px !important;
}
.ui.icon.message {
color: rgba(84, 79, 79, .63) !important;
/*首页“服务器状态”字体颜色*/
padding: 10px;
}
.ui.top.attached.block.header {
background-color: #57dcff !important;
/*块的标题背景色*/
border-radius: 4px 4px 0 0;
}
.ui.bottom.attached.segment {
border-radius: 0 0 4px 4px;
}
h1, h2, h3, h4, h5, h6, td, th, .todo_list, li::marker, label, .ui.header:first-child {
color: rgba(0, 0, 0, .79) !important;
/*标题字体颜色*/
}
div.ui.pointing.below.label {
color: rgb(244, 244, 244, .85) !important;
background-color: rgba(0, 199, 243, .65) !important;
/*比赛开始时间、结束时间气泡背景色*/
}
li a {
background: transparent !important;
box-shadow: none !important;
}
a:link {
/* color: rgba(155, 255, 255, 1) !important; */
color: #008affcc;
/*未访问标签字体颜色*/
}
video.video-js {
border: 0px solid transparent;
border-radius: 4px;
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(37, 34, 34, .85);
/*鼠标悬浮链接字体颜色*/
border-bottom: 1.4px solid rgba(0, 0, 0, 0);
/*鼠标悬浮链接下划线颜色*/
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: rgba(244, 244, 244, .35) !important;
/*鼠标悬浮在右上角用户名背景色*/
}
.ui.menu .ui.dropdown .menu > .item, a.item, div.ui.simple.dropdown.item {
border: solid 0px #f00;
border-radius: 4px !important;
color: rgba(61, 60, 60, .85) !important;
/*顶部菜单栏字体颜色*/
}
.ui.menu a.item:hover {
background-color: #00c4ffa8;
/*鼠标悬浮在顶部菜单栏对应部分(非当前区域)的背景颜色*/
box-shadow: 0px 1.6px 3.6px rgba(255, 255, 255, 0), 0px 0px 2.9px rgb(0 0 0 / 22%);
}
.header.item:hover {
background: rgb(0, 42, 255) !important;
}
.ui.menu .active.item {
background-color: #57dcff!important;
/*菜单栏当前区域的背景颜色*/
}
.ui.menu .active.item:hover {
background-color: #0898e0 !important;
/*鼠标悬浮在顶部菜单栏对应部分(当前区域)的背景颜色*/
}
.ui.menu .ui.dropdown .menu > .item:hover {
border-radius: 4px;
border: 0px solid;
background-color: #57dcff !important;
/*鼠标悬浮在右上角下拉菜单背景色*/
color: rgb(25, 144, 248) !important;
/*鼠标悬浮在右上角下拉菜单字体颜色*/
}
div.right.menu {
border: 0px #f80000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
background: none;
padding: 0px;
}
.gcs-radius {
margin-bottom: 2px;
color: #1bc1f3a8;
/*距离NOIP还有xxx天字体颜色*/
border: solid 7px #1bc1f3a8;
/*距离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: #4082ed !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: 4px !important;
}
/* .ui.existing.segment {
min-height: 37px;
min-width: 130px;
width: fit-content;
} */
#show_tag_button {
color: rgba(0, 0, 0, .25) !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;
/*代码编辑器当前行号,个人主页“通过…题,积分…”字体颜色*/
}
}