]> git.plutz.net Git - shellwiki/blob - themes/simplemde/fakeawesome.css
d9b5df1536363afc6ed28b898a08cf8b54d27e1e
[shellwiki] / themes / simplemde / fakeawesome.css
1 .CodeMirror-scroll {
2   font-family: monospace;
3 }
4 .CodeMirror .editor-preview {
5   font-family: inherit;
6 }
7
8 .fa:before {
9   font-style: normal;
10   font-weight: normal;
11   text-decoration: none;
12 }
13
14 .fa-bold:before {
15   content: "B";
16   font-style: normal;
17   font-weight: bold;
18 }
19 .fa-italic:before {
20   content: "i";
21   font-style: italic;
22 }
23 .fa-strikethrough:before {
24   content: "S";
25   font-style: normal;
26   text-decoration: line-through;
27 }
28 .fa-header-x:before {
29   content: "H";
30 }
31
32 .fa-code:before {
33   content: '</>';
34   font-stretch: condensed;
35   transform: scale(.5, 1);
36 }
37 .fa-quote-left:before {
38   content: '\201D';
39   font-weight: bold;
40 }
41 .fa-list-ul:before {
42   content: '\205e\2263';
43 }
44 .fa-list-ol:before {
45   content: '1.\2263';
46   font-stretch: condensed;
47 }
48 .fa-link:before {
49   content: '\1f517'
50 }
51 .fa-picture-o:before {
52   content: '\1f5bc'
53 }
54 .fa-table:before {
55   content: '\25a6'
56 }
57 .fa-eye:before {
58   content: '\1f441'
59 }