that's why i fuck erp
fuckERP by PIZZAxBOY
Details
AuthorPIZZAxBOY
LicenseNo License
Categoryhttp://erp.sz-jyhc.com
Created
Updated
Size5.0 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 fuckERP
@namespace github.com/openstyles/stylus
@version 1.0.4
@description A dark theme for erp
@author belugu
==/UserStyle== */
@-moz-document domain("sz-jyhc.com") {
/*整体网页*/
body {
font-family: "fira code", noto sans sc !important;
font-size: 14px !important;
font-weight: 500 !important;
color: #c6d0f5 !important;
background-color: #303446 !important
}
/**************选中文本颜色***************/
::selection {
background-color: #ca9ee6;
color: #232634
}
::placeholder{
color: #c6d0f5 !important
}
input[type="checkbox"] {
appearance: none;
width: 25px;
height: 25px;
background-color: #232634; /* 未选中时的背景颜色 */
cursor: pointer;
margin: 0px;
margin-left: -30px !important
}
/************选中时的颜色*****************/
input[type="checkbox"]:checked {
background-color: #ca9ee6 !important;
}
input[type="checkbox"]:checked::before {
content: "✔"; /* 选中时的对勾 */
display: block;
color: #232634; /* 对勾颜色 */
font-size: 16px;
text-align: center;
line-height: 18px;
}
nav {
background-color: #232634 !important;
}
.my-navbar a {
color: #c6d0f5 !important;
font-size: 15px !important;
}
/*******************按钮的风格******************/
button {
background-color: #232634 !important;
border: none !important;
color: #c6d0f5 !important;
font-weight: bold !important;
font-size: 13px !important;
text-align: left !important;
white-space: normal !important;
/* 允许文本换行 */
}
.btn {
background-color: #232634 !important;
padding: 10px !important;
border: none !important;
color: #c6d0f5 !important;
font-weight: bold !important;
font-size: 13px !important;
white-space: normal !important
}
.btn-success:hover {
background-color: #ca9ee6 !important;
color: #232634 !important
}
/****************************激活状态****************************************/
a.on {
background-color: #737994 !important;
color: #303446 !important;
}
.tab {
background-color: #232634 !important;
}
/******************表格部分*********************/
th {
background-color: #232634 !important;
border: none !important;
}
tr {
border-bottom: 1px dotted #ca9ee6
}
/*******表格两边圆角*****/
th.success:nth-child(1) {
border-top-left-radius: 15px
}
th.success:nth-child(14) {
border-top-right-radius: 15px
}
th.success {
text-align: center !important;
vertical-align: middle !important
}
td {
border-color: #ca9ee6 !important;
border-width: 0px !important;
background-color: transparent !important;
}
input {
background-color: #292c3c !important;
border: none !important;
border-radius: 10px !important;
color: #c6d0f5 !important
}
/*单选*/
select {
background-color: #292c3c !important;
border: none !important;
border-radius: 10px !important
}
/*多选*/
label {
color: #c6d0f5 !important;
}
/************************ 页脚不显示 ************************/
footer {
display: none !important
}
.dropdown-menu {
background-color: #232634 !important;
}
.form-control {
color: #c6d0f5 !important;
margin-right: 10px !important;
background-color: rgb(35, 38, 52);
border: hidden
}
a:hover,
a:focus {
background-color: #ca9ee6 !important;
color: #232634 !important
}
a {
color: #ca9ee6 !important;
background-color: transparent !important;
border: none !important
}
img {
border-radius: 10px !important
}
.table-bordered {
border: none !important
}
.pagination > .disabled > span {
background-color: #232634 !important
}
.pagination > li > span {
border: none !important;
border-radius: 5px
}
.input_form{
background-color:transparent !important
}
#w0-filters{
background-color: transparent !important
}
.table .table{
background-color: transparent
}
/************弹出窗口********/
.layui-layer{
background-color: #414559;
}
.layui-layer-title{
color: #c6d0f5 !important
}
}
@-moz-document url-prefix("http://erp.sz-jyhc.com/index.php?r=order-lists%2Frecord-list") {
.wrap > div:nth-child(6) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) {
background-color: transparent !important
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
background-color: #414559
}
/***********订单悬浮窗***********/
#add_record > div:nth-child(1) > div:nth-child(1) {
background-color: #414559
}
/***********订单悬浮窗备注输入窗口***********/
#modal_remark {
background-color: rgb(41, 44, 60);
border: none;
border-radius: 15px
}
}
@-moz-document url-prefix("http://erp.sz-jyhc.com/index.php?r=market-tip%2Fhot-index"),
url-prefix("http://erp.sz-jyhc.com/index.php?r=order-lists%252Frecord-list") {
.table .table {
background-color: transparent !important;
}
#w0-filters {
background-color: transparent
}
}