Commit 7d481e77f39388dd1199e6e95cbdce0b443246b7
1 parent
e8d89d4eb3
Exists in
master
Ajustement css upbutton
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
templates/html/common/zim-style.css
/* Common zim definitions */ | 1 | 1 | /* Common zim definitions */ | |
2 | 2 | |||
a { text-decoration: none; | 3 | 3 | a { text-decoration: none; | |
color: var(--main-link-color);} | 4 | 4 | color: var(--main-link-color);} | |
a:link { text-decoration: none; | 5 | 5 | a:link { text-decoration: none; | |
color: var(--main-link-color);} | 6 | 6 | color: var(--main-link-color);} | |
a:hover { text-decoration: none; | 7 | 7 | a:hover { text-decoration: none; | |
color: var(--main-link-color);} | 8 | 8 | color: var(--main-link-color);} | |
a:active { text-decoration: none; | 9 | 9 | a:active { text-decoration: none; | |
color: var(--main-link-color);} | 10 | 10 | color: var(--main-link-color);} | |
a:visited { text-decoration: none; | 11 | 11 | a:visited { text-decoration: none; | |
color: var(--main-link-color);} | 12 | 12 | color: var(--main-link-color);} | |
13 | 13 | |||
strike { color: var(--main-strike-color);} | 14 | 14 | strike { color: var(--main-strike-color);} | |
15 | 15 | |||
u { text-decoration: var(--main-menu-u-decoration); | 16 | 16 | u { text-decoration: var(--main-menu-u-decoration); | |
background-color: var(--main-menu-u-background-color);} | 17 | 17 | background-color: var(--main-menu-u-background-color);} | |
18 | 18 | |||
tt { color: var(--main-tt-color); | 19 | 19 | tt { color: var(--main-tt-color); | |
font-family: monospace; | 20 | 20 | font-family: monospace; | |
font-size: large} | 21 | 21 | font-size: large} | |
22 | 22 | |||
pre { color: var(--main-pre-color); | 23 | 23 | pre { color: var(--main-pre-color); | |
margin-left: 20px; | 24 | 24 | margin-left: 20px; | |
margin-right: 5px; | 25 | 25 | margin-right: 5px; | |
margin-bottom: 5px; | 26 | 26 | margin-bottom: 5px; | |
margin-top: 5px; | 27 | 27 | margin-top: 5px; | |
font-family: monospace; | 28 | 28 | font-family: monospace; | |
font-size: large } | 29 | 29 | font-size: large } | |
30 | 30 | |||
code { font-size: large; font-family: monospace; color: var(--main-code-color)} | 31 | 31 | code { font-size: large; font-family: monospace; color: var(--main-code-color)} | |
32 | 32 | |||
h1 { text-decoration: underline; | 33 | 33 | h1 { text-decoration: underline; | |
color: var(--main-header-color); | 34 | 34 | color: var(--main-header-color); | |
margin-bottom: 0; | 35 | 35 | margin-bottom: 0; | |
margin-top: 1em; } | 36 | 36 | margin-top: 1em; } | |
37 | 37 | |||
h2 { color: var(--main-header-color); | 38 | 38 | h2 { color: var(--main-header-color); | |
margin-bottom: 0; | 39 | 39 | margin-bottom: 0; | |
margin-left: 20px; | 40 | 40 | margin-left: 20px; | |
margin-top: 1em;} | 41 | 41 | margin-top: 1em;} | |
42 | 42 | |||
h3 { color: var(--main-header-color); | 43 | 43 | h3 { color: var(--main-header-color); | |
margin-bottom: 0; | 44 | 44 | margin-bottom: 0; | |
margin-left: 40px; | 45 | 45 | margin-left: 40px; | |
margin-top: 1em; | 46 | 46 | margin-top: 1em; | |
font-style: italic; } | 47 | 47 | font-style: italic; } | |
48 | 48 | |||
h4 { color: var(--main-header-color); | 49 | 49 | h4 { color: var(--main-header-color); | |
margin-bottom: 0; | 50 | 50 | margin-bottom: 0; | |
margin-left: 60px; | 51 | 51 | margin-left: 60px; | |
margin-top: 1em;} | 52 | 52 | margin-top: 1em;} | |
53 | 53 | |||
h5 { color: var(--main-header-color); | 54 | 54 | h5 { color: var(--main-header-color); | |
margin-bottom: 0; | 55 | 55 | margin-bottom: 0; | |
margin-left: 80px; | 56 | 56 | margin-left: 80px; | |
margin-top: 1em;} | 57 | 57 | margin-top: 1em;} | |
58 | 58 | |||
p { margin-top: 0 } | 59 | 59 | p { margin-top: 0 } | |
60 | 60 | |||
.notice { | 61 | 61 | .notice { | |
margin-top:20px; | 62 | 62 | margin-top:20px; | |
font-size:small; | 63 | 63 | font-size:small; | |
} | 64 | 64 | } | |
65 | 65 | |||
#upBtn { | 66 | 66 | #upBtn { | |
display: none; | 67 | 67 | display: none; | |
position: fixed; | 68 | 68 | position: fixed; | |
bottom: 20px; | 69 | 69 | bottom: 20px; | |
right: 30px; | 70 | 70 | right: 30px; | |
z-index: 99; | 71 | 71 | z-index: 99; | |
font-size: 18px; | 72 | 72 | font-size: 18px; | |
border: none; | 73 | 73 | border: none; | |
outline: none; | 74 | 74 | outline: none; | |
background-color: #7777; | 75 | 75 | background-color: #7777; | |
color: white; | 76 | 76 | color: white; | |
cursor: pointer; | 77 | 77 | cursor: pointer; | |
padding: 15px; | 78 | 78 | padding: 15px; | |
border-radius: 4px; | 79 | 79 | border-radius: 4px; | |
} | 80 | 80 | } | |
81 | 81 |