]> git.plutz.net Git - shellwiki/blobdiff - themes/simplemde/fakeawesome.css
new theme: simplemde - containing a javascript editor
[shellwiki] / themes / simplemde / fakeawesome.css
diff --git a/themes/simplemde/fakeawesome.css b/themes/simplemde/fakeawesome.css
new file mode 100644 (file)
index 0000000..d9b5df1
--- /dev/null
@@ -0,0 +1,59 @@
+.CodeMirror-scroll {
+  font-family: monospace;
+}
+.CodeMirror .editor-preview {
+  font-family: inherit;
+}
+
+.fa:before {
+  font-style: normal;
+  font-weight: normal;
+  text-decoration: none;
+}
+
+.fa-bold:before {
+  content: "B";
+  font-style: normal;
+  font-weight: bold;
+}
+.fa-italic:before {
+  content: "i";
+  font-style: italic;
+}
+.fa-strikethrough:before {
+  content: "S";
+  font-style: normal;
+  text-decoration: line-through;
+}
+.fa-header-x:before {
+  content: "H";
+}
+
+.fa-code:before {
+  content: '</>';
+  font-stretch: condensed;
+  transform: scale(.5, 1);
+}
+.fa-quote-left:before {
+  content: '\201D';
+  font-weight: bold;
+}
+.fa-list-ul:before {
+  content: '\205e\2263';
+}
+.fa-list-ol:before {
+  content: '1.\2263';
+  font-stretch: condensed;
+}
+.fa-link:before {
+  content: '\1f517'
+}
+.fa-picture-o:before {
+  content: '\1f5bc'
+}
+.fa-table:before {
+  content: '\25a6'
+}
+.fa-eye:before {
+  content: '\1f441'
+}