blog-log/blog-log/style.css
2024-08-04 19:10:34 -04:00

124 lines
1.7 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');
}
:root {
--text-color:#460017;
}
a {
text-decoration: none;
}
.bllog-container > a {
text-decoration: none;
color: var(--text-color);
font-weight: bolder;
}
.dedication {
font-size: 1.25rem;
font-family: "Bagnard";
font-style: italic;
}
.blog-title {
font-family: "Bagnard";
font-size: 1.7em;
color:var(--text-color);
}
a:hover > h3 {
font-size: 2.01em;
}
a:hover > p {
font-size: 1.71em;
}
.anticopyright {
color: var(--text-color);
}
.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-image: url("ahm60032.jpg");
background-color: #ffa7bd;
background-blend-mode: lighten;
font-family: "Oswald-Light";
}
h1 {
color:var(--text-color);
font-family: "Bagnard";
}
.quote {
font-size: 2rem;
color:var(--text-color);
font-style: italic;
margin: 0;
margin-top: 0.7rem;
}
.bllog-body {
color: #4d0027;
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: var(--text-color);
background-color: rgba(255, 167, 189, 0.75);
}
.bllog-container > p {
margin-bottom: 0.175rem;
margin-top: 0;
}
h3 {
color:var(--text-color);
font-family: "Bagnard";
font-size: 2em;
}
.bllog-container > h2 {
font-size: 2.5rem;
margin: 0px;
}
h2 {
color:var(--text-color);
font-family: "Bagnard";
font-size: 3em;
}