115 lines
1.4 KiB
CSS
Executable file
115 lines
1.4 KiB
CSS
Executable file
@font-face {
|
|
font-family: "Bagnard";
|
|
src: url('fonts/Bagnard.otf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Oswald-Light";
|
|
src: url('fonts/Oswald-Light.ttf');
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.bllog-container > a {
|
|
text-decoration: none;
|
|
color: white;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.dedication {
|
|
font-size: 1.25rem;
|
|
font-family: "Bagnard";
|
|
font-style: italic;
|
|
}
|
|
|
|
.blog-title {
|
|
font-family: "Bagnard";
|
|
font-size: 1.7em;
|
|
color:white;
|
|
}
|
|
|
|
a:hover > h3 {
|
|
font-size: 2.01em;
|
|
}
|
|
|
|
a:hover > p {
|
|
font-size: 1.71em;
|
|
}
|
|
|
|
.navbar {
|
|
text-align: center;
|
|
}
|
|
|
|
.navbar > h1 {
|
|
margin-bottom: 0px;
|
|
margin-top: 0.1rem;
|
|
font-size: 5rem;
|
|
}
|
|
.navbar > a > h3 {
|
|
margin-top: 0.2rem;
|
|
margin-bottom: 0.1rem;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 6em;
|
|
}
|
|
|
|
body {
|
|
background-color: #4d0027;
|
|
font-family: "Oswald-Light";
|
|
}
|
|
|
|
h1 {
|
|
color: white;
|
|
font-family: "Bagnard";
|
|
}
|
|
|
|
.quote {
|
|
font-size: 2rem;
|
|
color: white;
|
|
font-style: italic;
|
|
margin: 0;
|
|
margin-top: 0.7rem;
|
|
}
|
|
|
|
.bllog-body {
|
|
color: white;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.bllog-container {
|
|
border-radius: 1rem;
|
|
border-width: 0.25rem;
|
|
padding: 0.4rem;
|
|
margin-top: 0.5rem;
|
|
margin-left: 0.5rem;
|
|
margin-right: 0.5rem;
|
|
margin-bottom: 0.1rem;
|
|
border: 0.125rem solid;
|
|
border-color: white;
|
|
}
|
|
|
|
.bllog-container > p {
|
|
margin-bottom: 0.175rem;
|
|
margin-top: 0;
|
|
}
|
|
|
|
h3 {
|
|
color: white;
|
|
font-family: "Bagnard";
|
|
font-size: 2em;
|
|
}
|
|
|
|
.bllog-container > h2 {
|
|
font-size: 2.5rem;
|
|
margin: 0px;
|
|
}
|
|
|
|
h2 {
|
|
color: white;
|
|
font-family: "Bagnard";
|
|
font-size: 3em;
|
|
}
|