-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfull_old.css
170 lines (144 loc) · 2.8 KB
/
full_old.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
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
body {
background-color: white;
color: black;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
/* width: 21cm; */
padding: 0;
margin: 1cm;
}
@page {
size: 21cm 29.7cm !important;
margin: 0 !important;
padding: 0 !important;
bleed: 0 !important;
}
:root {
--couleur-texte-header: rgb(6, 6, 90);
--couleur-liens: var(--couleur-texte-header);
--largeur-descriptions: 87.5%;
}
header {
background-color: rgba(114, 114, 114, 0.226);
color: var(--couleur-texte-header);
/* margin-bottom: 1em; */
display: block;
/* width : 21cm !important; */
/* margin-top: -1cm; */
/* padding: -1cm; */
}
#profile_picture {
height: 200px;
width: auto;
display: inline-block;
padding-left: 1em;
padding-right: 1em;
padding-top: 0;
margin-top: 0.3cm;
}
#header_sauf_photo {
display: inline-block;
}
.logo_social_media {
height: 14px;
width: auto;
margin-bottom: -2px; /* pour aligner avec le texte*/
}
#header_nom {
font-size: 3em;
/* text-align: right; */
margin: 0;
}
#toutes_les_sections {
/* margin-top: 3cm; */
display: block;
clear: both;
float: bottom;
margin: 0;
}
#toutes_les_sections h1 {
border-bottom: 1px solid black;
margin-bottom: 0.3cm;
}
/* #toutes_les_sections h2
{
font-weight:500;
} */
#toutes_les_sections p {
font-weight: 350;
}
.organisme_item {
page-break-after: avoid;
padding: 0;
margin: 0;
margin-right: 1cm;
font-weight: 400;
display: inline;
}
.dates_item {
page-break-after: avoid;
padding: 0;
margin: 0;
/* font-variant: all-small-caps; */
text-transform: uppercase;
font-weight: 350;
display: inline;
}
.dates_et_org {
margin-left: 1cm;
}
.titre_item {
page-break-after: avoid;
margin: 0;
font-weight: 500;
}
.url_item {
display: block;
margin-top: 0.5ex;
}
.description_et_logo_item {
page-break-inside: avoid;
display: flex;
/* width : 21cm; */
/* border: 1px solid salmon; */
align-items: center;
}
.description_item {
width: var(--largeur-descriptions);
/* border : 1px solid blue; */
margin-top: 1ex;
text-align: justify;
}
.conteneur_logo_item {
/* border : 1px solid green; */
width: calc(100% - var(--largeur-descriptions));
text-align: center;
}
.logo_item {
max-height: 1.5cm;
max-width: 3cm;
/* border: 1px solid red; */
}
a:link {
color: var(--couleur-liens);
}
a:visited {
color: var(--couleur-liens);
}
a:focus {
color: var(--couleur-liens);
}
a:hover {
color: var(--couleur-liens);
}
a:active {
color: var(--couleur-liens);
}
footer {
font-size: x-small;
}
footer .logo_social_media {
height: 10px;
width: auto;
padding-left: 1px;
padding-right: 1px;
}