Layout Preview

NOT MINE!!!

Author: glAmaz0n1an_g3ur
Category: 2000s pinkbimbo/soft mcbling style
Created: August 5, 2026
Downloads: 17
I didn't create this layout!!! but its cute asf
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

/* EDITED USING Cosmic Purple Blog Theme */
/* Font + Background */
body {
  font-family: Courier New, monospace !important;
  background: url(https://wallpapercave.com/wp/wp11386922.jpg) !important;
  color: hotpink !important;
}

/* Scanline overlay */
body::before {
  content: " " !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  background: linear-gradient(rgba(18,16,16,0) 50%, rgba(0,0,0,0.25) 50%) !important;
  z-index: 2 !important;
  background-size: 100% 2px, 3px 100% !important;
  pointer-events: none !important;
}

/* Links */
a {
  color: hotpink !important;
  text-decoration: underline !important;
}

/* Main blog container */
main {
  background: black !important;
  border-left: 2px dotted #6a006a !important;
  border-right: 2px dotted #6a006a !important;
  padding: 20px !important;
  color: hotpink !important;
}

/* Blog Title */
.blog-entry .title {
  color: hotpink !important;
  background: black !important;
  border: 2px solid #6a006a !important;
  padding: 15px !important;
  font-size: 2em !important;
  text-align: center !important;
}

/* Blog Content */
.blog-entry .content {
  background: black !important;
  border-left: 2px dotted #6a006a !important;
  padding: 20px !important;
  color: hotpink !important;
}

.blog-entry .content b {
  color: hotpink !important;
}

.blog-entry .content a {
  color: hotpink !important;
  text-decoration: underline !important;
}

/* Lists */
.blog-entry ul,
.blog-entry ol {
  background: black !important;
  border: 1px solid hotpink !important;
  padding: 15px !important;
}

.blog-entry li::marker {
  color: hotpink !important;
}

/* Blockquotes */
.blog-entry blockquote {
  background: black !important;
  border-left: 4px solid hotpink !important;
  padding: 15px !important;
  color: hotpink !important;
}

/* Sidebar */
.edit-info {
  background: black !important;
  border: 2px solid hotpink !important;
  padding: 20px !important;
}

.edit-info h4 {
  color: hotpink !important;
}

.edit-info a {
  color: hotpink !important;
}

/* Profile pic spin */
.edit-info .profile-pic img {
  border-radius: 50% !important;
  animation: spin 7s infinite linear !important;
  border: 2px solid hotpink !important;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

/* Comments */
#comments {
  background: black !important;
  border-bottom: 2px dotted hotpink !important;
  padding: 20px !important;
}

#comments h2 {
  color: hotpink !important;
}

.comments-table td {
  background: black !important;
  border: 1px solid hotpink !important;
  color: hotpink !important;
}

/* Footer */
footer {
  background: black !important;
  border: 2px dotted hotpink !important;
}

footer p {
  color: hotpink !important;
}

/* Cursor */
* {
  cursor: url(https://www.rw-designer.com/cursor-view/214292.png), auto !important;
}

a:hover {
  cursor: url("https://www.rw-designer.com/cursor-view/214306.png"), auto !important;
}