-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
96 lines (82 loc) · 1.6 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
@font-face {
font-family: 'toxica';
src: url('fonts/toxica__-webfont.eot');
src: url('fonts/toxica__-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/toxica__-webfont.woff2') format('woff2'),
url('fonts/toxica__-webfont.woff') format('woff'),
url('fonts/toxica__-webfont.ttf') format('truetype'),
url('fonts/toxica__-webfont.svg#toxicaregular') format('svg');
font-weight: normal;
font-style: normal;
}
h1 {
font-family: 'toxica', courrier;
text-align: center;
font-size: 55px;
color: white;
margin: 50px 0 0 0;
font-weight: normal;
}
p { margin: 25px 0 25px 0;
}
body {
font-family: helvetica, sans-serif;
font-size: 18px;
margin: 0 auto;
background-image: url("images/fondrubrique.jpg");
background-size: cover;
background-attachment: fixed;
}
.container {
margin-left: auto;
margin-right: auto;
text-align: left;
width:740px;
}
.navigation {
margin-top: 20px;
}
.navigation a {
display: block;
width: 100px;
float: left;
}
.navigation a.logo img {
width: 70px;
}
.navigation a.lien {
padding-top: 6px;
color:black;
text-decoration: none;
font-weight: bold;
}
.navigation a.lien:hover {
color: #555;
text-decoration: underline;
}
.image {
display: inline;
}
.image img {
max-height: 362px;
max-width: 362px;
border-style: solid;
border-width: 2px;
border-color: black;
}
.image.smaller img{
max-width: 238px;
}
.header {
background-color: rgba(100,100,100,.5);
clear: both;
}
.footer{
border-top: 1px solid black;
padding-top: 10px;
font-size: 12pt;
margin-top: 50px;
}
.footer a{
float: right;
}