You are here

simple.css in OM Maximenu 6

Same filename and directory in other branches
  1. 8 skin/simple/simple.css
  2. 7 skin/simple/simple.css

OM Maximenu Simple Skin

@author: Daniel Honrade http://drupal.org/user/351112

File

skin/simple/simple.css
View source
  1. /* $Id$ */
  2. /**
  3. * @file
  4. * OM Maximenu Simple Skin
  5. *
  6. * @author: Daniel Honrade http://drupal.org/user/351112
  7. *
  8. */
  9. /* OM Maximenu Content - simple style - general */
  10. .om-maximenu-simple .om-maximenu-top { height: 25px; background: url(images/simple1.png) 0 0 repeat-x; position: relative; }
  11. .om-maximenu-simple .om-maximenu-top-left { position: absolute; top: 0; left: -25px; height: 25px; width: 25px; background: url(images/simple1.png) 0 -50px no-repeat; }
  12. .om-maximenu-simple .om-maximenu-top-right { position: absolute; top: 0; right: -25px; height: 25px; width: 25px; background: url(images/simple1.png) -25px -50px no-repeat; }
  13. .om-maximenu-simple .om-maximenu-middle { background: none #fff; }
  14. .om-maximenu-simple .om-maximenu-middle-left { background: url(images/simple2.png) left top repeat-y; margin-left: -25px; }
  15. .om-maximenu-simple .om-maximenu-middle-right { padding: 5px 20px; background: url(images/simple3.png) right top repeat-y; margin-right: -25px; }
  16. .om-maximenu-simple .om-maximenu-bottom { height: 25px; background: url(images/simple1.png) 0 -25px repeat-x; position: relative; }
  17. .om-maximenu-simple .om-maximenu-bottom-left { position: absolute; bottom: 0; left: -25px; height: 25px; width: 25px; background: url(images/simple1.png) 0 -75px no-repeat; }
  18. .om-maximenu-simple .om-maximenu-bottom-right { position: absolute; bottom: 0; right: -25px; height: 25px; width: 25px; background: url(images/simple1.png) -25px -75px no-repeat; }
  19. /* OM Maximenu Content - simple style - main menu */
  20. .om-maximenu-simple.om-maximenu-main-menu .om-maximenu-content .om-maximenu-top { display: none; }
  21. /* OM Maximenu Content - simple style - block down/down */
  22. .om-maximenu-simple.om-maximenu-block.om-maximenu-row.om-maximenu-block-down .om-maximenu-content .om-maximenu-top { display: none; }
  23. .om-maximenu-simple.om-maximenu-block.om-maximenu-row.om-maximenu-block-up .om-maximenu-content .om-maximenu-bottom { display: none; }
  24. /* OM Maximenu Content - simple style - block left */
  25. /* OM Maximenu Content - simple style - block right */
  26. /* OM Maximenu Content - simple style - float top/bottom */
  27. .om-maximenu-simple.om-maximenu-float.om-maximenu-row.om-maximenu-top .om-maximenu-content .om-maximenu-top { display: none; }
  28. .om-maximenu-simple.om-maximenu-float.om-maximenu-row.om-maximenu-bottom .om-maximenu-content .om-maximenu-bottom { display: none; }