|
@@ -5,12 +5,22 @@ src: url('../fonts/Raleway-Thin.otf');
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
|
}
|
|
}
|
|
|
@font-face{
|
|
@font-face{
|
|
|
-font-family:'openSans';
|
|
|
|
|
|
|
+font-family:'openSans-light';
|
|
|
src: url('../fonts/OpenSans-Light.ttf');
|
|
src: url('../fonts/OpenSans-Light.ttf');
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
|
}
|
|
}
|
|
|
|
|
+@font-face{
|
|
|
|
|
+font-family:'openSans-regular';
|
|
|
|
|
+src: url('../fonts/OpenSans-Regular.ttf');
|
|
|
|
|
+-webkit-font-smoothing: antialiased;
|
|
|
|
|
+}
|
|
|
|
|
+@font-face{
|
|
|
|
|
+font-family:'openSans-bold';
|
|
|
|
|
+src: url('../fonts/OpenSans-Bold.ttf');
|
|
|
|
|
+-webkit-font-smoothing: antialiased;
|
|
|
|
|
+}
|
|
|
html, body{
|
|
html, body{
|
|
|
-font-family:'openSans';
|
|
|
|
|
|
|
+font-family:'openSans-regular';
|
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
padding: 0;
|
|
padding: 0;
|
|
@@ -114,28 +124,53 @@ background-color: #BBD2F4;
|
|
|
|
|
|
|
|
|
|
|
|
|
/* ANIMACIONES */
|
|
/* ANIMACIONES */
|
|
|
-.coffee{
|
|
|
|
|
|
|
+.coffee-deiv{
|
|
|
|
|
+ width: 100px;
|
|
|
|
|
+ height: 100px;
|
|
|
|
|
+ background-image: url('../images/deivcup.png');
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-position: center center;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ -webkit-animation: slidein-right 2s;
|
|
|
|
|
+ animation-name: slidein-right ;
|
|
|
|
|
+ animation-duration: 2s;
|
|
|
|
|
+ top: 66%;
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+@-webkit-keyframes slidein-right {
|
|
|
|
|
+ from {right: 10%;}
|
|
|
|
|
+ to {right: 40%;}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+@keyframes slidein-right {
|
|
|
|
|
+ from {left: 80%;}
|
|
|
|
|
+ to {left: 50%;}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+.coffee-tati{
|
|
|
width: 100px;
|
|
width: 100px;
|
|
|
height: 100px;
|
|
height: 100px;
|
|
|
background-image: url('../images/taticup.png');
|
|
background-image: url('../images/taticup.png');
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
background-position: center center;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- -webkit-animation: slidein 2s;
|
|
|
|
|
- animation-name: slidein ;
|
|
|
|
|
|
|
+ -webkit-animation: slidein-left 2s;
|
|
|
|
|
+ animation-name: slidein-left ;
|
|
|
animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
|
top: 80%;
|
|
top: 80%;
|
|
|
left: 40%;
|
|
left: 40%;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-@-webkit-keyframes slidein {
|
|
|
|
|
|
|
+@-webkit-keyframes slidein-left {
|
|
|
from {left: 10%;}
|
|
from {left: 10%;}
|
|
|
to {left: 40%;}
|
|
to {left: 40%;}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-@keyframes slidein {
|
|
|
|
|
|
|
+@keyframes slidein-left {
|
|
|
from {left: 10%;}
|
|
from {left: 10%;}
|
|
|
to {left: 40%;}
|
|
to {left: 40%;}
|
|
|
}
|
|
}
|
|
@@ -143,7 +178,7 @@ background-color: #BBD2F4;
|
|
|
|
|
|
|
|
/* HEADERS */
|
|
/* HEADERS */
|
|
|
h1{
|
|
h1{
|
|
|
- font-family: 'raleway';
|
|
|
|
|
|
|
+ font-family: 'openSans-bold';
|
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
border-bottom: 1px solid white;
|
|
border-bottom: 1px solid white;
|