OSDN Git Service

2.0.3 jp10 beta
[nucleus-jp/nucleus-plugins.git] / trunk / NP_TrackBack / trackback / js / rico / css / ricoTree.css
1 /* ricoTree */
2
3 div.ricoTreeContainer {
4   background-color:#cedebd;
5   padding:4px;
6   border:1px solid black;
7   top:0px;
8   left:0px;
9   position:absolute;
10   z-index:9999;
11 }
12
13 div.ricoTree {
14   border:thin inset;
15   overflow:auto;
16   background-color:#FFF;
17 }
18
19 div.ricoTree p, div.ricoTree a {
20   margin:0px;
21   padding-left:0.3em;
22   white-space:nowrap;
23 }
24
25 div.ricoTree a {
26   cursor:pointer;
27   text-decoration:none;
28 }
29
30 div.ricoTree a:hover {
31   background-color:#EEE;
32 }
33
34 div.ricoTree img {
35   margin:0px;
36   padding:0px;
37   display:block;
38 }
39
40 div.ricoTree * {
41   font-size:8pt;
42 }