-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollective-focus.css
125 lines (103 loc) · 1.92 KB
/
collective-focus.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
117
118
119
120
121
122
123
124
125
/* CSS declarations go here */
body {
padding-top:70px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Helvetica Neue', sans-serif;
font-weight: 200;
}
.navbar-header {
position:relative;
z-index:1;
}
.fa-circle.connected {
color:green;
}
.fa-circle.waiting, .fa-circle.connecting {
color:yellow;
}
.fa-circle.failed {
color:red;
}
.jumbotron {
background-color:rgb(155,155,155) !important;
}
.jumbotron p {
color:white;
}
.jumbotron a {
color: white !important;
font-weight:400;
text-decoration: underline !important;
}
.jumbotron a:hover {
font-weight: 400;
text-decoration: none !important;
}
div.team-summary h3 {
margin-top:0;
}
div.team-summary {
width:100%;
padding:10px;
margin-bottom:20px;
border-radius:5px;
border:1px solid rgb(200,200,200);
float:left;
background:rgb(155,155,155);
min-height:110px;
position:relative;
}
div.team-summary a, .etc {
position:relative;
z-index:1;
color:white;
font-family: 'Helvetica Neue', sans-serif;
}
div.team-summary a {
font-weight: 100;
}
div.team-summary svg, div.team-summary .etc {
margin-right:20px;
float:left;
}
input[type=text] {
line-height:2.4em;
height:2.4em;
}
div.focus {
position:relative;
padding:10px;
width:100%;
margin-bottom:20px;
border-radius:5px;
border:1px solid rgb(200,200,200);
float:left;
background:rgb(155,155,155);
}
div.focus h3, div.focus p, div.focus button {
position:relative;
z-index:1;
}
div.completion {
position:absolute; top:0; bottom:0;
}
div.countdown {
font-family: 'Helvetica Neue', sans-serif;
font-weight:200;
padding: 0px 10px;
position:relative;
z-index:1;
font-size: 72px;
color:white;
}
div.members {
text-align:center;
}
a.member {
margin-top: 10px;
margin-right:10px;
}
div.clear {
clear:both;
}