Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.27 KB | None | 0 0
  1. .notice-badge2{font-weight:700;cursor:default;background:#d33939;padding:0 3px;border-radius:10px}
  2. .parent2.user-bar2{width:86px;text-align:left;float:right;font-weight:700}
  3. .notices2{float:right;margin:0;line-height:85px;z-index:9999}
  4. .notices2 a{color:#fff}
  5. .notices2 ul,.notices2{margin:0 2px 0 0;padding:0;list-style-type:none;list-style-position:outside;position:relative}
  6. .notices2 ul a:link,.notices2 ul a:active,.notices2 ul a:visited{display:block;padding:0;text-decoration:none}
  7. .notices2 ul ul a:link,.notices2 ul ul a:active,.notices2 ul ul a:visited{width:480px;display:block;padding:0 7px;text-decoration:none}
  8. .notices2 ul ul a:hover{color:#0d385f;text-shadow:none}
  9. .notices2 ul li{float:left;position:relative;background:none;padding:0 12px}
  10. .notices2 ul li:hover{transition:all 900ms ease-in}
  11. .notices2 ul ul{width:180px;line-height:35px;background:#fff;position:absolute;right:0;top:25px;text-align:left;padding:0;display:none;border:1px solid #eee;border-bottom:none;border-top:none;box-shadow:0 0 2px rgba(0,0,0,0.15),0 3px 5px rgba(0,0,0,0.1)}
  12. .notices2 ul ul a{color:#248361;font-weight:700}
  13. .notices2 ul li ul a{float:left}
  14. .notices2 ul li ul ul{left:-170px;top:2px;margin:0;border-right:3px solid #ccc;border-top:1px solid #eee}
  15. .notices2 ul li ul li{width:480px;padding:0;margin:0;border-bottom:1px solid #eee;max-width:none;list-style-type:none;text-shadow:none}
  16. .notices2 ul li ul li:hover{background:#f5f5f5}
  17. .noticesn2 ul li:hover ul ul,ul li:hover ul ul ul,ul li:hover ul ul ul ul{display:none}
  18. .notices2 ul li:hover ul,.notices ul li li:hover ul,.notices2 ul li li li:hover ul,.notices2 ul li li li li:hover ul{display:block}
  19. .notices2 ul li ul.children li{list-style-type:none}
  20. .notices2 ul li ul li.current-menu-item{background:#f5f5f5}
  21. .notices2 ul li ul li.current-menu-item a{color:#585858}
  22. .notices2 ul li.current-menu-item span{color:#585858}
  23. .notices2 ul li.parent2{background-image:url(images/menu-arrow-transparent.png);background-position:center center;background-repeat:no-repeat}
  24. .notices2 ul li.parent2:hover{background-image:url(images/menu-arrow1.png);background-position:14px 36px;background-repeat:no-repeat}
  25. .notices2 ul li ul li.parent2:hover{background-image:url(images/menu-arrow-left.png);background-position:152px center;background-repeat:no-repeat}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement