all repos — hastystyles @ ffb43cd29a52dfe396643d6aa0417870a232649a

The stylesheets for HastyScrybe and HastySite.

Fixed badges.
h3rald h3rald@h3rald.com
Fri, 27 Apr 2018 10:25:47 +0200
commit

ffb43cd29a52dfe396643d6aa0417870a232649a

parent

28b2c2411142fd8cc0f9ba0d878ce571953f7207

2 files changed, 21 insertions(+), 12 deletions(-)

jump to
M styles/_badges.lessstyles/_badges.less

@@ -95,12 +95,12 @@ .windows {.mix-symbol(@fa-var-windows, @bright-blue)}

.linux {.mix-symbol(@fa-var-linux, #000)} .android {.mix-symbol(@fa-var-android, #A4C739)} -.php {.mix-symbol(fa-var-php, #777bb3)} -.java {.mix-symbol(fa-var-java, #0074BD)} -.aws {.mix-symbol(fa-var-aws, #252F3E)} -.nodejs {.mix-symbol(fa-var-node-js, #689F63)} -.erlang {.mix-symbol(fa-var-erlang, #a90533)} -.python {.mix-symbol(fa-var-python, #306998)} +.php {.mix-symbol(@fa-var-php, #777bb3)} +.java {.mix-symbol(@fa-var-java, #0074BD)} +.aws {.mix-symbol(@fa-var-aws, #252F3E)} +.nodejs {.mix-symbol(@fa-var-node-js, #689F63)} +.erlang {.mix-symbol(@fa-var-erlang, #a90533)} +.python {.mix-symbol(@fa-var-python, #306998)} .bluetooth {.mix-symbol(@fa-var-bluetooth, @bright-blue)} .wifi {.mix-symbol(@fa-var-wifi, @text-color)}

@@ -110,6 +110,7 @@ .idea {.mix-symbol(@fa-var-lightbulb, @bright-yellow)}

.sticky {.mix-symbol(@fa-var-sticky-note, @bright-yellow)} .link {.mix-symbol(@fa-var-link, @bright-blue)} .folder {.mix-symbol(@fa-var-folder, @bright-yellow)} +.file {.mix-symbol(@fa-var-file, @text-color)} .chrome {.mix-symbol(@fa-var-chrome, @bright-yellow)} .firefox {.mix-symbol(@fa-var-firefox, @bright-orange)}
M styles/hastyscribe.cssstyles/hastyscribe.css

@@ -4853,7 +4853,7 @@ font-style: normal;

font-weight: normal; font-size: 100%; color: #777bb3; - content: fa-var-php " "; + content: "\f457" " "; } .java:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";

@@ -4861,7 +4861,7 @@ font-style: normal;

font-weight: normal; font-size: 100%; color: #0074BD; - content: fa-var-java " "; + content: "\f4e4" " "; } .aws:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";

@@ -4869,7 +4869,7 @@ font-style: normal;

font-weight: normal; font-size: 100%; color: #252F3E; - content: fa-var-aws " "; + content: "\f375" " "; } .nodejs:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";

@@ -4877,7 +4877,7 @@ font-style: normal;

font-weight: normal; font-size: 100%; color: #689F63; - content: fa-var-node-js " "; + content: "\f3d3" " "; } .erlang:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";

@@ -4885,7 +4885,7 @@ font-style: normal;

font-weight: normal; font-size: 100%; color: #a90533; - content: fa-var-erlang " "; + content: "\f39d" " "; } .python:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";

@@ -4893,7 +4893,7 @@ font-style: normal;

font-weight: normal; font-size: 100%; color: #306998; - content: fa-var-python " "; + content: "\f3e2" " "; } .bluetooth:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";

@@ -4950,6 +4950,14 @@ font-weight: normal;

font-size: 100%; color: #F5B800; content: "\f07b" " "; +} +.file:before { + font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; + font-style: normal; + font-weight: normal; + font-size: 100%; + color: #333; + content: "\f15b" " "; } .chrome:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";