-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_horses.css
93 lines (81 loc) · 1.58 KB
/
style_horses.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
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
body {
background: #FECB51;
background-image: url("img/fer100.png");
text-align: center;
}
#content {
width: 100%;
height: 500px;
position: relative;
}
#generateur {
background-color: #FECB51;
width: 800px;
height: 400px;
margin-top: 20px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
#nomPoney {
color: #FFFFFF;
font-family: 'Comic Sans MS','Serif';
font-size: 25pt;
margin-top: -10px;
}
#logo img {
width: 500px;
}
#footer {
background-color: #FFFFFF;
color: #B3348A;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
font-family: 'futura','arial','serif';
font-size: 9pt;
}
#footer a {
color: #ED6EA7;
}
#footer a:hover {
text-decoration: none;
}
#footer img {
height: 14px;
vertical-align: middle;
}
#footer img#twitter {
height: 20px;
vertical-align: middle;
}
.btn {
-webkit-border-radius: 13;
-moz-border-radius: 13;
border-radius: 13px;
-webkit-box-shadow: 0px 1px 4px #704A70;
-moz-box-shadow: 0px 1px 4px #704A70;
box-shadow: 0px 1px 4px #704A70;
font-family: 'Comic Sans MS','Serif';
color: #B3348A;
font-weight: bold;
font-size: 12pt;
background: #ED6EA7;
padding: 15px 21px 15px 20px;
text-decoration: none;
}
.btn:hover {
background: #fa69be;
text-decoration: none;}
/* Couleurs :
* Jaune : #FECB51
* Rose boutton : #ED6EA7
* Rose typo : #B3348A
* Ombre boutton : #704A70
* Boutton : 20pt
* Texte nom : 42pt
*/