-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtv.css
89 lines (75 loc) · 1.71 KB
/
tv.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
#top, #main, #right, #search_box, .last_build {
display: none;
}
.summary {
float: right;
}
.application {
margin-top: 0px;
}
#left {
width: 100%;
max-width: 100%;
background: #282828;
}
#left li {
background: #282828;
color: white;
font-size: 41px;
font-family: "Helvetica Neue";
font-weight: 100;
border-bottom: 1px solid #555;
height: 100px;
}
#left li a {
color: #FFF;
height: 70px;
top: 40px;
position: relative;
}
.slug-and-status {
height: 112px;
}
#repos .status {
background-repeat: no-repeat;
background-position-y: -2px;
background-position-x: -2px;
height: 100px;
margin-top: 10px;
float: left;
width: 100px;
}
#repos .red .status, .red #summary .number .status, .list .red .number .status {
background-image: url('http://cl.ly/image/0D292d0z1f1a/red.png');
background-size: 84px 80px;
}
#repos .green .status, .green #summary .number .status, .list .green .number .status {
background-image: url('http://cl.ly/image/052c0q3H3A1K/green.png');
}
#repos .yellow .status, .yellow #summary .number .status, .list .yellow .number .status {
background-image: url('http://cl.ly/image/3L1025291w3t/progress.png');
}
#accounts li .summary, #repos li .summary {
margin: 5px 0 0 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #303030;
font-size: 12px;
float: right;
position: absolute;
top: 49px;
right: 35px;
height: 70px;
}
.timeago {
color: #FFF;
font-size: 31px;
font-family: "Helvetica Neue";
font-weight: 100;
position: relative;
top: 4px;
}
.duration_label, .duration, .finished_at_label {
display: none;
}