summaryrefslogtreecommitdiff
path: root/ressources/styles/default.css
blob: 4f2cd9af08c4d6c02ece9918f743ee0235d14c75 (plain)
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
@font-face {
    font-family: "Reckoner_Bold";
    src: url('../polices/Reckoner_Bold.ttf');
}

@font-face {
    font-family: "ASHBB";
    src: url('../polices/ASHBB.ttf');
}
@font-face {
    font-family: "starjedi";
    src: url('../polices/Starjedi.ttf');
}
/* Design des liens */
a {
  color: black;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.button {
  border:1px solid #1A1717;
  display:inline-block;
  color:rgb(255,255,255);
  font-size: 14px;
  padding:6px 6px;
  background-color:#1A1717;
  border-bottom: 4px solid #DB1C36;
  cursor: pointer;
}

/* Image de font */
html {
background-color:white;
background-image:url(../images/fond2.jpeg);
background-attachment: fixed;
background-position: center center;
font-size: 16px;
color: #a3a3a3;
font-weight: bold;
font-family: 'ASHBB';
overflow-x: hidden;
}

/* Début de gestion du format de la page */
body {
margin-left: 10%;
margin-right: 10%;
margin-top: 0%;
margin-bottom: 0%;
position: relative;
display: flex;
flex-direction: column;
min-height: 100vh;
background-color:#444141;
padding:5px;
box-shadow:
  0 2px 2px 3px rgba(0, 0, 0, 0.5) inset,
  0 1px 2px 0 rgba(255, 255, 255, 0.5);
}

.site-content {
  flex: 1;
}
/* Fin de gestion du format de la page */

/*Erreur design*/
.error{
  font-size: 250px;
  color: #FFFFFF;
}
.errorC {
  text-align: center;
}

/* Design du titre */
.title {
  margin-left:auto;
  margin-right:auto;
  margin-left: 38.5%;
  margin-top: 0.5%;
  margin-bottom: 1%;
  width:35%;
  color: #fff;
  font-family: "Reckoner_Bold";
  font-size: 60px;
}

/* Design du header */
.site-header {
  background-color: #1A1717;
  float:left;
  width: 100%;
  margin-left: -0.4%;
  padding-left: 0.8%;
  margin-top: -0.4%;
  padding-top:0.8%;
  margin-bottom:3%;
  box-shadow: 0 5px rgba(219, 28, 54, 0.8);
}

.article {
  background-color: rgb(238, 238, 238);
  color: #000000;
  margin-bottom: 10%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 26%;
  padding: 2%;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.zone_boutons {
  text-align: center;
}

.zone_boutons-bouton {
  margin-left: 2%;
  margin-right: 2%;
  display: inline;
}

.articleT {
  background-color: #1A1717;
  color: #ffffff;
  float:left;
  width: 100%;
  margin-left: -2.7%;
  padding-left: 5.5%;
  margin-top: -2.7%;
  margin-bottom:3%;
  box-shadow: 0 5px #DB1C36;
}

/* Design du footer */
.site-footer {
  text-align: center;
  background-color:#1A1717;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
}

.site-footer a {
  color: white;
}

/* Design info dev */
.dev-info-devs {
  margin-top: 10%;
  margin-left:10%;
  margin-right: 10%;
  border: 1px solid white;
  padding-left: 2%;
  padding:5px;
  background-color: white;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  display: inline-block;
}

.dev-info-devs-text-name {
  font-weight: 500;
  margin: 0px 0px 5px 0px;
  font-size: 24px;
  color: #FF5722;
}

.dev-info-devs-text-poste {
  font-weight: 500;
  margin: 0px 0px 5px 0px;
  font-size: 16px;
}

/* Design de la photo polaroid du husky */
.husky-zone {
  text-align: center;
  background-color: #444141;
  margin-bottom: 10%;
}

.husky-box {
  padding: 2%;
  background-color: white;
  display: inline-block;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.husky {
  display: inline-block;
  width: 250px;
  height:250px;
  border: none;
}

.husky-about {
  font-size:12px; /* Une police plus grande pose problème pour les écran de baisse résolution comme le mien ! A régler !*/
  color: black;
}

.style-content{
  /*position: absolute;*/
}