]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Rename app/ to frontend/
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
diff --git a/frontend/css/style.css b/frontend/css/style.css
new file mode 100644 (file)
index 0000000..05336ab
--- /dev/null
@@ -0,0 +1,66 @@
+
+html, body {
+    min-height: 100%;
+    width: 100%;
+    height: 100%;
+    padding: 0;
+    margin: 0;
+}
+
+body {
+    padding-bottom: 70px;
+}
+
+.wrapper {
+    display: table;
+    width: 100%;
+    height: 100%;
+}
+
+.content {
+    display: table-cell;
+    width: 100%;
+    height: 100%;
+    text-align: center;
+    vertical-align: middle;
+}
+
+pre {
+    margin: auto;
+    text-align: left;
+    width: 400px;
+}
+
+[v-cloak] {
+  display: none;
+}
+
+.hand {
+    cursor: pointer;
+}
+
+th {
+    vertical-align: middle !important;
+}
+
+.main {
+    margin-bottom: 40px;
+}
+
+footer {
+    position: fixed;
+    background-color: #efefef;
+    bottom: 0;
+    width: 100%;
+    color: #555;
+    font-size: 14px;
+    padding: 5px;
+    z-index: 13;
+    opacity: .5;
+    -webkit-transition: all .25s;
+    transition: all .25s;
+}
+
+footer:hover {
+    opacity: 1;
+}
\ No newline at end of file