-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
46 lines (40 loc) · 756 Bytes
/
styles.css
File metadata and controls
46 lines (40 loc) · 756 Bytes
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
body {
background-color: #000000;
text-align: center;
font-weight: normal;
}
#area {
width: 600px;
height: 500px;
background-color: black;
color: #cccccc;
margin-left: auto;
margin-right: auto;
font-family: 'Ruluko';
font-size: 20px;
/*font-smooth: never;*/
}
#display {
margin: 50px 100px 0 100px;
padding-top: 100px;
height: 200px;
text-align: left;
}
#responses {
margin: 0px 100px 0 100px;
text-align: left;
}
#responses ul {
margin-left: 0px;
padding-left: 0px;
}
#responses ul li {
list-style-type: none;
margin-left: 0px;
margin-bottom: 5px;
color: #cccccc;
}
#responses ul li.select {
color: #ffffff;
list-style-type: georgian;
}