survey.css
576 Bytes
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
#upload-slide {
display: block;
position: absolute;
top: 10px;
left: 10px;
}
#header,
#recommender-box {
height: 80px;
}
.innertube {
margin: 50px;
}
body.survey #wrap {
padding-top: 0px;
}
/* Display None itens Survey */
.coda-nav-left,
body.survey #header,
#recommender-box #upfile,
#advanced-button,
#copyright span,
#navbar,
#pkgs_list {
display: none;
}
/* FIXME: não funciona porque as vezes o resultado final não é 10.
* #conclude-button,
* #10:target #coda-nav-right-1 {
* display: none;
* }
* #10:target #conclude-button {
* display: block;
* }
*/