Stylesheet

This is the actual stylesheet for visual presentation of this website. Last updated on April, 24 2024

Colors

Color palette generated on Coolors.co

Fonts

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut

Aenean commodo ligula eget dolor. Aenean commodo ligula eget dolor. Aenean commodo ligula eget dolor.

Aenean commodo ligula eget dolor. Aenean commodo ligula eget dolor. Aenean commodo ligula eget dolor.

Aenean commodo ligula eget dolor.

Headline H1

Headline H2

Headline H3

Headline H4

Headline H5
Headline H6

This is a quote: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus.

Citation

Custom CSS

html {

}

body {
font-family: Arial;
font-size: 1.2rem;
line-height: 1.3;
}

.entry-title h1 {
color: #00f500;
}

.entry-title a {
color: #00f500;
}

.entry-title a:hover {
color: #00f500;
}

.entry-meta {
font-size: 0.9 rem;
}

h1 {
color: #00f500;
}

h2 {
color: #00f5f5;
}

h3 {
color: #ffffff;
}

h4 {
color: #00f500;
}

h5 {
color: #00f5f5;
}

h6 {
color: #ffffff;
}


a {
color: #00f5f5;
}

a:hover {
color: #00f5f5;
font-style: underline;
}

pre {
font-size: 1.0em;
background-color: #001200;
color: #00f500;
border-left: 0px solid #005500
}

blockquote {
color: #00f5f5;
font-size: 1.0em;
font-style: normal;
border-left: 3px solid #005555
}

cite {
color: #ffffff;
font-size: 0.8em;
}

cite a {
color: #ffffff;
}

cite a:hover {
color: #ffffff;
font-style: underline;
}

.read-more {
display: flex;
justify-content: center;
align-items: center;
width: 7em;
height: 2em;
margin-top: 10px;
color: #00f5f5;
border: solid 1px #00f5f5;
font-size: 0.7em;
font-weight: bold;
padding: 2px 2px;
}

.read-more:hover {
color: #000000;
background-color: #00f5f5;
border: solid 1px #00f5f5;
text-decoration: none;
}

article {
border-bottom: 1px solid #555555;
padding-top: 1em;
}

.form-submit input {
background-color: #000000;
color: #ffffff;
border: 1px solid #ffffff
}

.form-submit input:hover {
background-color: #00f5f5;
color: #000000;
border: 1px solid #00f5f5
}

.site-footer {
font-size: 1.1rem;
}

.site-footer p {
font-size: 1.2rem;
}

.footer_widget_1 {
font-size: 3rem;
}