OSDN Git Service

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