Added extra badges.
h3rald h3rald@h3rald.com
Sun, 25 May 2014 19:08:52 +0200
3 files changed,
25 insertions(+),
0 deletions(-)
M
styles/badges.less
→
styles/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.less
→
styles/elements.less
@@ -89,6 +89,10 @@ color: @heading-color;
border-bottom: 1px solid @gray-d; } +h1 { + text-align: center; +} + /* Blocks */ blockquote {
M
styles/hastyscribe.css
→
styles/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";