Update Article CSS
This commit is contained in:
parent
49c09054b4
commit
f37a5e430b
1 changed files with 30 additions and 6 deletions
|
@ -21,11 +21,23 @@ body {
|
||||||
|
|
||||||
.title-image {
|
.title-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 20%;
|
height: 30%;
|
||||||
background: center;
|
background: center;
|
||||||
background-size: auto 100%;
|
background-size: 100%;
|
||||||
|
background-size:cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-color: yellow;
|
background-color: #f2f2f2;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 3em;
|
||||||
|
color: #212121;
|
||||||
|
font-family: serif;
|
||||||
|
font-weight: bold;
|
||||||
|
letter-spacing: 0.03em;
|
||||||
|
word-wrap: break-word;
|
||||||
|
padding-top: 5%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -53,10 +65,11 @@ p {
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
/* font-size: 1.1em; */
|
/* font-size: 1.1em; */
|
||||||
line-height: 1.6em;
|
|
||||||
padding-top: 3%;
|
|
||||||
padding-bottom: 3%;
|
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
|
line-height: 1.6em;
|
||||||
|
margin-left: 5%;
|
||||||
|
padding: 0%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
@ -65,6 +78,17 @@ li {
|
||||||
padding-bottom: 1%;
|
padding-bottom: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toc {
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mw-headline {
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 1.1em;
|
||||||
|
line-height: 1.6em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue