-
Notifications
You must be signed in to change notification settings - Fork 12
/
style.css
198 lines (197 loc) · 3.95 KB
/
style.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
/*
#"<--- Copyright 2013 de Retórica/Davi Moreira, Luis Carli e Manoel Galdino
# Este arquivo é parte do programa Retorica.
# O Retorica é um software livre; você pode redistribuí-lo e/ou modificá-lo dentro
# dos termos da [GNU General Public License OU GNU Affero General Public License]
# como publicada pela Fundação do Software Livre (FSF); na versão 3 da Licença.
# Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA GARANTIA;
# sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou APLICAÇÃO EM PARTICULAR.
# Veja a licença para maiores detalhes. Você deve ter recebido uma cópia da
# [GNU General Public License OU GNU Affero General Public License], sob o título "LICENCA.txt"
*/
html,
body {
font-family: 'helvetica';
font-size: 12px;
font-family: "Whitney SSm A", "Whitney SSm B";
font-weight: 500;
margin: 0;
}
a {
color: #595959;
}
.container {
width: 1200px;
margin: auto;
}
.title {
font-family: "Whitney A", "Whitney B";
font-size: 30px;
font-weight: 400px;
position: absolute;
margin-left: 40px;
margin-top: 55px;
}
.description2 {
opacity: 0;
}
.description,
.description2 {
position: absolute;
margin-left: 40px;
top: 105px;
width: 300px;
line-height: 20px;
}
.description .headline,
.description2 .headline {
font-size: 16px;
line-height: 22px;
}
.description .detail,
.description2 .detail,
.description .site,
.description2 .site,
.description .email,
.description2 .email {
font-size: 13px;
margin-top: 20px;
margin-bottom: 0px;
}
.description .site,
.description2 .site {
margin-top: 5px;
}
.description span.nome,
.description2 span.nome {
font-weight: 600px;
}
.description span.partido,
.description2 span.partido {
margin-left: 16px;
color: #262626;
}
.inputContainer {
display: none;
position: absolute;
margin-left: 850px;
top: 60px;
width: 200px;
}
.foot {
position: absolute;
top: 850px;
margin-left: 40px;
margin-bottom: 80px;
width: 300px;
}
.topicCircle {
fill: steelblue;
stroke: steelblue;
fill-opacity: 1;
stroke-width: 0;
}
.depCircle {
fill: #000000;
stroke: black;
stroke-width: 0;
fill-opacity: .2;
}
text {
pointer-events: none;
}
.depImage {
opacity: 0;
display: none;
}
.popover,
.popover2 {
opacity: 0;
pointer-events: none;
font-size: 10px;
color: white;
background: black;
position: absolute;
padding: 9px;
left: 20px;
top: 20px;
}
.popover .nome,
.popover2 .nome {
text-decoration: lowercase;
font-weight: 600;
}
.popover .partido,
.popover2 .partido {
margin-top: 4px;
text-align: center;
color: #d9d9d9;
}
.popover .tick,
.popover2 .tick {
position: absolute;
left: 90px;
top: -7px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #000000;
}
.typeahead,
.tt-query,
.tt-hint {
width: 260px;
height: 18px;
padding: 8px 12px;
font-size: 13px;
line-height: 20px;
border: 2px solid #ccc;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
outline: none;
}
.typeahead {
background-color: #fff;
}
.typeahead:focus {
border: 2px solid #0097cf;
}
.tt-query {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
color: #999999;
}
.tt-dropdown-menu {
width: 287px;
margin-top: 6px;
padding: 8px 0;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
padding: 3px 20px;
font-size: 13px;
line-height: 18px;
}
.tt-suggestion.tt-is-under-cursor {
color: #fff;
background-color: #0097cf;
}
.tt-suggestion p {
margin: 0;
}
.gist {
font-size: 14px;
}