-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.less
executable file
·84 lines (75 loc) · 2 KB
/
style.less
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/* profiellink */
div.dokuwiki a.profiellink_plugin:link,
div.dokuwiki a.profiellink_plugin:active,
div.dokuwiki a.profiellink_plugin:hover,
div.dokuwiki a.profiellink_plugin:visited {
position: relative;
background: transparent url(user.png) no-repeat left top;
padding-left: 18px;
z-index: 10;
}
div.dokuwiki a.profiellink_plugin:link span.profiellink_popup,
div.dokuwiki a.profiellink_plugin:active span.profiellink_popup,
div.dokuwiki a.profiellink_plugin:visited span.profiellink_popup {
display: none;
}
div.dokuwiki a.profiellink_plugin:hover {
text-decoration: none !important;
z-index: 15;
}
div.dokuwiki a.profiellink_plugin:hover span.profiellink_popup {
display: block;
position: absolute;
top: 1.2em;
left: 18px;
width: 20em;
height: 64px;
min-height: 64px;
height: auto;
background-color: __background__;
border: 1px solid __border__;
padding: 0.5em;
font-size: 90%;
}
/* documentlink */
div.dokuwiki .documentlink.size {
color: #777;
}
/* bieblink */
div.dokuwiki .bieblink {
background: transparent url(book.png) no-repeat left top;
padding-left: 18px;
text-decoration: none !important;
}
div.dokuwiki .bieblink .auteur {
color: #777;
}
div.dokuwiki .bieblink .titel:hover {
text-decoration: underline;
}
div.dokuwiki .bieblink .boekindicator {margin-right: 5px;}
div.dokuwiki .bieblink .boekindicator.beschikbaar {color: green;}
div.dokuwiki .bieblink .boekindicator.teruggegeven {color: orange;}
div.dokuwiki .bieblink .boekindicator.geen {color: red;}
/* csrlink invalid value */
div.dokuwiki .csrlink.invalid {
color: __missing__;
}
/***************************************
* toolbar wizards *
***************************************/
.dokuwiki .csrlink__wiz {
width: 451px;
fieldset {
text-align: left;
}
label {
margin-right: 100px;
}
input.edit {
width:79%;
}
input.button {
width:17%;
}
}