1@tbgcolor: @white;
2body {
3	background-color: @tbgcolor;
4	position: relative;
5	padding-top: 40px;
6}
7td.label {
8	background-color: @gray;
9	border-bottom: 1px solid @black;
10}
11
12//== TOC ==
13div.page #dw__toc {
14	.pull-right;
15	.well;
16	margin-left: 5px;
17	padding: 4px 8px 8px 8px;
18}
19div.sidebar #dw__toc {
20	.pull-left;
21	.well;
22	margin-left: -10px;
23	padding: 0px;
24}
25ul.toc {
26	.nav;
27	.nav-list;
28	padding-bottom: 4px;
29}
30div.page ul.toc {
31	padding-right: 4px;
32}
33#dw__toc h3.toggle {
34	.nav-header;
35	padding-bottom: 0px;
36	span {
37		padding: 3px;
38	}
39}
40ul.toc a:hover {
41	color: @white;
42	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
43	background-color: @linkColor;
44	text-decoration: none;
45}
46
47//== LINKS ==
48a.wikilink2:hover {
49	text-decoration: none;
50	border: none;
51	color: @warningText;
52}
53.btn a:hover {
54	text-decoration: none;
55}
56.dokuwiki a.urlextern,
57.dokuwiki a.windows,
58.dokuwiki a.mail,
59.dokuwiki a.mediafile,
60.dokuwiki a.interwiki {
61    background-repeat: no-repeat;
62    background-position: 0 center;
63    padding: 0 0 0 20px;
64}
65.dokuwiki a.urlextern {
66    background-image: url(images/external-link.png);
67    padding: 0 0 0 17px;
68}
69.dokuwiki a.windows {
70    background-image: url(images/unc.png);
71}
72.dokuwiki a.mail {
73    background-image: url(images/email.png);
74}
75
76.dokuwiki a.mediafile {
77}
78.dokuwiki a.interwiki {
79    padding: 0 0 0 17px;
80}
81
82//== OTHER ==
83textarea {
84	#grid > .core > .span(9);
85}
86#edit__summary {
87	#grid > .core > .span(8);
88}
89div.insitu-footnote {
90  padding-left: 4px;
91  padding-right: 4px;
92  border: 1px solid @grayLight;
93  .border-radius(3px);
94}
95#config__manager td.label {
96	border-top: 1px solid @black;
97	white-space: normal;
98	min-width: 300px;
99	padding-bottom:2px;
100	span.outkey {
101		font-size: 11px;
102		padding: 0px;
103		margin-left: -7px;
104		.label;
105		background-color: @infoText;
106		a {
107			color: #cfefff;
108		}
109	}
110}
111#config__manager td.value {
112	border-top: 1px solid @black;
113	line-height: 1em;
114	select {
115		margin-bottom: 0;
116	}
117	input {
118		margin-bottom: 5px;
119	}
120	div.input {
121	  .border-radius(2px 2px 2px 2px);
122	}
123}
124h5 {
125	a {
126	color: black;
127	}
128	.lead;
129}
130img.logo {
131	position: absolute;
132	top: 13px;
133	left: 4px;
134	z-index: 1031;
135}
136//== FIXES ==
137td.label {
138	color: @black;
139	background-color:inherit;
140	text-shadow: 0;
141	border-bottom: 0px;
142}
143code, pre {
144	.tableColumns(9);
145}
146