Blame view
templates/html/common-wize/zim-variables.css
2.37 KB
8acad7fc6 Utilisation d'un ... |
1 2 3 4 5 |
/* Variables */ :root { /* General */ |
0aa18fe45 Changement du nom... |
6 7 8 9 10 11 |
--main-header-color: #4e9a06; /* Headers color */ --main-link-color: blue; /* Links color */ --main-strike-color: grey; /* Strike color */ --main-pre-color: darkmagenta; /* Verbatim bloc color */ --main-tt-color: darkmagenta; /* Inline verbatim */ --main-code-color: saddlebrown; /* Code color (if hljs not used) */ |
ffa57b5f8 On sépare le comm... |
12 13 14 15 16 17 18 19 20 21 22 23 24 |
/* Background * * if fond.jpg exists in the resource directory, it will be used as backround * image with position and repetition given by : * --main-body-background-position an --main-body-background-repeat * * if the image does not exists the color defined by * --main-body-background-color * will be used */ --main-body-background-color: #779988; /* Color of the background body */ --main-body-background-position: center; |
3d2166b8b Changement de la ... |
25 |
--main-body-background-repeat: repeat; |
ffa57b5f8 On sépare le comm... |
26 |
|
0aa18fe45 Changement du nom... |
27 |
--main-menu-background-color: #fafafa; /* Backroung color of side menu */ |
3905d4f16 Variables pour le... |
28 |
/* Underline really underlined */ |
a6614bd01 Changement de nom... |
29 30 |
--main-u-decoration: underline; --main-u-background-color: white; |
3905d4f16 Variables pour le... |
31 |
/* Underline Stabilo Version */ |
a6614bd01 Changement de nom... |
32 33 |
/*--main-u-decoration: none; --main-u-background-color: yellow;*/ |
3d2166b8b Changement de la ... |
34 |
--main-page-width: 72em; /* Page width */ |
a6614bd01 Changement de nom... |
35 |
--main-page-width-sod: 80em; /* Page width for sod version */ |
3905d4f16 Variables pour le... |
36 |
|
8acad7fc6 Utilisation d'un ... |
37 38 39 40 41 42 43 44 45 46 |
/* Tables */ /* Table headers */ --main-th-color: black; /* Table header text color */ --main-th-background-color: #bbb; /* Table header background */ /* Table Row and Data */ --main-tr-even-background-color: #f2f2f2; /* Even row background color */ --main-tr-odd-background-color: white; /* Odd row background color */ --main-tr-hover-background-color: #ddd; /* Row background color when hover */ --main-td-th-border-color: #ddd; /* Cell's Border color */ |
dbd9d86ad Ajout de nouvelle... |
47 |
|
8acad7fc6 Utilisation d'un ... |
48 |
} |