-
Notifications
You must be signed in to change notification settings - Fork 1
/
rat.css
58 lines (53 loc) · 823 Bytes
/
rat.css
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
body {
margin: 0;
padding: 0;
overflow: hidden;
}
#header {
margin: 0;
padding: 4px;
width: 100%;
height: 24px;
/*-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;*/
background-color: #3F92D2;
}
#wrapper {
margin: 0;
padding: 0;
padding-bottom: 12px;
width: auto;
margin-left: auto;
margin-right: auto;
height: auto;
background-color: #000;
}
#cwrapper {
margin: 0;
padding: 0;
width: 400px;
height: 24px;
}
#output {
width: 400px;
height: 600px;
color: #FFF;
font-weight: 900;
font-family: Lucida Console;
background-color: #000;
border: 0;
overflow-y: scroll;
}
input[type=text] {
float: left;
width: 300px;
height: 24px;
margin: 0px;
margin-top: 4px;
color: #FFF;
font-weight: 900;
font-family: Lucida Console;
background-color: #000;
border: 0;
}