motarawneh.com/assets/scss/base/page.scss

63 lines
1.2 KiB
SCSS
Raw Normal View History

2020-11-10 07:30:43 +00:00
.page-title {
font-size: 1.5em;
2020-11-12 09:51:26 +00:00
@media (min-width: 600px) {font-size: 1.75em}
@media (min-width: 768px) {font-size: 2.25em}
2020-11-10 07:30:43 +00:00
font-weight: 700;
}
.page {
@media (min-width: 600px) {font-size: 1.25em}
@media (min-width: 768px) {font-size: 1.5em}
line-height: 1.4;
2020-11-10 07:30:43 +00:00
h1 {
font-size: 1.5em;
font-weight: 700;
}
h2 {
font-size: 1.25em;
font-weight: 700;
margin-bottom: 0.7em;
margin-top: 2em;
line-height: 1.2;
}
h3 {
font-size: 1em;
font-weight: 700;
margin-bottom: 0.7em;
line-height: 1.2;
}
a {
color: inherit;
text-underline-offset: 7px;
text-decoration-thickness: 2px;
transition: 0.25s ease-in-out;
transition-property: text-decoration-thickness color;
}
a:hover {
color: #00a3ff;
text-decoration-thickness: 6px;
}
p {margin-bottom: 1em;}
2020-11-10 07:30:43 +00:00
ul {
font-size: 1em;
2020-11-10 07:30:43 +00:00
line-height: 1.4;
list-style: disc;
margin-left: 1em;
}
li {margin-bottom: 1em;}
li > ul {margin-top: 1em;}
ol {
font-size: 1em;
line-height: 1.4;
2020-11-10 09:20:43 +00:00
list-style: decimal;
margin-left: 1em;
}
2020-11-10 07:30:43 +00:00
em {font-style: italic;}
strong {font-weight: 700;}
blockquote {padding-left: 0.5em; border-left: 4px solid black}
}
#TableOfContents {
ul {
li {margin-bottom: 1em;}
}
}