1/**
2 *
3 * Provides additions and replacements for css styles imported from the Dokuwiki theme
4 *
5 * @author Octavia Nichols <octavia@octavianichols.com>
6 *
7 */
8
9.dokuwiki form.search div.no {
10  float: right;
11}
12#dokuwiki__header form.search {
13	display: inline;
14}
15
16.no .quickselect {
17  display: block;
18  margin: 0;
19  padding: 0;
20  float: right;
21}
22
23input, textarea, button, select, optgroup, option, keygen, output, meter, progress {
24	background-color: __background_neu__;
25}
26
27#__top {
28	position:sticky;
29	bottom: 2em;
30	z-index: 999;
31	float: left;
32	background-color: __float_menus__ ;
33}
34
35a:link:active {
36	color: __cloud_tag__;
37}
38
39/*adds extra space above the extension manager lists (to clear space on under the search bar in "Search and Install"*/
40#extension__list ul.extensionList {
41	margin-top: 5em;
42}
43
44/*the following block should be left alone unless you plan on changing
45 * the elements around these styles.
46 */
47.dokuwiki table.diff .diff-addedline,
48.dokuwiki table.diff .diff-deletedline,
49dokuwiki table.diff td.diff-context,
50span.sizechange.negative, span.sizechange.positive {
51	color: black;
52}
53div.picker button.pickerbutton, div.picker button.toolbutton,
54div.toolbar.group > div#tool__bar.tool__bar > button.toolbutton {
55	background-color: #eee;
56}
57