Layout Preview

whimsygoth layout theme

Author: ✨𝔄𝔰𝔥𝔩𝔢𝔶 🔮
Category: whimsygoth
Created: July 28, 2026
Downloads: 75
my blog layout <3
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

body {
bakcground-image:url("https://friendrewind.com/uploads/gallery/14343/img_6a6c653dda4d59.45478346.webp");
background-size:cover;
background-position:center;
background-attachment:fixed;
background-repeat:no-repeat;
}

.blog-entry {
text-align:center;
font-family:monospace;

}
.blog-entry .title {
font-family:serif;
font-style:italic;
color:#3b1850;
background-color: #bfa15f;
font-size:1.8rem;
letter-spacing:7px;
border:3px solid #694b86;
border-radius:8px 8px 0 0;
}

.blog-entry .content {
margin-top:10px;
border:2px dashed #694b86;
border-radius:0 0 8px 8px;
font-size:0.98rem;
text-align:left;
padding:10px 15px;
background-color:rgba(105, 75, 134, 0.7);

color:#ffff;
}

.blog-entry .content a {
color:#bfa15f;
text-decoration:none;
}
.blog-entry .content a:hover {
color:white;
text-decoration:underline;
font-style:italic;
}
.blog-entty .content a:visited {
color:white;
text-decoration:underline;
font-style:none;
}

.blog-entry .profile-pic img {
border-radius:50% !important;
}

.blog-entry {
background-image:url("https://friendrewind.com/uploads/gallery/14343/img_6a6c65466e2f95.08537741.webp");
}
.blog-entry .edit-info {
background-color:rgba(105, 75, 134, 0.7);
border:2px dashed #694b86;
}