Blame view
templates/html/common/zim-style.css
3.28 KB
1f4a50657 Utilisation de fi... |
1 2 3 |
/* Common zim definitions */ a { text-decoration: none; |
8acad7fc6 Utilisation d'un ... |
4 |
color: var(--main-link-color);} |
1f4a50657 Utilisation de fi... |
5 |
a:link { text-decoration: none; |
8acad7fc6 Utilisation d'un ... |
6 |
color: var(--main-link-color);} |
1f4a50657 Utilisation de fi... |
7 |
a:hover { text-decoration: none; |
8acad7fc6 Utilisation d'un ... |
8 |
color: var(--main-link-color);} |
1f4a50657 Utilisation de fi... |
9 |
a:active { text-decoration: none; |
8acad7fc6 Utilisation d'un ... |
10 |
color: var(--main-link-color);} |
1f4a50657 Utilisation de fi... |
11 |
a:visited { text-decoration: none; |
8acad7fc6 Utilisation d'un ... |
12 |
color: var(--main-link-color);} |
1f4a50657 Utilisation de fi... |
13 |
|
8acad7fc6 Utilisation d'un ... |
14 |
strike { color: var(--main-strike-color);} |
1f4a50657 Utilisation de fi... |
15 |
|
3905d4f16 Variables pour le... |
16 17 |
u { text-decoration: var(--main-menu-u-decoration); background-color: var(--main-menu-u-background-color);} |
1f4a50657 Utilisation de fi... |
18 |
|
8acad7fc6 Utilisation d'un ... |
19 |
tt { color: var(--main-tt-color); |
1f4a50657 Utilisation de fi... |
20 21 22 |
font-family: monospace; font-size: large} |
8acad7fc6 Utilisation d'un ... |
23 |
pre { color: var(--main-pre-color); |
1f4a50657 Utilisation de fi... |
24 25 26 27 28 29 30 |
margin-left: 20px; margin-right: 5px; margin-bottom: 5px; margin-top: 5px; font-family: monospace; font-size: large } |
8acad7fc6 Utilisation d'un ... |
31 |
code { font-size: large; font-family: monospace; color: var(--main-code-color)} |
1f4a50657 Utilisation de fi... |
32 33 |
h1 { text-decoration: underline; |
8acad7fc6 Utilisation d'un ... |
34 |
color: var(--main-header-color); |
1f4a50657 Utilisation de fi... |
35 36 37 |
margin-bottom: 0; margin-top: 1em; } |
8acad7fc6 Utilisation d'un ... |
38 |
h2 { color: var(--main-header-color); |
1f4a50657 Utilisation de fi... |
39 40 41 42 |
margin-bottom: 0; margin-left: 20px; margin-top: 1em;} |
8acad7fc6 Utilisation d'un ... |
43 |
h3 { color: var(--main-header-color); |
1f4a50657 Utilisation de fi... |
44 45 46 47 48 |
margin-bottom: 0; margin-left: 40px; margin-top: 1em; font-style: italic; } |
8acad7fc6 Utilisation d'un ... |
49 |
h4 { color: var(--main-header-color); |
1f4a50657 Utilisation de fi... |
50 51 52 53 |
margin-bottom: 0; margin-left: 60px; margin-top: 1em;} |
8acad7fc6 Utilisation d'un ... |
54 |
h5 { color: var(--main-header-color); |
1f4a50657 Utilisation de fi... |
55 56 57 58 59 |
margin-bottom: 0; margin-left: 80px; margin-top: 1em;} p { margin-top: 0 } |
5094a5907 Ajout du style no... |
60 61 62 63 64 |
.notice { margin-top:20px; font-size:small; } |
1f4a50657 Utilisation de fi... |
65 |
|
4e69832f8 Ajout du style po... |
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 |
#upBtn { display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; font-size: 18px; border: none; outline: none; background-color: #7777; color: white; cursor: pointer; padding: 15px; border-radius: 4px; } #upBtn::before { border-style: solid; border-width: 0.25em 0.25em 0 0; content: ''; display: inline-block; height: 0.45em; left: 0.15em; position: relative; top: 0.15em; transform: rotate(-45deg); vertical-align: top; width: 0.45em; |
7d481e77f Ajustement css up... |
94 |
margin-left:-0.25em; |
4e69832f8 Ajout du style po... |
95 |
} |
1f4a50657 Utilisation de fi... |
96 |
|