-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
57 lines (51 loc) · 1.69 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body{background:#def;overflow:hidden;font-family:'Lucida Casual', 'Comic Sans MS'}
#center-box {
position:absolute;
top:0;right:0;bottom:0;left:0;
width:240px;
height:60px;
margin:auto;
padding:0px;
}
#fields {text-align:center;margin:0px auto;}
#fields input {width:120px;border:2px solid black;padding:4px;}
#username-clear {display:none;color:#999;}
#username-username {color:black;}
#password-clear {display:none;color:#999;}
#password-password {color:black;}
#buttons {margin-top:5px;text-align:center;}
#buttons input {float:left;border:none;width:120px;height:102px;}
#login-button {background:url("img/login-button.png");}
#login-button:hover {background-position:-120px 0px;}
#login-button:active {background-position:-240px 0px;}
#generate-button {background:url("img/generate-button.png");}
#generate-button:hover {background-position:-120px 0px;}
#generate-button:active {background-position:-240px 0px;}
#cloud1{width: 392px; height: 229px;background:url("img/clouds1.png");
position:absolute;top:-200px;left: -450px;}
#cloud2{width: 392px; height: 214px;background:url("img/clouds1.png");
background-position:0px -229px;
position:absolute;top: -300px; left: 140px;}
#cloud3{width: 392px; height: 229px;background:url("img/clouds1.png");
position:absolute;top:-50px;left:370px;}
#logo {position:absolute;left:0px;top:-90px;width:260px;height:50px;}
#logo span {
font-size:3.6em;position:relative;margin-top:-0.5em;
color:#8cf;
text-shadow:
3px 3px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
#logo span:hover {
cursor:default;
color:#ff0;
text-shadow:
3px 3px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}