Mercurial Hosting > sceditor
comparison src/themes/square.css @ 9:9159df67520a
remove "icons" option
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 07 Aug 2022 00:19:52 -0600 |
parents | b7725dab7482 |
children | 2606bfb75529 |
comparison
equal
deleted
inserted
replaced
8:292d40f68d50 | 9:9159df67520a |
---|---|
10 * http://www.opensource.org/licenses/mit-license.php | 10 * http://www.opensource.org/licenses/mit-license.php |
11 * | 11 * |
12 * Icons by Mark James (http://www.famfamfam.com/lab/icons/silk/) | 12 * Icons by Mark James (http://www.famfamfam.com/lab/icons/silk/) |
13 * Licensed under the Creative Commons CC-BY license (http://creativecommons.org/licenses/by/3.0/) | 13 * Licensed under the Creative Commons CC-BY license (http://creativecommons.org/licenses/by/3.0/) |
14 */ | 14 */ |
15 /*! SCEditor | (C) 2011-2016, Sam Clarke | sceditor.com/license */ | |
16 /** | |
17 * Default SCEditor | |
18 * http://www.sceditor.com/ | |
19 * | |
20 * Copyright (C) 2011-16, Sam Clarke | |
21 * | |
22 * SCEditor is licensed under the MIT license: | |
23 * http://www.opensource.org/licenses/mit-license.php | |
24 */ | |
25 div.sceditor-grip, | |
26 .sceditor-button div { | |
27 background-image: url("famfamfam.png"); | |
28 background-repeat: no-repeat; | |
29 width: 16px; | |
30 height: 16px; | |
31 } | |
32 .sceditor-button-youtube div { | |
33 background-position: 0px 0px; | |
34 } | |
35 .sceditor-button-link div { | |
36 background-position: 0px -16px; | |
37 } | |
38 .sceditor-button-unlink div { | |
39 background-position: 0px -32px; | |
40 } | |
41 .sceditor-button-underline div { | |
42 background-position: 0px -48px; | |
43 } | |
44 .sceditor-button-time div { | |
45 background-position: 0px -64px; | |
46 } | |
47 .sceditor-button-table div { | |
48 background-position: 0px -80px; | |
49 } | |
50 .sceditor-button-superscript div { | |
51 background-position: 0px -96px; | |
52 } | |
53 .sceditor-button-subscript div { | |
54 background-position: 0px -112px; | |
55 } | |
56 .sceditor-button-strike div { | |
57 background-position: 0px -128px; | |
58 } | |
59 .sceditor-button-source div { | |
60 background-position: 0px -144px; | |
61 } | |
62 .sceditor-button-size div { | |
63 background-position: 0px -160px; | |
64 } | |
65 .sceditor-button-rtl div { | |
66 background-position: 0px -176px; | |
67 } | |
68 .sceditor-button-right div { | |
69 background-position: 0px -192px; | |
70 } | |
71 .sceditor-button-removeformat div { | |
72 background-position: 0px -208px; | |
73 } | |
74 .sceditor-button-quote div { | |
75 background-position: 0px -224px; | |
76 } | |
77 .sceditor-button-print div { | |
78 background-position: 0px -240px; | |
79 } | |
80 .sceditor-button-pastetext div { | |
81 background-position: 0px -256px; | |
82 } | |
83 .sceditor-button-paste div { | |
84 background-position: 0px -272px; | |
85 } | |
86 .sceditor-button-outdent div { | |
87 background-position: 0px -288px; | |
88 } | |
89 .sceditor-button-orderedlist div { | |
90 background-position: 0px -304px; | |
91 } | |
92 .sceditor-button-maximize div { | |
93 background-position: 0px -320px; | |
94 } | |
95 .sceditor-button-ltr div { | |
96 background-position: 0px -336px; | |
97 } | |
98 .sceditor-button-left div { | |
99 background-position: 0px -352px; | |
100 } | |
101 .sceditor-button-justify div { | |
102 background-position: 0px -368px; | |
103 } | |
104 .sceditor-button-italic div { | |
105 background-position: 0px -384px; | |
106 } | |
107 .sceditor-button-indent div { | |
108 background-position: 0px -400px; | |
109 } | |
110 .sceditor-button-image div { | |
111 background-position: 0px -416px; | |
112 } | |
113 .sceditor-button-horizontalrule div { | |
114 background-position: 0px -432px; | |
115 } | |
116 .sceditor-button-format div { | |
117 background-position: 0px -448px; | |
118 } | |
119 .sceditor-button-font div { | |
120 background-position: 0px -464px; | |
121 } | |
122 .sceditor-button-emoticon div { | |
123 background-position: 0px -480px; | |
124 } | |
125 .sceditor-button-email div { | |
126 background-position: 0px -496px; | |
127 } | |
128 .sceditor-button-date div { | |
129 background-position: 0px -512px; | |
130 } | |
131 .sceditor-button-cut div { | |
132 background-position: 0px -528px; | |
133 } | |
134 .sceditor-button-copy div { | |
135 background-position: 0px -544px; | |
136 } | |
137 .sceditor-button-color div { | |
138 background-position: 0px -560px; | |
139 } | |
140 .sceditor-button-code div { | |
141 background-position: 0px -576px; | |
142 } | |
143 .sceditor-button-center div { | |
144 background-position: 0px -592px; | |
145 } | |
146 .sceditor-button-bulletlist div { | |
147 background-position: 0px -608px; | |
148 } | |
149 .sceditor-button-bold div { | |
150 background-position: 0px -624px; | |
151 } | |
152 div.sceditor-grip { | |
153 background-position: 0px -640px; | |
154 width: 10px; | |
155 height: 10px; | |
156 } | |
157 .rtl div.sceditor-grip { | |
158 background-position: 0px -650px; | |
159 } | |
160 /** | 15 /** |
161 * SCEditor | 16 * SCEditor |
162 * http://www.sceditor.com/ | 17 * http://www.sceditor.com/ |
163 * | 18 * |
164 * Copyright (C) 2017, Sam Clarke (samclarke.com) | 19 * Copyright (C) 2017, Sam Clarke (samclarke.com) |