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