mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
整理
This commit is contained in:
parent
7c18811a1c
commit
8dd39b62c1
@ -32,13 +32,12 @@
|
||||
font-family: '黑体', '微软雅黑';
|
||||
}
|
||||
|
||||
|
||||
/*通用面板*/
|
||||
|
||||
.Panel {
|
||||
/*border-radius: 3px;*/
|
||||
/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);*/
|
||||
box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
|
||||
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
|
||||
margin-bottom: 16px;
|
||||
background-color: #fff;
|
||||
}
|
||||
@ -79,7 +78,6 @@
|
||||
/*padding-left: 5px;*/
|
||||
}
|
||||
|
||||
|
||||
/*面板的数据显示css*/
|
||||
|
||||
.LogK {
|
||||
@ -106,7 +104,6 @@
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
|
||||
/*Minecraft 服务器列表*/
|
||||
|
||||
.PanelItem {
|
||||
@ -119,16 +116,17 @@
|
||||
cursor: pointer;
|
||||
color: #141A1D;
|
||||
}
|
||||
.PanelItemBlack{
|
||||
|
||||
.PanelItemBlack {
|
||||
background-color: #4a4a4a;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.PanelItem:hover {
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
.PanelItemBlack:hover{
|
||||
|
||||
.PanelItemBlack:hover {
|
||||
background-color: #00733E;
|
||||
}
|
||||
|
||||
@ -159,8 +157,8 @@
|
||||
}
|
||||
|
||||
/*大模块*/
|
||||
.PanelItemBlock{
|
||||
|
||||
|
||||
.PanelItemBlock {
|
||||
/*display: block;*/
|
||||
background-color: #f5f5f5;
|
||||
margin: 0px;
|
||||
@ -168,8 +166,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.PanelItemBlock:hover{
|
||||
.PanelItemBlock:hover {
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
@ -177,7 +174,6 @@
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
/*控制台*/
|
||||
|
||||
#MinecraftConsole {
|
||||
@ -238,21 +234,21 @@
|
||||
background-color: rgb(60, 60, 60);
|
||||
border: 0px;
|
||||
margin-top: 4px;
|
||||
|
||||
}
|
||||
|
||||
#Terminal div, #Terminal input,#Terminal a{
|
||||
#Terminal div,
|
||||
#Terminal input,
|
||||
#Terminal a {
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
/*color: #F7F7F7;*/
|
||||
|
||||
}
|
||||
|
||||
#Terminal a{
|
||||
#Terminal a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#TerminalBox{
|
||||
#TerminalBox {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
border-radius: 12px;
|
||||
@ -262,4 +258,4 @@
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
bottom: 50px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user