42 lines
866 B
CSS
42 lines
866 B
CSS
html {
|
|
height: 100%;
|
|
background-image: url("/images/black_dandy.jpeg");
|
|
background-repeat: no-repeat;
|
|
background-color: black;
|
|
background-position: bottom; }
|
|
|
|
body {
|
|
background: transparent;
|
|
padding: 2em; }
|
|
|
|
#huge_text {
|
|
display: inline block;
|
|
font-size: 30px;
|
|
font-weight: normal;
|
|
line-height: 120px;
|
|
letter-spacing: -1px;
|
|
color: #444444;
|
|
color: #57493c;
|
|
color: #555555;
|
|
text-shadow: 0 1px 3px #555555;
|
|
margin-bottom: -20px; }
|
|
#huge_text span {
|
|
font-weight: bold;
|
|
display: inline;
|
|
color: white;
|
|
text-shadow: 0 1px 3px #999999; }
|
|
|
|
input[type='password'] {
|
|
font-size: 30px;
|
|
text-align: center;
|
|
width: 300px;
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
background-color: black;
|
|
color: #eaeaea;
|
|
-webkit-box-shadow: 0 0 70px white;
|
|
border: 1px solid #666666; }
|
|
|
|
.container {
|
|
top: 30%;
|
|
text-align: center; }
|