Layout CSS
```html
<style>
body {
background-image: url("https://friendrewind.com/uploads/gallery/7630/img_6a305387c74025.66612549.webp");
background-position: center center;
background-size: cover;
background-attachment: fixed;
font-family: Georgia, serif;
color: #1B1B1B;
}
/* General text */
main,
main p,
main span,
main div,
main td,
main li {
color: #373532;
}
/* Bold text in comments */
.inner b {
color: #83736D;
}
/* Top navigation */
nav .top {
background-color: #6C6C6C;
}
nav .links {
background-color: #BFBFBF;
text-align: center;
border-radius: 4px 4px 0 0;
background-position: center;
background-repeat: no-repeat;
}
nav .links a {
color: #EBEBEB;
}
/* Header */
.myspace-header .top-nav,
.myspace-header .main-nav-wrapper {
background: #ffdce5 url("https://friendrewind.com/uploads/gallery/7630/img_6a305396eb16b6.87246107.webp") repeat center;
}
.myspace-header .main-nav li a {
color: #BABABA;
}
.myspace-header .main-nav li a:hover {
color: #D0D0D0;
}
/* Buttons */
button {
color: #5A4A4A;
background-color: #6D3A3C;
}
/* Add a Comment button only */
.comments button,
.comment-form button,
input[type="submit"] {
background-color: #6D3A3C !important;
color: #BA5659 !important;
border: 1px solid #CD989A !important;
}
/* Hover effect */
.comments button:hover,
.comment-form button:hover,
input[type="submit"]:hover {
background-color: #402021!important;
color: #6F1E20 !important;
border-color: #381012 !important;
}
/* Comment count */
.count {
color: #8C4144;
}
/* Links */
a {
color: #8C4144;
}
/* Footer */
footer {
background-color: #332021;
}
footer p {
color: #8C4144;
}
footer .links {
color: #8C4144;
}
/* Tables */
.comments-table td:first-child,
.comments-table td,
.comment-replies,
.details-table td:first-child,
.details-table td {
background: #332021;
color: #8D8A8A;
}
/* Edit info */
.edit-info {
background-color: #464646;
border: 1px solid #0C0C0C;
}
/* Blog */
.blog-entry .title {
background-color: #353535;
color: #838383;
padding: 5px;
}
.blog-entry .content {
background-color: #A0A0A0;
padding: 10px;
}
/* Main layout */
main {
background-color: #5E5E5E;
}
main .left {
background-image: url("https://friendrewind.com/uploads/gallery/7630/img_6a3053240d4bf9.97971604.webp");
background-size: cover;
}
main .right {
padding: 1px;
background-color: #B7B7B7;
}
/* Icons */
p.links a:first-child .icon {
content: url("https://friendrewind.com/uploads/gallery/7630/img_6a305350338e93.85080571.webp");
width: 25px;
height: auto;
visibility: visible;
}
p.links a:nth-child(2) .icon {
content: url("https://friendrewind.com/uploads/gallery/7630/img_6a3053388b15a6.31714879.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/7630/img_6a305350338e93.85080571.webp");
width: 25px;
height: auto;
visibility: visible;
}
</style>
```
Comments (1)
Log in to leave a comment.