}
/*these are ur color settings*/
:root {
--text: white;
--links: rgb(48, 25, 52);
--shift: rgb(48, 25, 52);
--borders: rgba(48, 25, 52);
--background: white;
--shadow: rgb(48, 25, 52)
}
/*this is ur main bg image*/
body {
margin: 1px;
background-image: url(https://i.pinimg.com/564x/47/6c/0b/476c0b401012ea57c0fb793b396598db.jpg);
background-attachment: fixed;
font-weight: bold;
padding-top: 30px;
padding-bottom: 30px;
}
.container {
box-shadow: 0px 0px 10px var(--shadow);
border: var(--borders) 2px solid;
border-radius: 10px;
}
/*this is ur spacehey logo,feel free to change it up*/
nav img.logo {
filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(11%) hue-rotate(330deg) brightness(79%) contrast(89%);!important;
}
}
p {
color: var(--text);
font-weight: bold;
}
button {
background: var(--background);
color: white; (--text);
font-weight: bold;
border: 1px solid var(--borders);
}
button:hover {
box-shadow: 0px 0px 7px var(--shadow);
transition: 0.2s;
color: white;
}
.col.w-40.left .contact{
background: var(--background);
border: white
}
.col.w-40.left .table-section{
border: none
}
}
input {
color: var(--text);
font-weight: bold;
border: var(--borders) solid 1px;
background: var(--background);
}
input:hover {
box-shadow: 0px 0px 7px var(--shadow);
transition: 0.2s;
color: white
}
nav .top , nav .links{
background: transparent;
text-align: center;
}
/* feel free to chnage this emoji*/
nav .links li:not(:last-child)::after {
content: "π©Ά";
color: white; (--text);
}
/*this is ur secondary bg, the one insie ur prof*/
main {
background: url(https://i.pinimg.com/564x/b5/6e/b6/b56eb6f5026caa11060548947978595f.jpg) !important;
border-top: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
h1 {
color: white;
}
/*this make ur profile round annnnnd spinnnnn*/
.profile-pic img {
border: solid var(--borders) 2px;
border-radius: 100px;
box-shadow: 0px 0px 8px var(--shadow);
}
.profile-pic img:hover{
animation: rotate 0.9s infinite linear;
}
/*this is ur online image, u can find many options on layouts*/
.online {
content: url(https://i.ibb.co/rZctnwP/onlinebw.gif);
}
.mood {
padding-top: 3px;
}
.blurbs:after {
content: "";
white-space: pre-wrap;
display: block;
height: 30px;
background-image: url(https://64.media.tumblr.com/88e3658f27315f077a2c46698e1131af/81b88b2ec67f7892-fd/s400x600/48c8b4296cec9d7115b43ea84c36708ada9758f2.pnj);
background-repeat: round, no-repeat;
background-size: 240px;
}
.blurbs .inner {
text-align: center !important;
}
.url-info {
display: none;
}
nav {
background: var(--background) !important;
color: white;(--links);
border-radius: 2px;
}
footer {
background: var(--background) !important;
color: var(--links);
margin-top: 0px;
margin-bottom: 0px;
border-radius: 2px;
}
.comments-table, .comment-replies {
border: none;
border-radius: 100px;
}
.profile-info, .comments-table td:first-child, .music-table td:first-child, .comments-table td, .music-table td {
background-color: transparent;
border: none;
}
#comments {
height: 200px;
overflow-y: scroll;
border-radius: 20px;
margin-top: 20px;
}
.icon{
display: none;
}
.comments-table td:first-child img:not(.icon), .bulletin-table td:first-child img:not(.icon){
border: 2px solid var(--borders);
box-shadow: 0px 0px 7px var(--shadow);
border-radius: 100px;
}
.comments-table td:first-child img:not(.icon):hover {
animation: rotate 0.5s;
animation-iteration-count: infinite;
}
a, nav .links a, .special {
color: white;(--links) !important;
text-shadow: none;
}
a:hover, nav .links a:hover, .special {
color: white; (--shift) !important;
text-decoration: none !important;
transition: 0.2s;
}
.logout-btn {
color: white;(--links);
box-shadow: none;
}
.logout-btn:hover {
color: grey;(--shift);
box-shadow: none;
border: none;
text-decoration: none;
transition: 0.2s;
}
DIV.blog-preview{
text-align: center;
border: ridge 3px black;
background-image: url(https://i.pinimg.com/564x/8e/6a/dd/8e6add28eceddbbb1a29a1aae1e0cc97.jpg);
border-radius: 5px;
box-shadow: 0px 2px 2px white;
}
.profile .blurbs .section h4{
text-align: center;
text-shadow: 0px 2px 2px #301934;
color: white;
}
.profile .mood{
border: ridge 3px none;
border-radius: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
.profile .friends .heading{
border-radius: 5px;
border: ridge 3px black;
text-align: center;
box-shadow: 0px 2px 2px white;
}
.profile .friends .heading h4{
color: white;
box-shadow: ;
text-shadow: 0px 2px 2px white;
}
.profile .friends .inner{
text-align: center;
background-image: url(https://i.pinimg.com/564x/8e/6a/dd/8e6add28eceddbbb1a29a1aae1e0cc97.jpg);
border: ridge 3px black;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.profile .friends .person p{
display: none;
}
.profile .friends .person img:not(.icon){
border: ridge 3px white;
border-radius: 5px;
box-shadow: 0px 2px 2px gray
}
.contact .inner a img {
font-size: 0;
}
/*these are ur contact icons, u can change the icon image to whatever u want*/
.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before,
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before,
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before,
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before,
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before,
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before,
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before,
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before,
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
content: url(https://media.discordapp.net/attachments/1026163393381531669/1244304039412240394/PinClipart.com_celtic-crosses-clipart_5451917.png?ex=66549ff1&is=66534e71&hm=15fdac0c1c5ebbfc3086195f62e83ac594453dbda9501890349da9610057b157&=&format=webp&quality=lossless&width=27&height=63);
}
.profile .table-section .details-table td {
background-color: black;
}
.profile .blurbs .heading {
font-size: 15px;
font-weight: bolder;
background: transparent;
color: white;(--links);
}
.col.right h4 {
color: white;(--links);
text-align: left;
}
.profile .blurbs .section h4, .profile .friends .heading, .profile .contact .heading, .profile .table-section .heading {
background: none;
color: white;(--text);
font-style: italic;
}
.profile .blurbs .section h4 {
padding-left: 5px;
}
.person p {
color: var(--links) !important;
}
.person img{
border: 2px solid var(--borders);
box-shadow: 0px 0px 7px var(--shadow);
border-radius: 200px;
display: absolute;
height: 100px;
object-fit: cover;
width:100px;
}
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
main{background: none}
/*body text setting*/
body{font-family: 'Orbitron', sans-serif;
color: white !important;
font-size: 90%;
text-shadow: 2px 2px 3px #FFFFFF,
/*heading text setting*/
h1, h2, h3, h4, .profile .blurbs .section h4{font-family: 'Press Start 2P', cursive;
font-size: 120%;
color: white !important;
text-shadow: 2px 2px 3px black, 0 0 25px black, 0 0 5px #FFFFFF}
}
/*this is ur text setting*/
main p{
letter-spacing: 2px;
font-weight: 700;
line-height: 1.5;
color: white !important;
text-shadow: 2px 2px 3px black, 0 0 25px black, 0 0 5px black;}
}
.person:hover {
animation: rotate 0.9s;
animation-iteration-count: infinite;
}
.count {
color: white; (--links);
}
footer:after{
bottom: 0;
font-size:0;
left: 75%;
position:fixed;
pointer-events: none;
} content:url(https://i.pinimg.com/564x/1c/4c/98/1c4c98df90fca35e88624ad50a94c67d.jpg);
animation: slideIn 2s forwards;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
@keyframes slideIn {
0% {
transform: translateX(900px);
}
100% {
transform: translateX(0);
}
}
/*this is ur snowflake code,u can change the emojis to whatevr u want*/
@media screen and (min-width: 0px) and (max-width: 720px) {
footer:after { display: none; }
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά
π©Ά

visible; height: 35px; width: 110px; }
:root {
--logo-blue: #760000;
--darker-blue: #D10026;
--lighter-blue: #4C4C4C;
--even-lighter-blue: #C5C5C5;
--lightest-blue: #E7E7E7;
--dark-orange: #6C0000;
--light-orange: #4C4C4C;
--even-lighter-orange: #A98D8D;
--green: #38d;
}
.profile {
background-color: #000000;
padding: 2px}
.profile .blurbs {
background-image: url("https://i.pinimg.com/564x/be/12/f9/be12f913495ec83e6d5c101cf572059e.jpg"); background-size: initial;
}
.profile .blog-preview {
background-image: url("https://m.media-amazon.com/images/I/712r+oPhKPL._AC_SY300_SX300_.jpg"); background-size: 100%; padding: 2px
}
.profile .contact {background-image: url("https://i.pinimg.com/564x/78/ff/06/78ff061ea13810b740b692774c0b8883.jpg"); background-size: 100%;
}
.profile .friends {background-image: url("https://i.pinimg.com/564x/ba/7b/15/ba7b15def14b036fa99157009e312d13.jpg"); background-size: 200%;
padding: 0px
}
.general-about .profile-pic img {content: url("https://i.pinimg.com/564x/8a/62/76/8a627658d804c134a3a701c6f5b81ce9.jpg");clip-path: polygon(32% 0, 68% 0, 78% 36%, 61% 100%, 39% 100%, 22% 35%);
.profile {
background-color: #000000;
padding: 2px}
.profile .blog-preview {
background-image: url("https://m.media-amazon.com/images/I/712r+oPhKPL._AC_SY300_SX300_.jpg"); background-size: 100%; padding: 2px
}
.profile .contact {background-image: url("https://i.pinimg.com/564x/78/ff/06/78ff061ea13810b740b692774c0b8883.jpg"); background-size: 100%;
}
.profile .friends {background-image: url("https://i.pinimg.com/564x/15/89/f2/1589f2150273af26eff6a2855ebf1081.jpg");
padding: 2px
}
.general-about .profile-pic img {content: url("!ADD URL FOR YOUR PFP HERE!");clip-path: polygon(32% 0, 68% 0, 78% 36%, 61% 100%, 39% 100%, 22% 35%);
color: #ffffff;
text-shadow: 1px 1px 2px #000000, 0 0 25px #FB9E00, 0 0 3px #ffffff;
}
.friends th, tr, .friends td, th, .icon, main, .comments-table, .friends, .profile-info, .table, .table-section, .url-info, .mood, .blurbs, .blog-preview, .details,
{
border: 1px curve none !important;
outline: none !important;
}
img
{
border-radius: 12px;
}
main {
background: black;
border-radius: 14px;
padding: 0;
font-size: 85%;
color: #000000;
}
nav, footer, .profile .contact {
display: inherit !important;
opacity: 1 !important;
border-radius: 12px;
}
main {
background: ;
border-radius: 12px;
border: 12px solid #000000;
padding: 0;
font-size: 90%;
color: #ffffff;
}
nav .top {
background: transparent;
}
nav .links {
background: rgba(0, 0, 0, 0.3);
}
nav { background-image: url(https://i.pinimg.com/564x/bf/5c/40/bf5c40f038483e9f4c32d6fb0912f767.jpg)
}
/*customising interests box*/
.profile .table-section{
border:2px solid #000000;
border-radius: 15px;
}
.profile .table-section .heading{
background:#000000;
border: 1px solid #000000;
border-radius: 15px 15px 0px 0px;
text-align: center;
}
.profile .table-section .heading h4{
color: #ffffff;
text-shadow: 1px 1px 2px black;
}
.profile .table-section .details-table td{
background: rgba(0, 0, 0, 0);
padding-right: 10%;
}
.profile .friends .heading{
background: #ffffff;
color: #ffffff;
text-shadow: 1px 1px 2px black;
text-align: center;
}
.profile .friends .heading h4{
text-align: center;
color: #ffffff;
text-shadow: 1px 1px 2px black
}
.general-about {
background-image: url(https://i.pinimg.com/564x/95/17/3b/95173bfe83448a81109f418a0d4ae111.jpg);
padding: 20px;
border-radius: 10px;
box-shadow: 4px 4px 0 #000000;
text-align: center;
animation: nineties2 2s ease 0s infinite normal none;
animation-delay: .46s;
}
.profile .blurbs .section :nth-child(2) {
background-image: url(https://i.pinimg.com/originals/13/4b/b9/134bb9effbf9031cf8ddb4b8d9aaaad5.gif);
/* margin-top: -5px; */
padding: 18px;
box-shadow: 4px 4px 0 #000;
}
.profile .profile-info .inner h3 {
filter: drop-shadow(3px 3px 0 #000000);
margin: 0!important;
color:#ffffff;
}
.profile .profile-info .inner h3 a {
color: #ffffff ;
}
.profile .profile-info {
background-image: url(https://i.pinimg.com/564x/ef/2f/7b/ef2f7be4b75d72a7cbed2b35d0ac9224.jpg);
padding: 20px;
border: none;
border-radius: 10px;
box-shadow: 4px 4px 0 #ffffff;
text-align: center;
animation: nineties2 2s ease 0s infinite normal none;
animation-delay: .15s;
border: none;
}