Layout Preview

purple emily the strange theme

Author: jj jetset 击 (i promise)
Category: gothic
Created: June 12, 2026
Downloads: 32
code mostly inspired off of hay's pink & black layout
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

<style>

/* === FRIENDREWIND: TOTAL SPACE CONVERSION === */

/* 1. NUKE THE DEFAULT UI */
body, html, .container, .main-content, #wrap, .content {
background: #000 fixed !important;
background-size: cover !important;
color: #fff !important;
}

/* FORCE ALL TEXT WHITE */
* {
color: #ac47d1 !important
}



/* 2. THE TOP NAV - "COCKPIT GLASS" EFFECT */
nav, .navbar, #header, .top {
background: #781bc4 !important;
border-bottom: 2px solid #781bc4 !important;
backdrop-filter: blur(10px);
box-shadow: 0 0 20px #781bc4;
}

nav a, .navbar a {
color: #fff !important;
text-shadow: 0 0 5px #781bc4;
}


/* 3. THE MAIN CONTENT BOX - STARSHIP HULL */
main, .blog-entry, .profile-info, .comments-table, #main {
background-image: url('https://i.ibb.co/QvqgvKFK/download-72.jpg') !important;
border: 3px solid #fff !important;
border-radius: 0px !important;
box-shadow: 0 0 5px ##6D218D, inset 0 0 20px ##6D218D !important;
padding: 0.1px !important;
position: relative;
overflow: visible;
}

/* kudos box background
.blog-entry .kudos-container, {
background: #000 !important;
}

/* 4. HEADERS - "TACTICAL DISPLAY" */
h1, h2, h3, .title {
color: #fff !important;
font-family: 'Spectral', serif;
text-shadow: 1px 1px #FA006C !important;
}




/* KEEP TEXT DARK INSIDE LIGHT/PINK BOXES */
.col.left *,
.user-info *,
nav *,
.navbar *,
#header *,
.top * {
color: #000 !important;
}


/* 6. BUTTONS & KUDOS */
.kudos-btn, .btn, button, input[type="submit"] {
background: #000 !important;
border: 2px solid ##6D218D !important;
color: #781bc4 !important;
transition: 0.2s;
box-shadow: 1px 1px 0px #781bc4;
}

.kudos-btn:hover, .btn:hover {
background: #781bc4 !important;
color: #000 !important;
box-shadow: 0 0 10px #bb56ff;
}


/* 7. FOOTER */
footer, .footer, .bottom {
background: #000 !important;
border-top: 2px solid #781bc4 !important;
color: #fff !important;
}


/* Scrollbar from Hell */
::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
background: #000;
}

::-webkit-scrollbar-thumb {
background: #FA006C;
border: 1px solid #fff;
}

</style>