bueditor.css in BUEditor 5
Same filename and directory in other branches
.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.cssView source
-
- .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;
- }