A tumblelog CMS built on AJAX, PHP and MySQL.

contextmenu.css 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .contextMenuIEPopup {
  2. padding: 0;
  3. margin: 0;
  4. border: 0;
  5. overflow: hidden;
  6. }
  7. .contextMenu {
  8. position: absolute;
  9. cursor: default;
  10. z-index: 1000;
  11. border: 1px solid #D4D0C8;
  12. background-color: #FFFFFF;
  13. }
  14. .contextMenuItem, .contextMenuItemOver {
  15. }
  16. .contextMenuSeparator {
  17. width: 100%;
  18. background-color: #D4D0C8;
  19. border: 0;
  20. }
  21. .contextMenuImage, .contextMenuItemDisabled {
  22. border: 0;
  23. }
  24. .contextMenuIcon {
  25. background-color: #F0F0EE;
  26. }
  27. .contextMenuItemOver .contextMenuIcon {
  28. background-color: #B6BDD2;
  29. }
  30. .contextMenuIcon {
  31. background-color: #F0F0EE;
  32. }
  33. .contextMenuItemDisabled img {
  34. filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  35. -moz-opacity:0.3;
  36. opacity: 0.3;
  37. }
  38. .contextMenuText {
  39. font-family: Tahoma, Verdana, Arial, Helvetica;
  40. font-size: 11px;
  41. line-height: 20px;
  42. }
  43. .contextMenuItemDisabled {
  44. color: #AAAAAA;
  45. }
  46. .contextMenuText a {
  47. display: block;
  48. line-height: 20px;
  49. width: 100%;
  50. text-decoration: none;
  51. color: black;
  52. font-weight: normal;
  53. margin: 0;
  54. padding: 0;
  55. }
  56. .contextMenuText a:hover {
  57. background-color: #B6BDD2;
  58. text-decoration: none !important;
  59. font-weight: normal;
  60. margin: 0;
  61. padding: 0;
  62. }