-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·60 lines (52 loc) · 894 Bytes
/
style.css
File metadata and controls
executable file
·60 lines (52 loc) · 894 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
47
48
49
50
51
52
53
54
55
56
57
58
59
body {
background: #000;
padding: 0;
margin: 0;
overflow: hidden;
font-family: "Source Code Pro";
}
.str {
color: #7dffa0;
width: 100%;
padding: 0 5px;
line-height: 20px;
font-size: 16px;
box-sizing: border-box;
text-shadow: 1px 0 10px #bbb;
word-break: break-all;
}
.sp {
background-color: #189617;
display: inline-block;
width: 8px;
margin: 0 3px -3px 4px;
height: 16px;
}
.head {
color: #0aff02;
}
.hide {
background: transparent;
}
.board {
width: 100%;
height: 40px;
line-height: 40px;
font-size: 32px;
background: #90d100;
color: #004f00;
}
.time {
width: 100px;
height: 40px;
line-height: 20px;
font-size: 16px;
padding-right: 5px;
float: right;
background: #90d100;
text-align: right;
font-weight: bold;
}
.say {
padding-left: 5px;
}