style.css 851 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. * html #ed_toolbar input, *:first-child+html #ed_toolbar input {
  2. overflow: visible;
  3. }
  4. div#ed_toolbar input:hover {
  5. border-color: #aaa;
  6. background: #ddd;
  7. }
  8. div#ed_toolbar input, #ed_toolbar span {
  9. background: #fff url("img/fade-butt.png") repeat-x 0 -2px;
  10. border-color: #C3C3C3;
  11. margin: 3px 1px 4px;
  12. line-height: 18px;
  13. display: inline-block;
  14. border-width: 1px;
  15. border-style: solid;
  16. min-width: 26px;
  17. width: auto;
  18. padding: 2px 4px;
  19. font-size: 12px;
  20. text-align: center;
  21. /*-moz-border-radius: 3px;
  22. -khtml-border-radius: 3px;
  23. -webkit-border-radius: 3px;
  24. border-radius: 3px;*/
  25. }
  26. #ed_link {
  27. text-decoration: underline !important;
  28. color: #00f !important;
  29. }
  30. #ed_del {
  31. text-decoration: line-through !important;
  32. }
  33. #ed_em {
  34. font-style: italic !important;
  35. }
  36. #ed_strong {
  37. font-weight: bold !important;
  38. }