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 Inline 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
File was created | 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 */ |
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 | File was deleted | |||
/* Variables */ | 2 | |||
3 | ||||
:root { | 4 | |||
/* General */ | 5 | |||
--main-header-color: #4e9a06; /* Headers color */ | 6 | |||
--main-link-color: blue; /* Links color */ | 7 | |||
--main-strike-color: grey; /* Strike color */ | 8 | |||
--main-pre-color: darkmagenta; /* Verbatim bloc color */ | 9 | |||
--main-tt-color: darkmagenta; /* Inline verbatim */ | 10 | |||
--main-code-color: saddlebrown; /* Code color (if hljs not used) */ | 11 | |||
--main-body-background-color: #779988; /* Color of the background body */ | 12 | |||
--main-menu-background-color: #fafafa; /* Backroung color of side menu */ | 13 | |||
/* Underline really underlined */ | 14 | |||
--main-menu-u-decoration: underline; | 15 | |||
--main-menu-u-background-color: white; | 16 | |||
/* Underline Stabilo Version */ | 17 | |||
/*--main-menu-u-decoration: none; | 18 | |||
--main-menu-u-background-color: yellow;*/ | 19 | |||
--main-page-width: 63em; /* Page width */ | 20 | |||
21 | ||||
22 | ||||
/* Tables */ | 23 | |||
/* Table headers */ | 24 | |||
--main-th-color: black; /* Table header text color */ | 25 | |||
--main-th-background-color: #bbb; /* Table header background */ | 26 | |||
/* Table Row and Data */ | 27 | |||
--main-tr-even-background-color: #f2f2f2; /* Even row background color */ | 28 |