User:Chalisque/minerva.css: Difference between revisions
Appearance
Content deleted Content added
Adjusted h1...h5 settings |
Adjusted h1...h5 settings again. |
||
Line 3: | Line 3: | ||
font-size: 20px; |
font-size: 20px; |
||
} |
} |
||
h1 { |
|||
#content h1, #content h2, #content h3, #content h4, #content h5 { |
|||
font-family: inherit; |
font-family: inherit; |
||
font-weight: bold; |
font-weight: bold; |
||
font-size: 2rem; |
|||
} |
|||
h2 { |
|||
font-family: inherit; |
|||
font-weight: bold; |
|||
font-size: 1.8rem; |
|||
} |
|||
h3 { |
|||
font-family: inherit; |
|||
font-weight: bold; |
|||
font-size: 1.6rem; |
|||
} |
|||
h4 { |
|||
font-family: inherit; |
|||
font-weight: bold; |
|||
font-size: 1.4rem; |
|||
} |
|||
h5 { |
|||
font-family: inherit; |
|||
font-weight: bold; |
|||
font-size: 1.2rem; |
|||
} |
} |
||
blockquote { |
blockquote { |
Revision as of 14:05, 3 January 2022
#content {
font-family: "Adobe Garamond Pro","Palatino Linotype",serif;
font-size: 20px;
}
h1 {
font-family: inherit;
font-weight: bold;
font-size: 2rem;
}
h2 {
font-family: inherit;
font-weight: bold;
font-size: 1.8rem;
}
h3 {
font-family: inherit;
font-weight: bold;
font-size: 1.6rem;
}
h4 {
font-family: inherit;
font-weight: bold;
font-size: 1.4rem;
}
h5 {
font-family: inherit;
font-weight: bold;
font-size: 1.2rem;
}
blockquote {
font-family: "Adobe Garamond Pro","Palatino Linotype",serif;
font-size: inherit;
background-color: #eef;
}