Plugin Directory

Changeset 1759223


Ignore:
Timestamp:
11/06/2017 06:30:24 AM (8 years ago)
Author:
phpinterviewquestion.com
Message:

new version

Location:
jquery-drop-down-menu-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jquery-drop-down-menu-plugin/trunk/readme.txt

    r1758635 r1759223  
    33Contributors: SandyIN
    44Donate link: http://www.phpinterviewquestion.com/contact/
    5 Tags: Drop Down Menu,JQuery Drop Down Menu, JQuery Multi Drop Down Menu plugin
     5Tags: Drop Down Menu,JQuery Drop Down Menu,Responsive Menu, Mobile Menu
    66Requires at least: 2.7
    7 Tested up to: 4.3
     7Tested up to: 4.8.3
    88Stable tag: 3.0
    99
     
    6565== Changelog ==
    66663.0
    67 Big update, Start supporting menu locations, reposnive menu, animation effects, multiple menu themes, mobile menu
     67Big Update, Supporting Menu Locations, Responsive Menu, Animation Effects, Multiple Menu Style/Themes, Mobile Menu
    6868
    69692.5
  • jquery-drop-down-menu-plugin/trunk/themes/blue-style.css

    r1758635 r1759223  
    11#jquery-dropmenu, #jquery-dropmenu ul {
    2 
    3 
    42    margin:0;
    5 
    6 
    73    padding:0;
    8 
    9 
    104    list-style-type:none;
    11 
    12 
    135    list-style-position:outside;
    14 
    15 
    166    position:relative;
    17 
    18 
    197    line-height:1.7em;
    20 
    21 
    228    z-index:300;
    23 
    24 
    259    display:inline-block;
    26 
    27 
    2810    width:100%;
    29 
    30 
    3111    font-weight:normal;
    32 
    33 
    3412    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,dfe5d7+40,b3bead+100;Wax+3D+%233 */
    35 
    36 
    3713background: #000; /* Old browsers */
    38 
    39 
    4014    border-radius:0px;
    41 
    42 
    4315    border-bottom:2px solid #0099ff;
    44 
    45 
    4616}
    47 
    48 
    4917#jquery-dropmenu a {
    50 
    51 
    5218    display:block;
    53 
    54 
    5519    /*padding:0.25em 1em;*/    padding:12px 15px!important;
    56 
    57 
    5820    line-height:22px;
    59 
    60 
    6121    color:#fff;
    62 
    63 
    6422    font-weight:normal;
    65 
    66 
    6723    box-shadow: 0px 0px 0px #000!important;
    68 
    69 
    7024    border-right:1px solid #c8c8c8;
    71 
    72 
    7325    border-radius:0px;
    74 
    75 
    7626    text-decoration:none;
    77 
    78 
    7927    margin:0px;
    80 
    81 
    8228    letter-spacing:inherit;
    83 
    84 
    8529}
    86 
    87 
    8830ul#jquery-dropmenu li.last-child a {
    89 
    90 
    9131    border:none;
    92 
    93 
    9432    position:relative;
    95 
    96 
    9733}
    98 
    99 
    10034#jquery-dropmenu a:hover, ul#jquery-dropmenu li.current-menu-item a {
    101 
    102 
    10335    color:#fff!important;
    104 
    105 
    10636    background:#0099ff!important;
    107 
    108 
    10937}
    110 
    111 
    11238#jquery-dropmenu li {
    113 
    114 
    11539    float: left;
    116 
    117 
    11840    font-family: Verdana, Arial, Helvetica, sans-serif;
    119 
    120 
    12141    position: relative;
    122 
    123 
    12442    font-size:14px;
    125 
    126 
    12743    margin: 0px!important;
    128 
    129 
    13044    margin-bottom: 0px;
    131 
    132 
    13345}
    134 
    135 
    13646#jquery-dropmenu ul {
    137 
    138 
    13947    position:absolute;
    140 
    141 
    14248    display:none;
    143 
    144 
    14549    border-radius:0px;
    146 
    147 
    14850    top:100%;
    149 
    150 
    151     left:0px;
    152 
    153 
     51    left:0px; z-index:99999;
    15452}
    155 
    156 
    15753#jquery-dropmenu ul a {
    158 
    159 
    16054    border-left:1px solid #c8c8c8;
    161 
    162 
    16355}
    164 
    165 
    166 #jquery-dropmenu li ul {
    167 
    168 
    169     width:auto;
    170 
    171 
     56#jquery-dropmenu li ul { min-width:195px;
    17257}
    173 
    174 
     58#jquery-dropmenu li ul li{ float:none;}
    17559#jquery-dropmenu li ul a {
    176 
    177 
    17860    height:auto;
    179 
    180 
    181     order-bottom:1px solid #c8c8c8;
    182 
    183 
     61    border-bottom:none;border-left:0px;border-right:0px;
    18462}
    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;}
    18767ul#jquery-dropmenu .fa {
    188 
    189 
    19068    display:none;
    191 
    192 
    19369}
    194 
    195 
    19670#jquery-dropmenu ul ul {
    197 
    198 
    19971    top:auto;
    200 
    201 
    20272    border-radius:0px;
    203 
    204 
    20573}
    206 
    207 
    20874#jquery-dropmenu li ul ul {
    209 
    210 
    21175    left: 100%;
    212 
    213 
    21476    margin: 0 0 0 0px;
    215 
    216 
    21777    top:0px;
    218 
    219 
    22078}
    221 
    222 
    223 ul#jquery-dropmenu li li.parent>a:after {
    224 
    225 
     79ul#jquery-dropmenu li.parent>a:after {
    22680    content: "";
    227 
    228 
    22981    position: absolute;
    230 
    231 
    23282    top: 40%;
    233 
    234 
    23583    right: 5px;
    236 
    237 
    23884    width: 0;
    239 
    240 
    24185    height: 0;
    242 
    243 
    24486    border-top: 4px solid rgba(255, 255, 255, 1);
    245 
    246 
    24787    border-top: 4px solid transparent;
    248 
    249 
    25088    border-bottom: 4px solid transparent;
    251 
    252 
    25389}
    254 
    255 
    25690ul#jquery-dropmenu li.parent>a:after {
    257 
    258 
    25991    content: "";
    260 
    261 
    26292    position: absolute;
    263 
    264 
    26593    top: 45%;
    266 
    267 
    26894    right: 6px;
    269 
    270 
    27195    width: 0;
    272 
    273 
    27496    height: 0;
    275 
    276 
    27797    border-top: 4px solid rgba(255, 255, 255, 1);
    278 
    279 
    28098    border-right: 4px solid transparent;
    281 
    282 
    28399    border-left: 4px solid transparent;
    284 
    285 
    286100}
    287 
    288 
    289101ul#jquery-dropmenu ul li:hover > a {
    290 
    291 
    292102    background-color:transparent!important;
    293 
    294 
    295103    color:#fff!important;
    296 
    297 
    298104}
    299 
    300 
    301105/*dropdown stasr*/
    302106
    303107
    304 
    305 
    306 
    307 
    308 
    309 
    310108ul#jquery-dropmenu li.menu-item-has-children a:before {
    311 
    312 
    313109    margin-left: 10px!important;
    314 
    315 
    316110    margin-right: -2px!important;
    317 
    318 
    319111    position: absolute!important;
    320 
    321 
    322112    right: 5px!important;
    323 
    324 
    325113    top: 12px!important;
    326 
    327 
    328114}
    329 
    330 
    331115ul.dropdown a, ul.dropdown a:link, ul.dropdown a:visited {
    332 
    333 
    334116    text-shadow:0px 0px 0px #000!important
    335 
    336 
    337117}
    338 
    339 
Note: See TracChangeset for help on using the changeset viewer.