-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwiki.css
61 lines (55 loc) · 1.2 KB
/
wiki.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
body {
margin: 0;
}
.dokuwiki {
margin: 0 0 40px 0;
}
.wrapper {
color: #000;
}
#content {
font-size: 1.1em;
}
/* edit */
input[type='submit'],
button.button,
button.toolbutton,
input.button,
div.wrapper input[type='submit'],
div.wrapper button.button,
div.wrapper button.toolbutton,
div.wrapper input.button {
border: 0px solid #ccc;
border-top: 1px solid #eee;
border-bottom: 1px solid #ccc;
cursor:pointer;
font-size: 12px;
background: #fff url( 'images/buttonshadow.png' ) repeat-x bottom;
}
.content .button {
float: right;
}
div.dokuwiki div.wrapper div#wiki__editbar div.editButtons {
background: #fff url(/_media/tplimg:blackrabbit:buttonshadow.png) repeat-x scroll center bottom;
position: fixed;
bottom: 10px;
left: 580px;
margin: 0 0 0 60px; padding: 0;
z-index: 1001;
}
#edbtn__save {
background-color: black;
color: white;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
input.text:focus {
border: none;
background-color:#ccc;
}
input[type="text"], input[type="password"], input.text, textarea {
border:1px solid #666666 !important;
margin-right:3px;
margin-top:1px;
}