Layout Preview

vampire

Author: Hayley Williams
Category: ******
Created: July 13, 2026
Downloads: 29
vamppp
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

blog layout

<style>
.blog-entry {
    background-image: url('https://u.cubeupload.com/fawnnete/8727E5B6DF4B4FE9ABD8.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    border: 2px solid #850000;
}

.blog-entry .content {
    background-color: #544a4a;
    border: 1px solid #850000;
}

.blog-entry,
.blog-entry p,
.blog-entry h1,
.blog-entry .content {
    color: #850000;
}

.blog-entry .author-details,
.blog-entry .profile-pic,
.edit-info {
    background-color: #850000;
}

.edit-info {
    border: 2px solid #7a2424;
}

.profile-pic img {
    border: 2px solid #7a2424;
}

.edit-info p {
    color: #7a2424;
}

.author-details p,
.author-details h4 {
    color: #7a2424;
}

a {
    color: #462020;
}

a:hover {
    color: #d91212;
}

h1 {
    background-color: #850000;
    border: 2px solid #462020;
}

.blog-entry .title {
    color: #462020;
}

body {
    background: url("https://u.cubeupload.com/fawnnete/EC9CFFA1C9A943F9A07A.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
}

/* Profile picture frame */
.blog-entry .profile-pic {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.blog-entry .profile-pic::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background-image: url("https://friendrewind.com/uploads/gallery/1/img_69704509ec8722.00496353.png");
    background-size: 99% 100%;
    background-repeat: no-repeat;

    transform: scale(1.12);
}

/* Header */
.myspace-header .top-nav {
    background: #462020;
    border: 2px solid #850000 !important;
}

.myspace-header .main-nav-container {
    background: #850000;
    border: 2px solid #462020 !important;
    margin-top: -1px;
    max-width: 950px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.myspace-header .main-nav li a.active {
    background-color: #462020;
    border-top: 0;
    border-bottom: 0;
}

.myspace-header .search-input,
.myspace-header .search-button {
    border: 2px solid #462020;
}

.myspace-header .search-button p {
    color: #462020;
}

/* Remove unwanted borders */
.myspace-header,
.myspace-header .main-nav-wrapper,
.myspace-header .main-nav-container,
.myspace-header .main-nav,
.myspace-header .top-nav,
.myspace-header .top-nav::before,
.myspace-header .top-nav::after,
.myspace-header .main-nav::before,
.myspace-header .main-nav::after {
    border: 0 !important;
    border-bottom: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.myspace-header .main-nav-wrapper {
    top: 0;
}

.myspace-header .main-nav,
.myspace-header .main-nav ul,
.myspace-header .main-nav li,
.myspace-header .main-nav li a {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Comments */
.comments-table td {
    background-color: #462020;
    border: 1px solid #850000;
}

.comments-table td:first-child,
.music-table td:first-child {
    background-color: #850000;
    border: 2px solid #462020;
}

/* Normal nav links */
.myspace-header .main-nav li a {
    color: #462020 !important;
}

/* Hover color */
.myspace-header .main-nav li a:hover {
    color: #d91212 !important;
    background-color: #462020 !important;
}

/* Active/current page */
.myspace-header .main-nav li a.active {
    color: #850000 !important;
    background-color: #462020 !important;
}

.myspace-header .main-nav li a {
    background-color: #850000 !important;
    color: #d91212 !important;
    border: 2px solid #462020 !important;
}

.myspace-header .main-nav li a {
    background-color: #850000 !important;
    color: #d91212 !important;
    border: 2px solid #462020 !important;
    margin: 2px;
    border-radius: 4px;

.blog-entry {
    position: relative;
    overflow: hidden;

</style>