-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlynheter.css
79 lines (65 loc) · 1.26 KB
/
lynheter.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.features {
font-size: 18px;
font-family: "Roboto Condensed", sans-serif;
font-weight: 300;
line-height: 18px;
text-align: left;
height: 1700px;
overflow: hidden;
}
.tweet {
color: #FFFFFF;
padding-top: 10px;
}
.distance-far {
line-height: 0px;
}
.lynheter-news {
}
.timeAndTweet {
}
.divider {
padding-top: 4px;
}
.distance {
}
.distance-far {
}
.far-feature {
border-radius: 6px;
border: 1px solid rgb(124, 122, 122);
padding-top: 12px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 4px;
width: 25%;
}
.far-and-recent-feature {
border-radius: 6px;
border: 1px solid rgb(124, 122, 122);
padding-top: 12px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 4px;
width: 25%;
}
.close-and-recent-feature {
border-radius: 6px;
border: 1px solid rgb(124, 122, 122);
background-color: rgb(206, 29, 29);
padding-top: 12px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 4px;
width: 25%;
}
.close-feature {
border-radius: 6px;
border: 1px solid rgb(124, 122, 122);
background-color: rgb(148, 60, 60);
padding-top: 12px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 4px;
width: 25%;
}