-
Notifications
You must be signed in to change notification settings - Fork 0
/
s77.css
63 lines (63 loc) · 990 Bytes
/
s77.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
59
60
61
62
63
body {
font-family: monospace;
background-color: black;
color: #C1C1C1;
}
p, li { text-align: justify; }
h1 {
font-size: 100%;
border-bottom: 1px solid white;
color: white;
}
#main {
width: 40em;
margin: auto;
}
strong, th { color: white; }
.success { font-weight: bold; color: #77FF69; }
.fail { font-weight: bold; color: #FF6C69; }
em, a[href]:hover {
font-style: normal;
color: black;
background: white;
}
.inset {
margin-left: .5em;
}
a[href] {
color: white;
}
th {
text-align: right;
padding-right: 1em;
}
td, th {
vertical-align: top;
}
.chatlog td, .chatlog th {
padding: .2em .5em;
}
#toolbar { text-align: center; }
#toolbar > div {
display: inline-block;
padding: 1em;
}
.whitebox, .blackbox {
width: 20em;
margin: auto;
text-align: center;
}
.whitebox {
color: black;
background-color: white;
padding: .5em;
}
.whitebox h1 {
color: black;
border-bottom: 1px solid black;
margin-top: 0;
margin-bottom: .3em;
}
.blackbox {
border: 1px solid white;
}