aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/css
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2019-02-24 20:34:43 +0100
committerJohannes Zellner <johannes@cloudron.io>2019-02-24 20:34:43 +0100
commit7c15fe4c937c6f531f1d6e480977d36341eb1837 (patch)
tree17033a50eccf3b1a5180b1497f609103f845fe19 /frontend/css
parentcf286c1be0b9053e1839a29a762aa5ce71bf62cd (diff)
downloadSurfer-7c15fe4c937c6f531f1d6e480977d36341eb1837.tar.gz
Surfer-7c15fe4c937c6f531f1d6e480977d36341eb1837.tar.zst
Surfer-7c15fe4c937c6f531f1d6e480977d36341eb1837.zip
Remove old styles
Diffstat (limited to 'frontend/css')
-rw-r--r--frontend/css/style.css66
1 files changed, 12 insertions, 54 deletions
diff --git a/frontend/css/style.css b/frontend/css/style.css
index b868258..3233715 100644
--- a/frontend/css/style.css
+++ b/frontend/css/style.css
@@ -1,9 +1,15 @@
1 1
2body { 2[v-cloak] {
3 display: none;
4}
5
6html, body {
3 margin: 0; 7 margin: 0;
4 font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif; 8 font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
5 font-weight: 400; 9 font-weight: 400;
6 color: rgb(96, 98, 102); 10 color: rgb(96, 98, 102);
11 height: 100%;
12 width: 100%;
7} 13}
8 14
9.el-container { 15.el-container {
@@ -72,58 +78,10 @@ a:hover, a:focus {
72 padding: 7px; 78 padding: 7px;
73} 79}
74 80
75/* old */ 81/* welcome and 404 page */
76 82.container-center {
77.wrapper { 83 display: flex;
78 display: table;
79 width: 100%;
80 height: 100%;
81}
82
83.content {
84 display: table-cell;
85 width: 100%;
86 height: 100%; 84 height: 100%;
87 text-align: center; 85 align-items: center;
88 vertical-align: middle; 86 justify-content: center;
89}
90
91pre {
92 margin: auto;
93 text-align: left;
94 width: 400px;
95}
96
97[v-cloak] {
98 display: none;
99}
100
101.hand {
102 cursor: pointer;
103}
104
105.main {
106 margin-bottom: 40px;
107}
108
109td {
110 vertical-align: middle !important;
111 overflow: hidden;
112}
113
114.entry-toolbar {
115 opacity: 0;
116 transition: opacity .25s;
117}
118
119tr:hover .entry-toolbar {
120 opacity: 1;
121}
122
123table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
124 content: " \25B4\25BE"
125}
126
127th {
128 cursor: pointer;
129} 87}