flora.shadow.css 617 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. .ui-shadow {
  3. background:transparent url(i/shadow.png) no-repeat scroll right bottom;
  4. height: 100px;
  5. margin: 10px;
  6. position: relative;
  7. }
  8. .ui-shadow-ne {
  9. background:transparent url(i/shadow.png) no-repeat scroll right top;
  10. width: 6px;
  11. height: 6px;
  12. position: absolute;
  13. top: -6px;
  14. right: 0px;
  15. }
  16. .ui-shadow-sw {
  17. background:transparent url(i/shadow.png) no-repeat scroll left bottom;
  18. width: 6px;
  19. height: 6px;
  20. position: absolute;
  21. bottom: 0px;
  22. left: -6px;
  23. }
  24. */
  25. .ui-shadow { position:relative; }
  26. .ui-shadow-color { background:#030; position:absolute; } /* Can be overidden via js */