More Link wizard cleanup
[dokuwiki.git] / lib / tpl / default / _linkwiz.css
blob79d1d4a8bb7a3ed33ae96ad7bdec3b3b72925d89
1 #link__wiz {
2 position: absolute;
3 display: block;
4 z-index: 99;
5 width: 300px;
6 height: 250px;
7 padding: 0;
8 margin: 0;
9 overflow: hidden;
10 border: 1px solid __border__;
11 background-color: __background_neu__;
12 text-align: center;
15 #link__wiz_header {
16 background-color: __background_alt__;
17 height: 16px;
18 margin-bottom: 5px;
21 #link__wiz_close {
22 cursor: pointer;
23 margin: 0;
26 #link__wiz_result {
27 background-color: __background__;
28 width: 293px;
29 height: 193px;
30 overflow: auto;
31 border: 1px solid __border__;
32 margin: 3px auto;
33 text-align: left;
36 #link__wiz_result div.type_u {
37 padding: 3px 3px 3px 22px;
38 background: transparent url(../../images/up.png) 3px 3px no-repeat;
41 #link__wiz_result div.type_f {
42 padding: 3px 3px 3px 22px;
43 background: transparent url(../../images/page.png) 3px 3px no-repeat;
46 #link__wiz_result div.type_d {
47 padding: 3px 3px 3px 22px;
48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
51 #link__wiz_result div.even {
52 background-color: __background_neu__;
55 #link__wiz_result div.selected {
56 background-color: __background_alt__;
59 #link__wiz_result span {
60 display: block;
61 color: __text_neu__
64 /*FIXME maybe move to a more general style sheet*/
65 .ondrag {
66 cursor: move;
67 opacity: 0.8;