v. 057.00b
This commit is contained in:
Azgaar 2018-06-17 19:11:48 +03:00
parent 696e1b5576
commit 7d52af2bf0
4 changed files with 2581 additions and 1439 deletions

View file

@ -4,13 +4,13 @@
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after { [class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
font-family: "icons"; font-family: "icons";
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
speak: none; speak: none;
display: inline-block; display: inline-block;
text-decoration: inherit; text-decoration: inherit;
width: 1em; width: 1em;
@ -18,7 +18,7 @@
font-size: 1em; font-size: 1em;
margin: -1px; margin: -1px;
padding: 0; padding: 0;
/* For safety - reset parent styles, that can break glyph codes*/ /* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal; font-variant: normal;
text-transform: none; text-transform: none;
@ -27,7 +27,7 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
} }
/* Font Awesome icons */ /* Font Awesome icons */
.icon-pencil:before { content: '\e800'; } /* '' */ .icon-pencil:before { content: '\e800'; } /* '' */
.icon-font:before { content: '\e801'; } /* '' */ .icon-font:before { content: '\e801'; } /* '' */
@ -201,10 +201,12 @@
/* Custom icons */ /* Custom icons */
.icon-w:before { font-style: italic; content: 'w:'; } .icon-w:before { font-style: italic; content: 'w:'; }
.icon-f:before { font-style: italic; content: 'f:'; }
.icon-n:before { font-style: italic; content: 'n:'; } .icon-n:before { font-style: italic; content: 'n:'; }
.icon-i:before { font-style: italic; content: 'i:'; } .icon-i:before { font-style: italic; content: 'i:'; }
.icon-s:before { font-style: italic; content: 's:'; } .icon-s:before { font-style: italic; content: 's:'; }
.icon-r:before { font-style: italic; content: 'r:'; }
.icon-a:before { font-style: italic; content: 'a:'; } .icon-a:before { font-style: italic; content: 'a:'; }
.icon-smooth:before {font-weight: bold; content: ''; } .icon-smooth:before {font-weight: bold; content: ''; }
.icon-disrupt:before {font-weight: bold; content: '෴'; } .icon-disrupt:before {font-weight: bold; content: '෴'; }
.icon-if:before {font-style: italic; font-weight: bold; content: 'if'; } .icon-if:before {font-style: italic; font-weight: bold; content: 'if'; }

1305
index.css

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1991
script.js

File diff suppressed because it is too large Load diff