Profile code, rainbow:
/*PROFILE TEMPLATE CREATED BY PRODIGY FOR PERSONAL USE*/
/*You may change anything you'd like within the code below*/
/*This code cannot be redistributed and can only be used on your personal profile*/
/*Code edited by Starlight*/
/*Do not remove these copyright comments*/

/*START EDITING HERE*/
/*-----Page Body/Background-----*/
body {background-color: #262626 !important;}

/*-----Content Header------*/
.content_header {background: transparent !important; border: none !important; box-shadow: none !important; text-transform: capitalize;}
.content_header h1 {visibility: hidden;}
.content_navigation li:nth-child(1) a {background: #262626 !important; color: #fff !important; text-transform: capitalize; text-shadow: none; border: 1px solid #ffbfbf !important; border-radius: 5px;}
.content_navigation li:nth-child(2) a {background: #262626 !important; color: #fff !important; text-transform: capitalize; text-shadow: none; border: 1px solid #fdf9ae !important; border-radius: 5px;}
.content_navigation li:nth-child(3) a {background: #262626 !important; color: #fff !important; text-transform: capitalize; text-shadow: none; border: 1px solid #b6ffc1 !important; border-radius: 5px;}
.content_navigation li:nth-child(4) a {background: #262626 !important; color: #fff !important; text-transform: capitalize; text-shadow: none; border: 1px solid #a7f4f4 !important; border-radius: 5px;}
.content_navigation li:nth-child(5) a {background: #262626 !important; color: #fff !important; text-transform: capitalize; text-shadow: none; border: 1px solid #BEB5FD !important; border-radius: 5px;}
.content_navigation li:nth-child(1) a:hover {background: #ffbfbf !important; color: #fff !important; text-transform: capitalize; text-shadow: none; border-radius: 5px;}
.content_navigation li:nth-child(2) a:hover {background: #fdf9ae !important; color: #fff !important; text-transform: capitalize; text-shadow: none; border-radius: 5px;}
.content_navigation li:nth-child(3) a:hover {background: #b6ffc1 !important; color: #fff !important; text-transform: capitalize; text-shadow: none; border-radius: 5px;}
.content_navigation li:nth-child(4) a:hover {background: #a7f4f4 !important; color: #fff !important; text-transform: capitalize; text-shadow: none; border-radius: 5px;}
.content_navigation li:nth-child(5) a:hover {background: #BEB5FD !important; color: #fff !important; text-transform: capitalize; text-shadow: none; border-radius: 5px;}

/*-----Overall Styling------*/
h1, h2, h3, h4, h5, h6 {text-transform: uppercase; letter-spacing: 1px;}

/*-----Site Navigation Menu-----*/
.navbar-inverse {background-color: #262626 !important; background-image: none !important; border: none !important;}
.navbar-inverse .nav li:nth-child(1) a {background: #262626; color: #ffbfbf; text-shadow: none;}
.navbar-inverse .nav li:nth-child(2) a {background: #262626; color: #ffe2b4; text-shadow: none;}
.navbar-inverse .nav li:nth-child(3) a {background: #262626; color: #fdf9ae; text-shadow: none;}
.navbar-inverse .nav li:nth-child(4) a {background: #262626; color: #b6ffc1; text-shadow: none;}
.navbar-inverse .nav li:nth-child(5) a {background: #262626; color: #a7f4f4; text-shadow: none;}
.navbar-inverse .nav li:nth-child(6) a {background: #262626; color: #B3D5F9; text-shadow: none;}
.navbar-inverse .nav li:nth-child(7) a {background: #262626; color: #BEB5FD; text-shadow: none;}
.navbar-inverse .nav li:nth-child(8) a {background: #262626; color: #fff; text-shadow: none;}
.navbar-inverse .nav li:nth-child(1) a:hover {background: #ffbfbf; color: #262626; text-shadow: none;}
.navbar-inverse .nav li:nth-child(2) a:hover {background: #ffe2b4; color: #262626; text-shadow: none;}
.navbar-inverse .nav li:nth-child(3) a:hover {background: #fdf9ae; color: #262626; text-shadow: none;}
.navbar-inverse .nav li:nth-child(4) a:hover {background: #b6ffc1; color: #262626; text-shadow: none;}
.navbar-inverse .nav li:nth-child(5) a:hover {background: #a7f4f4; color: #262626; text-shadow: none;}
.navbar-inverse .nav li:nth-child(6) a:hover {background: #B3D5F9; color: #262626; text-shadow: none;}
.navbar-inverse .nav li:nth-child(7) a:hover {background: #BEB5FD; color: #262626; text-shadow: none;}
.navbar-inverse .nav li:nth-child(8) a:hover {background: #fff; color: #262626; text-shadow: none;}

/*-----Header-----*/
header.min {display: none !important; background-color: #fff !important; background-image: none !important;}
#header_stats .col-inner {background: #fff !important;}
#user_stats p, div.currency_volts, div.currency_ohms {color: #fff !important;}
.dropdown button {background: #fff !important; border: none; text-shadow: none;}
#user_card {background: #fff !important; border-color: #fff !important; box-shadow: none !important;}
#user_links ul li a {color: #fff !important;}
#user_links ul li:hover {background: #fff !important;}
.label-danger {background: #fff !important;}
#header_navigation h3 {color: #fff !important; text-shadow: none !important;}
#header_navigation ul li a {background: #fff !important; color: #fff !important; border: none !important;}
#header_navigation ul li a:hover {color: #fff !important; background: #fff !important;}

/*-----Content Container-----*/
#content {background: #262626; border: 0px; box-shadow: none; transition: 0.5s !important;}
.content_navigation li a {background: transparent; border: #82D1F1 0px solid; color: #5DBAE8;}
.content_navigation li a:hover {background: #000; color: #ddd; border-color: #000;}

/*-----Avatar-----*/
.voltie_info {background: #262626 !important; border: 1px solid #ffbfbf !important;}
.voltie_info:hover {background: #262626 !important; border: 1px solid #ffbfbf !important; animation: glowavatar 0.5s 1 normal forwards !important;}
@keyframes glowavatar {
from {box-shadow: 0 0 4px -4px #ffbfbf;}
to {box-shadow: 0 0 4px 4px #ffbfbf;}
}
.voltie_info h2 {background: #262626 !important; color: #fff !important; text-transform: capitalize; text-transform: capitalize;}
.voltie_username {text-align: center !important;}
.offline-orb {display: none;}
.voltie_pronouns {background: none !important; text-align: center !important; font-style: normal !important; font-size: 11px !important; font-weight: lighter !important;}
.voltie_actions a {background: transparent !important; color: #fff !important; text-shadow: none; border: 1px solid #ffbfbf; box-shadow: none; margin-right: 20px; padding: 5px 5px 5px 5px !important;}
.voltie_actions a:hover {background: #ffbfbf !important; color: #fff !important; text-shadow: none; border: 1px solid #ffbfbf; box-shadow: none;}

.voltie_equipped_items {background: #262626 !important; border: 1px solid #a7f4f4 !important;}
.voltie_equipped_items:hover {background: #262626 !important; border: 1px solid #a7f4f4 !important; animation: glowvoltieequippeditems 0.5s 1 normal forwards !important;}
@keyframes glowvoltieequippeditems {
from {box-shadow: 0 0 4px -4px #a7f4f4;}
to {box-shadow: 0 0 4px 4px #a7f4f4;}
}
.voltie_equipped_items h3 {background: #262626 !important; color: #fff !important; text-transform: capitalize;}
.equipped-item-poses .equipped-item {background: rgb(38 38 38 / 100%) !important; margin: 2px !important; border: 1px solid #a7f4f4 !important; border-radius: 5px;} .equipped-item:hover {background: rgb(167 244 244 / 100%) !important; border: 1px solid #a7f4f4 !important; border-radius: 5px; height: 42px !important; width: 42px !important;}
.equipped-item-poses {border: none;}

/*-----Video-----*/
.voltie_video {background: #262626 !important; border: 1px solid #ffe2b4 !important; color: #000;}
.voltie_video:hover {background: #262626 !important; border: 1px solid #ffe2b4 !important; color: #000; animation: glowvideo 0.5s 1 normal forwards !important;}
@keyframes glowvideo {
from {box-shadow: 0 0 4px -4px #ffe2b4;}
to {box-shadow: 0 0 4px 4px #ffe2b4;}
}
.voltie_video h3 {background: #262626 !important; color: #fff !important; text-transform: capitalize;}

/*-----About-----*/
.voltie_bio {background: #262626 !important; border: 1px solid #fdf9ae !important; color: #fff;}
.voltie_bio:hover {background: #262626 !important; border: 1px solid #fdf9ae !important; color: #fff; animation: glowabout 0.5s 1 normal forwards !important;}
@keyframes glowabout {
from {box-shadow: 0 0 4px -4px #fdf9ae;}
to {box-shadow: 0 0 4px 4px #fdf9ae;}
}
.voltie_bio h3 {background: #262626 !important; color: #fff !important; text-transform: capitalize;}
.voltie_bio h3::after {content: " Me";}

/*-----Comments-----*/
.voltie_comments {background: #262626 !important; border: 1px solid #b6ffc1 !important; color: #fff;}
.voltie_comments:hover {background: #262626 !important; border: 1px solid #b6ffc1 !important; color: #fff; animation: glowcomments 0.5s 1 normal forwards !important;}
@keyframes glowcomments {
from {box-shadow: 0 0 4px -4px #b6ffc1;}
to {box-shadow: 0 0 4px 4px #b6ffc1;}
}
.voltie_comments h3 {background: #262626 !important; color: #fff !important; text-transform: capitalize;}
.voltie_comments img {background: transparent; border: #fff 1px solid; border-radius: 100px;}
.voltie_comments ul li:nth-child(7n+1) a {color: #ffbfbf !important; font-weight: bold;}
.voltie_comments ul li:nth-child(7n+2) a {color: #ffe2b4 !important; font-weight: bold;}
.voltie_comments ul li:nth-child(7n+3) a {color: #fdf9ae !important; font-weight: bold;}
.voltie_comments ul li:nth-child(7n+4) a {color: #b6ffc1 !important; font-weight: bold;}
.voltie_comments ul li:nth-child(7n+5) a {color: #a7f4f4 !important; font-weight: bold;}
.voltie_comments ul li:nth-child(7n+6) a {color: #B3D5F9 !important; font-weight: bold;}
.voltie_comments ul li:nth-child(7n+7) a {color: #BEB5FD !important; font-weight: bold;}
.comment_delete {color: #F8B229 !important;}
.voltie_comments ul li:nth-child(7n+1) p {border: 1px solid #ffbfbf !important; background: #ffbfbf !important; box-shadow: none; color: #262626;}
.voltie_comments ul li:nth-child(7n+2) p {border: 1px solid #ffe2b4 !important; background: #ffe2b4 !important; box-shadow: none; color: #262626;}
.voltie_comments ul li:nth-child(7n+3) p {border: 1px solid #fdf9ae !important; background: #fdf9ae !important; box-shadow: none; color: #262626;}
.voltie_comments ul li:nth-child(7n+4) p {border: 1px solid #b6ffc1 !important; background: #b6ffc1 !important; box-shadow: none; color: #262626;}
.voltie_comments ul li:nth-child(7n+5) p {border: 1px solid #a7f4f4 !important; background: #a7f4f4 !important; box-shadow: none; color: #262626;}
.voltie_comments ul li:nth-child(7n+6) p {border: 1px solid #B3D5F9 !important; background: #B3D5F9 !important; box-shadow: none; color: #262626;}
.voltie_comments ul li:nth-child(7n+7) p {border: 1px solid #BEB5FD !important; background: #BEB5FD !important; box-shadow: none; color: #262626;}
#voltie .voltie_comments ul li:nth-child(7n+1) p:before {border-right-color: #ffbfbf;}
#voltie .voltie_comments ul li:nth-child(7n+2) p:before {border-right-color: #ffe2b4;}
#voltie .voltie_comments ul li:nth-child(7n+3) p:before {border-right-color: #fdf9ae;}
#voltie .voltie_comments ul li:nth-child(7n+4) p:before {border-right-color: #b6ffc1;}
#voltie .voltie_comments ul li:nth-child(7n+5) p:before {border-right-color: #a7f4f4;}
#voltie .voltie_comments ul li:nth-child(7n+6) p:before {border-right-color: #B3D5F9;}
#voltie .voltie_comments ul li:nth-child(7n+7) p:before {border-right-color: #BEB5FD;}
.voltie_comments ul li:nth-child(7n+1) {background: #262626 !important; border: none !important; color: #ffbfbf !important;}
.voltie_comments ul li:nth-child(7n+2) {background: #262626 !important; border: none; color: #ffe2b4;}
.voltie_comments ul li:nth-child(7n+3) {background: #262626 !important; border: none !important; color: #fdf9ae;}
.voltie_comments ul li:nth-child(7n+4) {background: #262626 !important; border: none; color: #b6ffc1;}
.voltie_comments ul li:nth-child(7n+5) {background: #262626 !important; border: none !important; color: #a7f4f4;}
.voltie_comments ul li:nth-child(7n+6) {background: #262626 !important; border: none; color: #B3D5F9;}
.voltie_comments ul li:nth-child(7n+7) {background: #262626 !important; border: none; color: #BEB5FD;}
.voltie_comments ul li p {background: #fff !important;}
.voltie_comments ul li p:hover {transform: scale(1.05,1.05);}
.comments_load_more {background: transparent !important; color: #fff !important; text-shadow: none; border: 1px solid #b6ffc1; box-shadow: none;}
.voltie_comments input[type=submit] {background: transparent !important; color: #fff !important; text-shadow: none; border: 1px solid #b6ffc1; box-shadow: none;}
.comments_load_more:hover {background: #b6ffc1 !important; color: #fff !important; border: 1px solid #b6ffc1;}
.voltie_comments input[type=submit]:hover {background: #b6ffc1 !important; color: #fff !important; border: 1px solid #b6ffc1;}
.voltie_comments textarea {background: #262626; border: 1px solid #b6ffc1 !important; color: #fff !important; box-shadow: none !important;}
.voltie_comments textarea:hover {background: #262626; border: 1px solid #b6ffc1 !important; color: #fff !important; box-shadow: none !important; caret-color: #b6ffc1 !important;}
#charsLeft {font-weight: bold !important; color: #fff !important;}

/*-----Likes, Dislikes, and Hobbies-----*/
.voltie_likes {background: #262626 !important; border: 1px solid #a7f4f4 !important; color: #fff;}
.voltie_likes:hover {background: #262626 !important; border: 1px solid #a7f4f4 !important; color: #fff; animation: glowlikes 0.5s 1 normal forwards !important;}
@keyframes glowlikes {
from {box-shadow: 0 0 4px -4px #a7f4f4;}
to {box-shadow: 0 0 4px 4px #a7f4f4;}
}
.voltie_dislikes {background: #262626 !important; border: 1px solid #B3D5F9 !important; color: #fff;}
.voltie_dislikes:hover {background: #262626 !important; border: 1px solid #B3D5F9 !important; color: #fff; animation: glowdislikes 0.5s 1 normal forwards !important;}
@keyframes glowdislikes {
from {box-shadow: 0 0 4px -4px #B3D5F9;}
to {box-shadow: 0 0 4px 4px #B3D5F9;}
}
.voltie_hobbies {background: #262626 !important; border: 1px solid #BEB5FD !important; color: #fff;}
.voltie_hobbies:hover {background: #262626 !important; border: 1px solid #BEB5FD !important; color: #fff; animation: glowhobbies 0.5s 1 normal forwards !important;}
@keyframes glowhobbies {
from {box-shadow: 0 0 4px -4px #BEB5FD;}
to {box-shadow: 0 0 4px 4px #BEB5FD;}
}
.voltie_likes h3 {background: #262626 !important; color: #fff !important; text-transform: capitalize;}
.voltie_dislikes h3 {background: #262626 !important; color: #fff !important; text-transform: capitalize;}
.voltie_hobbies h3 {background: #262626 !important; color: #fff !important; text-transform: capitalize;}

/*-----Friends-----*/
.voltie_friends {background: #262626 !important; border: 1px solid #ffbfbf !important; color: #ffbfbf;}
.voltie_friends:hover {background: #262626 !important; border: 1px solid #ffbfbf !important; color: #ffbfbf; animation: glowfriends 0.5s 1 normal forwards !important;}
@keyframes glowfriends {
from {box-shadow: 0 0 4px -4px #ffbfbf;}
to {box-shadow: 0 0 4px 4px #ffbfbf;}
}
.voltie_friends h3 {background: #262626 !important; color: #fff !important; text-transform: capitalize;}
.voltie_friends a img {background: transparent; border: #ffbfbf 1px solid !important; border-radius: 100px;}
.voltie_friends a:hover {background: #ffbfbf !important; border: #ffbfbf 1px solid !important; border-radius: 100px; transform: scale(1.2,1.2) !important;}

/*-----Footer-----*/
footer {display: none;}
.sitebio {background: #82D1F1 !important; text-shadow: none !important; color: #F9E9B9 !important;}
footer a {color: #F9E9B9 !important; background: #82D1F1 important; border: none !important;}
.footer-col p i {background: #82D1F1; color: #F9E9B9 !important;}
.footer-ul li a {background: #5DBAE8; color: #F9E9B9 !important;}
.footer-ul li a:hover {color: #5DBAE8 !important; background: #F9E9B9;}
footer h6 {background: #82D1F1; color: #F9E9B9 !important;}

/*-----Copyright------*/
.copyright {background: #262626; color: #fff !important; border: none !important;}
.copyright a {background: #262626; color: #fff !important; border: none !important;}
.copyright a:hover {color: #fff !important; background: #262626 !important;}
.copyright p {color: #fff !important;}



Second profile:
#content {
background-image: url("https://i.redd.it/sr2rrwns15j71.jpg") !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-size: 100% 100% !important;
transition: 0.5s !important;
}

h1 {
visibility: hidden;
background-color: none !important;
}

header.min, .offline-orb, .logofooter {
display: none !important;
}

#logo a {
background: transparent !important;
text-indent: 1px;
color: #FF00BC !important;
margin: 0px;
line-height: 35px;
letter-spacing: 1px;
font-variant-caps: all-petite-caps;
font-size: 25px;
width: auto !important;}

h2, h3, .voltie_comments img {
background: transparent !important;
color: #FF00BC !important;
border: #FF00BC 2px solid !important;
font-variant-caps: all-petite-caps;
font-size: 17px !important;
}

.navbar-inverse, .navbar-inverse .nav li a {
background: #00002F !important;
color: #FF00BC !important;
border: none !important;
}

.nav li a:hover {
background: #FF00BC !important;
color: #00002F !important;
}

.voltie_info, .voltie_bio, .voltie_comments, .voltie_video, .voltie_likes, .voltie_dislikes, .voltie_hobbies, .voltie_friends, .voltie_equipped_items, .content_header {
background: #00002F !important;
border: #FF00BC 2px solid !important;
color: #FF00BC !important;
opacity: 92%;
}

.content_header {
box-shadow: none !important;
}

.voltie_video h3 {
display: none;
}

.voltie_video:before {
content: "Music ";
background: #00002F !important;
border: #FF00BC 2px solid !important;
border-radius: 4px;
color: #FF00BC !important;
font-size: 17px;
font-variant-caps: all-petite-caps;
padding-left: 41.5%;
padding-right: 41.3%;
padding-top: 2px;
padding-bottom: 2px;
margin-bottom: 10px !important;
display: inline-block;
}

.content_header {
border: none !important;
padding: 0px;
background: none !important;
}

.content_navigation li a, .voltie_comments textarea, .comments_load_more, .voltie_comments input[type=submit] {
border: 1px solid #FF00BC !important;
color: #FF00BC;
background: #00002F !important;
}

.comments_load_more:hover {
border: 1px solid #FF00BC !important;
color: #FF00BC;
background: #00002F !important;
filter: brightness(85%);
}

.voltie_comments input[type=submit]:hover {
border: 1px solid #FF00BC !important;
color: #FF00BC;
background: #00002F !important;
filter: brightness(85%);
}

.content_navigation li a:hover {
color: #00002F;
background: #FF00BC !important;
opacity: 100% !important;
border: 1px solid #00002F !important;
}

.voltie_bio h3:after {
content: " Me";
}

.voltie_actions a {
padding: 5px !important;
border: none !important;
background: transparent !important;
color: #FF00BC !important;
font-variant-caps: all-petite-caps;
font-size: 17px !important;
}

.voltie_actions a:hover {
background: #FF00BC !important;
color: #00002F !important;
}

.equipped-item-poses .equipped-item {
background: rgb(0 0 47 / 100%) !important;
margin: 2px !important;
border: 1px solid #FF00BC !important;
border-radius: 5px;
}

.equipped-item:hover {
background: rgb(255 0 188 / 100%) !important;
margin: 2px !important;
border: 1px solid #FF00BC !important;
border-radius: 5px;
transform: scale(1.1,1.1) !important;
}

.voltie_comments img {
border-radius: 5px !important;
}

.voltie_comments a, a.comment_delete {
color: #FF00BC !important;
}

.voltie_comments ul li p:before {
border-right: #FF00BC 6px solid !important;
}

.voltie_comments ul li p {
background: transparent !important;
color: #FF00BC !important;
border: #FF00BC 1px solid !important;
}

.voltie_comments textarea:hover {background: #00002F; border: 1px solid #FF00BC !important; color: #FF00BC !important; box-shadow: none !important; caret-color: #FF00BC !important;}

#charsLeft {
color: #FF00BC !important;
}

.voltie_friends a img {
background: #FF00BC !important;
border: none 1px solid !important;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.voltie_friends a:hover {
background: #FF00BC !important;
border: #none 1px solid !important;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
transform: scale(1.2,1.2) !important;
}

footer {
display: none;
}

.copyright, .copyright a, .copyright p {
background: #00002F !important;
color: #FF00BC !important;
}