JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.5.6_full
[ckeditor.git] / samples / toolbarconfigurator / css / fontello.css
diff --git a/samples/toolbarconfigurator/css/fontello.css b/samples/toolbarconfigurator/css/fontello.css
new file mode 100644 (file)
index 0000000..d983707
--- /dev/null
@@ -0,0 +1,55 @@
+@font-face {\r
+  font-family: 'fontello';\r
+  src: url('../font/fontello.eot?89024372');\r
+  src: url('../font/fontello.eot?89024372#iefix') format('embedded-opentype'),\r
+       url('../font/fontello.woff?89024372') format('woff'),\r
+       url('../font/fontello.ttf?89024372') format('truetype'),\r
+       url('../font/fontello.svg?89024372#fontello') format('svg');\r
+  font-weight: normal;\r
+  font-style: normal;\r
+}\r
+/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */\r
+/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */\r
+/*\r
+@media screen and (-webkit-min-device-pixel-ratio:0) {\r
+  @font-face {\r
+    font-family: 'fontello';\r
+    src: url('../font/fontello.svg?89024372#fontello') format('svg');\r
+  }\r
+}\r
+*/\r
+\r
+ [class^="icon-"]:before, [class*=" icon-"]:before {\r
+  font-family: "fontello";\r
+  font-style: normal;\r
+  font-weight: normal;\r
+  speak: none;\r
+\r
+  display: inline-block;\r
+  text-decoration: inherit;\r
+  width: 1em;\r
+  margin-right: .2em;\r
+  text-align: center;\r
+  /* opacity: .8; */\r
+\r
+  /* For safety - reset parent styles, that can break glyph codes*/\r
+  font-variant: normal;\r
+  text-transform: none;\r
+\r
+  /* fix buttons height, for twitter bootstrap */\r
+  line-height: 1em;\r
+\r
+  /* Animation center compensation - margins should be symmetric */\r
+  /* remove if not needed */\r
+  margin-left: .2em;\r
+\r
+  /* you can be more comfortable with increased icons size */\r
+  /* font-size: 120%; */\r
+\r
+  /* Uncomment for 3D effect */\r
+  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */\r
+}\r
+\r
+.icon-trash:before { content: '\e802'; } /* '' */\r
+.icon-down-big:before { content: '\e800'; } /* '' */\r
+.icon-up-big:before { content: '\e801'; } /* '' */\r