-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
125 lines (114 loc) · 1.65 KB
/
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
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
body
{
background-image: url(images/fond_jaune.png);
}
#blockPage
{
width:60%;
margin: auto;
text-align: justify;
}
header
{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
background: url(images/separateur.png) repeat-x bottom;
padding-bottom: 1%;
}
#logoGauche
{
display: flex;
flex-direction: column;
}
#logoGauche h1,h2
{
margin-bottom: 0px;
margin-top: 0px;
}
#logoGauche h2
{
font-size: medium;
}
nav ul
{
list-style: none;
display: flex;
flex-direction: row;
padding: 15px;
}
nav li
{
font-size: 1.5em;
padding-right: 15px;
text-transform: uppercase;
}
#banniere
{
margin-top: 2.5%;
background: url("images/sanfrancisco.jpg") no-repeat;
height: 200px;
position: relative;
width: 100%
margin: auto;
}
#legende
{
position: absolute;
bottom: 0;
color: white;
display: flex;
justify-content: space-between;
background-color: black;
opacity: 0.7;
width: 100%;
}
section
{
display: flex;
flex-direction: row;
margin-top: 15px;
background: url(images/separateur.png) repeat-x bottom;
padding-bottom: 10px;
}
section h2
{
font-size: 1.5em;
}
aside
{
display: flex;
flex-direction: row;
align-items: center;
margin-left: 20px;
}
#laBulle
{
border-radius: 10px;
background-color: grey;
padding: 5px;
}
footer
{
padding-top: 15px;
background: url(images/ico_top.png) no-repeat top center , url(images/ombre.png) repeat-x top ;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#photo ul
{
list-style: none;
display: flex;
}
#photo li
{
padding: 2px;
}
#liste
{
list-style-image: url(images/ico_liensexterne.png);
display: flex;
flex-direction: row;
}