change titles and citation
change size titles and space between add background for bold and italic text in citation
This commit is contained in:
parent
1aff88e197
commit
11c4f2ad1a
1 changed files with 27 additions and 3 deletions
|
@ -196,12 +196,32 @@ h1 {
|
|||
line-height: 1;
|
||||
}
|
||||
|
||||
#article h2 {
|
||||
font-size: 36px;
|
||||
#article h2, h3, h4, h5, h6{
|
||||
margin-top: .75em;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
|
||||
#article h2 {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
#article h3 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
#article h4 {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
#article h5 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
#article h6 {
|
||||
font-size: 22px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#article p {
|
||||
margin-top: 1em;
|
||||
font-size: 18px;
|
||||
|
@ -212,13 +232,17 @@ h1 {
|
|||
margin: 40px auto;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
blockquote {
|
||||
background-color: #1B1B42;
|
||||
padding: 10px;
|
||||
padding-left: 20px;
|
||||
border-left: 5px solid aliceblue;
|
||||
}
|
||||
|
||||
blockquote p, strong, em {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
font-family: DejaVu Sans Mono;
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Reference in a new issue