Projekt

Obecné

Profil

Stáhnout (1.42 KB) Statistiky
| Větev: | Tag: | Revize:
1
[v-cloak] {
2
  display: none;
3
}
4

    
5
.certificate-control {
6
    width: 105px;
7
    display: block;
8
    text-align: center;
9
}
10

    
11
.w-65 {
12
    max-width: 65%;
13
}
14

    
15
.w-35 {
16
    max-width: 35%;
17
}
18

    
19
.caret-top::before {
20
    font-family: sans-serif;
21
    cursor: pointer;
22
    -webkit-user-select: none; /* Safari 3.1+ */
23
    -moz-user-select: none; /* Firefox 2+ */
24
    -ms-user-select: none; /* IE 10+ */
25
    user-select: none;
26
    content: "\25B6";
27
    display: inline-block;
28
    margin-right: 6px;
29
    -ms-transform: rotate(270deg); /* IE 9 */
30
    -webkit-transform: rotate(270deg); /* Safari */'
31
    transform: rotate(270deg);
32
}
33

    
34
.caret-left::before {
35
    font-family: sans-serif;
36
    cursor: pointer;
37
    -webkit-user-select: none; /* Safari 3.1+ */
38
    -moz-user-select: none; /* Firefox 2+ */
39
    -ms-user-select: none; /* IE 10+ */
40
    user-select: none;
41
    content: "\25B6";
42
    display: inline-block;
43
    margin-right: 6px;
44
    -ms-transform: rotate(180deg); /* IE 9 */
45
    -webkit-transform: rotate(180deg); /* Safari */'
46
    transform: rotate(180deg);
47
}
48

    
49
/*404 page*/
50
#404_page{
51
    display: table;
52
    width: 100%;
53
    height: 100vh;
54
    text-align: center;
55
}
56

    
57
.fof{
58
	  display: table-cell;
59
	  vertical-align: middle;
60
}
61

    
62
.fof h1{
63
	  font-size: 50px;
64
	  display: inline-block;
65
	  padding-right: 12px;
66
	  animation: type .5s alternate infinite;
67
}
68

    
69
@keyframes type{
70
	  from{box-shadow: inset -3px 0px 0px #888;}
71
	  to{box-shadow: inset -3px 0px 0px transparent;}
72
}
(1-1/5)