summaryrefslogtreecommitdiffstats
path: root/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
diff options
context:
space:
mode:
Diffstat (limited to 'resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content')
-rw-r--r--resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content117
1 files changed, 117 insertions, 0 deletions
diff --git a/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
index 30e82bc..856b58b 100644
--- a/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
+++ b/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
@@ -970,3 +970,120 @@ ul.pager li {
.footnotes blockquote + a.footnote-backref {
margin-bottom: 1rem;
display: inline-block; }
+
+.post-tags-wrapper {
+ position: relative; }
+
+.post-tags {
+ margin: 0;
+ padding: 0;
+ position: absolute;
+ right: 24px;
+ bottom: -12px;
+ list-style: none; }
+
+.post-tags li,
+.post-tags a {
+ font-family: sans-serif;
+ float: left;
+ height: 24px;
+ line-height: 24px;
+ position: relative;
+ font-size: .75em; }
+
+.post-tags a {
+ margin-left: 20px;
+ padding: 0 10px 0 12px;
+ background: #841212;
+ color: #fff;
+ text-decoration: none;
+ -webkit-border-bottom-right-radius: 4px;
+ -moz-border-radius-bottomright: 4px;
+ border-bottom-right-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ -moz-border-radius-topright: 4px;
+ border-top-right-radius: 4px; }
+
+.post-tags a:before {
+ content: "";
+ float: left;
+ position: absolute;
+ top: 0;
+ left: -12px;
+ width: 0;
+ height: 0;
+ border-color: transparent #841212 transparent transparent;
+ border-style: solid;
+ border-width: 12px 12px 12px 0; }
+
+.post-tags a:after {
+ content: "";
+ position: absolute;
+ top: 10px;
+ left: 0;
+ float: left;
+ width: 4px;
+ height: 4px;
+ background: #fff;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ border-radius: 2px;
+ -webkit-box-shadow: -1px -1px 2px #454545;
+ -moz-box-shadow: -1px -1px 2px #454545;
+ box-shadow: -1px -1px 2px #454545; }
+
+.post-tags a:hover {
+ background: #676767; }
+
+.post-tags a:hover:before {
+ border-color: transparent #676767 transparent transparent; }
+
+/* Themes */
+/* Red */
+.theme-base-red .post-tags a {
+ background: #ac4142; }
+
+.theme-base-red .post-tags a:before {
+ border-color: transparent #ac4142 transparent transparent; }
+
+/* Orange */
+.theme-base-orange .post-tags a {
+ background: #d28445; }
+
+.theme-base-orange .post-tags a:before {
+ border-color: transparent #d28445 transparent transparent; }
+
+/* Green */
+.theme-base-green .post-tags a {
+ background: #90a959; }
+
+.theme-base-green .post-tags a:before {
+ border-color: transparent #90a959 transparent transparent; }
+
+/* Cyan */
+.theme-base-cyan .post-tags a {
+ background: #75b5aa; }
+
+.theme-base-cyan .post-tags a:before {
+ border-color: transparent #75b5aa transparent transparent; }
+
+/* Blue */
+.theme-base-blue .post-tags a {
+ background: #6a9fb5; }
+
+.theme-base-blue .post-tags a:before {
+ border-color: transparent #6a9fb5 transparent transparent; }
+
+/* Magenta */
+.theme-base-magenta .post-tags a {
+ background: #aa759f; }
+
+.theme-base-magenta .post-tags a:before {
+ border-color: transparent #aa759f transparent transparent; }
+
+/* Brown */
+.theme-base-brown .post-tags a {
+ background: #8f5536; }
+
+.theme-base-brown .post-tags a:before {
+ border-color: transparent #8f5536 transparent transparent; }