-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
72 lines (68 loc) · 1.21 KB
/
default.css
File metadata and controls
72 lines (68 loc) · 1.21 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
/*
Shorthand Map - I never remember ;)
top right bottom left
top rightleft bottom
topbottom rightleft
all
*/
html,
body {
margin: 0 auto;
padding: 10px 0 0;
width: 800px;
font-family: "Lucida Console", helvetica, verdana, arial, sans-serif;
color: #333;
}
body {
font-size: 0.8em;
line-height: 1.2;
}
h1 {
font-size: 1.3em;
font-weight: bold;
}
fieldset {
border: 3px solid #003DF5;
margin: 0 0 20px 0;
padding-bottom: 20px;
border-radius: 8px;
-moz-border-radius: 8px;
-web-kit-border-radius: 8px;
}
legend {
padding: 8px;
font-size: 1.0em;
font-weight: bold;
color: #fff;
border-radius: 8px;
-moz-border-radius: 8px;
-web-kit-border-radius: 8px;
background-color: #003DF5;
}
legend a {
color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"] {
padding: 4px;
font-family: arial, sans-serif;
font-weight: normal;
}
.error {
border: 1px solid #ff0000;
}
#form2 fieldset {
border-color: #F5003D;
}
#form2 legend{
background-color: #F5003D;
}
#form3 fieldset {
border-color: #F5B800;
}
#form3 legend{
background-color: #F5B800;
}