-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystyle.css
More file actions
103 lines (102 loc) · 1.93 KB
/
mystyle.css
File metadata and controls
103 lines (102 loc) · 1.93 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.body-1
{
background-image:url(image2.jpg);
background-size:1500px;
background-repeat:no-repeat;
background-position:center;
background-attachment:fixed;
}
.elegant-aero
{
margin-top:50px;
margin-left:auto;
margin-right:auto;
max-width:500px;
background:#D2E9FF;
padding:20px 20px 20px 20px ;
font:12px Arial,Helvetica,sans-serif;
color:#666;
}
.elegant-aero h1
{
font:24px "Trebuchet Ms",Arial,Helvetica,sans-serif;
padding:10px 10px 10px 20px;
display:block;
background:#C0E1FF;
border-bottom:1px solid #B8DDFF;
margin:-20px -20px 15px;
text-align:center;
}
.elegant-aero h1>span
{
float:left;
margin-top:10px;
color:#5E5E5E;
}
.elegant-aero lable
{
display:block;
margin:0px 0px 5px;
}
.elegant-aero label>span
{
float:left;
width:20%;
text-align:right;
padding-right:15px;
margin-top:10px;
font-weight:bold;
}
.elegant-aero
input[type="text"],.elegant-aero
input[type="email"],.elegant-aero
input[type="password"],.elegant-aero
submit,.elegant-aero select
{
color:#888;
width:70%;
padding:0px 0px 0px 5px;
border:1px solid #C5E2FF;
background:#FBFBFB;
outline:0;
-webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
box-shadow:inset 0px 1px 6px #ECF3F5;
font:200 12px/25px Arial,Helvetica,sans-serif;
height:30px;
line-height:15px;
margin:2px 6px 16px 0px;
}
.elegant-aero textarea
{
height:100px;
padding:5px 0px 0px 5px;
width:70%;
margin-left:30px;
}
.elegant-aero select
{
background:#fbfbfb url('down-arrow.png')no-repeat right;
background:#fbfbfb url('down-arrow.png')no-repeat right;
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
text-indent:0.01px;
text-overflow:"";
width:70%;
}
.elegant-aero .button
{
padding:10px 30px 10px 30px;
background:#66C1E4;
border:none;
color:#FFF;
box-shadow:1px 1px 1px #4C6E91;
-webkit-box-shadow:1px 1px 1px #4C6E91;
-moz-box-shadow:1px 1px 1px #4C6E91;
text-shadow:1px 1px 1px #5079A3;
margin-left:100px;
}
.elegant-aero .button:hover
{
background:#3EB1DD;
}