Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-10-10 21:39:54 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-10-10 21:39:54 +0300
commit482dcf6f2687c0762e224c0ae20e49b943819333 (patch)
treea671c5fa116d61e1363edae5c6dd3b65e5efd116 /static
parentc9b141693a09979385dd98a6d86896b032beea77 (diff)
Remove default styling for gist shortcode
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css57
1 files changed, 2 insertions, 55 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 7c75205..06f96ca 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1458,7 +1458,7 @@ a.article-title:hover {
line-height: 22.400000000000002px;
}
.article-entry .highlight .gutter pre,
-.article-entry .gist .gist-file .gist-data .line-numbers {
+.article-entry .line-numbers {
color: #666;
font-size: 0.85em;
}
@@ -1513,60 +1513,7 @@ a.article-title:hover {
.article-entry .highlight .line {
height: 22.400000000000002px;
}
-.article-entry .gist {
- margin: 0 -20px;
- border-style: solid;
- border-color: #eceff2;
- border-width: 1px 0;
- background: #34383d;
- padding: 15px 20px 15px 0;
-}
-.article-entry .gist .gist-file {
- border: none;
- font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
- margin: 0;
-}
-.article-entry .gist .gist-file .gist-data {
- background: none;
- border: none;
-}
-.article-entry .gist .gist-file .gist-data table {
- background: none;
-}
-.article-entry .gist .gist-file .gist-data .pl-vo {
- color: #fff;
-}
-.article-entry .gist .gist-file .gist-data .line-numbers {
- background: none;
- border: none;
- padding: 0 20px 0 0;
- height: 22.400000000000002px;
- vertical-align: top;
-}
-.article-entry .gist .gist-file .gist-data .line-data {
- padding: 0 !important;
-}
-.article-entry .gist .gist-file .highlight {
- margin: 0;
- padding: 0;
- border: none;
-}
-.article-entry .gist .gist-file .gist-meta {
- background: #34383d;
- color: #999;
- font: 0.85em "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif;
- text-shadow: 0 0;
- padding: 0;
- margin-top: 1em;
- margin-left: 20px;
-}
-.article-entry .gist .gist-file .gist-meta a {
- color: #38b7ea;
- font-weight: normal;
-}
-.article-entry .gist .gist-file .gist-meta a:hover {
- text-decoration: underline;
-}
+
pre .comment,
pre .title,
pre .template_comment,