21 changed files with 8116 additions and 7923 deletions
File diff suppressed because it is too large
@ -1,98 +1,98 @@ |
|||
/* |
|||
* Editor.md |
|||
* |
|||
* @file /editormd.logo.css |
|||
* @version v1.4.1 |
|||
* @file editormd.logo.css |
|||
* @version v1.4.2 |
|||
* @description Open source online markdown editor. |
|||
* @license MIT License |
|||
* @author Pandao |
|||
* {@link https://github.com/pandao/editor.md} |
|||
* @updateTime 2015-04-07 |
|||
* @updateTime 2015-04-22 |
|||
*/ |
|||
|
|||
/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */ |
|||
@font-face { |
|||
font-family: 'editormd-logo'; |
|||
src: url("../fonts/editormd-logo.eot?-5y8q6h"); |
|||
src: url(".../fonts/editormd-logo.eot?#iefix-5y8q6h") format("embedded-opentype"), url("../fonts/editormd-logo.woff?-5y8q6h") format("woff"), url("../fonts/editormd-logo.ttf?-5y8q6h") format("truetype"), url("../fonts/editormd-logo.svg?-5y8q6h#icomoon") format("svg"); |
|||
font-weight: normal; |
|||
font-style: normal; |
|||
} |
|||
.editormd-logo, |
|||
.editormd-logo-1x, |
|||
.editormd-logo-2x, |
|||
.editormd-logo-3x, |
|||
.editormd-logo-4x, |
|||
.editormd-logo-5x, |
|||
.editormd-logo-6x, |
|||
.editormd-logo-7x, |
|||
.editormd-logo-8x { |
|||
font-family: 'editormd-logo'; |
|||
speak: none; |
|||
font-style: normal; |
|||
font-weight: normal; |
|||
font-variant: normal; |
|||
text-transform: none; |
|||
font-size: inherit; |
|||
line-height: 1; |
|||
display: inline-block; |
|||
text-rendering: auto; |
|||
vertical-align: inherit; |
|||
-webkit-font-smoothing: antialiased; |
|||
-moz-osx-font-smoothing: grayscale; |
|||
} |
|||
.editormd-logo:before, |
|||
.editormd-logo-1x:before, |
|||
.editormd-logo-2x:before, |
|||
.editormd-logo-3x:before, |
|||
.editormd-logo-4x:before, |
|||
.editormd-logo-5x:before, |
|||
.editormd-logo-6x:before, |
|||
.editormd-logo-7x:before, |
|||
.editormd-logo-8x:before { |
|||
content: "\e1987"; |
|||
/* |
|||
HTML Entity 󡦇 |
|||
example: <span class="editormd-logo">󡦇</span> |
|||
*/ |
|||
} |
|||
|
|||
.editormd-logo-1x { |
|||
font-size: 1em; |
|||
} |
|||
|
|||
.editormd-logo-lg { |
|||
font-size: 1.2em; |
|||
} |
|||
|
|||
.editormd-logo-2x { |
|||
font-size: 2em; |
|||
} |
|||
|
|||
.editormd-logo-3x { |
|||
font-size: 3em; |
|||
} |
|||
|
|||
.editormd-logo-4x { |
|||
font-size: 4em; |
|||
} |
|||
|
|||
.editormd-logo-5x { |
|||
font-size: 5em; |
|||
} |
|||
|
|||
.editormd-logo-6x { |
|||
font-size: 6em; |
|||
} |
|||
|
|||
.editormd-logo-7x { |
|||
font-size: 7em; |
|||
} |
|||
|
|||
.editormd-logo-8x { |
|||
font-size: 8em; |
|||
} |
|||
|
|||
.editormd-logo-color { |
|||
color: #2196F3; |
|||
} |
|||
/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */ |
|||
@font-face { |
|||
font-family: 'editormd-logo'; |
|||
src: url("../fonts/editormd-logo.eot?-5y8q6h"); |
|||
src: url(".../fonts/editormd-logo.eot?#iefix-5y8q6h") format("embedded-opentype"), url("../fonts/editormd-logo.woff?-5y8q6h") format("woff"), url("../fonts/editormd-logo.ttf?-5y8q6h") format("truetype"), url("../fonts/editormd-logo.svg?-5y8q6h#icomoon") format("svg"); |
|||
font-weight: normal; |
|||
font-style: normal; |
|||
} |
|||
.editormd-logo, |
|||
.editormd-logo-1x, |
|||
.editormd-logo-2x, |
|||
.editormd-logo-3x, |
|||
.editormd-logo-4x, |
|||
.editormd-logo-5x, |
|||
.editormd-logo-6x, |
|||
.editormd-logo-7x, |
|||
.editormd-logo-8x { |
|||
font-family: 'editormd-logo'; |
|||
speak: none; |
|||
font-style: normal; |
|||
font-weight: normal; |
|||
font-variant: normal; |
|||
text-transform: none; |
|||
font-size: inherit; |
|||
line-height: 1; |
|||
display: inline-block; |
|||
text-rendering: auto; |
|||
vertical-align: inherit; |
|||
-webkit-font-smoothing: antialiased; |
|||
-moz-osx-font-smoothing: grayscale; |
|||
} |
|||
.editormd-logo:before, |
|||
.editormd-logo-1x:before, |
|||
.editormd-logo-2x:before, |
|||
.editormd-logo-3x:before, |
|||
.editormd-logo-4x:before, |
|||
.editormd-logo-5x:before, |
|||
.editormd-logo-6x:before, |
|||
.editormd-logo-7x:before, |
|||
.editormd-logo-8x:before { |
|||
content: "\e1987"; |
|||
/* |
|||
HTML Entity 󡦇 |
|||
example: <span class="editormd-logo">󡦇</span> |
|||
*/ |
|||
} |
|||
|
|||
.editormd-logo-1x { |
|||
font-size: 1em; |
|||
} |
|||
|
|||
.editormd-logo-lg { |
|||
font-size: 1.2em; |
|||
} |
|||
|
|||
.editormd-logo-2x { |
|||
font-size: 2em; |
|||
} |
|||
|
|||
.editormd-logo-3x { |
|||
font-size: 3em; |
|||
} |
|||
|
|||
.editormd-logo-4x { |
|||
font-size: 4em; |
|||
} |
|||
|
|||
.editormd-logo-5x { |
|||
font-size: 5em; |
|||
} |
|||
|
|||
.editormd-logo-6x { |
|||
font-size: 6em; |
|||
} |
|||
|
|||
.editormd-logo-7x { |
|||
font-size: 7em; |
|||
} |
|||
|
|||
.editormd-logo-8x { |
|||
font-size: 8em; |
|||
} |
|||
|
|||
.editormd-logo-color { |
|||
color: #2196F3; |
|||
} |
|||
|
@ -1,2 +1,2 @@ |
|||
/*! Editor.md v1.4.1 | /editormd.logo.min.css | Open source online markdown editor. | MIT License | By: Pandao | https://github.com/pandao/editor.md | 2015-04-07 */ |
|||
/*! Editor.md v1.4.2 | editormd.logo.min.css | Open source online markdown editor. | MIT License | By: Pandao | https://github.com/pandao/editor.md | 2015-04-22 */ |
|||
/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */@font-face{font-family:editormd-logo;src:url(../fonts/editormd-logo.eot?-5y8q6h);src:url(.../fonts/editormd-logo.eot?#iefix-5y8q6h)format("embedded-opentype"),url(../fonts/editormd-logo.woff?-5y8q6h)format("woff"),url(../fonts/editormd-logo.ttf?-5y8q6h)format("truetype"),url(../fonts/editormd-logo.svg?-5y8q6h#icomoon)format("svg");font-weight:400;font-style:normal}.editormd-logo,.editormd-logo-1x,.editormd-logo-2x,.editormd-logo-3x,.editormd-logo-4x,.editormd-logo-5x,.editormd-logo-6x,.editormd-logo-7x,.editormd-logo-8x{font-family:editormd-logo;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:inherit;line-height:1;display:inline-block;text-rendering:auto;vertical-align:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.editormd-logo-1x:before,.editormd-logo-2x:before,.editormd-logo-3x:before,.editormd-logo-4x:before,.editormd-logo-5x:before,.editormd-logo-6x:before,.editormd-logo-7x:before,.editormd-logo-8x:before,.editormd-logo:before{content:"\e1987"}.editormd-logo-1x{font-size:1em}.editormd-logo-lg{font-size:1.2em}.editormd-logo-2x{font-size:2em}.editormd-logo-3x{font-size:3em}.editormd-logo-4x{font-size:4em}.editormd-logo-5x{font-size:5em}.editormd-logo-6x{font-size:6em}.editormd-logo-7x{font-size:7em}.editormd-logo-8x{font-size:8em}.editormd-logo-color{color:#2196F3} |
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue