Layout CSS
<style>
body {
background-image: url(https://i.pinimg.com/736x/28/15/37/281537a9523c65c30f46f2edfe4651db.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
font-family: 'Georgia', serif;
}
.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://i.pinimg.com/736x/90/24/e7/9024e743bd1a0dbdfe3375f0f36b90cf.jpg);
width: 25px;
height: auto;
}
p.links a:nth-child(2) .icon {
content: url(https://i.pinimg.com/736x/08/c4/e3/08c4e37412cf43cfae36488ce740d440.jpg);
width: 25px;
height: auto;
}
p.links a:last-child .icon, table.comments-table td .icon {
content: url(“icon to report here!”);
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;
}
HTML,BODY{cursor: url(https://cdn.cursors-4u.net/css-previews/pink-spinning-heart-within-a-heart-9d69c2ba-css.webp), url(stylesheet" href="https://cdn.cursors-4u.net/cursors/animated/pink-spinning-heart-within-a-heart-d4b60ae2-32.css), auto;}
.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.