PluginProbe
WPIDE – File Manager & Code Editor / 2.1
WPIDE – File Manager & Code Editor v2.1
3.5.8 3.5.7 2.0.14 2.0.15 2.0.16 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.2 2.3 2.3.1 2.3.2 2.4.0 2.5 2.6 3.0 3.1 3.2 3.3 3.4 All 54 releases
wpide / dd.css

dd.css in WPIDE – File Manager & Code Editor 2.1, at dd.css

184 lines 4.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /************** Skin 1 *********************/
2 .dd {
3 /*display:inline-block !important;*/
4 text-align:left;
5 background-color:#fff;
6 font-family:Arial, Helvetica, sans-serif;
7 font-size:12px;
8 float:left;
9 z-index:999;
10
11 -moz-box-shadow: 2px 2px 2px 2px #ccc;
12 -webkit-box-shadow: 2px 2px 2px 2px #ccc;
13 box-shadow: 2px 2px 2px 2px #ccc;
14 }
15 .dd .ddTitle {
16 background:#f2f2f2;
17 border:1px solid #c3c3c3;
18 padding:3px;
19 text-indent:0;
20 cursor:default;
21 overflow:hidden;
22 height:16px;
23 }
24 .dd .ddTitle span.arrow {
25 background:none no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
26 }
27
28 .dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:16px;}
29 .dd .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0}
30 .dd .ddTitle img.selected {
31 padding:0 3px 0 0;
32 vertical-align:top;
33 }
34 .dd .ddChild {
35 position:absolute;
36 border:1px solid #c3c3c3;
37 border-top:none;
38 display:none;
39 margin:0;
40 width:auto;
41 min-width:150px;
42 overflow:auto;
43 overflow-x:hidden !important;
44 background-color:#ffffff;
45 z-index:9999;
46 }
47 .dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
48 .dd .ddChild a {
49 display:block;
50 padding:2px 0 2px 3px;
51 text-decoration:none;
52 color:#000;
53 overflow:hidden;
54 white-space:nowrap;
55 cursor:pointer;
56 }
57 .dd .ddChild a:hover {
58 background-color:#eee;
59 }
60 .dd .ddChild a img {
61 border:0;
62 padding: 2px;
63 padding-left: 10px;
64 vertical-align:middle;
65 float: right;
66 }
67 .dd .ddChild a.selected {
68 background-color:#eee;
69
70
71 }
72 .hidden {display:none;}
73
74 .dd .borderTop{border-top:1px solid #c3c3c3 !important;}
75 .dd .noBorderTop{border-top:none 0 !important}
76
77 /************** Skin 2 *********************/
78 .dd2 {
79 /*display:inline-block !important;*/
80 text-align:left;
81 background-color:#fff;
82 font-family:Arial, Helvetica, sans-serif;
83 font-size:12px;
84 float:left;
85 }
86 .dd2 .ddTitle {
87 background:transparent none no-repeat;
88 padding:0 3px;
89 text-indent:0;
90 cursor:default;
91 overflow:hidden;
92 height:36px;
93 }
94 .dd2 .ddTitle span.arrow {
95 background:transparent none no-repeat 0 0; float:right; display:inline-block;width:27px; height:27px; cursor:pointer; top:5px; position:relative; right:2px;
96 }
97
98 .dd2 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:33px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold; color:#fff; _position:relative; _top:4px}
99 .dd2 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
100 .dd2 .ddTitle img.selected {
101 padding:0 2px 0 0;
102 vertical-align:top;
103 }
104 .dd2 .ddChild {
105 position:absolute;
106 border:1px solid #c3c3c3;
107 border-top:none;
108 display:none;
109 margin:0;
110 width:auto;
111 min-width: 150px;
112 overflow:auto;
113 overflow-x:hidden !important;
114 background-color:#ffffff;
115 font-size:14px;
116 }
117 .dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited {padding-left:10px}
118 .dd2 .ddChild a {
119 display:block;
120 padding:3px 0 3px 3px;
121 text-decoration:none;
122 color:#000;
123 overflow:hidden;
124 white-space:nowrap;
125 cursor:pointer;
126 }
127 .dd2 .ddChild a:hover {
128 background-color:#66CCFF;
129 }
130 .dd2 .ddChild a img {
131 border:0;
132 padding:0 2px 0 0;
133 vertical-align:middle;
134 }
135 .dd2 .ddChild a.selected {
136 background-color:#66CCFF;
137 }
138
139 .dd2 .borderTop{border-top:1px solid #c3c3c3 !important;}
140 .dd2 .noBorderTop{border-top:none 0 !important}
141
142 /************* use sprite *****************/
143 .dd .ddChild a.sprite, .dd .ddChild a.sprite:visited {
144 background-image:url(../icons/sprite.gif);
145 background-repeat:no-repeat;
146 padding-left:24px;
147 }
148
149 .dd .ddChild a.calendar, .dd .ddChild a.calendar:visited {
150 background-position:0 -404px;
151 }
152 .dd .ddChild a.shoppingcart, .dd .ddChild a.shoppingcart:visited {
153 background-position:0 -330px;
154 }
155 .dd .ddChild a.cd, .dd .ddChild a.cd:visited {
156 background-position:0 -439px;
157 }
158 .dd .ddChild a.email, .dd .ddChild a.email:visited {
159 background-position:0 -256px;
160 }
161 .dd .ddChild a.faq, .dd .ddChild a.faq:visited {
162 background-position:0 -183px;
163 }
164 .dd .ddChild a.games,
165 .dd .ddChild a.games:visited {
166 background-position:0 -365px;
167 }
168 .dd .ddChild a.music, .dd .ddChild a.music:visited {
169 background-position:0 -146px;
170 }
171 .dd .ddChild a.phone, .dd .ddChild a.phone:visited {
172 background-position:0 -109px;
173 }
174 .dd .ddChild a.graph, .dd .ddChild a.graph:visited {
175 background-position:0 -73px;
176 }
177 .dd .ddChild a.secured, .dd .ddChild a.secured:visited {
178 background-position:0 -37px;
179 }
180 .dd .ddChild a.video, .dd .ddChild a.video:visited {
181 background-position:0 0;
182 }
183 /*******************************/
184