]> git.plutz.net Git - shellwiki/blob - themes/simplemde/fakeawesome.css
Merge commit '8ed4549c0ae1f6b38ee56e61e71e1eae5967fd0f'
[shellwiki] / themes / simplemde / fakeawesome.css
1 /*
2 # Copyright 2023 Paul Hänsch
3
4 # Permission to use, copy, modify, and/or distribute this software for any
5 # purpose with or without fee is hereby granted, provided that the above
6 # copyright notice and this permission notice appear in all copies.
7
8 # THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 # SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
14 # IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */
16
17 .CodeMirror-scroll {
18   font-family: monospace;
19 }
20 .CodeMirror .editor-preview {
21   font-family: inherit;
22 }
23
24 .fa:before {
25   font-style: normal;
26   font-weight: normal;
27   text-decoration: none;
28 }
29
30 .fa-bold:before {
31   content: "B";
32   font-style: normal;
33   font-weight: bold;
34 }
35 .fa-italic:before {
36   content: "i";
37   font-style: italic;
38 }
39 .fa-strikethrough:before {
40   content: "S";
41   font-style: normal;
42   text-decoration: line-through;
43 }
44 .fa-header-x:before {
45   content: "H";
46 }
47
48 .fa-code:before {
49   content: '</>';
50   font-stretch: condensed;
51   transform: scale(.5, 1);
52 }
53 .fa-quote-left:before {
54   content: '\201D';
55   font-weight: bold;
56 }
57 .fa-list-ul:before {
58   content: '\205e\2263';
59 }
60 .fa-list-ol:before {
61   content: '1.\2263';
62   font-stretch: condensed;
63 }
64 .fa-link:before {
65   content: '\1f517'
66 }
67 .fa-picture-o:before {
68   content: '\1f5bc'
69 }
70 .fa-table:before {
71   content: '\25a6'
72 }
73 .fa-eye:before {
74   content: '\1f441'
75 }