Layout CSS
<style>
body {
background-image: url(https://i.pinimg.com/736x/36/88/ec/3688ec5812cd6d7eaf91318e44d40537.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
font-family: 'Comic Sans MS;
}
.inner b {
color: #FFD1DF
}
nav .top {
background-color: white;
}
nav .links {
background-color: white;
text-align: right;
border-radius: 4px 4px 0 0;
background-position: center;
background-repeat: no-repeat;
}
button {
color: #FF0000;
background-color: black;
}
.count {
color:#FF0000 ;
}
a {
color: #FF0000;
}
nav .links a {
color:#FF0000;
}
footer {
background-color: black;
}
footer p {
color: #FF0000;
}
footer .links {
color:#FF0000;
}
.comments-table td:first-child, .comments-table td, .comment-replies, .details-table td:first-child, .details-table td {
background: black;
color:#FF0000;
}
.edit-info {
background-color: black;
border: 1px;
}
.blog-entry .title {
background-color: black;
color: #FF0000;
padding: 5px;
}
p.links a:first-child .icon{
content: url(https://postimg.cc/nM53022h);
width: 25px;
height: auto;
}
p.links a:nth-child(2) .icon {
content: url(https://postimg.cc/mt04gcm3);
width: 25px;
height: auto;
}
p.links a:last-child .icon, table.comments-table td .icon {
content: url(https://postimg.cc/m1DVDGwK);
width: 25px;
height: auto;
}
.blog-entry .content {
background-color: black;
padding: 10px;
}
main {
background-color: black;
}
main .left {
background-color: black;
color: #FF0000;
}
main .right {
padding: 1px;
background-color: black;
}
.logout-btn,
.blog-entry .kudos-btn{
background: none !important;
border: none;
padding: 0 !important;
cursor: pointer;
user-select: text;
text-decoration: none;
color: #FF0000;
color: var(--#FF0000);
}
</style>
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.