You are here

bueditor.css in BUEditor 7

Same filename and directory in other branches
  1. 5 bueditor.css
  2. 6.2 bueditor.css
  3. 6 bueditor.css
.bue-ui {
  margin: 1px 0px;
}
.bue-button {
  margin: 1px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 0;
}
.bue-button:hover {
  border-color: #fc6;
}
.bue-text-button {
  height: 22px;
  font-size: 11px;
  font-weight: bold;
  background-color: #fff;
  color: #444;
  text-align: center;
}
.bue-sprite-button {
  background: transparent none no-repeat 0 0;
}
.bue-ui .stay-clicked {
  border-color: #f00;
}
.bue-ui span.separator {
  margin: 0px 1px;
}
.bue-ui img, .bue-button {
  vertical-align: middle;
}
/*Popup dialogs*/
.bue-popup {
  z-index: 10;
  position: absolute;
  font: 12px verdana;
  width: auto;
  margin: 0;
  text-align: left;
  color: #333;
  border: none;
  outline: none;
}
.bue-popup-head {
  cursor: move;
  font-weight: bold;
  background-color: #e6e6fa;
  border: 1px solid #999;
  margin-bottom: -1px;
}
.bue-popup-title {
  float: left;
  margin: 0.4em 0.5em;
}
.bue-popup-close {
  float: right;
  cursor: pointer;
  margin: 0.2em 0.5em;
  padding: 0.2em 0.5em;
  border: 1px solid #bbb;
  font-size: 0.9em;
  background: transparent;
}
.bue-popup-close:hover {
  background-color: #f5f5fa;
}
.bue-popup-body {
  background-color: #f5f5fa;
  border: 1px solid #999;
}
.bue-popup-content {
  margin: 0.5em;
  overflow: hidden;
}
.bue-popup-content table {
  margin: 0em;
  border: none;
}
.bue-popup-content tbody {
  border: none;
}
.bue-popup .bue-zero, .bue-zero {
  margin: 0em;
  padding: 0em;
  border: none;
  background: none;
}
/*tag chooser*/
.bue-popup-content ul.tag-chooser {
  margin: 0em;
  padding: 0em;
}
.bue-popup-content ul.tag-chooser li.choice {
  background: none;
  list-style: circle;
  margin: 0.3em 0.5em 0.3em 1.5em;
  padding: 0em;
}
.bue-popup-content ul.tag-chooser a.choice-link {
  display: block;
  color: #000;
}
#bue-help {
  min-width: 200px;
  max-width: 400px;
}
/*Imce popup*/
#bue-imce-pop iframe {
  width: 720px;
  height: 520px;
  border: none;
}
#bue-imce-pop .bue-popup-content {
  margin: 0em;
}
#bue-imce-button {
  margin: 0 0.2em;
}

/* Fix bartik : #995948 */
.page-admin #content .bue-ui img {
  margin: 0;
}

File

bueditor.css
View source
  1. .bue-ui {
  2. margin: 1px 0px;
  3. }
  4. .bue-button {
  5. margin: 1px;
  6. border: 1px solid #ccc;
  7. cursor: pointer;
  8. padding: 0;
  9. }
  10. .bue-button:hover {
  11. border-color: #fc6;
  12. }
  13. .bue-text-button {
  14. height: 22px;
  15. font-size: 11px;
  16. font-weight: bold;
  17. background-color: #fff;
  18. color: #444;
  19. text-align: center;
  20. }
  21. .bue-sprite-button {
  22. background: transparent none no-repeat 0 0;
  23. }
  24. .bue-ui .stay-clicked {
  25. border-color: #f00;
  26. }
  27. .bue-ui span.separator {
  28. margin: 0px 1px;
  29. }
  30. .bue-ui img, .bue-button {
  31. vertical-align: middle;
  32. }
  33. /*Popup dialogs*/
  34. .bue-popup {
  35. z-index: 10;
  36. position: absolute;
  37. font: 12px verdana;
  38. width: auto;
  39. margin: 0;
  40. text-align: left;
  41. color: #333;
  42. border: none;
  43. outline: none;
  44. }
  45. .bue-popup-head {
  46. cursor: move;
  47. font-weight: bold;
  48. background-color: #e6e6fa;
  49. border: 1px solid #999;
  50. margin-bottom: -1px;
  51. }
  52. .bue-popup-title {
  53. float: left;
  54. margin: 0.4em 0.5em;
  55. }
  56. .bue-popup-close {
  57. float: right;
  58. cursor: pointer;
  59. margin: 0.2em 0.5em;
  60. padding: 0.2em 0.5em;
  61. border: 1px solid #bbb;
  62. font-size: 0.9em;
  63. background: transparent;
  64. }
  65. .bue-popup-close:hover {
  66. background-color: #f5f5fa;
  67. }
  68. .bue-popup-body {
  69. background-color: #f5f5fa;
  70. border: 1px solid #999;
  71. }
  72. .bue-popup-content {
  73. margin: 0.5em;
  74. overflow: hidden;
  75. }
  76. .bue-popup-content table {
  77. margin: 0em;
  78. border: none;
  79. }
  80. .bue-popup-content tbody {
  81. border: none;
  82. }
  83. .bue-popup .bue-zero, .bue-zero {
  84. margin: 0em;
  85. padding: 0em;
  86. border: none;
  87. background: none;
  88. }
  89. /*tag chooser*/
  90. .bue-popup-content ul.tag-chooser {
  91. margin: 0em;
  92. padding: 0em;
  93. }
  94. .bue-popup-content ul.tag-chooser li.choice {
  95. background: none;
  96. list-style: circle;
  97. margin: 0.3em 0.5em 0.3em 1.5em;
  98. padding: 0em;
  99. }
  100. .bue-popup-content ul.tag-chooser a.choice-link {
  101. display: block;
  102. color: #000;
  103. }
  104. #bue-help {
  105. min-width: 200px;
  106. max-width: 400px;
  107. }
  108. /*Imce popup*/
  109. #bue-imce-pop iframe {
  110. width: 720px;
  111. height: 520px;
  112. border: none;
  113. }
  114. #bue-imce-pop .bue-popup-content {
  115. margin: 0em;
  116. }
  117. #bue-imce-button {
  118. margin: 0 0.2em;
  119. }
  120. /* Fix bartik : #995948 */
  121. .page-admin #content .bue-ui img {
  122. margin: 0;
  123. }