Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/491e883b-1dc5-4ca0-83bf-39faa9060c34 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
81 lines
No EOL
1.6 KiB
CSS
81 lines
No EOL
1.6 KiB
CSS
* {
|
|
padding:0px;
|
|
}
|
|
|
|
div.main-content iframe {
|
|
border:1px solid #505050 !important;
|
|
margin-top:20px;
|
|
}
|
|
|
|
input[type="submit"] {
|
|
border:1px solid #000;
|
|
padding:2px 8px;
|
|
margin-top:10px;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
.main-content > form > input[value="Show All Servers"] {
|
|
background-color:#373737;
|
|
border:1px solid #373737;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
color:#fff;
|
|
cursor:pointer;
|
|
-moz-border-radius:3px;
|
|
border-radius:3px;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.main-content > form > input[value="Back"] {
|
|
background-color:#373737;
|
|
border:1px solid #373737;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
color:#fff;
|
|
cursor:pointer;
|
|
-moz-border-radius:3px;
|
|
border-radius:3px;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
#refresh-manual a {
|
|
/* display:none !important; */
|
|
}
|
|
|
|
#refresh-manual {
|
|
color:#333;
|
|
height:23px;
|
|
background:none repeat scroll 0% 0% #484848;
|
|
padding-top:5px;
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
text-align:center;
|
|
font-family:"Trebuchet MS";
|
|
font-size:12px;
|
|
border-radius:0px 0px 3px 3px;
|
|
right:5%;
|
|
position:absolute;
|
|
}
|
|
|
|
.main-content {
|
|
background:none repeat scroll 0% 0% #505050;
|
|
border-radius:3px;
|
|
-moz-border-radius:3px;
|
|
border:1px solid #484848;
|
|
overflow:auto;
|
|
padding-right:1%;
|
|
padding-bottom:1%;
|
|
padding-left:1%;
|
|
}
|
|
|
|
#content {
|
|
background:#505050;
|
|
border-radius:3px;
|
|
-moz-border-radius:3px;
|
|
margin:0px auto;
|
|
text-align:left;
|
|
} |