-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesign.css~
executable file
·64 lines (57 loc) · 1.24 KB
/
design.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
58
59
60
61
62
63
64
body {
background: url(test.png) no-repeat center center fixed;
-webkit-background-size: cover;
background-size: cover;
@background-position: left bottom;
}
.hideForm{
visibility:hidden;
}
#signButton{
display:block;
width:300px;
height:65px;
margin: 45px 5px 5px 5px;
padding:15px;
text-align:center;
border:1px solid blue;
background:#0066FF center fixed;
position: fixed;
top: 50px;
right: 100px;
opacity:1;
-webkit-border-radius: 15px;
-webkit-box-shadow:rgb(110,110,110) 5px 5px 5px;
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s,width 0.5s,height 0.5s;
border-radius: 15px;
box-shadow:rgb(110,110,110) 5px 5px 5px;
-moz-transition: -webkit-transform 0.5s, opacity 0.5s,width 0.5s,height 0.5s;
}
#signButton:hover{
-webkit-transform:zoom();
transform:();
opacity:1;
<<<<<<< HEAD
//background:#0033FF;
=======
background:#0066FF;
>>>>>>> 437c846b550160dd7a19014fe681fc67c2c419ee
width:310px;
height:70px;
}
#textButton{
font:bold 28px Century Gothic;
color:white;
}
.round-corners {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
}
.misenforme
{
line-height:30px;
}