}
.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 .table-section .details-table td {
background-color: black;
}
.profile .blurbs .heading {
font-size: 17px;
font-weight: bolder;
background: transparent;
color: white;(--links);
}
.col.right h4 {
color: white;(--links);
text-align: left;
}
.profile .blurbs .section h4, .profile .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; }
}