Better titles

This commit is contained in:
Phuntsok Drak-pa
2019-08-26 16:58:30 +02:00
parent 9590408c7c
commit 0cdcc9f02b
2 changed files with 90 additions and 12 deletions

View File

@@ -58,9 +58,9 @@ td {
}
.title {
padding: 50px;
background-color: #1abc9c;
padding: 0 20px;
color: #eee;
text-align: left;
}
h1,
@@ -70,14 +70,15 @@ h4,
h5,
h6,
legend {
cursor: pointer;
position: relative;
font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
font-weight: 700;
margin-top: 0;
z-index: 20;
}
h1 {
font-size: 170%;
font-size: 4em;
}
h2 {
@@ -186,3 +187,57 @@ a.footref {
.themeBtn .fas {
font-size: 30px;
}
.h1-container, .header-container {
display: inline-block;
}
.header-container {
cursor: pointer;
/* margin-bottom: -20px; */
}
.highlight-h1,
.highlight-h2,
.highlight-h3,
.highlight-h4,
.highlight-h5 {
position: relative;
left: -10px;
width: 120%;
max-width: 90vw;
z-index: 0;
width: auto !important;
margin-bottom: -20px;
}
.highlight-h1 {
background-color: #1abc9c !important;
height: 50px;
top: -60px
}
.highlight-h2 {
background-color: #16a085 !important;
height: 20px;
top: -40px
}
.highlight-h3 {
background-color: #27ae60 !important;
height: 20px;
top: -38px
}
.highlight-h4 {
background-color: #e67e22 !important;
height: 16px;
top: -40px;
width: 110%
}
.highlight-h5 {
background-color: #9b59b6 !important;
height: 14px;
top: -44px
}