}
body {
- background-image: url('img/lines.png');
+ background-image: url('img/beta.png');
background-color: #fafafa;
background-attachment: fixed;
margin: 0px;
-moz-border-radius: 8px;
border-radius: 8px;
- background-image: url('img/lines_light.png');
+ background-image: url('img/beta_light.png');
background-attachment: fixed;
top: 0;
}
table.placing {
- background-image: url('img/lines_light.png');
+ background-image: url('img/beta_light.png');
background-attachment: fixed;
border: 1px solid gray;
-moz-border-radius: 8px;
border-radius: 8px;
- background-image: url('img/lines_light.png');
+ background-image: url('img/beta_light.png');
background-attachment: fixed;
width: 25%;
border-spacing: 0px;
padding: 0px;
- background-image: url('img/lines_light.png');
+ background-image: url('img/beta_light.png');
background-attachment: fixed;
}
border: 1px solid gray;
margin-top: 8px;
- background-image: url('img/lines_light.png');
+ background-image: url('img/beta_light.png');
background-attachment: fixed;
}
-moz-border-radius: 4px;
border-radius: 4px;
- background-image: url('img/lines_light.png');
+ background-image: url('img/beta_light.png');
background-attachment: fixed;
}
// DEFAULT TRANSPORT PROTOCOL HERE websocketsec, websocket
if (this.transp_fback > 0) {
transp_type = "websocketsec";
- transp_port = (this.transp_fback == 2 ? 443 : 8080);
+ // transp_port = (this.transp_fback == 2 ? 443 : 8080);
+ transp_port = 443;
}
else {
transp_type = this.transp_type;