1/* colour scheme for Taratasy template */
2/* _edit.css --- HIGHLIGHTING */
3.dokuwiki .section_highlight {
4	background-color: #F9F9F9 !important;
5}
6div.insitu-footnote {
7	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFCFA), color-stop(100%, #F5F2EC));
8	background: -webkit-linear-gradient(top, #FDFCFA 0%, #F5F2EC 100%);
9	background: -moz-linear-gradient(top, #FDFCFA 0%, #F5F2EC 100%);
10	background: -o-linear-gradient(top, #FDFCFA 0%, #F5F2EC 100%);
11	background: -ms-linear-gradient(top, #FDFCFA 0%, #F5F2EC 100%);
12	background: linear-gradient(top, #FDFCFA 0%, #F5F2EC 100%);
13}
14.dokuwiki div.tocheader {
15	color: __text_neu__;
16}
17.dokuwiki #toc__inside a.toc {
18	/*color: #805C78 !important;*/
19}
20/* basic.css */
21a:link, a:visited {
22	color: #5F4A1E;
23}
24input[type=submit], input.button, button {
25	background-color: #EAF0F0;
26    color: #353D48;
27}
28input[type=submit]:hover, input.button:hover, button:hover {
29	background-color: #CEDFFF;
30}
31input[type=text] {
32	color: #353D48;
33}
34/* content.css --- TABLES */
35.dokuwiki table.inline th {
36	background-color: #CEDFFF;
37}
38.dokuwiki table.inline tr:hover td, .dokuwiki table.inline tr:hover th {
39	background-color: #EAF0F0;
40}
41/* design.css */
42/* HEADER */
43#dokuwiki__header .row {
44	border-bottom: solid 1px #CFDBEC;
45	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E7EDF5), color-stop(100%, #CFDBEC));
46	background: -webkit-linear-gradient(top, #E7EDF5 0%, #CFDBEC 100%);
47	background: -moz-linear-gradient(top, #E7EDF5 0%, #CFDBEC 100%);
48	background: -o-linear-gradient(top, #E7EDF5 0%, #CFDBEC 100%);
49	background: -ms-linear-gradient(top, #E7EDF5 0%, #CFDBEC 100%);
50	background: linear-gradient(top, #E7EDF5 0%, #CFDBEC 100%);
51}
52#dokuwiki__header h1 a {
53	color: #BCCFEA;
54    /*text-shadow:0 1px 2px rgba(17,38,67,0.5);*/
55    text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.45);
56}
57#dokuwiki__header h1 a:hover {
58	color: #A6C1E7;
59}
60
61#dokuwiki__header div.breadcrumbs {
62    color: #A2A2A2;
63	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #E8E8E8));
64	background: -webkit-linear-gradient(top, #FEFEFE 0%, #E8E8E8 100%);
65	background: -moz-linear-gradient(top, #FEFEFE 0%, #E8E8E8 100%);
66	background: -o-linear-gradient(top, #FEFEFE 0%, #E8E8E8 100%);
67	background: -ms-linear-gradient(top, #FEFEFE 0%, #E8E8E8 100%);
68	background: linear-gradient(top, #FEFEFE 0%, #E8E8E8 100%);
69}
70#dokuwiki__header div.breadcrumbs .bchead,
71#dokuwiki__header div.breadcrumbs a {
72	color: #A2A2A2;
73}
74#dokuwiki__header div.breadcrumbs .bchead {
75    font-style: normal;
76}
77#dokuwiki__footer .doc {
78	color: #CCCCCC;
79}
80#dokuwiki__header form.search {
81	color: #353D48;
82}
83/* TOOLS */
84#dokuwiki__usertools a.wikilink1, #dokuwiki__pagetools a.wikilink1, #dokuwiki__sitetools a.wikilink1,
85#dokuwiki__usertools a.wikilink2, #dokuwiki__pagetools a.wikilink2, #dokuwiki__sitetools a.wikilink2 {
86	color: #14273E;
87}
88
89/* USERTOOLS, PAGETOOLS, SITETOOLS */
90#dokuwiki__pagetools, #dokuwiki__pagetools ul {
91	background: none;
92	border: none;
93}
94#dokuwiki__usertools li,
95#dokuwiki__sitetools li {
96    border-right: 1px solid rgba(0, 0, 0, 0.06);
97}
98#dokuwiki__usertools li:last-child {
99    border-right: 0;
100}
101#dokuwiki__usertools li a,
102#dokuwiki__sitetools li a {
103    color: #777777;
104    text-decoration: none;
105}
106
107input[type=submit],
108input.button, button,
109#dokuwiki__usertools li a,
110#dokuwiki__sitetools li a,
111#dokuwiki__pagetools li a,
112#dokuwiki__usertools li.user {
113    text-shadow: 0 1px 0 #FFFFFF;
114}
115#dokuwiki__pagetools li {
116	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E7EDF5), color-stop(100%, #CFDBEC));
117	background: -webkit-linear-gradient(top, #E7EDF5 0%, #CFDBEC 100%);
118	background: -moz-linear-gradient(top, #E7EDF5 0%, #CFDBEC 100%);
119	background: -o-linear-gradient(top, #E7EDF5 0%, #CFDBEC 100%);
120	background: -ms-linear-gradient(top, #E7EDF5 0%, #CFDBEC 100%);
121	background: linear-gradient(top, #E7EDF5 0%, #CFDBEC 100%);
122	border-color: __border__;
123}
124#dokuwiki__usertools a:hover,
125#dokuwiki__sitetools a:hover,
126#dokuwiki__pagetools li:hover {
127	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5D0DF), color-stop(100%, #AAB4C2));
128	background: -webkit-linear-gradient(top, #C5D0DF 0%, #AAB4C2 100%);
129	background: -moz-linear-gradient(top, #C5D0DF 0%, #AAB4C2 100%);
130	background: -o-linear-gradient(top, #C5D0DF 0%, #AAB4C2 100%);
131	background: -ms-linear-gradient(top, #C5D0DF 0%, #AAB4C2 100%);
132	background: linear-gradient(top, #C5D0DF 0%, #AAB4C2 100%);
133}
134#dokuwiki__pagetools a {
135	text-decoration: none;
136}
137#dokuwiki__pagetools a, #dokuwiki__usertools a, #dokuwiki__sitetools a {
138	color: #353D48;
139}
140#dokuwiki__usertools a:hover, #dokuwiki__sitetools a:hover {
141    text-decoration:none;
142    color: #5F4A1E;
143}
144#dokuwiki__usertools li.user {
145	color: #A69DA4;
146}
147