all repos — h3rald @ b9972774ef9647211e8f86ff2077834a1d92f4fe

The sources of https://h3rald.com

Added extra badges.
h3rald h3rald@h3rald.com
Sun, 25 May 2014 19:08:52 +0200
commit

b9972774ef9647211e8f86ff2077834a1d92f4fe

parent

8e3ed69da0f21e2d39c9993a5264de7472d000af

3 files changed, 25 insertions(+), 0 deletions(-)

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

@@ -22,6 +22,8 @@ .tag {.mix-symbol(@fa-var-tag, @bright-blue)}

.date {.mix-symbol(@fa-var-calendar, @bright-blue)} .attachment {.mix-symbol(@fa-var-paperclip, @text-color)} .geo {.mix-symbol(@fa-var-map-marker, @bright-red)} +.danger {.mix-symbol(@fa-var-exclamation-triangle, @bright-red)} +.question {.mix-symbol(@fa-var-question-circle, @bright-blue)} .btc {.mix-symbol(@fa-var-btc, @text-color, 90%, "")} .eur {.mix-symbol(@fa-var-eur, @text-color, 90%, "")}
M styles/elements.lessstyles/elements.less

@@ -89,6 +89,10 @@ color: @heading-color;

border-bottom: 1px solid @gray-d; } +h1 { + text-align: center; +} + /* Blocks */ blockquote {
M styles/hastyscribe.cssstyles/hastyscribe.css

@@ -1923,6 +1923,9 @@ h6 {

color: #111111; border-bottom: 1px solid #dddddd; } +h1 { + text-align: center; +} /* Blocks */ blockquote { border-left: 3px solid #dedede;

@@ -3113,6 +3116,22 @@ font-weight: normal;

font-size: 100%; color: #cc3300; content: "\f041" " "; +} +.danger:before { + font-family: "FontAwesome"; + font-style: normal; + font-weight: normal; + font-size: 100%; + color: #cc3300; + content: "\f071" " "; +} +.question:before { + font-family: "FontAwesome"; + font-style: normal; + font-weight: normal; + font-size: 100%; + color: #0f4bff; + content: "\f059" " "; } .btc:before { font-family: "FontAwesome";