all repos — hastystyles @ 04b93a37cf3df0bd2f0054ee99bb8d666652a16b

The stylesheets for HastyScrybe and HastySite.

Fixes.
h3rald h3rald@h3rald.com
Sun, 29 Apr 2018 10:57:36 +0200
commit

04b93a37cf3df0bd2f0054ee99bb8d666652a16b

parent

29914e53769bcacb6ae040fb169ae46e6b2a0652

M styles/_mixins.lessstyles/_mixins.less

@@ -74,6 +74,7 @@

.mix-titled-block (@bg-color, @fg-color, @border-color, @icon){ .mix-box(@bg-color, @fg-color, @border-color); + font-size: 95%; p { margin: 0 auto; &:first-child {
M styles/fa/fa-brands.lessstyles/fa/fa-brands.less

@@ -8,12 +8,6 @@ @font-face {

font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: normal; - src: url('@{fa-font-path}/fa-brands-400.eot'); - src: url('@{fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'), - url('@{fa-font-path}/fa-brands-400.woff2') format('woff2'), - url('@{fa-font-path}/fa-brands-400.woff') format('woff'), - url('@{fa-font-path}/fa-brands-400.ttf') format('truetype'), - url('@{fa-font-path}/fa-brands-400.svg#fontawesome') format('svg'); } .fab {
M styles/fa/fa-regular.lessstyles/fa/fa-regular.less

@@ -8,12 +8,6 @@ @font-face {

font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 400; - src: url('@{fa-font-path}/fa-regular-400.eot'); - src: url('@{fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'), - url('@{fa-font-path}/fa-regular-400.woff2') format('woff2'), - url('@{fa-font-path}/fa-regular-400.woff') format('woff'), - url('@{fa-font-path}/fa-regular-400.ttf') format('truetype'), - url('@{fa-font-path}/fa-regular-400.svg#fontawesome') format('svg'); } .far {
M styles/fa/fa-solid.lessstyles/fa/fa-solid.less

@@ -8,12 +8,6 @@ @font-face {

font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; - src: url('@{fa-font-path}/fa-solid-900.eot'); - src: url('@{fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'), - url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'), - url('@{fa-font-path}/fa-solid-900.woff') format('woff'), - url('@{fa-font-path}/fa-solid-900.ttf') format('truetype'), - url('@{fa-font-path}/fa-solid-900.svg#fontawesome') format('svg'); } .fa,
M styles/hastyscribe.cssstyles/hastyscribe.css

@@ -3166,8 +3166,6 @@ @font-face {

font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; - src: url('../webfonts/fa-solid-900.eot'); - src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff'), url('../webfonts/fa-solid-900.ttf') format('truetype'), url('../webfonts/fa-solid-900.svg#fontawesome') format('svg'); } .fa, .fas {

@@ -3182,8 +3180,6 @@ @font-face {

font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: normal; - src: url('../webfonts/fa-brands-400.eot'); - src: url('../webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-brands-400.woff2') format('woff2'), url('../webfonts/fa-brands-400.woff') format('woff'), url('../webfonts/fa-brands-400.ttf') format('truetype'), url('../webfonts/fa-brands-400.svg#fontawesome') format('svg'); } .fab { font-family: 'Font Awesome 5 Brands';

@@ -3737,6 +3733,7 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

color: #264c72; background-color: #d8ebf8; border: 1px solid #A4D1EF; + font-size: 95%; } .note code, .note samp,

@@ -3786,6 +3783,7 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

color: #009926; background-color: #d8f5cd; border: 1px solid #B0EB99; + font-size: 95%; } .tip code, .tip samp,

@@ -3835,6 +3833,7 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

color: #705400; background-color: #FFEBAD; border: 1px solid #FFDB70; + font-size: 95%; } .warning code, .warning samp,

@@ -3884,6 +3883,7 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

color: #555; background-color: #f8f8f8; border: 1px solid #f8f8f8; + font-size: 95%; } .sidebar code, .sidebar samp,