-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrecettes.css
More file actions
130 lines (130 loc) · 2.24 KB
/
recettes.css
File metadata and controls
130 lines (130 loc) · 2.24 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
/* Generated by less 2.5.1 */
#body {
font-family: verdana;
background-color: #ff7a3f;
background-image: url(images/fond.png);
color: white;
}
#body a img {
border: none;
}
#body div.interface {
color: black;
width: 760px;
margin: 0 auto;
background-color: #ff7a3f;
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid black;
border-radius: 1em;
padding: 1em 3em;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
background-image: url(images/poele.png);
background-repeat: no-repeat;
background-position: right -50px;
}
#body table {
margin: 0 auto;
margin-top: 1em;
border: 2px solid black;
border-collapse: collapse;
background-color: white;
}
#body table td,
#body table th {
border: 1px solid black;
padding: 3px;
}
#body table th {
background-color: #ff7a3f;
color: white;
text-align: right;
}
#body div.aside {
float: left;
width: 160px;
border: 1px solid black;
padding: 1em;
background-color: white;
}
#body div.nav {
font-weight: bold;
margin-bottom: 1em;
}
#body div.nav a {
text-decoration: none;
color: inherit;
}
#body div.nav ul,
#body div.nav ol {
list-style-type: none;
margin: 0;
padding: 0;
}
#body li li {
padding-left: 1em;
font-size: smaller;
}
#body div.content {
margin-left: 210px;
margin-right: 20px;
}
#body div.content p {
text-align: justify;
}
#body div.content h1 {
background-color: #ff7a3f;
color: white;
padding: .1em .5em;
margin-top: 0;
}
#body header {
color: #ff7a3f;
font-weight: bold;
letter-spacing: -0.1em;
padding: 0 0 22px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
#body footer {
clear: both;
border-top: 2px solid #ff7a3f;
font-size: smaller;
text-align: center;
}
#body footer p {
margin: 0;
}
#body ul.ingredients {
list-style-image: url("images/poelepetite.png");
}
#body div.pub {
text-align: center;
}
#body h2 {
color: #ff7a3f;
border-bottom: 2px solid #ff7a3f;
}
#body img.photoprincipale {
display: block;
padding: 1em;
background-color: white;
border: 1px solid black;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
margin: 0 auto;
}
@keyframes blink {
0% {
opacity: 1;
}
20% {
opacity: 0;
}
40% {
opacity: 0;
}
60% {
opacity: 1;
}
100% {
opacity: 1;
}
}