You are here

bueditor.css in BUEditor 5

Same filename and directory in other branches
  1. 6.2 bueditor.css
  2. 6 bueditor.css
  3. 7 bueditor.css
.editor-container {
  margin: 1px 0px;
}
.editor-text-button {
  height: 22px;
  font-size: 11px;
  padding: 0px;
  font-weight: bold;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  text-align: center;
}
.editor-image-button {}
.editor-text-button, .editor-image-button {
  margin: 1px;
  border: 1px solid #ccc;
  vertical-align: bottom;
}
.editor-text-button:hover, .editor-image-button:hover {
  border-color: #ffcc66;
}
.editor-container .stay-clicked {
  border-color: #f00;
}

/*.editor-popup tr.(head|body|odd|even) td.(title|close|content)*/
.editor-popup {
  z-index: 10;
  position: absolute;
  border: 1px solid #000;
  font: 12px verdana;
  width: auto;
  text-align: left;
}
.editor-popup tr.head {
  font-weight: bold;
  border-top: 1px solid #000;
  cursor: move;
}
.editor-popup td.title {
  font-size: 1.1em;
  padding-right: 10px;
}
.editor-popup td.close {
  text-align: right;
  padding-right: 4px;
}
.editor-popup td.close a {
  cursor: pointer;
  font-size: 1.3em;
}
.editor-popup td.close a:hover {
  text-decoration: none;
}
.editor-popup tbody {
  border: none;
}

#editor-help {
  width: 400px;
}

File

bueditor.css
View source
  1. .editor-container {
  2. margin: 1px 0px;
  3. }
  4. .editor-text-button {
  5. height: 22px;
  6. font-size: 11px;
  7. padding: 0px;
  8. font-weight: bold;
  9. background-color: #fff;
  10. color: #444;
  11. cursor: pointer;
  12. text-align: center;
  13. }
  14. .editor-image-button {}
  15. .editor-text-button, .editor-image-button {
  16. margin: 1px;
  17. border: 1px solid #ccc;
  18. vertical-align: bottom;
  19. }
  20. .editor-text-button:hover, .editor-image-button:hover {
  21. border-color: #ffcc66;
  22. }
  23. .editor-container .stay-clicked {
  24. border-color: #f00;
  25. }
  26. /*.editor-popup tr.(head|body|odd|even) td.(title|close|content)*/
  27. .editor-popup {
  28. z-index: 10;
  29. position: absolute;
  30. border: 1px solid #000;
  31. font: 12px verdana;
  32. width: auto;
  33. text-align: left;
  34. }
  35. .editor-popup tr.head {
  36. font-weight: bold;
  37. border-top: 1px solid #000;
  38. cursor: move;
  39. }
  40. .editor-popup td.title {
  41. font-size: 1.1em;
  42. padding-right: 10px;
  43. }
  44. .editor-popup td.close {
  45. text-align: right;
  46. padding-right: 4px;
  47. }
  48. .editor-popup td.close a {
  49. cursor: pointer;
  50. font-size: 1.3em;
  51. }
  52. .editor-popup td.close a:hover {
  53. text-decoration: none;
  54. }
  55. .editor-popup tbody {
  56. border: none;
  57. }
  58. #editor-help {
  59. width: 400px;
  60. }