You are here

bueditor.css in BUEditor 6

Same filename and directory in other branches
  1. 5 bueditor.css
  2. 6.2 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: none;
  cursor: move;
}
.editor-popup tr.body {
  border-bottom: none;
}
.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 td.cnt {
  padding: 0.3em 1.5em 0.3em 0.6em;
}
.editor-popup tbody {
  border: none;
}

#editor-help {
  min-width: 200px;
  max-width: 400px;
}

/*Added with 6.x.*/
.editor-container span.separator {
  line-height: 24px;
  font-size: 11px;
  vertical-align: middle;
  padding: 0px 1px;
}
.editor-container span.separator img {
  vertical-align: middle;
  margin: 2px 0px;
}
.editor-container div {
  display: inline;
}
/*quickpop*/
table#bue-quickpop {}
#bue-quickpop a {
  color: #444;
}
#bue-quickpop tr {
  border: none;
}

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: none;
  38. cursor: move;
  39. }
  40. .editor-popup tr.body {
  41. border-bottom: none;
  42. }
  43. .editor-popup td.title {
  44. font-size: 1.1em;
  45. padding-right: 10px;
  46. }
  47. .editor-popup td.close {
  48. text-align: right;
  49. padding-right: 4px;
  50. }
  51. .editor-popup td.close a {
  52. cursor: pointer;
  53. font-size: 1.3em;
  54. }
  55. .editor-popup td.close a:hover {
  56. text-decoration: none;
  57. }
  58. .editor-popup td.cnt {
  59. padding: 0.3em 1.5em 0.3em 0.6em;
  60. }
  61. .editor-popup tbody {
  62. border: none;
  63. }
  64. #editor-help {
  65. min-width: 200px;
  66. max-width: 400px;
  67. }
  68. /*Added with 6.x.*/
  69. .editor-container span.separator {
  70. line-height: 24px;
  71. font-size: 11px;
  72. vertical-align: middle;
  73. padding: 0px 1px;
  74. }
  75. .editor-container span.separator img {
  76. vertical-align: middle;
  77. margin: 2px 0px;
  78. }
  79. .editor-container div {
  80. display: inline;
  81. }
  82. /*quickpop*/
  83. table#bue-quickpop {}
  84. #bue-quickpop a {
  85. color: #444;
  86. }
  87. #bue-quickpop tr {
  88. border: none;
  89. }