Layout CSS
```html
<style>
body {
background-image: url("https://friendrewind.com/uploads/gallery/15116/img_6a3e7818123a08.16725067.webp");
background-position: center center;
background-size: cover;
background-attachment: fixed;
font-family: Georgia, serif;
color: #BC3B5B;
}
/* General text */
main,
main p,
main span,
main div,
main td,
main li {
color: #BC3B5B;
}
/* Bold text in comments */
.inner b {
color: #FA7697;
}
/* Top navigation */
nav .top {
background-color: #FF87A7;
}
nav .links {
background-color: #FF648B;
text-align: center;
border-radius: 4px 4px 0 0;
background-position: center;
background-repeat: no-repeat;
}
nav .links a {
color: #FFFFFF;
}
/* Header */
.myspace-header .top-nav,
.myspace-header .main-nav-wrapper {
background: #ffdce5 url("https://friendrewind.com/uploads/gallery/15116/img_6a3dfe0d6909a4.01081381.webp") repeat center;
}
.myspace-header .main-nav li a {
color: #FFA6BF;
}
.myspace-header .main-nav li a:hover {
color: #FF88A7;
}
/* Buttons */
button {
color: #BC3B5B;
background-color: #FFE6E5;
}
/* Add a Comment button only */
.comments button,
.comment-form button,
input[type="submit"] {
background-color: #BC3B5B !important;
color: #FF87A7 !important;
border: 1px solid #FF87A7 !important;
}
/* Hover effect */
.comments button:hover,
.comment-form button:hover,
input[type="submit"]:hover {
background-color: #A7304E !important;
color: #FFE6E5 !important;
border-color: #FFE6E5 !important;
}
/* Comment count */
.count {
color: #FF648B;
}
/* Links */
a {
color: #FF87A7;
}
/* Footer */
footer {
background-color: #FFE6E5;
}
footer p {
color: #FA7697;
}
footer .links {
color: #BC3B5B;
}
/* Tables */
.comments-table td:first-child,
.comments-table td,
.comment-replies,
.details-table td:first-child,
.details-table td {
background: #FFE6E5;
color: #FA7697;
}
/* Edit info */
.edit-info {
background-color: #FFE6E5;
border: 1px solid #FA7697;
}
/* Blog */
.blog-entry .title {
background-color: #FF87A7;
color: #BC3B5B;
padding: 5px;
}
.blog-entry .content {
background-color: #FFE6E5;
padding: 10px;
}
/* Main layout */
main {
background-color: #FFE6E5;
}
main .left {
background-image: url("https://friendrewind.com/uploads/gallery/15116/img_6a3e053c6996f2.64761722.webp");
background-size: cover;
}
main .right {
padding: 1px;
background-color: #FFE6E5;
}
/* Icons */
p.links a:first-child .icon {
content: url("https://friendrewind.com/uploads/gallery/15116/img_6a3e04cee15dc5.11632965.webp");
width: 25px;
height: auto;
visibility: visible;
}
p.links a:nth-child(2) .icon {
content: url("https://friendrewind.com/uploads/gallery/15116/img_6a3dff182702c7.09778193.webp");
width: 25px;
height: auto;
visibility: visible;
}
p.links a:last-child .icon,
table.comments-table td .icon {
content: url("https://friendrewind.com/uploads/gallery/15116/img_6a3dff182702c7.09778193.webp");
width: 25px;
height: auto;
visibility: visible;
}
</style>
```
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.