Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/491e883b-1dc5-4ca0-83bf-39faa9060c34 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
275 lines
No EOL
5.6 KiB
CSS
275 lines
No EOL
5.6 KiB
CSS
/*Menu*/
|
|
body, html {
|
|
max-width:100%;
|
|
font-size:0.8em;
|
|
background-color: rgb(181, 189, 200);
|
|
}
|
|
|
|
.menu{
|
|
display:none;
|
|
}
|
|
|
|
.administration-table img{
|
|
width:100% !important;
|
|
}
|
|
.administration-buttons-hmargin{
|
|
width:5% !important;
|
|
}
|
|
|
|
.administration-table td{
|
|
min-width:22%;
|
|
max-width:22%;
|
|
}
|
|
.administration-buttons div{
|
|
min-width:70% !important;
|
|
max-width:70% !important;
|
|
min-height:35px !important;
|
|
font-size:0.7em;
|
|
}
|
|
|
|
.hidden{
|
|
visibility:hidden;
|
|
font-size:0px;
|
|
}
|
|
|
|
#server_icon, #execute_operations{
|
|
background: rgb(40,52,59) !important; /* Old browsers */
|
|
color:#DDD;
|
|
margin:1% !important;
|
|
white-space:nowrap;
|
|
background:linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%) !important; /* W3C */
|
|
}
|
|
|
|
#server_icon:active, #execute_operations:active {
|
|
background: linear-gradient(to bottom, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 64%,rgba(181,189,200,1) 100%) !important; /* W3C */
|
|
}
|
|
|
|
#server_icon div:nth-child(2){
|
|
width: 80%;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis;
|
|
-moz-user-select: -moz-none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
|
|
#server_icon{
|
|
height: 16px;
|
|
}
|
|
|
|
#server_icon input[type=radio]{
|
|
width: 20%;
|
|
}
|
|
|
|
#execute_operations{
|
|
height: 30px;
|
|
width: 34%;
|
|
}
|
|
|
|
table.tablesorter {
|
|
margin:10px 0pt 15px;
|
|
font-size: 0.85em;
|
|
width: 100%;
|
|
text-align: left;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
|
|
padding: 4px;
|
|
}
|
|
|
|
table.tablesorter thead tr .header {
|
|
cursor: pointer;
|
|
}
|
|
|
|
table.tablesorter tbody td {
|
|
color: #3D3D3D;
|
|
padding: 4px;
|
|
background-color: #FFF;
|
|
border: 1px solid gray;
|
|
}
|
|
|
|
table.tablesorter tbody tr.expand-child td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
table.tablesorter tbody tr.odd td {
|
|
background: rgb(181,189,200);
|
|
}
|
|
|
|
table.tablesorter tbody tr.even td {
|
|
background: rgb(40,52,59);
|
|
color:white;
|
|
}
|
|
|
|
table.tablesorter thead tr .headerSortUp {
|
|
background: rgb(40,52,59); /* Old browsers */
|
|
background: linear-gradient(to bottom, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 64%,rgba(181,189,200,1) 100%) !important; /* W3C */
|
|
}
|
|
|
|
table.tablesorter thead tr .headerSortDown {
|
|
background: rgb(181,189,200); /* Old browsers */
|
|
background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%) !important; /* W3C */
|
|
}
|
|
|
|
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
|
|
background-color: #8dbdd8;
|
|
}
|
|
|
|
table.tablesorter tfoot td {
|
|
color: #3D3D3D;
|
|
padding: 4px;
|
|
background-color: rgb(181,189,200);
|
|
vertical-align: top;
|
|
border: 1px solid grey;
|
|
}
|
|
|
|
table.tablesorter tfoot td div.bloc{
|
|
margin:12px;
|
|
}
|
|
|
|
table.tablesorter th.header{
|
|
background: #4c4c4c; /* Old browsers */
|
|
background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%) !important; /* W3C */
|
|
color:white !important;
|
|
border-right: 1px solid gray;
|
|
}
|
|
|
|
#servermonitor > thead > tr > th:nth-child(1){
|
|
border-top-left-radius:9px;
|
|
}
|
|
|
|
#servermonitor > thead > tr > th:nth-last-child(1){
|
|
border-top-right-radius:9px;
|
|
border-right-color: transparent;
|
|
}
|
|
|
|
#servermonitor > tbody > tr:nth-child(1) > td{
|
|
border-top-width: 0px;
|
|
}
|
|
|
|
#servermonitor > tbody > tr > td:nth-last-child(1){
|
|
box-shadow: inset -1px 0 0 0.1px gray;
|
|
border-right:0px !important;
|
|
}
|
|
|
|
#servermonitor > tbody > tr > td:nth-child(1){
|
|
box-shadow: inset 1px 0 0 0.1px gray;
|
|
border-left:0px !important;
|
|
}
|
|
|
|
#servermonitor > tfoot{
|
|
border:0px !important;
|
|
}
|
|
|
|
#servermonitor > tfoot > tr > td{
|
|
border:0px !important;
|
|
box-shadow: inset 0 0 0 1px gray;
|
|
}
|
|
|
|
button.upload-image{
|
|
font-size:0.85em;
|
|
padding:2px !important;
|
|
border-radius:9px;
|
|
background:linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%) !important;
|
|
color:white;
|
|
}
|
|
|
|
.monitorbutton tr td {
|
|
background-color: rgb(40,52,59) !important; /* Old browsers */
|
|
background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%) !important; /* W3C */
|
|
}
|
|
|
|
.monitorbutton tr td:active {
|
|
background-color: rgb(40,52,59) !important; /* Old browsers */
|
|
background: linear-gradient(to bottom, rgba(40,52,59,1) 0%,rgba(130,140,149,1) 64%,rgba(181,189,200,1) 100%) !important; /* W3C */
|
|
}
|
|
|
|
.monitorbutton span, .monitorbutton td{
|
|
color: black !important;
|
|
font-weight: bold;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.mapicon{
|
|
width:135px;
|
|
height:100px;
|
|
float:left;
|
|
}
|
|
|
|
.hostname{
|
|
width:64%;
|
|
color:white;
|
|
background:black;
|
|
border:2px solid gray;
|
|
border-radius:3px;
|
|
padding:2px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.mapicon{
|
|
background:black;
|
|
border:3px solid gray;
|
|
border-radius:5px;
|
|
}
|
|
|
|
h2 {
|
|
color: #BB0E1B;
|
|
width: 100%;
|
|
height: 29px;
|
|
background: rgb(40,52,59);
|
|
padding-top: 10px;
|
|
text-align: center;
|
|
box-shadow: 0px 5px 5px #888;
|
|
}
|
|
|
|
pre {
|
|
text-decoration: none;
|
|
text-align: left;
|
|
clear: both;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
color: white;
|
|
background-color: black;
|
|
border-left: 10px #000000 solid;
|
|
border-right: 10px #000000 solid;
|
|
border-top: 5px #000000 solid;
|
|
border-bottom: 5px #000000 solid;
|
|
word-wrap:  / 
|
|
overflow: auto;
|
|
}
|
|
|
|
.log {
|
|
text-decoration: none;
|
|
color: white;
|
|
background-color: black;
|
|
border-left: 5px #000000 solid;
|
|
border-right: 5px #000000 solid;
|
|
border-top: 5px #000000 solid;
|
|
border-bottom: 5px #000000 solid;
|
|
word-wrap:  / 
|
|
overflow: auto;
|
|
}
|
|
|
|
a{
|
|
text-decoration:none;
|
|
color:green;
|
|
}
|
|
|
|
.submit-start input{
|
|
height: 50px;
|
|
font-size:2em;
|
|
}
|
|
|
|
.expand-child.even .submit-start input{
|
|
width: 34%;
|
|
background: rgb(181, 189, 200) !important;
|
|
color: #DDD;
|
|
}
|
|
|
|
.expand-child.odd .submit-start input{
|
|
width: 34%;
|
|
background: rgb(40,52,59) !important;
|
|
color: #DDD;
|
|
} |