]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame - frontend/css/style.css
Support dropping a folder for upload
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
CommitLineData
c10e69bf 1
13df9f95 2body {
c10e69bf 3 margin: 0;
13df9f95
JZ
4 font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
5 font-weight: 400;
6 color: rgb(96, 98, 102);
c10e69bf
JZ
7}
8
c2483736 9.el-container {
13df9f95
JZ
10 height: 100%;
11}
12
13.el-main {
14 padding: 10px;
15}
16
17.el-header {
18 padding: 10px 20px;
19 box-shadow: 0 1px 7px rgba(0,0,0,0.3);
20 height: 52px !important;
21}
22
23.el-footer {
24 padding: 3px 20px;
25 font-size: 14px;
d0803a04 26 height: 38px !important;
13df9f95
JZ
27}
28
29a {
30 color: #66b1ff;
31 text-decoration: none;
32}
33
34a:hover, a:focus {
35 color: #409EFF;
36 text-decoration: none;
37}
38
39.el-table a {
40 color: rgb(96, 98, 102);
41}
42
43.el-table a:hover {
44 color: #66b1ff;
e807872b
JZ
45}
46
13df9f95
JZ
47.el-table td {
48 padding: 5px 0;
49 cursor: pointer;
50 font-size: 14px;
51}
52
53.el-table th {
54 font-size: 12px;
55}
56
57.el-table__row .list-actions .el-button {
58 visibility: hidden;
59}
60
61.el-table__row:hover .list-actions .el-button {
62 visibility: visible;
63}
64
65.el-breadcrumb {
66 border: 1px solid #ebeef5;
67 border-radius: 5px;
68 padding: 7px;
69}
70
71/* old */
72
c10e69bf
JZ
73.wrapper {
74 display: table;
75 width: 100%;
76 height: 100%;
77}
78
79.content {
80 display: table-cell;
81 width: 100%;
82 height: 100%;
83 text-align: center;
84 vertical-align: middle;
85}
86
87pre {
88 margin: auto;
89 text-align: left;
90 width: 400px;
6eb72d64
JZ
91}
92
93[v-cloak] {
94 display: none;
95}
d3312ed1
JZ
96
97.hand {
f65c7ea8 98 cursor: pointer;
a26d1f9b
JZ
99}
100
e807872b
JZ
101.main {
102 margin-bottom: 40px;
103}
104
8a3d0eee
JZ
105td {
106 vertical-align: middle !important;
9716e5b6
JZ
107 overflow: hidden;
108}
109
110.entry-toolbar {
111 opacity: 0;
112 transition: opacity .25s;
113}
114
115tr:hover .entry-toolbar {
116 opacity: 1;
117}
8a3d0eee
JZ
118
119table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
120 content: " \25B4\25BE"
121}
122
123th {
124 cursor: pointer;
125}