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

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonHe <lhe868@me.com>2019-08-20 19:07:11 +0300
committerLeonHe <lhe868@me.com>2019-08-20 19:07:11 +0300
commit976cadf49021dcbbe9ad7ecf4a96972682a4636f (patch)
tree2b93d3527340cc821ebe0c017414c9ec552bbda3
parent997beb2ee318692abdbdb1552430bde3e83a30ad (diff)
update html label h(n) font size
-rw-r--r--static/css/style.css22
1 files changed, 9 insertions, 13 deletions
diff --git a/static/css/style.css b/static/css/style.css
index c10343e..5aacc6b 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,6 +1,5 @@
html {
margin: 0;
- font: .9em/1.6em "Droid Serif", Cambria, Georgia, "DejaVu Serif", serif;
background-attachment: fixed;
background-position: right bottom;
background-repeat: no-repeat;
@@ -10,10 +9,10 @@
body {
padding-top: 25px;
padding-bottom: 0px;
- /* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif */
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif
}
-
+
pre {
display: block;
padding: 0px;
@@ -37,18 +36,15 @@
font-size: 14px;
}
.panel-body h1 {
- line-height:18px;
padding:10px 0 10px 0;
color: black;
- font-size: 1.6em;
+ font-size: 24px;
border-bottom: 1px solid #ddd;
- line-height: 16px;
}
.panel-body h2 {
- line-height:16px;
padding:10px 0 10px 0;
color: black;
- font-size: 1.5em;
+ font-size: 20px;
}
.tags {
border-top: 1px solid #ddd;
@@ -59,22 +55,22 @@
line-height: 26px;
}
.panel-body h3 {
- font-size: 1.3em;
+ font-size: 18px;
color: grey;
}
.panel-body h4 {
- font-size: 1.2em;
+ font-size: 16px;
color: grey;
}
.panel-body h5 {
- font-size: 1.1em;
+ font-size: 14px;
color: grey;
}
.panel-body h6 {
- font-size: 1.0em;
+ font-size: 12px;
color: grey;
}
@@ -190,6 +186,6 @@ td {
text-align: left;
padding-top: 20px;
padding-bottom: 20px;
- font-size: 24px;
+ font-size: 26px;
}