Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/491e883b-1dc5-4ca0-83bf-39faa9060c34 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
1032 lines
No EOL
16 KiB
CSS
1032 lines
No EOL
16 KiB
CSS
@font-face {
|
|
font-family: dots;
|
|
src: url('dot.eot'), url(dot.ttf) format("truetype");
|
|
}
|
|
|
|
html {
|
|
background: $bottomWrapper.bg.color;
|
|
margin:0 0 0 -1px;
|
|
padding:0;
|
|
overflow-Y: scroll;
|
|
}
|
|
|
|
body {
|
|
padding:0;
|
|
margin :0;
|
|
display:table;
|
|
width:100%;
|
|
background-color:#FFFFFF;
|
|
background-position : center 190px;
|
|
font-family:verdana,tahoma,arial;
|
|
}
|
|
|
|
#wrapper {
|
|
margin:0 auto ;
|
|
width:100%;
|
|
border-top:1px solid #656565;
|
|
background-color: #000;
|
|
background-image: url(images/wallpaper.jpg);
|
|
}
|
|
|
|
|
|
#topWrapper {
|
|
border:none;
|
|
border:0px;
|
|
margin:0px;
|
|
padding:0px;
|
|
height:75px;
|
|
background-color:${topWrapper.bg.color};
|
|
background-image:url(images/topWrapper-bg.jpg);
|
|
background-position:center top ;
|
|
background-repeat:repeat-x;
|
|
}
|
|
|
|
#topBanner {
|
|
width:500px;
|
|
margin:0 auto;
|
|
height:69px;
|
|
background-image:url(images/topBanner.png);
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
#refresh-manual {
|
|
color:#DDD;
|
|
height:23px;
|
|
background-image:url("images/main-content-bg.png");
|
|
padding-top:5px;
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
text-align: center;
|
|
font-family:"Trebuchet MS";
|
|
font-size:12px;
|
|
border-radius: 0 0 7px 7px;
|
|
margin-left: 735px;
|
|
border: 1px solid #CFCFCF;
|
|
position:absolute;
|
|
margin-top:-6px;
|
|
}
|
|
|
|
.main-content {
|
|
background-image:url("images/main-content-bg.png");
|
|
color:#EEE;
|
|
margin-top:20px;
|
|
border:1px solid #c8c8c8;
|
|
padding: 5px 20px 20px 20px;
|
|
border-radius:9px;
|
|
-moz-border-radius:9px;
|
|
overflow:hidden;
|
|
text-shadow: 0.1em 0.2em 0.3em #9cf;
|
|
}
|
|
|
|
hr {
|
|
display:none;
|
|
}
|
|
|
|
/*Menu*/
|
|
.menu-bg{
|
|
background:url("images/hmenu-bg.jpg");
|
|
}
|
|
|
|
.menu{
|
|
border:none;
|
|
border:0px;
|
|
margin:0 auto;
|
|
padding:0px;
|
|
font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
display: table;
|
|
}
|
|
|
|
.menu ul{
|
|
height:35px;
|
|
list-style:none;
|
|
margin:5px auto;
|
|
padding:0;
|
|
}
|
|
|
|
.menu li{
|
|
background:url("images/hmenu.jpg");
|
|
float:left;
|
|
margin-left:5px;
|
|
border-radius:9px;
|
|
-moz-border-radius: 9px;
|
|
border:1px solid #C8C8C8;
|
|
}
|
|
|
|
.menu ul li:hover{
|
|
background-image:url("images/hmenu-sel.jpg");
|
|
}
|
|
|
|
.menu li a{
|
|
color:#555;
|
|
display:block;
|
|
font-weight:normal;
|
|
line-height:35px;
|
|
margin:0px;
|
|
padding:0px 15px;
|
|
text-align:center;
|
|
text-decoration:none;
|
|
text-shadow: -0.1em -0.1em 0.2em white;
|
|
}
|
|
|
|
.menu li a:hover{
|
|
background: url("images/hover.gif") bottom center no-repeat;
|
|
color:#30eaff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.menu li ul{
|
|
display:none;
|
|
height:auto;
|
|
padding:0px;
|
|
margin:0px;
|
|
border:0px;
|
|
position:absolute;
|
|
width:225px;
|
|
z-index:200;
|
|
/*top:1em;
|
|
/*left:0;*/
|
|
}
|
|
|
|
.menu li:hover ul{
|
|
display:block;
|
|
}
|
|
|
|
.menu li li {
|
|
display:block;
|
|
float:none;
|
|
margin:0px;
|
|
padding:0px;
|
|
width:225px;
|
|
}
|
|
|
|
.menu li:hover li a{
|
|
background:none;
|
|
}
|
|
|
|
.menu li ul a{
|
|
color:#555;
|
|
display:block;
|
|
height:35px;
|
|
font-size:12px;
|
|
font-style:normal;
|
|
margin:0px;
|
|
padding:0px 10px 0px 15px;
|
|
text-align:left;
|
|
}
|
|
|
|
.menu li ul a:hover, .menu li ul li:hover a{
|
|
background:url('images/hover_sub.gif') center left no-repeat;
|
|
border:0px;
|
|
color:#30eaff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.menu ul li ul li:hover{
|
|
background-image:url("images/hmenu-sel.jpg");
|
|
}
|
|
|
|
.menu p{
|
|
clear:left;
|
|
}
|
|
|
|
.user_menu_link_selected{
|
|
background-image:url("images/hover.gif");
|
|
background-position:bottom center;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.admin_menu_link_selected{
|
|
background-image:url("images/hover.gif");
|
|
background-position:bottom center;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.menu li ul li a.admin_menu_link_selected{
|
|
background-image:url('images/hover_sub.gif');
|
|
background-position:left center;
|
|
background-repeat:no-repeat;
|
|
}
|
|
#submenu_1{
|
|
margin-left:100%;
|
|
margin-top:-35px;
|
|
border:0;
|
|
white-space: nowrap;
|
|
width: auto !important;
|
|
}
|
|
#submenu_0 li{
|
|
cursor:default !important;
|
|
}
|
|
#submenu_1 li{
|
|
display:none;
|
|
width: auto !important;
|
|
}
|
|
#submenu_1 li a{
|
|
background:none !important;
|
|
color:black !important;
|
|
}
|
|
#submenu_1 li:hover a{
|
|
background:url('images/hover_sub.gif') center left no-repeat !important;
|
|
color:#30eaff !important;
|
|
}
|
|
#submenu_0 li:hover ul li{
|
|
display:block;
|
|
}
|
|
/*End Of Menu*/
|
|
|
|
#container {
|
|
margin:0 auto;
|
|
width:920px;
|
|
min-height:400px;
|
|
margin-bottom: -15px;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
#banner {
|
|
margin:15px auto;
|
|
width:100%;
|
|
}
|
|
|
|
|
|
#content {
|
|
width:920px;
|
|
margin:0 auto ;
|
|
text-align:left;
|
|
}
|
|
|
|
#content a:link, #content a:visited{
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
color:#CCC;
|
|
text-shadow: 0.1em 0.1em 0.1em black;
|
|
}
|
|
|
|
#content a:hover {
|
|
color:black;
|
|
text-shadow: 0.1em 0.1em 0.1em white;
|
|
}
|
|
|
|
#servermonitor.tablesorter tr.maintr td div a:link, #servermonitor.tablesorter tr.maintr td div a:visited{
|
|
color:black;
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
text-shadow: 0.1em 0.1em 0.1em #DDD;
|
|
background:url("images/hmenu.jpg") repeat scroll 0% 0% rgb(255, 221, 221);
|
|
border-radius:3px;
|
|
-moz-border-radius: 3px;
|
|
color:#555;
|
|
padding:2px 0px 2px 0px;
|
|
border:1px solid #545;
|
|
vertical-align:bottom;
|
|
}
|
|
|
|
#servermonitor.tablesorter tr.maintr td div a:hover {
|
|
background:url("images/hmenu-sel.jpg") repeat scroll 0% 0% rgb(255, 221, 221);
|
|
color:#20a0b0;
|
|
border:1px solid cyan;
|
|
}
|
|
|
|
#servermonitor.tablesorter tr td li a:link, #servermonitor.tablesorter tr td li a:visited{
|
|
color:black;
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
text-shadow: 0.1em 0.1em 0.1em white;
|
|
background:url("images/hmenu.jpg") repeat scroll 0% 0% rgb(255, 221, 221);
|
|
border-radius:3px;
|
|
-moz-border-radius: 3px;
|
|
color:#555;
|
|
padding:0px 0px 2px 0px;
|
|
border:1px solid #545;
|
|
}
|
|
|
|
#servermonitor.tablesorter tr td li a:hover {
|
|
background:url("images/hmenu-sel.jpg") repeat scroll 0% 0% rgb(255, 221, 221);
|
|
color:#20a0b0;
|
|
border:1px solid cyan;
|
|
}
|
|
|
|
#content p {
|
|
margin-top:10px;
|
|
text-align:left;
|
|
}
|
|
|
|
|
|
.last {
|
|
margin-right:0 !important;
|
|
clear:right;
|
|
}
|
|
|
|
.one_two {
|
|
float:left;
|
|
width:424px;
|
|
position:relative;
|
|
margin-left:36px;
|
|
margin-right:36px;
|
|
}
|
|
|
|
.one_fourth {
|
|
float:left;
|
|
width:212px;
|
|
position:relative;
|
|
}
|
|
|
|
.bloc {
|
|
padding:1px 15px 1px 15px;
|
|
background-image:url("images/main-content-bg.png");
|
|
border-radius:9px;
|
|
-moz-border-radius: 9px;
|
|
border:1px solid #C8C8C8;
|
|
overflow:hidden;
|
|
text-align:left;
|
|
font-size:0.9em;
|
|
}
|
|
|
|
.bloc h4 {
|
|
font-size:15px;
|
|
margin-left:-15px;
|
|
margin-right:-15px;
|
|
}
|
|
|
|
.dragbox-content{
|
|
padding-top:15px;
|
|
padding-bottom:15px;
|
|
}
|
|
|
|
div#column2 .dragbox-content table tr td{
|
|
background:#FDD url("images/hmenu-bg.jpg");
|
|
}
|
|
|
|
.column {
|
|
min-height:150px;
|
|
}
|
|
|
|
.column .dragbox{
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.column .placeholder{
|
|
background: #f0f0f0;
|
|
border:1px dashed #ddd;
|
|
}
|
|
|
|
.ui-sortable div h4:hover{
|
|
background:url('images/bg.gif');
|
|
background-repeat:no-repeat;
|
|
background-size:15px 70%;
|
|
background-position:right center;
|
|
cursor:move;
|
|
}
|
|
.dragbox h4 .configure{
|
|
font-size:11px;
|
|
font-weight:normal;
|
|
margin-right:30px;
|
|
float:right;
|
|
}
|
|
|
|
.half {
|
|
float:left;
|
|
width:440px;
|
|
margin: 20px 40px 20px 0px;
|
|
position:relative;
|
|
}
|
|
|
|
.padd15 {
|
|
padding:15px;
|
|
}
|
|
|
|
.padd20 {
|
|
padding:20px;
|
|
}
|
|
|
|
body {
|
|
color:#444444;
|
|
font-family: 'Trebuchet MS', sans-serif;
|
|
font-size: 13px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
text-transform: normal;
|
|
background-color: #010101;
|
|
}
|
|
|
|
p {
|
|
letter-spacing: normal;
|
|
line-height: 1.7em;
|
|
}
|
|
|
|
p2 {
|
|
text-align:left;
|
|
margin:10px 0 10px 0;
|
|
color:#FFFFFF;
|
|
font-size:20px;
|
|
clear:both;
|
|
}
|
|
|
|
h0 {
|
|
color:#f5f5f5;
|
|
background:#555;
|
|
margin:10px 0 10px 0;
|
|
clear:both;
|
|
width: 918px;
|
|
height:35px;
|
|
border-style:solid;
|
|
border-color:#cfcfcf;
|
|
border-width:1px;
|
|
margin-top:20px;
|
|
padding-top:10px;
|
|
text-align: center;
|
|
font-family:"Trebuchet MS";
|
|
font-size:20px;
|
|
display:block;
|
|
font-weight:bold;
|
|
border-radius: 9px;
|
|
}
|
|
|
|
h1 {
|
|
color:#f5f5f5;
|
|
margin:20px 0 10px 0;
|
|
clear:both;
|
|
}
|
|
|
|
|
|
h2 {
|
|
color:#f5f5f5;
|
|
background:#FDD url("images/hmenu-bg.jpg");
|
|
margin:10px 0 10px 0;
|
|
clear:both;
|
|
width:918px;
|
|
height:35px;
|
|
border-top-style:solid;
|
|
border-top-color:#cfcfcf;
|
|
border-top-width:1px;
|
|
border-bottom-style:solid;
|
|
border-bottom-color:#cfcfcf;
|
|
border-bottom-width:1px;
|
|
margin-left:-20px;
|
|
margin-top:-6px;
|
|
padding-top:10px;
|
|
text-align: center;
|
|
font-family:"Trebuchet MS"
|
|
}
|
|
|
|
|
|
h3 {
|
|
height:31px;
|
|
color:#5f5f5f;
|
|
background:#EEE;
|
|
border-radius:9px;
|
|
-moz-border-radius: 9px;
|
|
padding-top:6px;
|
|
padding-left:6px;
|
|
margin:10px 0 5px 0;
|
|
clear:both;
|
|
}
|
|
|
|
|
|
h4 {
|
|
margin:0 auto;
|
|
height:31px;
|
|
color:#9D5;
|
|
background:#FDD url("images/hmenu-bg.jpg");
|
|
border-radius:9px;
|
|
-moz-border-radius: 9px;
|
|
border-top:none;
|
|
padding-top:10px;
|
|
text-align: center;
|
|
font-family:"Trebuchet MS";
|
|
text-shadow:1px 1px #000;
|
|
}
|
|
|
|
table#servermonitor.tablesorter.remote tr td{
|
|
border: 2px solid white;
|
|
border-radius:9px;
|
|
-moz-border-radius: 9px;
|
|
background:#EEE;
|
|
}
|
|
|
|
a:link, a:visited {
|
|
color:black;
|
|
text-decoration:none;
|
|
}
|
|
|
|
|
|
a:hover {
|
|
text-decoration:none;
|
|
}
|
|
|
|
#bottomWrapper {
|
|
background-color:#101010;
|
|
background-position:center top ;
|
|
background-repeat:repeat-x;
|
|
text-align:center;
|
|
color:#70806D;
|
|
text-align:center;
|
|
width:100%;
|
|
clear:both;
|
|
}
|
|
|
|
#bottomWrapper a:link, #bottomWrapper a:visited {
|
|
color:#9D5;
|
|
}
|
|
|
|
#bottomWrapper a:hover{
|
|
color:#cdb380;
|
|
text-decoration:none;
|
|
}
|
|
|
|
#footer {
|
|
min-height:260px;
|
|
width:920px;
|
|
margin:0 auto;
|
|
background-color:#101010;
|
|
background-position:center top ;
|
|
background-repeat:no-repeat;
|
|
padding:10px;
|
|
}
|
|
|
|
.footer-last {
|
|
margin-right:0 !important;
|
|
clear:right;
|
|
}
|
|
|
|
.footer-one-third {
|
|
float:left;
|
|
margin:40px 100px 20px 0;
|
|
width:240px;
|
|
position:relative;
|
|
text-align:left;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.footer-one-third h2 {
|
|
margin-top:10px;
|
|
color:#FFF;
|
|
}
|
|
|
|
.footer-one-third ul{
|
|
border-top:1px solid #1a1a1a;
|
|
padding:0 ;
|
|
}
|
|
|
|
.footer-one-third ul, .footer-one-third li {
|
|
list-style: none ;
|
|
margin-left:0 ;
|
|
}
|
|
|
|
.footer-one-third li {
|
|
border-bottom:1px solid #1a1a1a;
|
|
padding: 5px 0 ;
|
|
}
|
|
|
|
|
|
|
|
#bottom-links {
|
|
height:60px;
|
|
background:#010101 url('images/bottomLinks-bg.png') center top repeat-x;
|
|
}
|
|
|
|
|
|
a img {
|
|
border:none;
|
|
}
|
|
|
|
.online_servers{
|
|
color:cyan;
|
|
background-color:#FCBG0D;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
text-align:center;
|
|
border:1px solid gray;
|
|
}
|
|
|
|
div#column1{
|
|
width:18%;
|
|
}
|
|
|
|
div#column2{
|
|
width:56%;
|
|
}
|
|
|
|
div#column3{
|
|
width:18%;
|
|
}
|
|
|
|
|
|
.online_servers tr td{
|
|
border-left:1px solid gray;
|
|
border-right:2px solid gray;
|
|
border-top:1px solid gray;
|
|
border-bottom:2px solid gray;
|
|
background-color: #AAA;
|
|
}
|
|
|
|
/* tables */
|
|
table.tablesorter {
|
|
font-family:arial;
|
|
background-color: #FFF;
|
|
margin:10px 0pt 15px;
|
|
font-size: 8pt;
|
|
width: 100%;
|
|
text-align: left;
|
|
border-spacing: 1px;
|
|
border-radius:9px;
|
|
-moz-border-radius: 9px;
|
|
}
|
|
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
|
|
background-color: #8dbdd8;
|
|
border: 1px solid white;
|
|
border-radius:9px;
|
|
-moz-border-radius: 9px;
|
|
font-size: 8pt;
|
|
padding: 4px;
|
|
}
|
|
table.tablesorter thead tr .header {
|
|
background-image: url(images/bg.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: center right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
table.tablesorter tbody td {
|
|
color: #3D3D3D;
|
|
padding: 4px;
|
|
background-color: #FFF;
|
|
border: 1px solid grey;
|
|
}
|
|
table.tablesorter tbody tr.odd td {
|
|
background-color:#B0B0B0;
|
|
}
|
|
table.tablesorter tbody tr.even td {
|
|
background-color:gray;
|
|
}
|
|
|
|
table.tablesorter tbody tr td table{
|
|
border-spacing: 0px;
|
|
}
|
|
table.tablesorter tbody tr td table tr td{
|
|
color:white;
|
|
border: 1px solid #ddd;
|
|
border-spacing: 0px;
|
|
background-image:url('images/grey.png');
|
|
}
|
|
table.tablesorter tbody tr td table tr td.left{
|
|
font:italic bold 13px serif;
|
|
}
|
|
|
|
table.tablesorter thead tr .headerSortUp {
|
|
background-image: url(images/asc.gif);
|
|
}
|
|
table.tablesorter thead tr .headerSortDown {
|
|
background-image: url(images/desc.gif);
|
|
}
|
|
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
|
|
background-color: #e6AA54;
|
|
}
|
|
table.tablesorter tfoot td {
|
|
color: #3D3D3D;
|
|
padding: 4px;
|
|
background-color: transparent;
|
|
vertical-align: top;
|
|
}
|
|
.hidden{
|
|
visibility:hidden;
|
|
font-size:0px;
|
|
}
|
|
|
|
/* some additions */
|
|
.mapicon{
|
|
border: 3px solid white;
|
|
border-radius:9px;
|
|
-moz-border-radius: 9px;
|
|
background-color:#EEE;
|
|
}
|
|
.install{
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
text-align:left;
|
|
font-size:1.1em;
|
|
}
|
|
|
|
.failure {
|
|
color: red;
|
|
text-align:center;
|
|
}
|
|
|
|
.success {
|
|
color: rgb(0,255,0);
|
|
text-align:center;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.button {
|
|
border:1px dotted gray;
|
|
}
|
|
|
|
.server_monitor {
|
|
background:#EEEEEE;
|
|
}
|
|
|
|
.monitor-1 {
|
|
width:100%;
|
|
}
|
|
|
|
.monitor-1 div {
|
|
float:left;
|
|
padding-right:5px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.monitor-2 {
|
|
float:right;
|
|
display: inline-block;
|
|
text-align: center;
|
|
padding:10px;
|
|
}
|
|
|
|
div.monitor-2.bloc{
|
|
display: inline-block;
|
|
background:rgb(112,118,128);
|
|
border:3px solid white;
|
|
margin-right:14px;
|
|
}
|
|
.monitor-3 {
|
|
clear:both;
|
|
position:relative;
|
|
top:5px;
|
|
margin-bottom:5px;
|
|
width:100%;
|
|
}
|
|
|
|
.monitor-3 table {
|
|
width:100%;
|
|
}
|
|
|
|
.srvctrl{
|
|
border: none;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.srvctrl td, .srvctrl th{
|
|
padding: 0;
|
|
border:none;
|
|
}
|
|
|
|
.mapicon{
|
|
width:135px;
|
|
height:100px;
|
|
float:left;
|
|
}
|
|
|
|
|
|
.login {
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
.lostpass {
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
.note{
|
|
text-align:center;
|
|
}
|
|
|
|
p{
|
|
text-align:center;
|
|
}
|
|
/* end additions */
|
|
.player_monitor{
|
|
border-collapse:collapse;
|
|
}
|
|
|
|
.player_monitor th{
|
|
background:#CCC;
|
|
}
|
|
|
|
.player_monitor tbody tr td{
|
|
|
|
}
|
|
|
|
.player_monitor tbody tr td .odd{
|
|
background:333;
|
|
}
|
|
|
|
.input {
|
|
border: 1px solid #006;
|
|
}
|
|
|
|
input[type="submit"] {
|
|
border: 1px solid black;
|
|
padding: 2px 8px;
|
|
}
|
|
|
|
input[type="radio"] {
|
|
width: 8px;
|
|
}
|
|
|
|
.jqmWindow {
|
|
display: none;
|
|
|
|
position: fixed;
|
|
top: 17%;
|
|
left: 50%;
|
|
|
|
margin-left: -300px;
|
|
width: 600px;
|
|
|
|
background-color: #EEE;
|
|
color: #333;
|
|
border: 1px solid black;
|
|
padding: 12px;
|
|
}
|
|
|
|
.jqmOverlay { background-color: #000; }
|
|
|
|
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
|
|
width: expression(this.parentNode.offsetWidth+'px');
|
|
height: expression(this.parentNode.offsetHeight+'px');
|
|
}
|
|
|
|
* html .jqmWindow {
|
|
position: absolute;
|
|
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
|
|
}
|
|
|
|
.administration-table {
|
|
text-align:center;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.administration-buttons {
|
|
padding:15px;
|
|
}
|
|
|
|
.remove-button {
|
|
width:10px;
|
|
border:0px solid transparent;
|
|
}
|
|
|
|
td.info{
|
|
font-size:0.8em;
|
|
text-align:center;
|
|
font-style:italic;
|
|
}
|
|
|
|
.right{
|
|
text-align:right;
|
|
}
|
|
.left {
|
|
text-align:left;
|
|
}
|
|
|
|
form table.center tr td{
|
|
width:50%;
|
|
width:50%;
|
|
}
|
|
|
|
table.center{
|
|
color:#333333;
|
|
clear:both;
|
|
width:100%;
|
|
height:35px;
|
|
margin-top:-6px;
|
|
padding-top:10px;
|
|
text-align: center;
|
|
color:#FFFF;
|
|
}
|
|
|
|
table.center tr td{
|
|
border:1px solid #cfcfcf;
|
|
background:rgb(110,118,124);
|
|
color:black;
|
|
}
|
|
|
|
table.center th{
|
|
border:1px solid #cfcfcf;
|
|
background:#c5c5c5;
|
|
}
|
|
|
|
table.center tr.first_row td{
|
|
border:1px solid #cfcfcf;
|
|
background:#c5c5c5;
|
|
}
|
|
|
|
.hostname {
|
|
width:229px;
|
|
font-family:"dots";
|
|
font-size:16pt;
|
|
text-transform:uppercase;
|
|
color:red;
|
|
text-shadow: red 0.1em 0.1em 0.2em;
|
|
background-color:black;
|
|
}
|
|
|
|
.infoBox table tr td{
|
|
background-color:gray;
|
|
}
|
|
|
|
td.table0{
|
|
color:#333;
|
|
background-color:#AAA;
|
|
}
|
|
.table1 td{
|
|
color:#555;
|
|
background-color:#DDD;
|
|
}
|
|
.table2 td{
|
|
color:#555;
|
|
background-color:#EEE;
|
|
}
|
|
|
|
#serverview{
|
|
color:#777;
|
|
}
|
|
|
|
fieldset{
|
|
background:#555;
|
|
}
|
|
|
|
fieldset legend{
|
|
padding-top:10px;
|
|
}
|
|
div.main-content div div p{
|
|
background:#FFF;
|
|
}
|
|
|
|
div.main-content div div.dragbox-content p{
|
|
background-color:transparent;
|
|
}
|
|
|
|
.start-server{
|
|
width:440px;
|
|
word-wrap:break-word;
|
|
table-layout:fixed;
|
|
}
|
|
|
|
.start-server td.left select{
|
|
max-width:265px;
|
|
}
|
|
|
|
.start-server td.left input[type=text]{
|
|
word-break: normal;
|
|
}
|
|
|
|
.start-server td.right{
|
|
width:145px;
|
|
}
|
|
|
|
.submit-start{
|
|
text-align:center;
|
|
}
|
|
|
|
.owner{
|
|
width:90px;
|
|
word-break:break-all;
|
|
}
|
|
|
|
.operations{
|
|
width:320px;
|
|
}
|
|
|
|
.ts3-add-virtual select{
|
|
max-width:194px;
|
|
}
|
|
|
|
.server-starting, .list_table{
|
|
width:440px;
|
|
}
|
|
|
|
.server-starting td , .list_table td{
|
|
max-width: 250px;
|
|
} |