tarifa
Version:
Your friendly toolchain for mobile app development on top of Apache Cordova
116 lines (114 loc) • 3.24 kB
CSS
@font-face {
font-family: 'latoregular';
src: url('fonts/Lato/lato-regular.eot');
src: url('fonts/Lato/lato-regular.eot?#iefix') format('embedded-opentype'),
url('fonts/Lato/lato-regular.woff2') format('woff2'),
url('fonts/Lato/lato-regular.woff') format('woff'),
url('fonts/Lato/lato-regular.ttf') format('truetype'),
url('fonts/Lato/lato-regular.svg#latoregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'alex_brushregular';
src: url('fonts/AlexBrush/alexbrush-regular.eot');
src: url('fonts/AlexBrush/alexbrush-regular.eot?#iefix') format('embedded-opentype'),
url('fonts/AlexBrush/alexbrush-regular.woff2') format('woff2'),
url('fonts/AlexBrush/alexbrush-regular.woff') format('woff'),
url('fonts/AlexBrush/alexbrush-regular.ttf') format('truetype'),
url('fonts/AlexBrush/alexbrush-regular.svg#alex_brushregular') format('svg');
font-weight: normal;
font-style: normal;
}
* {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
html {
height: 100%;
width:100%;
margin:0;
padding:0;
}
body {
background: rgb(72, 126, 194);
font-family: AllerRegular, sans-serif;
font-size: 30px;
color: white;
height: 100%;
width:100%;
margin:0;
padding:0;
background: #487EC2;
-ms-touch-action: none;
background-image: -o-linear-gradient(-134deg, #514A9D 0%, #24C6DC 100%);
background-image: -moz-linear-gradient(-134deg, #514A9D 0%, #24C6DC 100%);
background-image: -ms-linear-gradient(-134deg, #514A9D 0%, #24C6DC 100%);
background-image: linear-gradient(-44deg, #514A9D 0%, #24C6DC 100%);
background-repeat: no-repeat;
font-family: 'latoregular', sans-serif;
}
p {
padding: 50px 10px 10px 10px;
margin:0;
text-align:center;
font-size:40px;
}
p.info{
display:none;
opacity:0;
padding: 10px 20px;
font-size: 22px;
padding: 10px 20px 0 20px;
}
span {
font-family: 'alex_brushregular', cursive;
}
.circle {
width: 200px;
height: 200px;
border-radius: 200px;
margin: auto;
border: 20px solid rgb(255, 255, 255);
background-color: rgb(64, 133, 180);
}
.circle.inside {
border:none;
width:150px;
height:150px;
border-radius: 150px;
background: white;
-webkit-transform: translate3d(0,25px,0);
-ms-transform: translate3d(0,25px,0);
-moz-transform: translate3d(0,25px,0);
transform: translate3d(0,25px,0);
}
.circle.little {
border:none;
width: 75px;
height: 75px;
border-radius: 75px;
-webkit-transform: translate3d(35px,86px,0);
-ms-transform: translate3d(35px,86px,0);
-moz-transform: translate3d(35px,86px,0);
transform: translate3d(35px,86px,0);
}
.circle.main {
-webkit-transform: rotateZ(280deg);
-ms-transform: rotateZ(280deg);
-moz-transform: rotateZ(280deg);
transform: rotateZ(280deg);
}
dt {
float: left;
font-weight: bold;
border-bottom: 1px solid rgb(255, 255, 255);
}
dd {
text-align: right;
border-bottom: 1px solid rgb(255, 255, 255);
-webkit-margin-start: 0;
margin:0;
}