.
[hacks/simpleWebSlides.git] / fds / anim / cartes.css
diff --git a/fds/anim/cartes.css b/fds/anim/cartes.css
new file mode 100644 (file)
index 0000000..bdda6df
--- /dev/null
@@ -0,0 +1,60 @@
+div#all_images {
+    display:block;
+    position:fixed;
+    left:0%;
+    width:60%;
+    top:0%;
+    height:40%;
+    margin-left:1%;
+    margin-top:1%;
+}
+div#all_digits {
+    display:block;
+    position:fixed;
+    left:0%;
+    width:60%;
+    top:40%;
+    height:40%;
+    margin-left:1%;
+    margin-top:1%;
+}
+div#result {
+    display:inline-block;
+    position:fixed;
+    right:0%;
+    width:39%;
+    top:0%;
+    height:80%;
+    font-size: 20vh;
+    font-family: DIN;
+}
+div#rescontent{
+    position:absolute;
+    top:25%;
+}
+
+div#command {
+    position:fixed;
+    top:83%;
+}
+
+div.image {
+    position:relative;
+    display:inline-block;
+    width:19%;
+}
+div.digit {
+    position:relative;
+    display:inline-block;
+    text-align:center;
+    width:19%;
+    font-size: 20vh;
+    font-family: DIN;
+}
+
+img {
+    display:block;
+    position: absolute;
+    width:100%;
+    height:auto;
+}
\ No newline at end of file