.site-closed-body {
background: url(../../images/background-site-closed.jpg) top center no-repeat fixed;
}
.xoops-site-closed {
margin-top: 10%;
}
.site-closed-logo {
margin-bottom: 5%;
}
.xoops-site-closed-container {
background: #FFF;
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 0 10px #333, 0 0 10px #333;
}
.xoops-site-closed-container input {
margin-bottom: 10px;
}
.input-container {
position: relative;
}
.input-container input:focus ~ span {
left: -50px;
}
.input-container > span {
background: #111;
color: #000;
text-shadow: 1px 1px 0 #333;
position: absolute;
top: -3px;
left: -10px;
padding: 10px;
z-index: -1;
font-size: 1.5em;
border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
transition: all linear 300ms;
-moz-transition: all linear 300ms;
-webkit-transition: all linear 300ms;
}
|