source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/greenstone/_linkwiz.css@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.3 KB
Line 
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;
13}
14
15#link__wiz_header {
16 background-color: __background_alt__;
17 height: 16px;
18 margin-bottom: 5px;
19}
20
21#link__wiz_close {
22 cursor: pointer;
23 margin: 0;
24}
25
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;
34}
35
36#link__wiz_result div.type_u {
37 padding: 3px 3px 3px 22px;
38 background: transparent url(../../images/up.png) 3px 3px no-repeat;
39}
40
41#link__wiz_result div.type_f {
42 padding: 3px 3px 3px 22px;
43 background: transparent url(../../images/page.png) 3px 3px no-repeat;
44}
45
46#link__wiz_result div.type_d {
47 padding: 3px 3px 3px 22px;
48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
49}
50
51#link__wiz_result div.even {
52 background-color: __background_neu__;
53}
54
55#link__wiz_result div.selected {
56 background-color: __background_alt__;
57}
58
59#link__wiz_result span {
60 display: block;
61 color: __text_neu__;
62}
63
64/*FIXME maybe move to a more general style sheet*/
65.ondrag {
66 cursor: move;
67 opacity: 0.8;
68}
Note: See TracBrowser for help on using the repository browser.