Layout CSS
<style>
.blog-entry {
background-image: url('https://res.cloudinary.com/duo7qnbve/image/upload/v1781612114/20250904_144630_qpiqe2.jpg');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
border: 2px solid #f3f7dc;
}
.blog-entry .content {
background-color: #89b84b;
border: 1px solid #f3f7dc;
}
.blog-entry,
.blog-entry p,
.blog-entry h1,
.blog-entry .content {
color: #f3f7dc;
}
.blog-entry .author-details,
.blog-entry .profile-pic,
.edit-info {
background-color: #f3f7dc;
}
.edit-info {
border: 2px solid #89b84b;
}
.profile-pic img {
border: 2px solid #89b84b;
}
.edit-info p {
color: #89b84b;
}
.author-details p,
.author-details h4 {
color: #89b84b;
}
a {
color: #204724;
}
a:hover {
color: #5af28a;
}
h1 {
background-color: #f3f7dc;
border: 2px solid #89b84b;
}
.blog-entry .title {
color: #204724;
}
body {
background: url("https://res.cloudinary.com/duo7qnbve/image/upload/v1781612245/20260523_150113_er61qq.jpg");
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://shared.akamai.steamstatic.com/community_assets/images/items/1574580/b57d38316272a0c198856be113a505efd73a794b.png");
background-size: 101% 97%;
background-repeat: no-repeat;
transform: scale(1);
}
/* Header */
.myspace-header .top-nav {
background: #89b84b;
border: 2px solid #f3f7dc !important;
}
.myspace-header .main-nav-container {
background: #f3f7dc;
border: 2px solid #89b84b !important;
margin-top: -1px;
max-width: 950px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.myspace-header .main-nav li a.active {
background-color: #204724;
border-top: 0;
border-bottom: 0;
}
.myspace-header .search-input,
.myspace-header .search-button {
border: 2px solid #204724;
}
.myspace-header .search-button p {
color: #204724;
}
/* 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: #89b84b;
border: 1px solid #f3f7dc;
}
.comments-table td:first-child,
.music-table td:first-child {
background-color: #f3f7dc;
border: 2px solid #89b84b;
}
/* Normal nav links */
.myspace-header .main-nav li a {
color: #204724 !important;
}
/* Hover color */
.myspace-header .main-nav li a:hover {
color: #5af28a !important;
background-color: #89b84b !important;
}
/* Active/current page */
.myspace-header .main-nav li a.active {
color: #f3f7dc !important;
background-color: #204724 !important;
}
.myspace-header .main-nav li a {
background-color: #f3f7dc !important;
color: #204724 !important;
border: 2px solid #89b84b !important;
}
.myspace-header .main-nav li a {
background-color: #f3f7dc !important;
color: #204724 !important;
border: 2px solid #89b84b !important;
margin: 2px;
border-radius: 4px;
.blog-entry {
position: relative;
overflow: hidden;
</style>
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.