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
|
body {
margin:0;
background-color: #000000 !important;
font-family: 'FixedsysExcelsior301Regular';
font-size: 12pt;
font-weight: 100;
line-height: 1;
color:#6d6b6d;
-webkit-font-smoothing: antialiased !important;
}
@font-face {
font-family: 'FixedsysExcelsior301Regular';
src: url('../fonts/fsex300-webfont.eot');
src: url('../fonts/fsex300-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/fsex300-webfont.woff') format('woff'),
url('../fonts/fsex300-webfont.ttf') format('truetype'),
url('../fonts/fsex300-webfont.svg#FixedsysExcelsior301Regular') format('svg');
font-weight: normal;
font-style: normal;
}
a {display: block}
a:link, a:visited {text-decoration: none; color: #3b3740}
{overflow: auto;}
.rapper, .block {
float: left;
height:auto;
width:auto;
padding:4px;
background-color: #000000;
}
.rapper {
white-space:pre-wrap;
word-wrap: break-word;
}
.block {
white-space:pre-line;
padding-left: 30px;
}
.tool {
cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#nvgovy{white-space:pre;}
}
#users {
position:fixed !important;
width:85px;
right:9px;
height:100%;
z-index: 355;
top:0px;
margin-bottom:32px;
}
#seperator{
box-shadow: inset 0px 1px 1px 0px rgba(11, 11, 11, 0.05);
position:absolute;
margin-top:0px;
margin-left:0px;
width:5px;
height:100%;
background: -webkit-linear-gradient(left, #000000, #222222, #474747, #535353, #474747, #131313);
background: -moz-linear-gradient(0deg, #000000, #222222, #474747, #535353, #474747, #131313) repeat scroll 0 0 transparent;
}
#shroud {
background-color: #000000;
height: 100%;
position: absolute;
right: 75px;
width: 5px;
z-index: 377;
}
#list {
background-color: #000000;
height: 100%;
margin-left: 10px;
margin-top: 6px;
position: fixed;
}
|