|
@@ -4,9 +4,8 @@
|
|
|
*
|
|
|
* Copyright (C) 2011, Sam Clarke (samclarke.com)
|
|
|
*
|
|
|
- * SCEditor is dual licensed under the MIT and GPL licenses:
|
|
|
+ * SCEditor is licensed under the MIT license:
|
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
|
- * http://www.gnu.org/licenses/gpl.html
|
|
|
*
|
|
|
* Icons by Mark James (http://www.famfamfam.com/lab/icons/silk/)
|
|
|
* Licensed under the Creative Commons CC-BY license (http://creativecommons.org/licenses/by/3.0/)
|
|
@@ -66,7 +65,7 @@ div.sceditor-dropdown, div.sceditor-dropdown div {
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
z-index: 3;
|
|
|
- background: url('icons/grip.png');
|
|
|
+ background: url('../images/bbc/icons/grip.png');
|
|
|
}
|
|
|
div.sceditor-dropdown {
|
|
|
position: absolute;
|
|
@@ -177,46 +176,46 @@ div.sceditor-dropdown, div.sceditor-dropdown div {
|
|
|
text-indent: -9999px;
|
|
|
}
|
|
|
.sceditor-button:hover { background: #eee; }
|
|
|
- .sceditor-button-bold div { background: url('icons/text_bold.png'); }
|
|
|
- .sceditor-button-italic div { background: url('icons/text_italic.png'); }
|
|
|
- .sceditor-button-underline div { background: url('icons/text_underline.png'); }
|
|
|
- .sceditor-button-strike div { background: url('icons/text_strikethrough.png'); }
|
|
|
- .sceditor-button-subscript div { background: url('icons/text_subscript.png'); }
|
|
|
- .sceditor-button-superscript div { background: url('icons/text_superscript.png'); }
|
|
|
-
|
|
|
- .sceditor-button-left div { background: url('icons/text_align_left.png'); }
|
|
|
- .sceditor-button-center div { background: url('icons/text_align_center.png'); }
|
|
|
- .sceditor-button-right div { background: url('icons/text_align_right.png'); }
|
|
|
- .sceditor-button-justify div { background: url('icons/text_align_justify.png'); }
|
|
|
-
|
|
|
- .sceditor-button-font div { background: url('icons/font.png'); }
|
|
|
- .sceditor-button-size div { background: url('icons/font_size.png'); }
|
|
|
- .sceditor-button-color div { background: url('icons/color_swatch.png'); }
|
|
|
- .sceditor-button-removeformat div { background: url('icons/font_delete.png'); }
|
|
|
-
|
|
|
- .sceditor-button-cut div { background: url('icons/cut.png'); }
|
|
|
- .sceditor-button-copy div { background: url('icons/page_copy.png'); }
|
|
|
- .sceditor-button-paste div { background: url('icons/page_white_paste.png'); }
|
|
|
- .sceditor-button-pastetext div { background: url('icons/paste_plain.png'); }
|
|
|
-
|
|
|
- .sceditor-button-bulletlist div { background: url('icons/text_list_bullets.png'); }
|
|
|
- .sceditor-button-orderedlist div { background: url('icons/text_list_numbers.png'); }
|
|
|
-
|
|
|
- .sceditor-button-table div { background: url('icons/table_add.png'); }
|
|
|
-
|
|
|
- .sceditor-button-horizontalrule div { background: url('icons/text_horizontalrule.png'); }
|
|
|
- .sceditor-button-image div { background: url('icons/image_add.png'); }
|
|
|
- .sceditor-button-code div { background: url('icons/script_code.png'); }
|
|
|
- .sceditor-button-email div { background: url('icons/email_add.png'); }
|
|
|
- .sceditor-button-link div { background: url('icons/link_add.png'); }
|
|
|
- .sceditor-button-unlink div { background: url('icons/link_break.png'); }
|
|
|
-
|
|
|
- .sceditor-button-quote div { background: url('icons/comment.png'); }
|
|
|
-
|
|
|
- .sceditor-button-emoticon div { background: url('icons/emoticon_smile.png'); }
|
|
|
- .sceditor-button-youtube div { background: url('icons/youtube.png'); }
|
|
|
- .sceditor-button-date div { background: url('icons/date_add.png'); }
|
|
|
- .sceditor-button-time div { background: url('icons/time_add.png'); }
|
|
|
-
|
|
|
- .sceditor-button-print div { background: url('icons/printer.png'); }
|
|
|
- .sceditor-button-source div { background: url('icons/page_white_text.png'); }
|
|
|
+ .sceditor-button-bold div { background: url('../images/bbc/icons/text_bold.png'); }
|
|
|
+ .sceditor-button-italic div { background: url('../images/bbc/icons/text_italic.png'); }
|
|
|
+ .sceditor-button-underline div { background: url('../images/bbc/icons/text_underline.png'); }
|
|
|
+ .sceditor-button-strike div { background: url('../images/bbc/icons/text_strikethrough.png'); }
|
|
|
+ .sceditor-button-subscript div { background: url('../images/bbc/icons/text_subscript.png'); }
|
|
|
+ .sceditor-button-superscript div { background: url('../images/bbc/icons/text_superscript.png'); }
|
|
|
+
|
|
|
+ .sceditor-button-left div { background: url('../images/bbc/icons/text_align_left.png'); }
|
|
|
+ .sceditor-button-center div { background: url('../images/bbc/icons/text_align_center.png'); }
|
|
|
+ .sceditor-button-right div { background: url('../images/bbc/icons/text_align_right.png'); }
|
|
|
+ .sceditor-button-justify div { background: url('../images/bbc/icons/text_align_justify.png'); }
|
|
|
+
|
|
|
+ .sceditor-button-font div { background: url('../images/bbc/icons/font.png'); }
|
|
|
+ .sceditor-button-size div { background: url('../images/bbc/icons/font_size.png'); }
|
|
|
+ .sceditor-button-color div { background: url('../images/bbc/icons/color_swatch.png'); }
|
|
|
+ .sceditor-button-removeformat div { background: url('../images/bbc/icons/font_delete.png'); }
|
|
|
+
|
|
|
+ .sceditor-button-cut div { background: url('../images/bbc/icons/cut.png'); }
|
|
|
+ .sceditor-button-copy div { background: url('../images/bbc/icons/page_copy.png'); }
|
|
|
+ .sceditor-button-paste div { background: url('../images/bbc/icons/page_white_paste.png'); }
|
|
|
+ .sceditor-button-pastetext div { background: url('../images/bbc/icons/paste_plain.png'); }
|
|
|
+
|
|
|
+ .sceditor-button-bulletlist div { background: url('../images/bbc/icons/text_list_bullets.png'); }
|
|
|
+ .sceditor-button-orderedlist div { background: url('../images/bbc/icons/text_list_numbers.png'); }
|
|
|
+
|
|
|
+ .sceditor-button-table div { background: url('../images/bbc/icons/table_add.png'); }
|
|
|
+
|
|
|
+ .sceditor-button-horizontalrule div { background: url('../images/bbc/icons/text_horizontalrule.png'); }
|
|
|
+ .sceditor-button-image div { background: url('../images/bbc/icons/image_add.png'); }
|
|
|
+ .sceditor-button-code div { background: url('../images/bbc/icons/script_code.png'); }
|
|
|
+ .sceditor-button-email div { background: url('../images/bbc/icons/email_add.png'); }
|
|
|
+ .sceditor-button-link div { background: url('../images/bbc/icons/link_add.png'); }
|
|
|
+ .sceditor-button-unlink div { background: url('../images/bbc/icons/link_break.png'); }
|
|
|
+
|
|
|
+ .sceditor-button-quote div { background: url('../images/bbc/icons/comment.png'); }
|
|
|
+
|
|
|
+ .sceditor-button-emoticon div { background: url('../images/bbc/icons/emoticon_smile.png'); }
|
|
|
+ .sceditor-button-youtube div { background: url('../images/bbc/icons/youtube.png'); }
|
|
|
+ .sceditor-button-date div { background: url('../images/bbc/icons/date_add.png'); }
|
|
|
+ .sceditor-button-time div { background: url('../images/bbc/icons/time_add.png'); }
|
|
|
+
|
|
|
+ .sceditor-button-print div { background: url('../images/bbc/icons/printer.png'); }
|
|
|
+ .sceditor-button-source div { background: url('../images/bbc/icons/page_white_text.png'); }
|