Changeset 1758666
- Timestamp:
- 11/04/2017 04:13:15 PM (8 years ago)
- Location:
- jquery-drop-down-menu-plugin/tags/3.0
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
themes/blue-style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jquery-drop-down-menu-plugin/tags/3.0/readme.txt
r1758645 r1758666 65 65 == Changelog == 66 66 3.0 67 Big update, Start supporting menu locations, reposnive menu, animation effects, multiple menu themes, mobile menu67 Big Update, Supporting Menu Locations, Responsive Menu, Animation Effects, Multiple Menu Style/Themes, Mobile Menu 68 68 69 69 2.5 -
jquery-drop-down-menu-plugin/tags/3.0/themes/blue-style.css
r1758637 r1758666 1 1 #jquery-dropmenu, #jquery-dropmenu ul { 2 3 4 2 margin:0; 5 6 7 3 padding:0; 8 9 10 4 list-style-type:none; 11 12 13 5 list-style-position:outside; 14 15 16 6 position:relative; 17 18 19 7 line-height:1.7em; 20 21 22 8 z-index:300; 23 24 25 9 display:inline-block; 26 27 28 10 width:100%; 29 30 31 11 font-weight:normal; 32 33 34 12 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,dfe5d7+40,b3bead+100;Wax+3D+%233 */ 35 36 37 13 background: #000; /* Old browsers */ 38 39 40 14 border-radius:0px; 41 42 43 15 border-bottom:2px solid #0099ff; 44 45 46 16 } 47 48 49 17 #jquery-dropmenu a { 50 51 52 18 display:block; 53 54 55 19 /*padding:0.25em 1em;*/ padding:12px 15px!important; 56 57 58 20 line-height:22px; 59 60 61 21 color:#fff; 62 63 64 22 font-weight:normal; 65 66 67 23 box-shadow: 0px 0px 0px #000!important; 68 69 70 24 border-right:1px solid #c8c8c8; 71 72 73 25 border-radius:0px; 74 75 76 26 text-decoration:none; 77 78 79 27 margin:0px; 80 81 82 28 letter-spacing:inherit; 83 84 85 29 } 86 87 88 30 ul#jquery-dropmenu li.last-child a { 89 90 91 31 border:none; 92 93 94 32 position:relative; 95 96 97 33 } 98 99 100 34 #jquery-dropmenu a:hover, ul#jquery-dropmenu li.current-menu-item a { 101 102 103 35 color:#fff!important; 104 105 106 36 background:#0099ff!important; 107 108 109 37 } 110 111 112 38 #jquery-dropmenu li { 113 114 115 39 float: left; 116 117 118 40 font-family: Verdana, Arial, Helvetica, sans-serif; 119 120 121 41 position: relative; 122 123 124 42 font-size:14px; 125 126 127 43 margin: 0px!important; 128 129 130 44 margin-bottom: 0px; 131 132 133 45 } 134 135 136 46 #jquery-dropmenu ul { 137 138 139 47 position:absolute; 140 141 142 48 display:none; 143 144 145 49 border-radius:0px; 146 147 148 50 top:100%; 149 150 151 left:0px; 152 153 51 left:0px; z-index:99999; 154 52 } 155 156 157 53 #jquery-dropmenu ul a { 158 159 160 54 border-left:1px solid #c8c8c8; 161 162 163 55 } 164 165 166 #jquery-dropmenu li ul { 167 168 169 width:auto; 170 171 56 #jquery-dropmenu li ul { min-width:195px; 172 57 } 173 174 58 #jquery-dropmenu li ul li{ float:none;} 175 59 #jquery-dropmenu li ul a { 176 177 178 60 height:auto; 179 180 181 order-bottom:1px solid #c8c8c8; 182 183 61 border-bottom:none;border-left:0px;border-right:0px; 184 62 } 185 186 63 #jquery-dropmenu li.parent:hover{ color: #fff!important; 64 background: #0099ff!important;} 65 #jquery-dropmenu li ul li:hover{ color: #fff!important; 66 background: #0099ff!important;} 187 67 ul#jquery-dropmenu .fa { 188 189 190 68 display:none; 191 192 193 69 } 194 195 196 70 #jquery-dropmenu ul ul { 197 198 199 71 top:auto; 200 201 202 72 border-radius:0px; 203 204 205 73 } 206 207 208 74 #jquery-dropmenu li ul ul { 209 210 211 75 left: 100%; 212 213 214 76 margin: 0 0 0 0px; 215 216 217 77 top:0px; 218 219 220 78 } 221 222 223 ul#jquery-dropmenu li li.parent>a:after { 224 225 79 ul#jquery-dropmenu li.parent>a:after { 226 80 content: ""; 227 228 229 81 position: absolute; 230 231 232 82 top: 40%; 233 234 235 83 right: 5px; 236 237 238 84 width: 0; 239 240 241 85 height: 0; 242 243 244 86 border-top: 4px solid rgba(255, 255, 255, 1); 245 246 247 87 border-top: 4px solid transparent; 248 249 250 88 border-bottom: 4px solid transparent; 251 252 253 89 } 254 255 256 90 ul#jquery-dropmenu li.parent>a:after { 257 258 259 91 content: ""; 260 261 262 92 position: absolute; 263 264 265 93 top: 45%; 266 267 268 94 right: 6px; 269 270 271 95 width: 0; 272 273 274 96 height: 0; 275 276 277 97 border-top: 4px solid rgba(255, 255, 255, 1); 278 279 280 98 border-right: 4px solid transparent; 281 282 283 99 border-left: 4px solid transparent; 284 285 286 100 } 287 288 289 101 ul#jquery-dropmenu ul li:hover > a { 290 291 292 102 background-color:transparent!important; 293 294 295 103 color:#fff!important; 296 297 298 104 } 299 300 301 105 /*dropdown stasr*/ 302 106 303 107 304 305 306 307 308 309 310 108 ul#jquery-dropmenu li.menu-item-has-children a:before { 311 312 313 109 margin-left: 10px!important; 314 315 316 110 margin-right: -2px!important; 317 318 319 111 position: absolute!important; 320 321 322 112 right: 5px!important; 323 324 325 113 top: 12px!important; 326 327 328 114 } 329 330 331 115 ul.dropdown a, ul.dropdown a:link, ul.dropdown a:visited { 332 333 334 116 text-shadow:0px 0px 0px #000!important 335 336 337 117 } 338 339
Note: See TracChangeset
for help on using the changeset viewer.