eu não aguento mais
body {
background-image: url("https://i.redd.it/z6a0phtfw6aa1.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
font-family: 'Poppins', italic;
}
.inner b {
color: ##ebf3f4;
}
nav .top {
background-color: rgba(112,161,148,255);
border: 5px dashed black !important;
}
nav .links {
background-color: rgba(112,161,148,255);
text-align: right;
border-radius: 4px 4px 0 0;
background-position: center;
background-repeat: no-repeat;
}
button {
color: #ebf3f4;
background-color: rgba(112,161,148,255);
}
.count {
color: #ebf3f4;
}
a {
color: #ebf3f4;
}
nav .links a {
color: #ebf3f4;
}
footer {
background-color: rgba(61,139,191,255);
border: 5px dashed black !important;
}
footer p {
color: #ebf3f4;
}
footer .links {
color: #ebf3f4;
}
.comments-table td:first-child, .comments-table td, .comment-replies, .details-table td:first-child, .details-table td {
background: rgba(61,139,191,255);
color: #ebf3f4;
border: 3px dashed black !important;
}
.edit-info {
background-color: rgba(112,161,148,255);
border: 1px;
border: 5px dashed black !important;
}
.blog-entry .title {
background-color: rgba(112,161,148,255);
color: #ebf3f4;
padding: 5px;
border: 5px dashed black !important;
}
p.links a:first-child .icon{
content: url("https://static.wikia.nocookie.net/pokemon-daybreak/images/5/5a/027_1.png/revision/latest?cb=20200810145113”);
width: 25px;
height: auto;
}
p.links a:nth-child(2) .icon {
content: url(“https://static.wikia.nocookie.net/pokemon-daybreak/images/5/5a/027_1.png/revision/latest?cb=20200810145113”);
width: 25px;
height: auto;
}
p.links a:last-child .icon, table.comments-table td .icon {
content: url(“https://static.wikia.nocookie.net/pokemon-daybreak/images/5/5a/027_1.png/revision/latest?cb=20200810145113!”);
width: 25px;
height: auto;
}
.blog-entry .content {
background-color: black;
padding: 10px;
}
main {
background-color: black;
}
main .left {
background-color: black;
color: #FF0000;
}
main .right {
padding: 1px;
background-color: black;
}






.snowflake {
position: fixed;
top: -10%;
z-index: 99;
user-select: none;
animation-name: snowflakes-fall, snowflakes-shake;
animation-duration: 10s, 3s;
animation-timing-function: linear, ease-in-out;
animation-iteration-count: infinite, infinite;
animation-play-state: running, running;
width: 35px;
height: 35px;
}
.snowflake.type1{
content: url(https://archives.bulbagarden.net/media/upload/0/0d/Spr_5b_615.png);
}
.snowflake:nth-of-type(0) {
left: 1%;
animation-delay: 0s, 0s
}
.snowflake:nth-of-type(1) {
left: 10%;
animation-delay: 1s, 1s
}
.snowflake:nth-of-type(2) {
left: 20%;
animation-delay: 6s, .5s
}
.snowflake:nth-of-type(3) {
left: 30%;
animation-delay: 4s, 2s
}
.snowflake:nth-of-type(4) {
left: 40%;
animation-delay: 2s, 2s
}
.snowflake:nth-of-type(5) {
left: 50%;
animation-delay: 8s, 3s
}
.snowflake:nth-of-type(6) {
left: 60%;
animation-delay: 6s, 2s
}
.snowflake:nth-of-type(7) {
left: 70%;
animation-delay: 2.5s, 1s
}
.snowflake:nth-of-type(8) {
left: 80%;
animation-delay: 1s, 0s
}
.snowflake:nth-of-type(9) {
left: 90%;
animation-delay: 3s, 1.5s
}
.snowflake:nth-of-type(10) {
left: 25%;
animation-delay: 2s, 0s
}
.snowflake:nth-of-type(11) {
left: 65%;
animation-delay: 4s, 2.5s
}
@keyframes snowflakes-fall {
0% { top: -10% }
100% { top: 100% }
}
@keyframes snowflakes-shake {
0%, 100% { transform: translateX(0) }
50% { transform: translateX(80px) }
}


