Layout CSS
/* Font + Background */
body {
font-family: Georgia, monospace !important;
background: url(https://i.pinimg.com/736x/3b/5a/be/3b5abe90f85e2780e760a049780b02ca.jpg) !important;
color: #78968f !important;
}
}
/* Links */
a {
color: #78968f !important;
text-decoration: underline !important;
}
/* Main blog container */
main {
background: #78968f !important;
border-left: 2px dotted #ffffff!important;
border-right: 2px dotted #ffff!important;
padding: 20px !important;
color: #c5e3dc !important;
}
/* Blog Title */
.blog-entry .title {
color: white!important;
background: url(https://i.pinimg.com/1200x/75/6d/b2/756db2ef31b9ab2b2e9b13b714b02b35.jpg)!important;
border: 2px solid white!important;
padding: 15px !important;
font-size: 2em !important;
text-align: center !important;
}
/* Blog Content */
.blog-entry .content {
background: url(https://i.pinimg.com/736x/57/24/55/572455850592cdadb9aa3709109b1068.jpg)!important;
border-left: 2px dotted white!important;
padding: 20px !important;
color: white!important;
}
.blog-entry .content b {
color: white !important;
}
.blog-entry .content a {
color: #4b635e!important;
text-decoration: underline !important;
}
/* Lists */
.blog-entry ul,
.blog-entry ol {
background: #4b635e!important;
border: 1px solid white !important;
padding: 15px !important;
}
.blog-entry li::marker {
color: #4b635e!important;
}
/* Blockquotes */
.blog-entry blockquote {
background: black !important;
border-left: 4px solid white!important;
padding: 15px !important;
color: white!important;
}
/* Sidebar */
.edit-info {
background: #4b635e!important;
border: 2px solid white !important;
padding: 20px !important;
}
.edit-info h4 {
color: #fffff!important;
}
.edit-info a {
color: #4b635e!important;
}
/* Profile pic spin */
.edit-info .profile-pic img {
border-radius: 50% !important;
animation: spin 7s infinite linear !important;
border: 2px solid white !important;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(-360deg); }
}
/* Comments */
#comments {
background: #b8d4ce!important;
border-bottom: 2px dotted white !important;
padding: 20px !important;
}
#comments h2 {
color: white!important;
}
.comments-table td {
background: #9bb0ac !important;
border: 1px solid white!important;
color: white!important;
}
/* Footer */
footer {
background: #4b635e!important;
border: 2px dotted white !important;
}
footer p {
color: white !important;
}
/* Twilight - Ashley Greene - https://www.cursors-4u.com/cursor/twilight-ashley-greene */
* {
cursor: url('https://cdn.cursors-4u.net/previews/twilight-ashley-greene-e6a7f827-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.