equal
deleted
inserted
replaced
|
1 body { |
|
2 padding : 0px; |
|
3 margin : 0px; |
|
4 } |
|
5 .ui-state-highlight { |
|
6 border: 2px dotted #000; |
|
7 background-image:url(icons/cc0d0d-hatch.png); |
|
8 background-repeat: repeat; |
|
9 height: 1.5em; line-height: 1.2em; |
|
10 } |
|
11 li.sort{ |
|
12 border: 2px dotted #999; |
|
13 } |
|
14 |
|
15 .bookmarkList{ |
|
16 overflow-y:hidden; |
|
17 height:100%; |
|
18 } |
|
19 |
|
20 div.bookmarkList ul{ |
|
21 list-style-type: none; |
|
22 margin: 0px; |
|
23 padding: 0px; |
|
24 font-family: "Nokia Sans"; |
|
25 overflow: hidden; |
|
26 } |
|
27 .controlIn { |
|
28 height: 70px; |
|
29 background-repeat: repeat-x; |
|
30 width: 48px; |
|
31 background-image: url(icons/white-blue-dark-bg.gif); |
|
32 float:right; |
|
33 z-index:30; |
|
34 } |
|
35 .controlOut { |
|
36 height: 70px; |
|
37 background-repeat: repeat-x; |
|
38 background-image: url(icons/white-blue-dark-bg.gif); |
|
39 float:right; |
|
40 z-index:30; |
|
41 } |
|
42 div.collapsed { |
|
43 background-image: url(icons/white-blue-collapsed.gif); |
|
44 background-repeat: no-repeat; |
|
45 float: left; |
|
46 height: 70px; |
|
47 width: 60px; |
|
48 } |
|
49 div.expanded { |
|
50 background-image: url(icons/white-blue-expanded.gif); |
|
51 background-repeat: no-repeat; |
|
52 float: left; |
|
53 height: 70px; |
|
54 width: 60px; |
|
55 } |
|
56 |
|
57 |
|
58 div.collapsedIcons{ |
|
59 display:none; |
|
60 } |
|
61 div.expandedIcons{ |
|
62 display:block; |
|
63 padding-top: 10px; |
|
64 } |
|
65 |
|
66 .bookmarkList li { |
|
67 height: 70px; |
|
68 background-image: url(icons/light-blue.bg.gif); |
|
69 background-repeat: repeat-x; |
|
70 overflow: hidden; |
|
71 color: #999999; |
|
72 } |
|
73 |
|
74 |
|
75 div.Title { |
|
76 color: #000; |
|
77 margin-top: 15px; |
|
78 overflow: hidden; |
|
79 float:left; |
|
80 z-index:28; |
|
81 background-repeat: no-repeat; |
|
82 background-position: 10px 15px; |
|
83 padding-left: 35px; |
|
84 |
|
85 } |
|
86 img.FavIcon { |
|
87 padding-top: 15px; |
|
88 padding-right: 10px; |
|
89 padding-bottom: 10px; |
|
90 padding-left: 10px; |
|
91 } |
|
92 |
|
93 span.aTitle{ |
|
94 font-size: 20px; |
|
95 white-space:pre; |
|
96 } |
|
97 |
|
98 span.aUrl{ |
|
99 color: #999999; |
|
100 font-size: 16px; |
|
101 white-space:pre; |
|
102 } |