← Back to All Layouts

Emo Vibes Theme

emo grunge music
Emo Vibes Theme

For all my emo kids. Simply copy the code below and paste it into your SpaceHey profile's CSS section.

📋 Layout Code

<!-- (c) Layout created by SpaceHeyLayouts.com & TimeToGoBack.com (URL) --> <style> /* Gen Body Settings */ .container { border: 1px solid #383838; } main { color: #f2258f; } body { background: #fff5fd; background-image: url(https://www.spaceheylayouts.com/backgrounds/emo-vibes.png); background-repeat: repeat; background-attachment: fixed; } .icon { height: 1em; width: 1em; } /* Profile Settings */ .details-table td { background-color: white; color: #f2258f; } .details-table td p { font-size: 11px; color: #f2258f; } .details-table td:first-child { background: #383838; text-align: center; text-shadow: white 0px 1px 2px; width: 30%; box-shadow: #ffffffab 0px 1px 2px 2px inset; color: black; font-family: ms ui gothic; font-size: 15px; font-weight: normal; } .profile .contact .heading h4, .profile .table-section h4 { font-weight: normal; } .profile .contact, .profile .table-section, .profile .url-info { border: 0; } .profile .contact .inner, .profile .table-section .inner { border: #383838 1px solid; } .profile-info { border: 0; margin: 0; padding: 0; } .profile-info h3 { font-weight: normal; font-size: 11px; color: grey; margin: 0; } .profile h1 { letter-spacing: 0.3px; font-size: 14px; margin: 0; } .general-about .profile-pic { height: 100px; border: 1px solid #7b7b7b; box-shadow: #a1c2cc 0px 2px 2px; } .mood p, .profile .url-info { font-size: 13px; } .mood b, .profile .url-info b{ font-weight: normal; font-family: verdana; font-size: 0.875em; } .general-about .profile-pic img { height: 100px; width: 100px; } /* Link Settings */ .mood a, .inner a, .friends a { color: #7b7b7b; font-weight: normal; font-size: 13px; } .blog-preview a { color: #7b7b7b; font-weight: normal; font-size: 12px; } /* Nav Bar */ nav .links { background: #c6c6c6; box-shadow: white 0 1px 1px 1px inset; padding: 0; text-align: center; } nav .links a { color: #f2258f; text-shadow: white 0px 2px 4px; padding: 1px } nav .links a:hover { color: #f2258f; background: #c6c6c6; text-decoration: none; padding-top: 0; } nav .links li.active a { color: #f2258f; font-weight: normal; } nav .links li:not(:last-child)::after { color: white; text-shadow: lightblue 1px 0px 1px; } /* Nav Top */ nav .top { background: #c6c6c6; box-shadow: #fff6 0px 0px 2px 3px inset; } /* Blurbs and Headings Settings */ .profile .blurbs .inner, .profile .friends .inner, .profile .contact .heading { border: 1px solid #383838; border-bottom: 0; } .profile .blurbs .heading, .profile .friends .heading, .profile .contact .heading, .profile .table-section .heading .h4 { background: #c6c6c6; box-shadow: white 0 1px 1px 1px inset; color: #f2258f; font-size: 11px; font-weight: normal; text-shadow: white 0px 2px 5px; border: 1px solid #383838; border-bottom: 0; border-radius: 2px; } .profile .friends .heading h4, .blurbs .heading h4{ font-weight: normal; } .profile .blurbs .section h4 { color: grey; font-weight: normal; font-size: 13px; } .profile .blurbs .section { font-size: 11px; color: #f2258f; } /* Friends */ .profile .inner b { font-size: 11px; color: #f2258f; } .profile .inner span.count { color: orange; } .profile .friends .person p { font-size: 11px; font-family: verdana; color: #f2258f; } .comments-table td:first-child { background: #c6c6c6; text-align: center; text-shadow: white 0px 1px 2px; width: 30%; box-shadow: #ffffffab 0px 1px 2px 2px inset; } .comments-table img:not(.icon){ border: 1px solid #f2258f; box-shadow: 0px 1px 2px #fff; } .comments-table td { background-color: white; } button:not(.logout-btn) { background: #c6c6c6; box-shadow: white 0 1px 1px 1px inset; color: #f2258f; font-size: 11px; font-weight: normal; text-shadow: white 0px 2px 5px; border: 1px solid #f2258f; border-radius: 2px; padding: 2px; } button:not(.logout-btn):hover { background: #c6c6c6; box-shadow: white 0 1px 1px 1px inset; color: #f2258f; font-size: 11px; font-weight: normal; text-shadow: white 0px 2px 5px; border: 1px solid #f2258f; border-radius: 2px; padding: 2px; } </style>