Update Article CSS

This commit is contained in:
Dmitriy Prodchenko 2018-03-30 18:53:03 +03:00
parent 9afcc48b1d
commit a3b047f31e

View file

@ -1,27 +1,40 @@
body { body {
max-width: 100% !important;
display: block; display: block;
margin: 5%; margin-top: 7%;
margin-bottom: 0;
margin-left: 7%;
margin-right: 7%;
background-color: white;
} }
h2 { h2 {
font-size: 2em; font-size: 2em;
letter-spacing: 0.05em;
color: #727272; color: #727272;
font-family: serif; font-family: serif;
font-weight: normal;
} }
h3 { h3 {
font-size: 2em; color: #212121;
font-size: 1.5em;
font-family: sans-serif; font-family: sans-serif;
padding-top: 5%; padding-top: 5%;
} }
p, li { p {
font-family: sans-serif;
font-size: 1.1em;
line-height: 1.6em;
}
li {
font-family: sans-serif; font-family: sans-serif;
font-size: 1em; font-size: 1em;
line-height: 1em; line-height: 250%;
} }
img { img {
width: 100%; width: 100%;
} }
@ -31,23 +44,21 @@ a {
text-decoration-color: #a3c8ff; text-decoration-color: #a3c8ff;
} }
.external-free { a.external-free {
background-color: #f44336; word-wrap: break-word;
color: white; background-color: #f2f2f2;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
} }
.thumb-tright, .thumbinner { .thumb-tright, .thumbinner {
width: 100%; width: 100% !important;
} }
.thumbcaption { .thumbcaption {
padding-top: 3%;
width: 100%; width: 100%;
font-size: 1em; font-size: 1.1em;
color: #727272; color: #727272;
font-style: italic; font-style: italic;
text-align: center;
} }