67 lines
1 KiB
CSS
67 lines
1 KiB
CSS
.post-heading {
|
|
h1 {
|
|
color: white;
|
|
text-shadow: 5px 5px black;
|
|
}
|
|
}
|
|
|
|
.site-heading {
|
|
h1, .subheading {
|
|
color: white;
|
|
text-shadow: 5px 5px black;
|
|
a, a:hover, a:link, a:visited, a:active {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.sidebar-container {
|
|
font-family: Times;
|
|
font-style: normal;
|
|
font-size: 19px;
|
|
color: darkslategray;
|
|
a {
|
|
color: darkslategray;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.post-content-preview {
|
|
font-family: Times;
|
|
font-style: normal;
|
|
font-size: 19px;
|
|
color: darkslategray;
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.post-content-preview:hover {
|
|
color: darkslategray;
|
|
}
|
|
|
|
.post-title {
|
|
font-family: Times;
|
|
}
|
|
|
|
.post-title:hover {
|
|
color: gray;
|
|
}
|
|
|
|
.post-container {
|
|
font-family: Times;
|
|
font-size: 19px;
|
|
h1 { font-family: Times; }
|
|
}
|
|
|
|
.img-left {
|
|
float: left;
|
|
padding-right: 50px;
|
|
}
|
|
|
|
.img-right {
|
|
float: right;
|
|
padding-left: 50px;
|
|
}
|