Revize 5885e489
Přidáno uživatelem Jan Pašek před asi 4 roky(ů)
static/css/app.css | ||
---|---|---|
44 | 44 |
-ms-transform: rotate(180deg); /* IE 9 */ |
45 | 45 |
-webkit-transform: rotate(180deg); /* Safari */' |
46 | 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;} |
|
47 | 72 |
} |
Také k dispozici: Unified diff
Re #8583 - Loading screen and error reaction in certificate.html