Layout Preview

Simple Dark Blue

Author: stenops
Category: blue
Created: July 17, 2026
Downloads: 28
A simple dark blue blog layout with orange links for contrast.
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

/* Layout by Stenops (https://friendrewind.com/profile.php?id=19455)

Feel free to modify as you wish, or to use this layout as a base! No credits required. */

body {

  background-color: #0d0d1e !important;

}

a {

  color: #f6b26b;
  font-weight: bold;

}

nav .top {

  background-color: rgba(10, 15, 30, 0.85) !important;

}


nav .links {

  background-color: rgba(235, 243, 255, 0.8);

}

.blog-entry {

  background-color: rgba(2, 24, 58, 0.85) !important;
  color: #FFFFFF;

}

.blog-entry .title {

  color: #DBEAFE;

}

.edit-info {

  background-color: rgba(10, 15, 30, 0.85);
  border: 2px solid white;

}

.blog-entry .kudos-btn {

  color: #f6b26b !important;

}

.blog-entry .kudos-container {

  background-color: rgba(10, 15, 30, 0.85);

}

.comments-table td {

  background-color: rgba(13, 24, 41, 0.85);

}

.comments-table td:first-child, .music-table td:first-child {

  background-color: rgba(10, 15, 30, 0.85);

}

footer {

  background-color: #283A57 !important;
  color: #FFFFFF;

}