Commit ffa57b5f8ac4ad462c6e6e49e3d35c9948d1d71f
1 parent
ab2eeba78c
Exists in
master
On sépare le common du common spécifique à un thème
Showing 18 changed files with 15 additions and 1 deletions Side-by-side Diff
- templates/html/common-wize/arrow-left-inact.png
- templates/html/common-wize/arrow-left.png
- templates/html/common-wize/arrow-right-inact.png
- templates/html/common-wize/arrow-right.png
- templates/html/common-wize/arrow-up-inact.png
- templates/html/common-wize/arrow-up.png
- templates/html/common-wize/attachment.png
- templates/html/common-wize/backlink.png
- templates/html/common-wize/zim-variables.css
- templates/html/common/arrow-left-inact.png
- templates/html/common/arrow-left.png
- templates/html/common/arrow-right-inact.png
- templates/html/common/arrow-right.png
- templates/html/common/arrow-up-inact.png
- templates/html/common/arrow-up.png
- templates/html/common/attachment.png
- templates/html/common/backlink.png
- templates/html/common/zim-variables.css
templates/html/common-wize/arrow-left-inact.png
981 Bytes
templates/html/common-wize/arrow-left.png
1.52 KB
templates/html/common-wize/arrow-right-inact.png
1004 Bytes
templates/html/common-wize/arrow-right.png
1.58 KB
templates/html/common-wize/arrow-up-inact.png
935 Bytes
templates/html/common-wize/arrow-up.png
1.48 KB
templates/html/common-wize/attachment.png
1.74 KB
templates/html/common-wize/backlink.png
4.94 KB
templates/html/common-wize/zim-variables.css
1 | + | |
2 | + /* Variables */ | |
3 | + | |
4 | + :root { | |
5 | + /* General */ | |
6 | + --main-header-color: #4e9a06; /* Headers color */ | |
7 | + --main-link-color: blue; /* Links color */ | |
8 | + --main-strike-color: grey; /* Strike color */ | |
9 | + --main-pre-color: darkmagenta; /* Verbatim bloc color */ | |
10 | + --main-tt-color: darkmagenta; /* Inline verbatim */ | |
11 | + --main-code-color: saddlebrown; /* Code color (if hljs not used) */ | |
12 | + | |
13 | + /* Background | |
14 | + * | |
15 | + * if fond.jpg exists in the resource directory, it will be used as backround | |
16 | + * image with position and repetition given by : | |
17 | + * --main-body-background-position an --main-body-background-repeat | |
18 | + * | |
19 | + * if the image does not exists the color defined by | |
20 | + * --main-body-background-color | |
21 | + * will be used | |
22 | + */ | |
23 | + --main-body-background-color: #779988; /* Color of the background body */ | |
24 | + --main-body-background-position: center; | |
25 | + --main-body-background-repeat: repeat-y; | |
26 | + | |
27 | + --main-menu-background-color: #fafafa; /* Backroung color of side menu */ | |
28 | + /* Underline really underlined */ | |
29 | + --main-menu-u-decoration: underline; | |
30 | + --main-menu-u-background-color: white; | |
31 | + /* Underline Stabilo Version */ | |
32 | + /*--main-menu-u-decoration: none; | |
33 | + --main-menu-u-background-color: yellow;*/ | |
34 | + --main-page-width: 63em; /* Page width */ | |
35 | + | |
36 | + | |
37 | + /* Tables */ | |
38 | + /* Table headers */ | |
39 | + --main-th-color: black; /* Table header text color */ | |
40 | + --main-th-background-color: #bbb; /* Table header background */ | |
41 | + /* Table Row and Data */ | |
42 | + --main-tr-even-background-color: #f2f2f2; /* Even row background color */ | |
43 | + --main-tr-odd-background-color: white; /* Odd row background color */ | |
44 | + --main-tr-hover-background-color: #ddd; /* Row background color when hover */ | |
45 | + --main-td-th-border-color: #ddd; /* Cell's Border color */ | |
46 | + } |
templates/html/common/arrow-left-inact.png
981 Bytes
templates/html/common/arrow-left.png
1.52 KB
templates/html/common/arrow-right-inact.png
1004 Bytes
templates/html/common/arrow-right.png
1.58 KB
templates/html/common/arrow-up-inact.png
935 Bytes
templates/html/common/arrow-up.png
1.48 KB
templates/html/common/attachment.png
1.74 KB
templates/html/common/backlink.png
4.94 KB
templates/html/common/zim-variables.css
1 | - | |
2 | - /* Variables */ | |
3 | - | |
4 | - :root { | |
5 | - /* General */ | |
6 | - --main-header-color: #4e9a06; /* Headers color */ | |
7 | - --main-link-color: blue; /* Links color */ | |
8 | - --main-strike-color: grey; /* Strike color */ | |
9 | - --main-pre-color: darkmagenta; /* Verbatim bloc color */ | |
10 | - --main-tt-color: darkmagenta; /* Inline verbatim */ | |
11 | - --main-code-color: saddlebrown; /* Code color (if hljs not used) */ | |
12 | - --main-body-background-color: #779988; /* Color of the background body */ | |
13 | - --main-menu-background-color: #fafafa; /* Backroung color of side menu */ | |
14 | - /* Underline really underlined */ | |
15 | - --main-menu-u-decoration: underline; | |
16 | - --main-menu-u-background-color: white; | |
17 | - /* Underline Stabilo Version */ | |
18 | - /*--main-menu-u-decoration: none; | |
19 | - --main-menu-u-background-color: yellow;*/ | |
20 | - --main-page-width: 63em; /* Page width */ | |
21 | - | |
22 | - | |
23 | - /* Tables */ | |
24 | - /* Table headers */ | |
25 | - --main-th-color: black; /* Table header text color */ | |
26 | - --main-th-background-color: #bbb; /* Table header background */ | |
27 | - /* Table Row and Data */ | |
28 | - --main-tr-even-background-color: #f2f2f2; /* Even row background color */ | |
29 | - --main-tr-odd-background-color: white; /* Odd row background color */ | |
30 | - --main-tr-hover-background-color: #ddd; /* Row background color when hover */ | |
31 | - --main-td-th-border-color: #ddd; /* Cell's Border color */ | |
32 | - } |