Browse Source
- add sidebar-stack - add control-btn-label - better locating dz - enable reply_rev when 1 reply - replace latest_post_id when page=1dev

10 changed files with 236 additions and 68 deletions
@ -0,0 +1,101 @@
|
||||
@font-face { |
||||
font-family: 'icomoon'; |
||||
src: |
||||
url('icomoon.ttf?8qh3rt') format('truetype'), |
||||
url('icomoon.woff?8qh3rt') format('woff'), |
||||
url('icomoon.svg?8qh3rt#icomoon') format('svg'); |
||||
font-weight: normal; |
||||
font-style: normal; |
||||
font-display: block; |
||||
} |
||||
|
||||
.icon { |
||||
/* use !important to prevent issues with browser extensions that change fonts */ |
||||
/*noinspection CssNoGenericFontName*/ |
||||
font-family: 'icomoon' !important; |
||||
speak: none; |
||||
font-style: normal; |
||||
font-weight: normal; |
||||
font-variant: normal; |
||||
text-transform: none; |
||||
line-height: 1; |
||||
vertical-align: -.0625em; |
||||
|
||||
/* Better Font Rendering =========== */ |
||||
-webkit-font-smoothing: antialiased; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
} |
||||
|
||||
.icon-send:before { |
||||
content: "\e900"; |
||||
} |
||||
.icon-textfile:before { |
||||
content: "\e926"; |
||||
} |
||||
.icon-history:before { |
||||
content: "\e94d"; |
||||
} |
||||
.icon-reply:before { |
||||
content: "\e96b"; |
||||
} |
||||
.icon-quote:before { |
||||
content: "\e977"; |
||||
} |
||||
.icon-loading:before { |
||||
content: "\e979"; |
||||
} |
||||
.icon-login:before { |
||||
content: "\e98d"; |
||||
} |
||||
.icon-settings:before { |
||||
content: "\e994"; |
||||
} |
||||
.icon-stats:before { |
||||
content: "\e99b"; |
||||
} |
||||
.icon-locate:before { |
||||
content: "\e9b3"; |
||||
} |
||||
.icon-upload:before { |
||||
content: "\e9c3"; |
||||
} |
||||
.icon-flag:before { |
||||
content: "\e9cc"; |
||||
} |
||||
.icon-attention:before { |
||||
content: "\e9d3"; |
||||
} |
||||
.icon-star:before { |
||||
content: "\e9d7"; |
||||
} |
||||
.icon-star-ok:before { |
||||
content: "\e9d9"; |
||||
} |
||||
.icon-plus:before { |
||||
content: "\ea0a"; |
||||
} |
||||
.icon-about:before { |
||||
content: "\ea0c"; |
||||
} |
||||
.icon-close:before { |
||||
content: "\ea0d"; |
||||
} |
||||
.icon-logout:before { |
||||
content: "\ea14"; |
||||
} |
||||
.icon-refresh:before { |
||||
content: "\ea2e"; |
||||
} |
||||
.icon-forward:before { |
||||
content: "\ea42"; |
||||
} |
||||
.icon-back:before { |
||||
content: "\ea44"; |
||||
} |
||||
.icon-order-rev:before { |
||||
content: "\ea46"; |
||||
font-size: 1.2em; |
||||
} |
||||
.icon-github:before { |
||||
content: "\eab0"; |
||||
} |
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue