1/* colour scheme for Taratasy template */
2
3/* _edit.css --- HIGHLIGHTING */
4
5.dokuwiki .section_highlight {
6    background-color: #F9F9F9 !important;
7}
8
9div.insitu-footnote {
10    background: -moz-linear-gradient(top, #FDFCFA 0%, #F5F2EC 100%);
11}
12
13.dokuwiki div.tocheader {
14    color: __text_neu__;
15}
16
17.dokuwiki #toc__inside {
18    color: #14273E;
19}
20
21/* basic.css */
22
23a:link, a:visited {
24    color: #5F4A1E;
25}
26
27input[type=submit], input.button, button {
28    background-color: #EAF0F0;
29}
30
31input[type=submit]:hover,
32input.button:hover, button:hover {
33    background-color: #CEDFFF;
34}
35
36/* content.css --- TABLES */
37
38.dokuwiki table.inline th {
39    background-color: #CEDFFF;
40}
41.dokuwiki table.inline tr:hover td,
42.dokuwiki table.inline tr:hover th {
43    background-color: #EAF0F0;
44}
45
46/* design.css */
47
48/* HEADER */
49
50#dokuwiki__header .row {
51    border: solid 1px #CFDBEC;
52    background: -moz-linear-gradient(top, #EDF9CF 0%, #CFE3A2 100%);
53}
54
55#dokuwiki__header h1 a {
56    color: #4E7031;
57}
58
59#dokuwiki__header p.claim {
60    color: #AAB4C2;
61}
62
63#dokuwiki__header div.breadcrumbs {
64    background: -moz-linear-gradient(top, #FEFEFE 0%, #E8E8E8 100%);
65}
66
67#dokuwiki__header div.breadcrumbs .bchead {
68    color: #0183B7;
69}
70
71#dokuwiki__footer .doc {
72    color: #CCCCCC;
73}
74
75/* TOOLS */
76#dokuwiki__usertools a.wikilink1,
77#dokuwiki__pagetools a.wikilink1,
78#dokuwiki__sitetools a.wikilink1,
79#dokuwiki__usertools a.wikilink2,
80#dokuwiki__pagetools a.wikilink2,
81#dokuwiki__sitetools a.wikilink2 {
82    color: #14273E;
83}
84
85/* USERTOOLS, PAGETOOLS, SITETOOLS */
86
87#dokuwiki__pagetools {
88    background: -moz-linear-gradient(top, #C5D0DF 0%, #AAB4C2 100%);
89}
90
91#dokuwiki__pagetools a,
92#dokuwiki__usertools a,
93#dokuwiki__sitetools a {
94    color: #353D48;
95}
96
97#dokuwiki__usertools li.user {
98    color: #805C78;
99}
100