-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathawesomestyle.css
More file actions
53 lines (45 loc) · 1012 Bytes
/
awesomestyle.css
File metadata and controls
53 lines (45 loc) · 1012 Bytes
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
/* css styles */
.navbar-logo {
max-height: 45px;
}
.navbar-expand-lg {
max-width: 100vw;
}
.card {
margin-bottom: 1em;
}
.card h3 {
margin: 0px;
}
@media print {
body.nav-fixed {
padding-top: 0px;
}
#quarto-header {
display: none;
}
form {
display: none;
}
}
/* --- Code corrigé pour Quarto Standard --- */
/* 1. CIBLER LE LIEN SPÉCIFIQUE
On cherche n'importe quel lien (a) dans les résultats de recherche
qui contient le nom de votre dossier */
#quarto-search-results a[href*="/votre-sous-dossier/"] {
/* Optionnel : style pour le lien global si besoin */
}
/* 2. CACHER L'ANCIENNE ICÔNE (souvent une balise <i> ou <svg>)
On cible la balise <i> qui est un descendant direct du lien ciblé au-dessus */
.search-result-doc a[href*="calculatrices/"] i::before{
content: "\f1e0";
}
.quarto-listing-default .quarto-post .metadata {
flex-basis: 15%;
}
.sidebar-item {
line-height: 1.5em;
}
body.nav-sidebar #title-block-header {
margin-block-end: 1rem;
}