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

github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorD.G.BANG <lubang@lulab.net>2018-02-04 09:02:23 +0300
committerD.G.BANG <lubang@lulab.net>2018-02-04 09:02:23 +0300
commitfb10507e7eb47f1a1f6eac4ff385368a833906af (patch)
tree61116f2e67ebaf3ab5dc5e19fcbd3a470530f302 /static
parent150f7937e3e25c6350173df3c5b297075d0ac445 (diff)
Add summary element
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css33
1 files changed, 25 insertions, 8 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 11284f4..4267190 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -132,6 +132,31 @@ dt {
margin: 14px 0px 14px 0px;
}
+/*
+* summary
+*/
+
+.summary-sep {
+ border: 0;
+ height: 0;
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-bottom: 1px solid rgba(255, 255, 255, 0.3);
+ margin: 60px 0px 40px 0px;
+}
+
+.summary-content {
+ color: #717171;
+ font-size: 0.8em;
+ line-height: 1.6em;
+}
+
+.summary-more, .summary-more:visited {
+ padding: 1px 5px 1px 5px;
+ border-radius: 5px;
+ background-color: #00B2A0;
+ font-size: 0.75em;
+ color: white;
+}
/*
* Post
@@ -334,12 +359,4 @@ dt {
padding: 0px 10px 0px 10px;
float: right;
color: #717171;
-}
-
-/*
-* Util
-*/
-
-.margin {
- height: 80px;
} \ No newline at end of file