-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfoo.css
116 lines (98 loc) · 1.67 KB
/
foo.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
html {
height: 100%;
}
body {
position: relative;
margin: 0;
padding: 0;
background: #000000 url(/globe/loading.gif) center center no-repeat;
color: #ffffff;
font-family: sans-serif;
font-size: 13px;
line-height: 20px;
height: 100%;
}
#info {
font-size: 11px;
position: absolute;
bottom: 5px;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 3px;
right: 10px;
padding: 10px;
}
a {
color: #aaa;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.bull {
padding: 0px 5px;
color: #555;
}
#title {
position: absolute;
top: 20px;
width: 270px;
left: 20px;
background-color: rgba(0, 0, 0, 0.2);
font: 20px/27px Georgia;
padding: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.year {
font: 16px Georgia;
line-height: 26px;
height: 30px;
text-align: center;
float: left;
width: 90px;
color: rgba(255, 255, 255, 0.4);
cursor: pointer;
-webkit-transition: all 0.1s ease-out;
}
.year:hover, .year.active {
font-size: 23px;
color: #fff;
}
#ce span {
display: none;
}
#ce {
width: 107px;
height: 55px;
display: block;
position: absolute;
bottom: 15px;
left: 20px;
background: url(/globe/ce.png);
}
.tweet {
position: absolute;
left: 0;
top: 0;
color: #fff;
width: 420px;
}
.tweet .text {
font-size: 21px;
line-height: 27px;
font-family: Georgia,Palatino,Helvetica Neue,Helvetica,Arial,sans-serif;
float: left;
width: 348px;
font-weight: normal;
margin: 0 0 0 14px;
}
.tweet img {
margin-top: 5px;
float: left;
border: 4px solid #fff;
}
.tweet .timestamp {
color: #aaa;
font-size: 13px;
margin-left: 12px;
font-family: arial, sans-serif;
}