css3-anime/anime/loading/25/css/style.css

186 lines
2.2 KiB
CSS

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
font-size: 62.5%;
font-family: 'Lato', sans-serif;
background: #0dcecb;
color: #FFF;
}
/* inner */
.inner {
width: 960px;
margin:40px auto 0 auto;
}
.load-container {
border: 1px solid rgba(255, 255, 255, 0.2);
width: 240px;
height: 240px;
float: left;
position: relative;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.load-container a:link,
.load-container a:visited {
position: absolute;
bottom: 3px;
font-size: 1.15em;
text-align: center;
left: 0;
right: 0;
text-decoration: none;
color: #FFF;
}
.load-container a:link:hover,
.load-container a:visited:hover {
text-decoration: underline;
}
.loader {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
@media (max-width: 960px) {
.inner {
width: 480px;
}
}
@media (max-width: 500px) {
.inner {
width: 100%;
}
.load-container {
width: 100%;
}
}