葫芦侠三楼正式服管理后台美化
—— By: 昔日轮回
—— Email: 1928816453@qq.com
—— Time: 2021年11月20日15:24:19
Authorhyk0416
LicenseNo License
Categoryuserstyles
Created
Updated
Size5.6 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
葫芦侠三楼正式服管理后台美化
—— By: 昔日轮回
—— Email: 1928816453@qq.com
—— Time: 2021年11月20日15:24:19
葫芦侠三楼正式服管理后台美化
—— By: 昔日轮回
—— Email: 1928816453@qq.com
—— Time: 2021年11月20日15:24:19
/* ==UserStyle==
@name 正式服管理后台美化
@version 20211125.09.47
@namespace userstyles.world/user/hyk0416
@description 葫芦侠三楼正式服管理后台美化
—— By: 昔日轮回
—— Email: 1928816453@qq.com
—— Time: 2021年11月20日15:24:19
@author hyk0416
@license No License
==/UserStyle== */
@-moz-document domain("bbs.ma.huluxia.net") {
.menu {
width: 96%;
background-color: #21a9d4;
color: #218b1d;
flex-direction: column;
font-weight: 500;
font-size: 16px;
line-height: 15px;
text-transform: uppercase;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
height: 40px;
padding: 0 26px;
margin: 6px 0;
border: none;
border-radius: 2px;
cursor: pointer;
-ms-touch-action: manipulation;
touch-action: manipulation;
background-image: none;
text-align: center;
vertical-align: middle;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: inherit;
letter-spacing: .03em;
position: relative;
padding-top: 12px;
padding-bottom: 0px;
}
/* 链接 */
.a {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2)
}
/* 右上角用户名 */
.menu span {
margin-right: 30px;
position: relative;
color: #fff;
}
/* 右上角退出 */
.menu span a {
position: relative;
color: #f00;
}
/* 用户名浮窗 */
.dropdown-content {
display: none;
position: absolute;
background-color: #f3e2e2;
min-width: 60px;
min-height: 30px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
padding: 12px 12px;
margin-top: 10px;
}
/* 表单 */
.tbody {
border-collapse: collapse;
margin: 0 auto;
text-align: center;
background: #83b8b8;
}
table td {
border: 0px solid #8ea8c6;
color: #7d2222;
font-weight: 500;
font-size: 15px;
}
table th {
border: 1px solid #7f9cbe;
color: #7d2222;
height: 12px;
font-weight: 500;
font-size: 14px;
}
table thead th {
background-color: #6fb3ba;
width: 100px;
}
table tr:nth-child(odd) {
background: #fff;
}
/* 表单选择框 */
td select {
height: auto;
border: 0px;
}
/* 表单标题字 */
table strong {
font-weight: 400;
font-size: 13px;
color: #e3e900;
}
/* 全局确认按钮 */
input[type="submit" i] {
width: auto;
height: auto;
font-family: 'Lato', sans-serif;
font-weight: 500;
font-size: 16px;
color: #2daba7;
/* 字符间的距离 */
letter-spacing: 2px;
background: transparent;
border: 0px;
position: relative;
overflow: hidden;
transition: 0.5s;
text-align: center;
}
/* */
.sub a {
color: #006de9;
font-weight: 400;
font-size: 13px;
}
/* 字体 */
font {
font-weight: 400;
font-size: 13px;
}
/* 弹窗标题 */
.floatBox .title {
width: auto;
height: 23px;
text-align: center;
background: #24a0a0;
color: #fff;
padding: 7px 7px 0;
}
/* 弹窗 */
.floatBox iframe {
top: 50px;
display: block;
left: 468px;
width: 600px;
height: 300px;
}
/* 弹窗整体 */
body #floatBox {
display: block;
border: #f00 0px solid;
position: absolute;
width: 600px
}
/* 弹窗标题字 */
body #floatBox .title h4 {
color: red;
margin-left: 35%;
font-weight: 400;
font-size: 17px;
}
/* 全局确认按钮 */
input[type="button" i] {
width: auto;
height: auto;
font-family: 'Lato', sans-serif;
font-weight: 500;
font-size: 14px;
color: #2daba7;
/* 字符间的距离 */
letter-spacing: 2px;
background: transparent;
border: 1px;
position: relative;
overflow: hidden;
transition: 0.5s;
text-align: center;
}
/* 选择器 */
input[type="text" i] {
width: auto;
height: auto;
font-family: 'Lato', sans-serif;
font-weight: 500;
font-size: 14px;
color: #2daba7;
/* 字符间的距离 */
letter-spacing: 0px;
background: #dce7eb;
border: 1px;
position: relative;
overflow: hidden;
transition: 0.5s;
text-align: center;
}
/* 类型选择器 */
select[name='type'] {
width: auto;
height: auto;
font-family: 'Lato', sans-serif;
font-weight: 500;
font-size: 14px;
color: #2daba7;
/* 字符间的距离 */
letter-spacing: 0px;
background: transparent;
border: 0px;
position: relative;
overflow: hidden;
transition: 0.5s;
text-align: center;
}
/* 选择器 */
#cateid,
#cid,
#team,
#type,
#select {
width: auto;
height: auto;
font-family: 'Lato', sans-serif;
font-weight: 500;
font-size: 14px;
color: #2daba7;
/* 字符间的距离 */
letter-spacing: 0px;
background: transparent;
border: 0px;
position: relative;
overflow: hidden;
transition: 0.5s;
text-align: center;
}
/* 版主页面 */
input[name="Moderator[]"] {
width: 100%;
height: auto;
font-family: 'Lato', sans-serif;
font-weight: 500;
font-size: 14px;
color: #000;
/* 字符间的距离 */
letter-spacing: 1px;
background: #bbd4d3;
border: 0px;
position: relative;
overflow: hidden;
transition: 0.5s;
text-align: left;
}
/* 选择框 */
input[type="checkbox"] {
border-radius: 10px;
/*设置圆角*/
background-color: #BB1E19;
cursor: default;
-webkit-appearance: checkbox;
box-sizing: border-box;
margin: 5px 5px 5px 5px;
padding: initial;
border: initial;
}
/* 视频 */
#my_video_1_html5_api {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
select[name="model"],select[name="typeid"],select[name="tagid"]{
width: auto;
height: auto;
font-family: 'Lato', sans-serif;
font-weight: 500;
font-size: 14px;
color: #2daba7;
/* 字符间的距离 */
letter-spacing: 0px;
background: transparent;
border: 0px;
position: relative;
overflow: hidden;
transition: 0.5s;
text-align: center;
}
}