2012-10-09 16:11:30 +09:00
|
|
|
html, body, .outer-wrapper{
|
|
|
|
height:100%;
|
|
|
|
}
|
2012-08-25 11:20:17 +09:00
|
|
|
body{
|
2012-09-29 12:28:51 +09:00
|
|
|
background:#e0f1f7;
|
2012-10-02 13:49:38 +09:00
|
|
|
// min-height:1500px;
|
2012-08-25 11:20:17 +09:00
|
|
|
}
|
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
|
|
|
|
body{
|
2012-08-31 18:58:12 +09:00
|
|
|
// background:#e9f3f7 url("/img/bg@2x.png") top center;
|
2012-08-25 11:20:17 +09:00
|
|
|
background-size:10px 10px;
|
|
|
|
}
|
|
|
|
}
|
2012-10-09 16:11:30 +09:00
|
|
|
.outer-wrapper{
|
|
|
|
position:relative;
|
|
|
|
}
|
2012-10-18 14:56:51 +09:00
|
|
|
.content-wrapper{
|
|
|
|
padding-bottom:10px;
|
|
|
|
}
|
2012-08-25 11:20:17 +09:00
|
|
|
#spinner{
|
2014-02-06 15:45:43 +09:00
|
|
|
margin: 100px 0;
|
2012-08-25 11:20:17 +09:00
|
|
|
}
|
|
|
|
.debug{
|
|
|
|
display:none;
|
2012-08-31 18:58:12 +09:00
|
|
|
}
|
|
|
|
.hidden{
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
.overlay{
|
|
|
|
position:fixed;
|
|
|
|
top:0;
|
|
|
|
left:0;
|
|
|
|
height:100%;
|
|
|
|
width:100%;
|
|
|
|
z-index:50;
|
2012-09-24 08:53:13 +09:00
|
|
|
}
|
2012-09-24 10:09:53 +09:00
|
|
|
.footer{
|
|
|
|
text-align:center;
|
2012-12-20 17:52:15 +01:00
|
|
|
padding:10px 0 70px 0;
|
|
|
|
color:black(0.4);
|
|
|
|
font-size:14px;
|
2012-12-16 18:46:58 +01:00
|
|
|
&.absolute{
|
|
|
|
position:absolute;
|
|
|
|
}
|
2012-09-24 10:09:53 +09:00
|
|
|
}
|
2012-10-17 16:04:47 +09:00
|
|
|
#login-buttons .loading{
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
#loading{
|
|
|
|
height:300px;
|
2012-08-25 11:20:17 +09:00
|
|
|
}
|