一个OJ
高级的荔枝老师OJ by wutongxue132
Details
Authorwutongxue132
LicenseNo License
Categoryhttp://132.232.67.120/
Created
Updated
Size10 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
一个OJ
Source code
Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link./* ==UserStyle==
@name 高级的荔枝老师OJ
@version 20221105.07.31
@namespace userstyles.world/user/wutongxue132
@description 一个OJ
@author wutongxue132
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://42.193.17.226") {
/*顶部菜单*/
/*图片背景*/
html > body {
background-image: url(https://cdn.luogu.com.cn/upload/image_hosting/e4acb0no.png) ;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
/*顶栏背框*/
.ui.fixed.menu, .ui[class*="top fixed"].menu {
background-color: rgba(127, 127, 127, .55) !important;
}
/*顶栏logo字样*/
.ui.menu.fixed, .ui.menu.fixed .item:first-child, .ui.menu.fixed .item:last-child {
font-weight: bold;
color:#00f2ff
}
/*顶栏菜单*/
.ui.menu .active.item {
font-weight: bold;
color:rgb(255, 255, 0)
}
.ui.menu:not(.vertical) .item {
font-weight: bold;
color:rgb(255, 255, 0)
}
/*鼠标靠近下方横线*/
a:hover {
color: #fa4b4b;
}
a {
color: #002aff;
font-weight: bold;
position: relative;
}
a:not(.exlg-dash-options)::after {
content: "";
width: 0;
height: 4px;
background: rgba(255, 0, 0, .575);
position: absolute;
top: 100%;
left: 50%;
transition: all .3s;
}
a:not(.exlg-dash-options):hover::after {
left: 0%;
width: 100%;
}
a[data-v-303bbf52][data-v-639bc19b][data-v-5e85f938]::after {
height: 0px !important;
}
a[data-v-303bbf52][data-v-258e49ac]::after {
height: 0px !important;
}
.text-center{
position: static;
}
}
@-moz-document regexp("http://42.193.17.226/"), regexp("http://42.193.17.226/index.php") {
/*主页*/
.ui.top.attached.header {
background-color: #ffffffb8;
border-radius: 20px;
margin-bottom: 10px;
border: #fff0;
font-weight: bold;
}
.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
background-color: #ffffffb8;
border-radius: 20px;
margin-bottom: 25px;
border: #fff0;
font-weight: bold;
}
}
@-moz-document url-prefix("http://42.193.17.226/viewnews.php") {
/*公告*/
.padding {
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
}
}
@-moz-document regexp("http://42.193.17.226/loginpage.php"), regexp("http://42.193.17.226/registerpage.php"), regexp("http://42.193.17.226/") {
/*登录注册界面*/
.column {
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
}
.padding {
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
}
}
@-moz-document url-prefix("http://42.193.17.226/problemset.php") {
/*问题菜单*/
/*页码*/
.center {
position: static;
transition: all .3s ease;
background: hsla(0, 0%, 100%, 0) !important;
}
/*页码选择框*/
.ui.pagination.menu .active.item {
position: static;
background-color: #f02c2c;
color:#fff;
font-weight: bold;
border-color: #f02c2c;
}
/*问题搜索框*/
.ui[class*="left icon"].input > input {
background-color: #e8e8e8d9;
}
.ui.icon.input > input {
background-color: #e8e8e8d9;
}
.ui.toggle.checkbox input:checked ~ .box, .ui.toggle.checkbox input:checked ~ label {
color: #3838cd !important;
font-weight: bold;
}
.ui.toggle.checkbox label {
color: #3838cd !important;
font-weight: bold;
}
.ui[class*="very basic"].table {
border-radius: 20px;
background-color: #ffffffb8 !important;
padding-bottom:20px;
padding-top:20px;
padding-right:20px;
padding-left:20px;
}
}
@-moz-document url-prefix("http://42.193.17.226/problem.php") {
/*问题展示界面*/
/*标题*/
.ui[class*="center aligned"].grid {
border-radius: 20px;
background-color: #ffffffb8 !important;
font-weight: bold;
border: #fff0;
}
/*内容*/
.ui.top.attached.header{
border-radius: 20px;
background-color: #d5d5d5b8 !important;
font-weight: bold;
margin-bottom: 10px !important;
border: #fff0;
}
.ui.attached:not(.message) + .ui.attached.segment:not(.top){
border-radius: 20px;
background-color: #ffffffb8 !important;
border: #fff0;
}
a{
font-weight: bold;
}
}
@-moz-document url-prefix("http://42.193.17.226/submitpage.php") {
/*问题提交界面*/
center{
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
}
}
@-moz-document url-prefix("http://42.193.17.226/problemstatus.php") {
/*问题统计界面*/
.ui.top.attached.header {
background-color: #ffffffb8;
border-radius: 20px;
border: #fff0;
margin-bottom: 10px;
}
.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
background-color: #ffffffb8;
border-radius: 20px;
border: #fff0;
}
.ui.card:last-child {
background-color: #fff0;
border: #fff0 !important;
}
a{
color: #2129a9;
}
}
@-moz-document url-prefix("http://42.193.17.226/status.php") {
/*状态菜单*/
.ui.mini.form {
color: #6a7cf2;
font-weight: bold;
font-size: 120%;
margin-right: .98em;
}
.ui.form .inline.fields > label{
color: #6a7cf2;
font-weight: bold;
font-size: 120%;
margin-right: .98em;
}
.ui[class*="very basic"].table {
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
padding-right:20px;
padding-left:20px;
}
}
@-moz-document url-prefix("http://42.193.17.226/category.php") {
/*来源与分类菜单*/
.padding {
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:10px;
}
}
@-moz-document url-prefix("http://42.193.17.226/ranklist.php") {
/*排名菜单*/
.ui[class*="very basic"].table {
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
padding-right:20px;
padding-left:20px;
}
.ui.pagination.menu .item:last-child {
position: static;
background-color: #f02c2c;
color:#fff;
font-weight: bold;
border-color: #f02c2c;
}
}
@-moz-document url("http://42.193.17.226/contest.php?my"), url-prefix("http://42.193.17.226/contest.php?page="), regexp("http://42.193.17.226/contest.php") {
/*竞赛与作业菜单*/
.ui[class*="very basic"].table {
border-radius: 20px;
background-color: #ffffffb8 !important;
padding-bottom:20px;
padding-top:20px;
padding-right:20px;
padding-left:20px;
}
.ui.pagination.menu .active.item {
position: static;
background-color: #f02c2c;
color:#fff;
font-weight: bold;
border-color: #f02c2c;
}
}
@-moz-document url-prefix("http://42.193.17.226/contest.php?cid=") {
/*竞赛与作业展示界面*/
.padding{
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
padding-left:30px;
color: #030fc1d9;
}
}
@-moz-document url-prefix("http://42.193.17.226/contestrank.php?cid="), url-prefix("http://42.193.17.226/contestrank-oi.php?cid=") {
/*竞赛与作业ACM/OI排名界面*/
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child{
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
padding-left:30px;
color: #030fc1d9;
}
.padding{
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
padding-left:30px;
color: #030fc1d9;
}
}
@-moz-document regexp("http://42.193.17.226/faqs.php") {
/*帮助菜单*/
.padding{
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
padding-right:20px;
padding-left:20px;
}
}
@-moz-document url-prefix("http://42.193.17.226/reinfo.php"), url-prefix("http://42.193.17.226/showsource.php") {
/*代码状态*/
.padding{
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
padding-right:20px;
padding-left:20px;
color: #030fc1d9;
}
}
@-moz-document regexp("http://42.193.17.226/modifypage.php") {
/*设置注册信息*/
.padding{
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
padding-right:20px;
padding-left:20px;
color: #030fc1d9;
}
}
@-moz-document url-prefix("http://42.193.17.226/userinfo.php") {
/*个人信息*/
.ui.card:last-child{
background-color: #ffffffb8;
border-radius: 20px;
padding-bottom:20px;
padding-top:20px;
padding-right:20px;
padding-left:20px;
}
.ui.top.attached.header{
background-color: #ffffffb8;
border-radius: 20px;
margin-bottom: 10px;
margin-left: 20px;
}
.ui.attached:not(.message) + .ui.attached.segment:not(.top){
background-color: #ffffffb8;
border-radius: 20px;
margin-left: 20px;
}
}
@-moz-document url-prefix("http://42.193.17.226/admin/") {
/*admin*/
html > body{
background-image: url(https://cdn.luogu.com.cn/upload/image_hosting/41y5mi9w.png) !important;
}
}...