Mercurial Hosting > sceditor
annotate src/icons/famfamfam/famfamfam.css @ 30:db061869f28f
remove sceditor.command, add options.onCreate
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 12 Aug 2022 00:54:39 -0600 |
parents | ea930990b601 |
children |
rev | line source |
---|---|
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 { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
13 background-image: url("famfamfam.png"); |
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
14 background-repeat: no-repeat; |
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
15 width: 16px; |
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
16 height: 16px; |
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
17 background-position: 0px 16px; |
9 | 18 } |
19 .sceditor-button-youtube div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
20 background-position: 0px 0px; |
9 | 21 } |
22 .sceditor-button-link div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
23 background-position: 0px -16px; |
9 | 24 } |
25 .sceditor-button-unlink div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
26 background-position: 0px -32px; |
9 | 27 } |
28 .sceditor-button-underline div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
29 background-position: 0px -48px; |
9 | 30 } |
31 .sceditor-button-time div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
32 background-position: 0px -64px; |
9 | 33 } |
34 .sceditor-button-table div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
35 background-position: 0px -80px; |
9 | 36 } |
37 .sceditor-button-superscript div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
38 background-position: 0px -96px; |
9 | 39 } |
40 .sceditor-button-subscript div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
41 background-position: 0px -112px; |
9 | 42 } |
43 .sceditor-button-strike div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
44 background-position: 0px -128px; |
9 | 45 } |
46 .sceditor-button-source div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
47 background-position: 0px -144px; |
9 | 48 } |
49 .sceditor-button-size div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
50 background-position: 0px -160px; |
9 | 51 } |
52 .sceditor-button-rtl div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
53 background-position: 0px -176px; |
9 | 54 } |
55 .sceditor-button-right div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
56 background-position: 0px -192px; |
9 | 57 } |
58 .sceditor-button-removeformat div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
59 background-position: 0px -208px; |
9 | 60 } |
61 .sceditor-button-quote div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
62 background-position: 0px -224px; |
9 | 63 } |
64 .sceditor-button-print div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
65 background-position: 0px -240px; |
9 | 66 } |
67 .sceditor-button-pastetext div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
68 background-position: 0px -256px; |
9 | 69 } |
70 .sceditor-button-paste div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
71 background-position: 0px -272px; |
9 | 72 } |
73 .sceditor-button-outdent div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
74 background-position: 0px -288px; |
9 | 75 } |
76 .sceditor-button-orderedlist div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
77 background-position: 0px -304px; |
9 | 78 } |
79 .sceditor-button-maximize div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
80 background-position: 0px -320px; |
9 | 81 } |
82 .sceditor-button-ltr div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
83 background-position: 0px -336px; |
9 | 84 } |
85 .sceditor-button-left div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
86 background-position: 0px -352px; |
9 | 87 } |
88 .sceditor-button-justify div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
89 background-position: 0px -368px; |
9 | 90 } |
91 .sceditor-button-italic div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
92 background-position: 0px -384px; |
9 | 93 } |
94 .sceditor-button-indent div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
95 background-position: 0px -400px; |
9 | 96 } |
97 .sceditor-button-image div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
98 background-position: 0px -416px; |
9 | 99 } |
100 .sceditor-button-horizontalrule div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
101 background-position: 0px -432px; |
9 | 102 } |
103 .sceditor-button-format div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
104 background-position: 0px -448px; |
9 | 105 } |
106 .sceditor-button-font div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
107 background-position: 0px -464px; |
9 | 108 } |
109 .sceditor-button-emoticon div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
110 background-position: 0px -480px; |
9 | 111 } |
112 .sceditor-button-email div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
113 background-position: 0px -496px; |
9 | 114 } |
115 .sceditor-button-date div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
116 background-position: 0px -512px; |
9 | 117 } |
118 .sceditor-button-cut div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
119 background-position: 0px -528px; |
9 | 120 } |
121 .sceditor-button-copy div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
122 background-position: 0px -544px; |
9 | 123 } |
124 .sceditor-button-color div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
125 background-position: 0px -560px; |
9 | 126 } |
127 .sceditor-button-code div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
128 background-position: 0px -576px; |
9 | 129 } |
130 .sceditor-button-center div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
131 background-position: 0px -592px; |
9 | 132 } |
133 .sceditor-button-bulletlist div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
134 background-position: 0px -608px; |
9 | 135 } |
136 .sceditor-button-bold div { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
137 background-position: 0px -624px; |
9 | 138 } |
139 div.sceditor-grip { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
140 background-position: 0px -640px; |
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
141 width: 10px; |
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
142 height: 10px; |
9 | 143 } |
144 .rtl div.sceditor-grip { | |
15
ea930990b601
Add optional "icon" to command spec
Franklin Schmidt <fschmidt@gmail.com>
parents:
9
diff
changeset
|
145 background-position: 0px -650px; |
9 | 146 } |