Update Article CSS
This commit is contained in:
parent
194f926af2
commit
aaefc00f3b
1 changed files with 25 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
||||||
body {
|
body {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
|
/* overflow-x: hidden; hide scroll bar */
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 7%;
|
margin-top: 7%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -10,9 +11,10 @@ body {
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
color: #727272;
|
color: #454545;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
@ -20,6 +22,7 @@ h3 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
padding-top: 5%;
|
padding-top: 5%;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -30,8 +33,13 @@ p {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 1em;
|
line-height: 1.6em;
|
||||||
line-height: 250%;
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
font-size: 1.1em;
|
||||||
|
padding-top: 3%;
|
||||||
|
padding-bottom: 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -42,19 +50,29 @@ img {
|
||||||
a {
|
a {
|
||||||
color: #237bff;
|
color: #237bff;
|
||||||
text-decoration-color: #a3c8ff;
|
text-decoration-color: #a3c8ff;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.external-free {
|
external-free {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
background-color: #f2f2f2;
|
background-color: #black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
white-space: -moz-pre-wrap;
|
||||||
|
white-space: -pre-wrap;
|
||||||
|
white-space: -o-pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.thumb-tright, .thumbinner {
|
.thumb-tright, .thumbinner {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbcaption {
|
.thumbnailcaption {
|
||||||
padding-top: 3%;
|
padding-top: 3%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
Loading…
Reference in a new issue