ami/src/ami.css/noscript.css

59 lines
1.3 KiB
CSS

.noscript {
margin: 0;
padding: 0;
font: 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
background: url('/images/clouds-700000.jpg');
background-color: #111;
color: #000;
height: 100%;
position: relative;
width: 100%;
text-align: center;
}
.noscript-background {
position: absolute;
z-index: 100;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('/images/clouds-700000.jpg');
}
.noscript-background-overlay {
width: 100%;
height: 100%;
background: url('/images/clouds-8559a5.jpg');
-webkit-animation: 3s ease-in-out .5s forwards fadeOut;
-moz-animation: 3s ease-in-out .5s forwards fadeOut;
-o-animation: 3s ease-in-out .5s forwards fadeOut;
animation: 3s ease-in-out .5s forwards fadeOutZoom;
}
.noscript-icon div {
margin: 0 auto;
}
.noscript-content {
position: relative;
box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
padding: 15px;
margin: 20px 30px;
background-color: #111;
color: #fff;
vertical-align: top;
display: inline-block;
max-width: 400px;
z-index: 200;
}
.noscript-header {
font-size: 1.5em;
line-height: 1.5em;
}
.noscript-body {
margin-top: 4px;
}
.noscript-body p {
line-height: 1.5em;
}
.noscript-body code {
font-size: 1.3em;
}