|
Heroes
|
}
font-size: 16px !important;
font-family: 'Paytone One', sans-serif;
text-transform:uppercase !important;
padding-left: 2px !important;
/* gradient text, you can replace existing colors with whatever ones you want */
background: -webkit-linear-gradient(#ff97c1, #fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* main profile background/the box that has all your text */
/* use https://rgbacolorpicker.com/ to pick a different color and adjust it's opacity */
main {
background: rgba(189, 124, 207, 0.4);
border-radius:15px;
border: 2px dotted rgba(241, 190, 255, 1)
}
/* this is the background color for the headings of your blurbs, friend space + comments */
.profile .blurbs .heading, .profile .friends .heading {
color: white;
background-color:rgba(171, 118, 207, 0.4);
text-transform:lowercase !important;
color: white;
border-radius:15px;
border: 3px dotted rgba(218, 165, 255, 0.65)
}
/* links to your friends' profiles */
.profile .friends .person p {
color: #ff75d1;
}
.profile .friends .person p:hover {
color: #ffd6f1;
}
/* this is the box that says "_'s latest blog entries" */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Roboto:wght@700&display=swap');
DIV.blog-preview{
text-align: center;
font-family: 'Josefin Sans', sans-serif;
background-color:rgba(171, 118, 207, 0.4);
text-transform:lowercase !important;
color: white;
border-radius:15px;
border: 5px dotted rgba(218, 165, 255, 0.65)
}
/* this edits your friends' icons */
.profile .friends .person img:not(.icon) {
border-radius:15px;
box-shadow: 1px 0px 7px 2px rgba(254, 120, 180, 0.71);
border: 3px dotted rgba(255, 221, 241, 1)
}
/* these are the colors for the table headings on the left */
.profile .contact .heading, .profile .table-section .heading, .home-actions .heading {
background-color: rgba(171, 118, 207, 0.4);
}
/* contacting "_" */
.profile .contact {
background-color: rgba(171, 118, 207, 0.4);
}
/* friend comments */
.profile .friends .comments-table td {
background-color: rgba(171, 118, 207, 0.4);
border: 1px solid rgba(255, 161, 207, 0.5);
}
.comments-table td*{
}
/* colors for interest section */
.profile .table-section .details-table td {
background-color:rgba(223, 162, 210, 0.58);
}
/* navigation bar at the top/the bar that has navigation links */
nav .links {
background-color: transparent;
}
nav .links a:hover {
color: rgba(255, 199, 226, 1);
}
nav .top{
/* navigation bar at the top/the bar that has the search and spacehey logo */
background-color: transparent;
}
@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 5px); }
100% { transform: translate(0, -0px); }
}
/* gif profile picture */
.profile-pic > img { display:none; }
.profile-pic:after { background-image: url(https://images.app.goo.gl/usbQXQmzkLMLVb1t7); display: inline-block; content:"" }
.general-about .profile-pic:after { background-size: cover; width: 160px; height: 150px; }
.profile-pic:after{
border: 2px dashed rgba(255, 161, 207, 1);
box-shadow: 1px 0px 10px 2px rgba(254, 120, 180, 0.46);
}
/* floating animations */
.profile-pic, .profile .friends .person img:not(.icon), .profile .friends .person p, .profile h1{
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
margin-left: 0px;
margin-top: 0px;
}
/* pink dashed borders */
.profile .url-info {
border: 2px dashed rgba(255, 161, 207, 1);
}
.profile .contact {
border: 2px dashed rgba(255, 161, 207, 1);
}
.profile .table-section {
border: 2px dashed rgba(255, 161, 207, 1);
}
/* border inside of comments */
table.comments-table {
border: 2px dashed rgba(255, 161, 207, 1);
}
/* spacehey logo */
nav img.logo{filter: brightness(0) saturate(100%) invert(99%) sepia(73%) saturate(7472%) hue-rotate(280deg) brightness(101%) contrast(100%); !important;}
/* contact icons */
.contact .inner a img {
font-size: 0;
}
.contact .inner a img:before {
font-size: 1em;
display: block
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before {
/* add to friends */
content: "β"
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
/* add to favorite */
content: "π"
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
/* send a message */
content: "π "
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
/* foward to friend*/
content: "π«"
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
/* instant message */
content: "β¨"
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
/* block user */
content: "πΎ"
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
/* add 2 group */
content: "π"
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
/* report */
content: "π°οΈ"
}
footer {
color: white !important;
text-decoration: underline !important;
text-decoration-style: dotted !important;
background-color: rgba(0, 0, 0, 0.82);
}
/* this is the online img*/
.online {content:url(βhttp://dl.glitter-graphics.net/pub/3058/3058251t4udpjlpsc.gif
'); background-repeat: no-repeat; background-position: -15% 75%; z-index: 2;
}
body{
background-image: url('https://i.postimg.cc/hj8rbHh8/download-1-1.jpg') }
main{background-color: #000000 !important;}
.top{background-color: #FF00D4 !important;}
.heading{background-color: #FF5181 !important;}
h4{background-color: #FF5181 !important }
.links{background-color: #FF5DE4 !important}
.top input{background-color: #AB008E !important}
.contact{background-color: #000000 !important}
.table-section .heading{background-color: #FF00D4 !important;}
.blog-preview{background-color: #FF00D4 !important}
.blurbs{background-color: #AB008E !important}
.comments-table td{background-color: #FF00D4 !important}
footer{background-color: #FF00D4 !important}
.contact .inner {background-color: #000000}
.row.profile .col.w-40.left {color: #FF18EA !important}
h1{color: #FF00D4 !important;}
h1{font-size: 30px !important;}
h3{color: #FF18EA !important;}
h4{color: #000000 !important;}
.url-info b {color: #AB008E !important}
body{font-size: 17px !important;}
body{color: #FF00D4 !important;}
body{font-family: Courier !important;}
a{color: #FF18EA !important;}
.links a{color: #AB008E !important;}
b .count{color: #AB008E !important;}
table, th, td {
border: 0px solid;}
γ
€
γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€
γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€γ
€
|