Layout CSS
<style>
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
/*PASTE SCROLLBAR CODE HERE*/
body{
background-image: url('https://i.pinimg.com/736x/55/af/90/55af904208d5a55076169913ce92fabe.jpg');
background-repeat: no-repeat;
background-position:undefined;
background-attachment: fixed;
background-size: cover;
background-color: #0cd709;
}
main{
background-image: url('https://i.pinimg.com/1200x/f1/63/ab/f163ab9e271549cf21203220588fa2e1.jpg');
background-repeat: no-repeat;
background-position:undefined;
background-attachment: fixed;
background-size: auto;
background-color: #ff00a2;
border: 10px Solid #00e650;
}
.contact, .url-info, .table-section, .blurbs, .friends, .comments {
background-image: url('https://i.pinimg.com/736x/f7/3e/9c/f73e9cb804da02e87028e08c60673f2a.jpg');
background-position:undefined;
background-attachment: fixed;
background-size: auto;
background-color: #04ff00;
border: 9px Solid #ff00c8!important;
}
span[itemprop='name'] {
color: #083f19;
font-size: 12pt;
font-weight: bold;
font-family: Monospace;
}
h4 {
color: #d902a0;
font-size: 16pt;
font-weight: bold;
text-decoration: underline;
font-family: Serif;
}
.section h4, .details-table td:first-child {
color: #000000!important;
font-size: 14pt;
font-family: Monospace;
}
a, .count {
color: #7b0193;
font-size: 12pt;
text-decoration: underline;
font-family: 'Great Vibes', cursive, Sans-Serif;
}
a:hover {
color: #4dff00;
font-size: 12pt;
font-weight: bold;
text-decoration: underline;
font-style: italic;
font-family: 'Great Vibes', cursive, Sans-Serif;
}
body,main {
color: #44ff00;
font-size: 14pt;
font-weight: bold;
font-family: Sans-Serif;
}
.details-table td, .details-table td:first-child{
background: none!important;
}
.heading{
background: none!important;
}
.comments-table td{
background: none!important;
}
</style>
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.