9
|
1 /*! SCEditor | (C) 2011-2016, Sam Clarke | sceditor.com/license */
|
|
2 /**
|
|
3 * Default SCEditor
|
|
4 * http://www.sceditor.com/
|
|
5 *
|
|
6 * Copyright (C) 2011-16, Sam Clarke
|
|
7 *
|
|
8 * SCEditor is licensed under the MIT license:
|
|
9 * http://www.opensource.org/licenses/mit-license.php
|
|
10 */
|
|
11 div.sceditor-grip,
|
|
12 .sceditor-button div {
|
|
13 background-image: url("famfamfam.png");
|
|
14 background-repeat: no-repeat;
|
|
15 width: 16px;
|
|
16 height: 16px;
|
|
17 }
|
|
18 .sceditor-button-youtube div {
|
|
19 background-position: 0px 0px;
|
|
20 }
|
|
21 .sceditor-button-link div {
|
|
22 background-position: 0px -16px;
|
|
23 }
|
|
24 .sceditor-button-unlink div {
|
|
25 background-position: 0px -32px;
|
|
26 }
|
|
27 .sceditor-button-underline div {
|
|
28 background-position: 0px -48px;
|
|
29 }
|
|
30 .sceditor-button-time div {
|
|
31 background-position: 0px -64px;
|
|
32 }
|
|
33 .sceditor-button-table div {
|
|
34 background-position: 0px -80px;
|
|
35 }
|
|
36 .sceditor-button-superscript div {
|
|
37 background-position: 0px -96px;
|
|
38 }
|
|
39 .sceditor-button-subscript div {
|
|
40 background-position: 0px -112px;
|
|
41 }
|
|
42 .sceditor-button-strike div {
|
|
43 background-position: 0px -128px;
|
|
44 }
|
|
45 .sceditor-button-source div {
|
|
46 background-position: 0px -144px;
|
|
47 }
|
|
48 .sceditor-button-size div {
|
|
49 background-position: 0px -160px;
|
|
50 }
|
|
51 .sceditor-button-rtl div {
|
|
52 background-position: 0px -176px;
|
|
53 }
|
|
54 .sceditor-button-right div {
|
|
55 background-position: 0px -192px;
|
|
56 }
|
|
57 .sceditor-button-removeformat div {
|
|
58 background-position: 0px -208px;
|
|
59 }
|
|
60 .sceditor-button-quote div {
|
|
61 background-position: 0px -224px;
|
|
62 }
|
|
63 .sceditor-button-print div {
|
|
64 background-position: 0px -240px;
|
|
65 }
|
|
66 .sceditor-button-pastetext div {
|
|
67 background-position: 0px -256px;
|
|
68 }
|
|
69 .sceditor-button-paste div {
|
|
70 background-position: 0px -272px;
|
|
71 }
|
|
72 .sceditor-button-outdent div {
|
|
73 background-position: 0px -288px;
|
|
74 }
|
|
75 .sceditor-button-orderedlist div {
|
|
76 background-position: 0px -304px;
|
|
77 }
|
|
78 .sceditor-button-maximize div {
|
|
79 background-position: 0px -320px;
|
|
80 }
|
|
81 .sceditor-button-ltr div {
|
|
82 background-position: 0px -336px;
|
|
83 }
|
|
84 .sceditor-button-left div {
|
|
85 background-position: 0px -352px;
|
|
86 }
|
|
87 .sceditor-button-justify div {
|
|
88 background-position: 0px -368px;
|
|
89 }
|
|
90 .sceditor-button-italic div {
|
|
91 background-position: 0px -384px;
|
|
92 }
|
|
93 .sceditor-button-indent div {
|
|
94 background-position: 0px -400px;
|
|
95 }
|
|
96 .sceditor-button-image div {
|
|
97 background-position: 0px -416px;
|
|
98 }
|
|
99 .sceditor-button-horizontalrule div {
|
|
100 background-position: 0px -432px;
|
|
101 }
|
|
102 .sceditor-button-format div {
|
|
103 background-position: 0px -448px;
|
|
104 }
|
|
105 .sceditor-button-font div {
|
|
106 background-position: 0px -464px;
|
|
107 }
|
|
108 .sceditor-button-emoticon div {
|
|
109 background-position: 0px -480px;
|
|
110 }
|
|
111 .sceditor-button-email div {
|
|
112 background-position: 0px -496px;
|
|
113 }
|
|
114 .sceditor-button-date div {
|
|
115 background-position: 0px -512px;
|
|
116 }
|
|
117 .sceditor-button-cut div {
|
|
118 background-position: 0px -528px;
|
|
119 }
|
|
120 .sceditor-button-copy div {
|
|
121 background-position: 0px -544px;
|
|
122 }
|
|
123 .sceditor-button-color div {
|
|
124 background-position: 0px -560px;
|
|
125 }
|
|
126 .sceditor-button-code div {
|
|
127 background-position: 0px -576px;
|
|
128 }
|
|
129 .sceditor-button-center div {
|
|
130 background-position: 0px -592px;
|
|
131 }
|
|
132 .sceditor-button-bulletlist div {
|
|
133 background-position: 0px -608px;
|
|
134 }
|
|
135 .sceditor-button-bold div {
|
|
136 background-position: 0px -624px;
|
|
137 }
|
|
138 div.sceditor-grip {
|
|
139 background-position: 0px -640px;
|
|
140 width: 10px;
|
|
141 height: 10px;
|
|
142 }
|
|
143 .rtl div.sceditor-grip {
|
|
144 background-position: 0px -650px;
|
|
145 }
|