Commit dbd9d86ada8f5065657abbacecf1be5a62777d47

Authored by William Daniau
1 parent 4f3a614a51
Exists in master

Ajout de nouvelles variables

Showing 2 changed files with 14 additions and 0 deletions Inline Diff

templates/html/common-blue/zim-variables.css
1 1
/* Variables */ 2 2 /* Variables */
3 3
:root { 4 4 :root {
/* General */ 5 5 /* General */
--main-header-color: #437484; /* Headers color */ 6 6 --main-header-color: #437484; /* Headers color */
--main-link-color: #008ab8; /* Links color */ 7 7 --main-link-color: #008ab8; /* Links color */
--main-strike-color: grey; /* Strike color */ 8 8 --main-strike-color: grey; /* Strike color */
--main-pre-color: darkmagenta; /* Verbatim bloc color */ 9 9 --main-pre-color: darkmagenta; /* Verbatim bloc color */
--main-tt-color: darkmagenta; /* Inline verbatim */ 10 10 --main-tt-color: darkmagenta; /* Inline verbatim */
--main-code-color: saddlebrown; /* Code color (if hljs not used) */ 11 11 --main-code-color: saddlebrown; /* Code color (if hljs not used) */
12 12
/* Background 13 13 /* Background
* 14 14 *
* if fond.jpg exists in the resource directory, it will be used as backround 15 15 * if fond.jpg exists in the resource directory, it will be used as backround
* image with position and repetition given by : 16 16 * image with position and repetition given by :
* --main-body-background-position an --main-body-background-repeat 17 17 * --main-body-background-position an --main-body-background-repeat
* 18 18 *
* if the image does not exists the color defined by 19 19 * if the image does not exists the color defined by
* --main-body-background-color 20 20 * --main-body-background-color
* will be used 21 21 * will be used
*/ 22 22 */
/*--main-body-background-color: linear-gradient(to right,#8eb7c2,white,white,#8eb7c2); */ 23 23 /*--main-body-background-color: linear-gradient(to right,#8eb7c2,white,white,#8eb7c2); */
--main-body-background-color: #80a5ae; /* Color of the background body */ 24 24 --main-body-background-color: #80a5ae; /* Color of the background body */
--main-body-background-position: left; 25 25 --main-body-background-position: left;
--main-body-background-repeat: repeat; 26 26 --main-body-background-repeat: repeat;
27 27
--main-menu-background-color: #fafafa; /* Backroung color of side menu */ 28 28 --main-menu-background-color: #fafafa; /* Backroung color of side menu */
/* Underline really underlined */ 29 29 /* Underline really underlined */
--main-menu-u-decoration: underline; 30 30 --main-menu-u-decoration: underline;
--main-menu-u-background-color: white; 31 31 --main-menu-u-background-color: white;
/* Underline Stabilo Version */ 32 32 /* Underline Stabilo Version */
/*--main-menu-u-decoration: none; 33 33 /*--main-menu-u-decoration: none;
--main-menu-u-background-color: yellow;*/ 34 34 --main-menu-u-background-color: yellow;*/
--main-page-width: 72em; /* Page width */ 35 35 --main-page-width: 72em; /* Page width */
36 36
37 37
/* Tables */ 38 38 /* Tables */
/* Table headers */ 39 39 /* Table headers */
--main-th-color: black; /* Table header text color */ 40 40 --main-th-color: black; /* Table header text color */
--main-th-background-color: #bbb; /* Table header background */ 41 41 --main-th-background-color: #bbb; /* Table header background */
/* Table Row and Data */ 42 42 /* Table Row and Data */
--main-tr-even-background-color: #f2f2f2; /* Even row background color */ 43 43 --main-tr-even-background-color: #f2f2f2; /* Even row background color */
--main-tr-odd-background-color: white; /* Odd row background color */ 44 44 --main-tr-odd-background-color: white; /* Odd row background color */
--main-tr-hover-background-color: #ddd; /* Row background color when hover */ 45 45 --main-tr-hover-background-color: #ddd; /* Row background color when hover */
--main-td-th-border-color: #ddd; /* Cell's Border color */ 46 46 --main-td-th-border-color: #ddd; /* Cell's Border color */
47
48 /* S5 Presentation variables */
templates/html/common-wize/zim-variables.css
1 1
/* Variables */ 2 2 /* Variables */
3 3
:root { 4 4 :root {
/* General */ 5 5 /* General */
--main-header-color: #4e9a06; /* Headers color */ 6 6 --main-header-color: #4e9a06; /* Headers color */
--main-link-color: blue; /* Links color */ 7 7 --main-link-color: blue; /* Links color */
--main-strike-color: grey; /* Strike color */ 8 8 --main-strike-color: grey; /* Strike color */
--main-pre-color: darkmagenta; /* Verbatim bloc color */ 9 9 --main-pre-color: darkmagenta; /* Verbatim bloc color */
--main-tt-color: darkmagenta; /* Inline verbatim */ 10 10 --main-tt-color: darkmagenta; /* Inline verbatim */
--main-code-color: saddlebrown; /* Code color (if hljs not used) */ 11 11 --main-code-color: saddlebrown; /* Code color (if hljs not used) */
12 12
/* Background 13 13 /* Background
* 14 14 *
* if fond.jpg exists in the resource directory, it will be used as backround 15 15 * if fond.jpg exists in the resource directory, it will be used as backround
* image with position and repetition given by : 16 16 * image with position and repetition given by :
* --main-body-background-position an --main-body-background-repeat 17 17 * --main-body-background-position an --main-body-background-repeat
* 18 18 *
* if the image does not exists the color defined by 19 19 * if the image does not exists the color defined by
* --main-body-background-color 20 20 * --main-body-background-color
* will be used 21 21 * will be used
*/ 22 22 */
--main-body-background-color: #779988; /* Color of the background body */ 23 23 --main-body-background-color: #779988; /* Color of the background body */
--main-body-background-position: center; 24 24 --main-body-background-position: center;
--main-body-background-repeat: repeat; 25 25 --main-body-background-repeat: repeat;
26 26
--main-menu-background-color: #fafafa; /* Backroung color of side menu */ 27 27 --main-menu-background-color: #fafafa; /* Backroung color of side menu */
/* Underline really underlined */ 28 28 /* Underline really underlined */
--main-menu-u-decoration: underline; 29 29 --main-menu-u-decoration: underline;
--main-menu-u-background-color: white; 30 30 --main-menu-u-background-color: white;
/* Underline Stabilo Version */ 31 31 /* Underline Stabilo Version */
/*--main-menu-u-decoration: none; 32 32 /*--main-menu-u-decoration: none;
--main-menu-u-background-color: yellow;*/ 33 33 --main-menu-u-background-color: yellow;*/
--main-page-width: 72em; /* Page width */ 34 34 --main-page-width: 72em; /* Page width */
35 35
36 36
/* Tables */ 37 37 /* Tables */
/* Table headers */ 38 38 /* Table headers */
--main-th-color: black; /* Table header text color */ 39 39 --main-th-color: black; /* Table header text color */
--main-th-background-color: #bbb; /* Table header background */ 40 40 --main-th-background-color: #bbb; /* Table header background */
/* Table Row and Data */ 41 41 /* Table Row and Data */
--main-tr-even-background-color: #f2f2f2; /* Even row background color */ 42 42 --main-tr-even-background-color: #f2f2f2; /* Even row background color */
--main-tr-odd-background-color: white; /* Odd row background color */ 43 43 --main-tr-odd-background-color: white; /* Odd row background color */
--main-tr-hover-background-color: #ddd; /* Row background color when hover */ 44 44 --main-tr-hover-background-color: #ddd; /* Row background color when hover */
--main-td-th-border-color: #ddd; /* Cell's Border color */ 45 45 --main-td-th-border-color: #ddd; /* Cell's Border color */
46
47 /* S5 Presentation variables */