]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame - frontend/css/style.css
Add hosting tag to manifest
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
CommitLineData
c10e69bf
JZ
1
2html, body {
e807872b 3 min-height: 100%;
c10e69bf
JZ
4 width: 100%;
5 height: 100%;
6 padding: 0;
7 margin: 0;
8}
9
e807872b
JZ
10body {
11 padding-bottom: 70px;
12}
13
c10e69bf
JZ
14.wrapper {
15 display: table;
16 width: 100%;
17 height: 100%;
18}
19
20.content {
21 display: table-cell;
22 width: 100%;
23 height: 100%;
24 text-align: center;
25 vertical-align: middle;
26}
27
28pre {
29 margin: auto;
30 text-align: left;
31 width: 400px;
6eb72d64
JZ
32}
33
34[v-cloak] {
35 display: none;
36}
d3312ed1
JZ
37
38.hand {
f65c7ea8 39 cursor: pointer;
a26d1f9b
JZ
40}
41
e807872b
JZ
42.main {
43 margin-bottom: 40px;
44}
45
46footer {
47 position: fixed;
48 background-color: #efefef;
49 bottom: 0;
50 width: 100%;
51 color: #555;
52 font-size: 14px;
53 padding: 5px;
54 z-index: 13;
55 opacity: .5;
56 -webkit-transition: all .25s;
57 transition: all .25s;
58}
59
60footer:hover {
61 opacity: 1;
9716e5b6
JZ
62}
63
8a3d0eee
JZ
64td {
65 vertical-align: middle !important;
9716e5b6
JZ
66 overflow: hidden;
67}
68
69.entry-toolbar {
70 opacity: 0;
71 transition: opacity .25s;
72}
73
74tr:hover .entry-toolbar {
75 opacity: 1;
76}
8a3d0eee
JZ
77
78table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
79 content: " \25B4\25BE"
80}
81
82th {
83 cursor: pointer;
84}