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

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2018-04-11 16:44:35 +0300
committervimux <vimux@protonmail.com>2018-04-11 18:30:08 +0300
commitcf98babb3bd8df5b6734f7028c1db9cdcc637588 (patch)
tree8447d1a6f7df1fa91e7d2e7e0e7f76a821bf7814 /static
parentcd9824661dba30b68aa4497ac20ff8d3913ee619 (diff)
Fix CSS bugs
Fix i and em tag styles. #51 Don't use H1 and H2 tags for logo and subtitle. Fix wrong font-size, white-space, blockquote and more...
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css39
1 files changed, 27 insertions, 12 deletions
diff --git a/static/css/style.css b/static/css/style.css
index ebd1602..ef2b38a 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -40,6 +40,10 @@ b, strong {
font-weight: 700;
}
+i, em {
+ font-style: italic;
+}
+
:focus::-webkit-input-placeholder {
color: transparent;
}
@@ -70,6 +74,7 @@ body {
line-height: 1.6;
background: #f7f7f7;
word-wrap: break-word;
+ -webkit-font-smoothing: antialiased;
}
.container, .container-inner {
@@ -132,7 +137,7 @@ body {
.btn {
font-weight: 700;
padding: 5px 10px;
- white-space: nowrap;
+ white-space: pre-line;
color: #fff;
background: #2a2a2a;
}
@@ -304,11 +309,14 @@ blockquote {
font-size: 0.9375rem;
line-height: 1.6;
font-style: italic;
- color: #666;
padding: 5px 0 5px 15px;
border-left: 5px solid #e64946;
}
+blockquote footer {
+ text-align: right;
+}
+
sup {
vertical-align: super;
font-size: 10px;
@@ -412,13 +420,16 @@ select {
.logo__title {
font-size: 32px;
font-size: 2rem;
+ font-weight: 700;
line-height: 1;
+ color: #000;
}
.logo__tagline {
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
+ font-weight: 700;
line-height: 1;
color: #e64946;
padding-top: 10px;
@@ -471,7 +482,6 @@ select {
padding: 10px 15px;
display: block;
color: #fff;
- border-left: 1px solid rgba(255, 255, 255, 0.1);
font-weight: 700;
}
@@ -529,6 +539,10 @@ select {
float: left;
position: relative;
}
+
+ .menu__link {
+ border-left: 1px solid rgba(255, 255, 255, 0.1);
+ }
}
/*** Posts/Pages ***/
@@ -570,14 +584,14 @@ select {
vertical-align: middle;
}
-.icon-category {
- margin-left: 15px;
-}
-
.meta-categories__list, .post__meta-date, .list__meta-date, .post__meta-lastmod, .list__meta-lastmod {
vertical-align: middle;
}
+.meta-categories {
+ margin-left: 15px;
+}
+
.post__meta {
margin-top: 10px;
margin-top: 0.625rem;
@@ -1028,7 +1042,7 @@ textarea {
text-align: center;
}
- .logo__title, .post__title {
+ .logo__title {
font-size: 24px;
font-size: 1.5rem;
}
@@ -1053,8 +1067,9 @@ textarea {
margin: 0;
}
- .post__meta-categories {
- display: none;
+ .meta-categories {
+ display: block;
+ margin-left: 0;
}
.authorbox {
@@ -1092,8 +1107,8 @@ textarea {
}
.list__title {
- font-size: 14px;
- font-size: 0.875rem;
+ font-size: 16px;
+ font-size: 1rem;
}
.list__meta {