Heres the layout to my "Acceptance" blogpost. feel free to use with or without credit!
<style>
body {
background-image: url("https://64.media.tumblr.com/f202903bf210d72423123e248c87dd24/8c96c7bee404714f-82/s400x600/922b223c67b9604e8d3850ea4ea66549a7db3970.pnj");
background-position: center center;
background-repeat: ;
background-size: covr;
background-attachment: fixed;
font-family: 'Georgia', serif;
}
.inner b {
color: #FFFFFF
}
nav .top {
background-color: black;
}
nav .links {
background-color: black;
text-align: right;
border-radius: 4px 4px 0 0;
background-position: center;
background-repeat: no-repeat;
}
button {
color: #FFFFFF;
background-color: black;
}
.count {
color:#FFFFFF ;
}
a {
color:#FFFFFF;
}
nav .links a {
color:#FFFFFF;
}
footer {
background-color: black;
}
footer p {
color: #FFFFFF;
}
footer .links {
color:#FFFFFF;
}
.comments-table td:first-child, .comments-table td, .comment-replies, .details-table td:first-child, .details-table td {
background: black;
color:#FFFFFF;
}
.edit-info {
background-color: black;
border: 1px;
}
.blog-entry .title {
background-color: black;
color: #FFFFFF;
padding: 5px;
}
.blog-entry .content {
background-color: black;
padding: 10px;
}
main {
background-color: black;
}
main .left {
background-color: purple;
color: #FFFFFF;
}
main .right {
padding: 1px;
background-color: #8f00a8;
}
.logout-btn,
.blog-entry .kudos-btn{
background: none !important;
border: none;
padding: 0 !important;
cursor: pointer;
user-select: text;
text-decoration: none;
color: #FFFFFF;
color: var(--#FFFFFF);
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )