-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.css
55 lines (50 loc) · 894 Bytes
/
theme.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
.zootdeck_box {
background-color: #111;
}
.column_box { color: #aaa; }
.column_top_label {
font-weight: bold;
padding: 0.2em 0;
color: #fff;
}
.column_filter { }
.column_footer_count { margin: 0 1em; }
.column_config_box { padding: 0 1em }
.column_config_url_label { padding-top: 1em }
.column_config_url_entry { }
.column_config_remove { margin-top: 1em }
.toot_author_name {
color: white;
background-color: #555;
}
.toot_author_url {
color: #aaa;
background-color: #111;
}
.toot_author_url_minimode {
color: #aaa;
background-color: #111;
}
.toot_author_avatar {
padding: 0.1em;
}
.toot_text {
color: white;
font-family: sans-serif;
}
.toot_date {
background: #111;
color: #777;
}
.toot_tag {
color: #333;
background: #DDD;
padding: 1px 5px;
border-radius: 15px;
}
.net_error {
background-color: #a00;
}
.net_active {
background-color: #070;
}