.
[hacks/simpleWebSlides.git] / fds / anim / cartes.css
diff --git a/fds/anim/cartes.css b/fds/anim/cartes.css
deleted file mode 100644 (file)
index bdda6df..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-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