feat: import 9 missing OGP themes (Evolution, Soft, mobile, Uprise, Silver, Katiuska, expand-soft, DarkNature, Metro)
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/491e883b-1dc5-4ca0-83bf-39faa9060c34 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
3e9dca1bc1
commit
b17ead27a6
554 changed files with 14115 additions and 0 deletions
871
themes/Silver/style.css
Normal file
871
themes/Silver/style.css
Normal file
|
|
@ -0,0 +1,871 @@
|
|||
html {
|
||||
margin:0 0 0 -1px;
|
||||
padding:0;
|
||||
overflow-Y: scroll;
|
||||
}
|
||||
|
||||
body {
|
||||
padding:0;
|
||||
margin :0;
|
||||
display:table;
|
||||
width:100%;
|
||||
background-position : center 190px;
|
||||
}
|
||||
|
||||
table.center td.right{
|
||||
text-align:right;
|
||||
}
|
||||
table.center td.left {
|
||||
text-align:left;
|
||||
}
|
||||
table.center td.left input {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
table.center{
|
||||
color:#333333;
|
||||
clear:both;
|
||||
width:100%;
|
||||
height:35px;
|
||||
margin-top:-6px;
|
||||
padding-top:10px;
|
||||
text-align: center;
|
||||
}
|
||||
table.center tr td{
|
||||
border:1px solid #cfcfcf;
|
||||
background:#f5f5f5;
|
||||
}
|
||||
#wrapper {
|
||||
margin:0 auto ;
|
||||
width:100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
|
||||
#topWrapper {
|
||||
border:none;
|
||||
border:0px;
|
||||
margin:0px;
|
||||
height: 50px;
|
||||
float:center;
|
||||
border-bottom: 1px solid #CFCFCF;
|
||||
background: #EFEFEF url(images/header.gif) no-repeat;
|
||||
}
|
||||
|
||||
#topBanner {
|
||||
margin-left:24%;
|
||||
height: 98px;
|
||||
background: transparent;
|
||||
|
||||
}
|
||||
|
||||
#refresh-manual {
|
||||
color:#333333;
|
||||
height:23px;
|
||||
width:120px;
|
||||
background: #eee;
|
||||
padding-top:5px;
|
||||
padding-left:5px;
|
||||
padding-right:5px;
|
||||
text-align: center;
|
||||
font-family:"Trebuchet MS";
|
||||
font-size:12px;
|
||||
border-radius: 7px 7px 0 0;
|
||||
margin-left: 61%;
|
||||
border: 1px solid #CFCFCF;
|
||||
position:absolute;
|
||||
margin-top:-41px;
|
||||
}
|
||||
|
||||
div.main-content {
|
||||
width:88%;
|
||||
float:right;
|
||||
margin-top:-470px;
|
||||
margin-bottom:55px;
|
||||
background-color:#E8E8E8;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
background:#FFF;
|
||||
border:1px solid #c8c8c8;
|
||||
border-radius:9px;
|
||||
-moz-border-radius:9px;
|
||||
overflow:hidden;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
hr {
|
||||
display:none;
|
||||
}
|
||||
|
||||
/*Menu*/
|
||||
.menu-bg{
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.menu{
|
||||
display: table;
|
||||
margin-top: -14px;
|
||||
border-radius: 0 0 7px 7px;
|
||||
overflow: hidden;
|
||||
width:12%;
|
||||
}
|
||||
.menu ul{
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
height:450px;
|
||||
}
|
||||
.menu li{
|
||||
float:none;
|
||||
border: 1px solid #F0F0F0;
|
||||
border-right-width: 0;
|
||||
}
|
||||
.menu li a{
|
||||
display:block;
|
||||
border: 1px solid #393939;
|
||||
background: #E0E0E0 url(images/nav.png) repeat-x;
|
||||
padding:0px 5px 0px 5px;
|
||||
line-height: 280%;
|
||||
font-size: 0.8em;
|
||||
color:#0f0f0f;
|
||||
text-shadow: white 0.1em 0.1em 0.2em;
|
||||
text-decoration:none;
|
||||
font-family: "Tahoma";
|
||||
font-weight: bold;
|
||||
}
|
||||
.menu li:hover{
|
||||
border-color:#0a0a0a;
|
||||
}
|
||||
.menu li:hover a{
|
||||
text-shadow: #5e5e5e 0.1em 0.1em 0.2em;
|
||||
border-color:#F0F0F0;
|
||||
background-color:#D0D0D0;
|
||||
background-position:0 -25px;
|
||||
}
|
||||
.menu li ul{
|
||||
background:#E0E0E0;
|
||||
display:none;
|
||||
height:auto;
|
||||
border:2px solid #0F0F0F;
|
||||
position:absolute;
|
||||
z-index:200;
|
||||
margin-left:11.8%;
|
||||
margin-top:-32px;
|
||||
}
|
||||
.menu li:hover ul{
|
||||
display:block;
|
||||
|
||||
}
|
||||
.menu li li {
|
||||
display:block;
|
||||
float:none;
|
||||
border-width: 0 !important;
|
||||
}
|
||||
.menu li:hover li a{
|
||||
background:none;
|
||||
|
||||
}
|
||||
.menu li ul a{
|
||||
display:block;
|
||||
font-size:0.8em;
|
||||
font-style:normal;
|
||||
margin:0px;
|
||||
padding:0px 20px 0px 15px;
|
||||
text-align:left;
|
||||
border: 1px solid #0F0F0F !important;
|
||||
margin-top: -1px;
|
||||
}
|
||||
.menu li ul a:hover, .menu li ul li:hover a{
|
||||
background:#999 url('images/hover_sub.gif') center left no-repeat;
|
||||
color:#ffffff;
|
||||
text-decoration:none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.menu p{
|
||||
clear:left;
|
||||
}
|
||||
|
||||
.user_menu_link_selected{
|
||||
border-color:#F8F8F8;
|
||||
background: #B8B8B8
|
||||
!important;
|
||||
background-position:0 -25px;
|
||||
}
|
||||
.admin_menu_link_selected{
|
||||
border-color:#F8F8F8;
|
||||
background-color:#B8B8B8
|
||||
!important;
|
||||
background-position:0 -25px;
|
||||
}
|
||||
#submenu_1{
|
||||
margin-left:100%;
|
||||
margin-top:-31px;
|
||||
border:0;
|
||||
}
|
||||
#submenu_0 li{
|
||||
cursor:default !important;
|
||||
}
|
||||
#submenu_0 li:hover ul {
|
||||
border:2px solid #0F0F0F;
|
||||
}
|
||||
#submenu_1 li{
|
||||
display:none;
|
||||
}
|
||||
#submenu_1 li a{
|
||||
background:none !important;
|
||||
color:black !important;
|
||||
}
|
||||
#submenu_1 li:hover a{
|
||||
background:#999 url('images/hover_sub.gif') center left no-repeat !important;
|
||||
color:white !important;
|
||||
}
|
||||
#submenu_0 li:hover ul li{
|
||||
display:block;
|
||||
}
|
||||
/*End Of Menu*/
|
||||
|
||||
#container {
|
||||
margin:0 auto;
|
||||
width:100%;
|
||||
min-height:400px;
|
||||
margin-bottom: 50px;
|
||||
padding-bottom: 40px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
#banner {
|
||||
margin:15px auto;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
|
||||
#content {
|
||||
width:95%;
|
||||
margin:0 auto ;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
#content a:link, #content a:visited{
|
||||
color:#3399CC;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#content p {
|
||||
margin-top:10px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
||||
.last {
|
||||
margin-right:0 !important;
|
||||
clear:right;
|
||||
}
|
||||
|
||||
.one_two {
|
||||
float:left;
|
||||
width:48%;
|
||||
position:relative;
|
||||
margin-left:1%;
|
||||
margin-right:1%;
|
||||
}
|
||||
|
||||
.one_fourth {
|
||||
float:left;
|
||||
width:25%;
|
||||
position:relative;
|
||||
}
|
||||
td.info{
|
||||
padding-left:5%;
|
||||
}
|
||||
.bloc {
|
||||
padding:1px 15px 1px 15px;
|
||||
background:#E8E8E8;
|
||||
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;
|
||||
cursor:move;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
h4.failure{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.dragbox-content{
|
||||
padding-top:15px;
|
||||
padding-bottom:15px;
|
||||
}
|
||||
|
||||
.column {
|
||||
min-height:150px;
|
||||
}
|
||||
|
||||
.column .dragbox{
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
.column .placeholder{
|
||||
background: #f0f0f0;
|
||||
border:1px dashed #ddd;
|
||||
}
|
||||
|
||||
.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:#F6F6F6;
|
||||
}
|
||||
|
||||
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:0a0a0a;
|
||||
text-shadow: white 0.1em 0.1em 0.2em;
|
||||
background:#010101 url('images/blackground.png') center top repeat-x;
|
||||
margin:10px 0 10px 0;
|
||||
clear:both;
|
||||
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:#333333;
|
||||
margin:20px 0 10px 0;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
|
||||
h2 {
|
||||
color:0a0a0a;
|
||||
text-shadow: white 0.1em 0.1em 0.2em;
|
||||
background:#010101 url('images/blackground.png') center top repeat-x;
|
||||
margin:10px 0 10px 0;
|
||||
clear:both;
|
||||
width:104%;
|
||||
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 {
|
||||
color:#333333;
|
||||
margin:10px 0 5px 0;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
h4 {
|
||||
color:0a0a0a;
|
||||
text-shadow: white 0.1em 0.1em 0.2em;
|
||||
background:#010101 url('images/blackground.png') center top repeat-x;
|
||||
margin:0 auto;
|
||||
height:31px;
|
||||
border-top-style:solid;
|
||||
border-top-color: #CFCFCF;
|
||||
border-top-width:1px;
|
||||
border-bottom-style:solid;
|
||||
border-bottom-color:#cfcfcf;
|
||||
border-bottom-width:1px;
|
||||
padding-top:10px;
|
||||
text-align: center;
|
||||
font-family:"Trebuchet MS";
|
||||
margin-top:-1px;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color:#3399CC;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
|
||||
a:hover {
|
||||
text-decoration:none;
|
||||
text-shadow: #28f0f0 0.1em 0.1em 0.2em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#bottomWrapper {
|
||||
text-align:center;
|
||||
width:100%;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
|
||||
#bottomWrapper a:link, #bottomWrapper a:visited {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#bottomWrapper a:hover{
|
||||
color: #666;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
|
||||
#footer {
|
||||
width:100%;
|
||||
border-top-width:1px;
|
||||
border-top-style:solid;
|
||||
border-top-color:#cfcfcf;
|
||||
height:45px;
|
||||
background-color:#efefef;
|
||||
font-family:Tahoma;
|
||||
font-size:11px;
|
||||
color:#666;
|
||||
bottom:0;
|
||||
padding-top:2px;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.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 div{
|
||||
color:#669966;
|
||||
}
|
||||
|
||||
.online_servers{
|
||||
color:#000000;
|
||||
background-color:#FCBG0D;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
text-align:center;
|
||||
border:1px solid black;
|
||||
}
|
||||
|
||||
.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:#F8F8F8;
|
||||
background-origin:padding-box;
|
||||
}
|
||||
|
||||
|
||||
/* tables */
|
||||
table{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
table.tablesorter {
|
||||
font-family:arial;
|
||||
background-color: #FFF;
|
||||
font-size: 8pt;
|
||||
text-align: left;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
border-left: 1px solid #1F2A34;
|
||||
border-right: 1px solid #1F2A34;
|
||||
}
|
||||
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
|
||||
background-color: #e6EEEE;
|
||||
border: 1px solid #C0C0C0;
|
||||
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;
|
||||
vertical-align: top;
|
||||
border: 1px solid #C0C0C0;
|
||||
}
|
||||
table.tablesorter tbody tr.odd td {
|
||||
background-color:#F0F0F0;
|
||||
}
|
||||
table.tablesorter tbody tr.expand-child td {
|
||||
text-align:center;
|
||||
}
|
||||
table.tablesorter tbody tr.expand-child td li{
|
||||
list-style: none;
|
||||
}
|
||||
table.tablesorter tbody tr.expand-child ul.home_info{
|
||||
padding-left:0px;
|
||||
}
|
||||
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: #E8E8E8;
|
||||
}
|
||||
table.tablesorter tfoot td {
|
||||
color: #3D3D3D;
|
||||
padding: 4px;
|
||||
background-color: #e6EEEE;
|
||||
vertical-align: top;
|
||||
border: 1px solid #C0C0C0;
|
||||
}
|
||||
.hidden{
|
||||
visibility:hidden;
|
||||
font-size:0px;
|
||||
}
|
||||
|
||||
/* some additions */
|
||||
|
||||
.install{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
text-align:left;
|
||||
font-size:1.1em;
|
||||
}
|
||||
|
||||
.failure {
|
||||
color: red;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.success {
|
||||
color: green;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
pre {
|
||||
width:98%;
|
||||
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;
|
||||
}
|
||||
|
||||
.hostname{
|
||||
color:#3399CC;
|
||||
text-decoration:bold;
|
||||
font-size:1.3em;
|
||||
width:47%;
|
||||
}
|
||||
|
||||
div#login {
|
||||
margin-top:-29px;
|
||||
position:absolute;
|
||||
margin-left:24%;
|
||||
}
|
||||
|
||||
.lostpass {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
|
||||
.note{
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
p{
|
||||
text-align:center;
|
||||
}
|
||||
/* end additions */
|
||||
|
||||
.expand-child td div{
|
||||
position:relative;
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
.player_monitor {
|
||||
font-style:bold;
|
||||
width:235px;
|
||||
}
|
||||
|
||||
.player_monitor th{
|
||||
background:black;
|
||||
color:green;
|
||||
}
|
||||
.player_monitor tbody tr td{
|
||||
color:green;
|
||||
}
|
||||
|
||||
.input { border: 1px solid #006; }
|
||||
|
||||
input[type="submit"] {
|
||||
border: 1px solid black;
|
||||
border-radius:6px;
|
||||
-moz-border-radius:6px;
|
||||
padding: 2px 8px;
|
||||
background-image: url(images/blackground.png);
|
||||
}
|
||||
input[type="submit"]:hover {
|
||||
background: white;
|
||||
}
|
||||
|
||||
input[type="button"] {
|
||||
border: 1px solid black;
|
||||
border-radius:6px;
|
||||
-moz-border-radius:6px;
|
||||
padding: 2px 8px;
|
||||
background-image: url(images/blackground.png);
|
||||
}
|
||||
input[type="button"]:hover {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.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:70px;
|
||||
}
|
||||
|
||||
.administration-buttons {
|
||||
width:64px;
|
||||
border:70px solid transparent;
|
||||
border-bottom:0px solid transparent;
|
||||
border-top:30px solid transparent;
|
||||
}
|
||||
|
||||
.remove-button {
|
||||
width:10px;
|
||||
border:0px solid transparent;
|
||||
}
|
||||
|
||||
.monitor-1 {
|
||||
border-bottom:4px solid transparent;
|
||||
float:left;
|
||||
text-align:left;
|
||||
text-align:center;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
.monitor-1 div{
|
||||
border-top:4px solid transparent;
|
||||
text-align:left;
|
||||
}
|
||||
.monitor-2 {
|
||||
float:right;
|
||||
margin-right:5%;
|
||||
}
|
||||
.monitor-3{
|
||||
width:95%;
|
||||
float:left;
|
||||
}
|
||||
div.monitor-3 div{
|
||||
text-align:left;
|
||||
margin:0px 0px 0px 0px;
|
||||
}
|
||||
fieldset.infoBox{
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.start-server{
|
||||
word-wrap:break-word;
|
||||
table-layout:fixed;
|
||||
}
|
||||
|
||||
.start-server td.left select{
|
||||
max-width:95%;
|
||||
}
|
||||
|
||||
.start-server td.left input[type=text]{
|
||||
word-break: normal;
|
||||
max-width:95%;
|
||||
}
|
||||
|
||||
.start-server td.right{
|
||||
width:30%;
|
||||
}
|
||||
|
||||
.start-server input[name=extra_params]{
|
||||
word-break: normal;
|
||||
max-width:95%;
|
||||
}
|
||||
|
||||
.submit-start{
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.owner{
|
||||
width:10%;
|
||||
word-break:break-all;
|
||||
}
|
||||
|
||||
.operations{
|
||||
width:320px;
|
||||
}
|
||||
|
||||
.ts3-add-virtual select{
|
||||
max-width:95%;
|
||||
}
|
||||
|
||||
.server-starting, .list_table{
|
||||
width:95%;
|
||||
}
|
||||
|
||||
.image-tip:hover .tip, .tip:hover{
|
||||
right:5%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue