Replace css of fork-awesome with its scss version (#592)

* Replace css of fork-awesome with its scss version

* Delete the CSS version of fork-awesome
This commit is contained in:
Rabin Adhikari
2021-09-23 19:08:26 +05:45
committed by GitHub
parent 8d94ef3225
commit 8e6958b8be
21 changed files with 2166 additions and 2964 deletions

View File

@@ -101,13 +101,6 @@ body.colorscheme-dark {
body.colorscheme-auto table th {
border: 2px solid #dadada; } }
body.colorscheme-dark .content .post .tags .tag {
background-color: #424242; }
body.colorscheme-dark .content .post .tags .tag a {
color: #dadada; }
body.colorscheme-dark .content .post .tags .tag a:active {
color: #dadada; }
body.colorscheme-dark .content .list ul li .title {
color: #dadada; }
body.colorscheme-dark .content .list ul li .title:hover, body.colorscheme-dark .content .list ul li .title:focus {
@@ -119,12 +112,6 @@ body.colorscheme-dark .content .centered .about ul li a {
color: #42a5f5; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .content .post .tags .tag {
background-color: #424242; }
body.colorscheme-auto .content .post .tags .tag a {
color: #dadada; }
body.colorscheme-auto .content .post .tags .tag a:active {
color: #dadada; }
body.colorscheme-auto .content .list ul li .title {
color: #dadada; }
body.colorscheme-auto .content .list ul li .title:hover, body.colorscheme-auto .content .list ul li .title:focus {
@@ -199,21 +186,6 @@ body.colorscheme-dark .navigation .menu-button i:hover, body.colorscheme-dark .n
body.colorscheme-auto .navigation .menu-button i:hover, body.colorscheme-auto .navigation .menu-button i:focus {
color: #dadada; } }
body.colorscheme-dark .taxonomy-element {
background-color: #424242; }
body.colorscheme-dark .taxonomy-element a {
color: #dadada; }
body.colorscheme-dark .taxonomy-element a:active {
color: #dadada; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .taxonomy-element {
background-color: #424242; }
body.colorscheme-auto .taxonomy-element a {
color: #dadada; }
body.colorscheme-auto .taxonomy-element a:active {
color: #dadada; } }
body.colorscheme-dark .footer a {
color: #42a5f5; }

View File

@@ -1,4 +1,4 @@
@charset "UTF-8";/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}/*!Fork Awesome 1.2.0
@charset "UTF-8";/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;word-wrap:break-word}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}/*!Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@@ -1 +1 @@
{"Target":"css/coder.min.34dfa7b2f5cdeb0f5302b2628f4a7a4bfe88a2431e1397ee4ec605c56ab69701.css","MediaType":"text/css","Data":{"Integrity":"sha256-NN+nsvXN6w9TArJij0p6S/6IokMeE5fuTsYFxWq2lwE="}}
{"Target":"css/coder.min.708686f8ab8176e91d44fcbe488a0fe0333b94f405cf18a52383d67ba22f0ccb.css","MediaType":"text/css","Data":{"Integrity":"sha256-cIaG+KuBdukdRPy+SIoP4DM7lPQFzxilI4PWe6IvDMs="}}

View File

@@ -1,4 +1,3 @@
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
@@ -305,7 +304,7 @@ template {
display: none; }
/*!
Fork Awesome 1.2.0
Fork Awesome 1.1.7
License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
@@ -320,8 +319,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
* -------------------------- */
@font-face {
font-family: 'ForkAwesome';
src: url("../fonts/forkawesome-webfont.eot?v=1.2.0");
src: url("../fonts/forkawesome-webfont.eot?#iefix&v=1.2.0") format("embedded-opentype"), url("../fonts/forkawesome-webfont.woff2?v=1.2.0") format("woff2"), url("../fonts/forkawesome-webfont.woff?v=1.2.0") format("woff"), url("../fonts/forkawesome-webfont.ttf?v=1.2.0") format("truetype"), url("../fonts/forkawesome-webfont.svg?v=1.2.0#forkawesomeregular") format("svg");
src: url("../fonts/forkawesome-webfont.eot?v=1.1.7");
src: url("../fonts/forkawesome-webfont.eot?#iefix&v=1.1.7") format("embedded-opentype"), url("../fonts/forkawesome-webfont.woff2?v=1.1.7") format("woff2"), url("../fonts/forkawesome-webfont.woff?v=1.1.7") format("woff"), url("../fonts/forkawesome-webfont.ttf?v=1.1.7") format("truetype"), url("../fonts/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
font-display: block; }
@@ -2855,165 +2854,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-biometric:before {
content: "\f32b"; }
.fa-wire:before {
content: "\f32c"; }
.fa-tor-onion:before {
content: "\f32e"; }
.fa-volume-mute:before {
content: "\f32f"; }
.fa-bell-ringing:before {
content: "\f32d"; }
.fa-bell-ringing-o:before {
content: "\f330"; }
.fa-hal:before {
content: "\f333"; }
.fa-jupyter:before {
content: "\f335"; }
.fa-julia:before {
content: "\f334"; }
.fa-classicpress:before {
content: "\f331"; }
.fa-classicpress-circle:before {
content: "\f332"; }
.fa-open-collective:before {
content: "\f336"; }
.fa-orcid:before {
content: "\f337"; }
.fa-researchgate:before {
content: "\f338"; }
.fa-funkwhale:before {
content: "\f339"; }
.fa-askfm:before {
content: "\f33a"; }
.fa-blockstack:before {
content: "\f33b"; }
.fa-boardgamegeek:before {
content: "\f33c"; }
.fa-bunny:before {
content: "\f35f"; }
.fa-buymeacoffee:before {
content: "\f33d"; }
.fa-cc-by:before {
content: "\f33e"; }
.fa-creative-commons-alt:before,
.fa-cc-cc:before {
content: "\f33f"; }
.fa-cc-nc-eu:before {
content: "\f341"; }
.fa-cc-nc-jp:before {
content: "\f342"; }
.fa-cc-nc:before {
content: "\f340"; }
.fa-cc-nd:before {
content: "\f343"; }
.fa-cc-pd:before {
content: "\f344"; }
.fa-cc-remix:before {
content: "\f345"; }
.fa-cc-sa:before {
content: "\f346"; }
.fa-cc-share:before {
content: "\f347"; }
.fa-cc-zero:before {
content: "\f348"; }
.fa-conway-hacker:before,
.fa-conway-glider:before {
content: "\f349"; }
.fa-csharp:before {
content: "\f34a"; }
.fa-email-bulk:before {
content: "\f34b"; }
.fa-email-bulk-o:before {
content: "\f34c"; }
.fa-gnu:before {
content: "\f34d"; }
.fa-google-play:before {
content: "\f34e"; }
.fa-heroku:before {
content: "\f34f"; }
.fa-hassio:before,
.fa-home-assistant:before {
content: "\f350"; }
.fa-java:before {
content: "\f351"; }
.fa-mariadb:before {
content: "\f352"; }
.fa-markdown:before {
content: "\f353"; }
.fa-mysql:before {
content: "\f354"; }
.fa-nordcast:before {
content: "\f355"; }
.fa-plume:before {
content: "\f356"; }
.fa-postgresql:before {
content: "\f357"; }
.fa-sass-alt:before {
content: "\f359"; }
.fa-sass:before {
content: "\f358"; }
.fa-skate:before {
content: "\f35a"; }
.fa-sketchfab:before {
content: "\f35b"; }
.fa-tex:before {
content: "\f35c"; }
.fa-textpattern:before {
content: "\f35d"; }
.fa-unity:before {
content: "\f35e"; }
.sr-only {
position: absolute;
width: 1px;
@@ -3045,7 +2885,7 @@ html {
body {
color: #212121;
background-color: #fafafa;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.8em;
font-weight: 400;
line-height: 1.8em; }
@@ -3070,7 +2910,7 @@ h3,
h4,
h5,
h6 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 600;
color: #000;
margin: 4rem 0 2.5rem 0; }
@@ -3172,9 +3012,7 @@ code {
font-size: 1.6rem;
font-weight: 400;
background-color: #e0e0e0;
color: #212121;
border-radius: 0.6rem;
padding: 0.3rem 0.6rem; }
color: #212121; }
blockquote {
border-left: 2px solid #e0e0e0;
@@ -3228,7 +3066,7 @@ figure {
width: 100%; }
.container {
margin: 1rem auto;
margin: 0 auto;
max-width: 90rem;
width: 100%;
padding-left: 2rem;
@@ -3296,16 +3134,6 @@ img.emoji {
.content .post .post-meta .date .posted-on {
margin-left: 0;
margin-right: 1.5rem; }
.content .post .post-meta .tags .tag {
display: inline-block;
padding: 0.3rem 0.6rem;
background-color: #e0e0e0;
border-radius: 0.6rem;
line-height: 1.4em; }
.content .post .post-meta .tags .tag a {
color: #212121; }
.content .post .post-meta .tags .tag a:active {
color: #212121; }
.content figure {
margin: 0;
padding: 0; }
@@ -3345,7 +3173,7 @@ img.emoji {
font-size: 1.8rem;
flex: 2;
color: #212121;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 700; }
.list ul li .title:hover, .list ul li .title:focus {
color: #1565c0; }
@@ -3483,8 +3311,9 @@ img.emoji {
.navigation span {
display: inline;
font-size: 1.7rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 600;
line-height: 6rem;
color: #212121; }
.navigation a:hover, .navigation a:focus {
color: #1565c0; }
@@ -3498,8 +3327,8 @@ img.emoji {
margin-top: 0; }
@media only screen and (max-width: 768px) {
.navigation .navigation-list {
position: relative;
top: 2rem;
position: absolute;
top: 6rem;
right: 0;
z-index: 5;
visibility: hidden;
@@ -3556,8 +3385,8 @@ img.emoji {
display: none; }
@media only screen and (max-width: 768px) {
.navigation .menu-button {
position: relative;
display: block;
margin: 1.8rem 0;
font-size: 2.4rem;
font-weight: 400; } }
.navigation .menu-button i:hover, .navigation .menu-button i:focus {
@@ -3571,7 +3400,7 @@ img.emoji {
.pagination {
margin-top: 6rem;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif; }
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif; }
.pagination li {
display: inline;
text-align: center;
@@ -3587,20 +3416,6 @@ img.emoji {
text-align: center;
width: 3.2rem; }
.taxonomy li {
display: inline-block;
margin: 0.9rem; }
.taxonomy .taxonomy-element {
display: block;
padding: 0.3rem 0.9rem;
background-color: #e0e0e0;
border-radius: 0.6rem; }
.taxonomy .taxonomy-element a {
color: #212121; }
.taxonomy .taxonomy-element a:active {
color: #212121; }
.footer {
width: 100%;
text-align: center;