summaryrefslogtreecommitdiff
path: root/css/sally.css
blob: 71029f8ba7aa9dfb8f2fc170a34e006604372732 (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
textarea,input[type=text],body {
    margin:0;
    font-family: 'FixedsysExcelsior301Regular';
    font-size: 12pt;
    font-weight: 100;
    line-height: 1;
    color:#6d6b6d;
    -webkit-font-smoothing: antialiased !important;
}
body {
    background-color: #000000 !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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.rapper {
    white-space:pre-wrap;
    word-wrap: break-word;
}
.block {
    padding-left: 30px;
}
.tool {
    cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #nvgovy{white-space:pre;}
}