summaryrefslogtreecommitdiff
path: root/static/css/rooms_vortex.css
blob: f13c7972342d65ae8b39fbfd8a879aa9a6202e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
html { overflow: hidden; }
body {
  margin: 0px;
  padding: 0px;
  background: #111;
  position: absolute;
  width: 100%;
  height: 100%;
  background:#f0f9ff url(/static/img/fade-blue.png) top left repeat-x fixed;
  cursor: crosshair;
}
#canvas {
  position:absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#canvas img {
  position: absolute;
  background: #666;
  overflow: hidden;
  cursor: pointer;
  left: 100%;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  -ms-interpolation-mode:nearest-neighbor;
}
#canvas span {
  position: absolute;
  color: #9C9;
  font-family: 'courier new', typewriter, matrix, monospace;
  font-size: 0px;
  white-space: nowrap;
  left: -1000px;
  background: #010;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#infotxt{
font-family: 'courier new', typewriter, matrix, monospace; 
line-height:16px;
background-image:url(/static/img/bg.dither.gif);
width:230px;

padding:10px;
padding-bottom:14px;
font-size:12px;
    border-bottom-right-radius:100px;
    -webkit-border-bottom-right-radius:100px;
    -moz-border-radius-bottomright:100px;
}
.returnlink{
text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#f0e;
}
.returnlink a:hover{
text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:blue;
}

.loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
}
.loading-bar-label {
  position: absolute;
  font-family: arial;
  font-size: 10px;
  color: #ccc;
  background: #000;
  left: -50px;
  top: -18px;
  padding: 1px;
}
.loading-bar-track {
  position: absolute;
  left: -50px;
  top: -5px;
  font-size: 1px;
  width: 100px;
  height: 10px;
  background: #333;
}
.loading-bar-fill {
  position: absolute;
  font-size: 1px;
  width: 0px;
  height: 10px;
  background: #eee;
}