Conflicts: CHANGELOG.md Gruntfile.coffee LICENSE builds/4chan-X.meta.js builds/appchan-x.user.js builds/crx/manifest.json builds/crx/script.js latest.js package.json src/General/Config.coffee src/General/Header.coffee src/General/Index.coffee src/General/Main.coffee src/General/css/font-awesome.css src/General/css/futaba.css src/General/css/photon.css src/General/css/tomorrow.css src/General/css/yotsuba-b.css src/General/css/yotsuba.css src/General/html/Features/Index-navlinks.html src/General/html/Monitoring/ThreadWatcher.html src/Images/Gallery.coffee src/Menu/Menu.coffee src/Miscellaneous/AnnouncementHiding.coffee src/Monitoring/ThreadWatcher.coffee src/Posting/QR.coffee
27 lines
2.1 KiB
CSS
27 lines
2.1 KiB
CSS
/*!
|
|
* Font Awesome 4.0.3
|
|
* the iconic font designed for Bootstrap
|
|
* ------------------------------------------------------------------------------
|
|
* The full suite of pictographic icons, examples, and documentation can be
|
|
* found at http://fontawesome.io. Stay up to date on Twitter at
|
|
* http://twitter.com/fontawesome.
|
|
*
|
|
* License
|
|
* ------------------------------------------------------------------------------
|
|
* - The Font Awesome font is licensed under SIL OFL 1.1 -
|
|
* http://scripts.sil.org/OFL
|
|
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
|
|
* http://opensource.org/licenses/mit-license.html
|
|
* - Font Awesome documentation licensed under CC BY 3.0 -
|
|
* http://creativecommons.org/licenses/by/3.0/
|
|
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
|
|
* "Font Awesome by Dave Gandy - http://fontawesome.io"
|
|
*
|
|
* Author - Dave Gandy
|
|
* ------------------------------------------------------------------------------
|
|
* Email: dave@fontawesome.io
|
|
* Twitter: http://twitter.com/davegandy
|
|
* Work: Lead Product Designer @ Kyruus - http://kyruus.com
|
|
*/
|
|
@font-face{font-family: 'FontAwesome';src: url('data:application/font-woff;base64,<%= grunt.file.read('node_modules/font-awesome/fonts/fontawesome-webfont.woff', {encoding: 'base64'}) %>') format('woff');font-weight:normal;font-style:normal;}.fa{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;speak:none;font-size:14px !important;}#shortcuts .fa {color:rgb(130,130,130) !important;}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
|