-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
61 lines (51 loc) · 937 Bytes
/
style.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
body {
font: .8em "Trebuchet MS", Verdana, Arial, Sans-Serif;
background: url('http://m.b4n.fr/gris_190.jpg');
color: #80679d;
text-align: center;
margin-top: 5em;
}
h1 {
font-size: 2em;
padding: 0;
margin: 0;
}
h4 {
font-size: 1em;
font-weight: bold;
}
form {
width: 28em;
background-color: #eee;
border: 1px solid #ccc;
margin-left: auto;
margin-right: auto;
padding: 1em;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
a {
color: #573ae5;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #80427b;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.error, .success {
font-size: 1.2em;
font-weight: bold;
}
.error {
color: #de82c5;
}
.success {
color: #9978e5;
}