Hi! I’m looking for 31 Minutos themed layouts that are available! Reply to this to share me the links if there are any! Thanks!!!
Looking for 31 Minutos themed Layouts!
1 Kudos
Hi! I’m looking for 31 Minutos themed layouts that are available! Reply to this to share me the links if there are any! Thanks!!!
1 Kudos
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
DKawaiiart
Well, I found this one
font-size: 150%;
}
h1,h2,h3,h4,h5{
font-size: 200%;
}
body {
background-image: url(https://wallpaperaccess.com/full/6183783.jpg);
background-size: 3000px ;
background-position: center center;
}
.profile {
background-color: #FF6600 ;
}
.profile .blurbs .heading,
.profile .friends .heading{
background-color: #FFAB00 ;
color: #FFAB00 ;
}
}
main:before {
width: auto;
margin-bottom: 25px;
border: 3px solid black;
height: 120px;
display: block;
content: "";
background-image: url(Insert image link here);
background-position: center center;
background-size: cover;
}
footer {
border-radius: 15px;
background-image: url(insert image link here);
color: #FFAB00;
}
table.comments-table td {
color: #00 ;
}
:root {
--logo-blue: #000;
--darker-blue: #000;
--lighter-blue: #000;
--even-lighter-blue: #FF9100 ;
--lightest-blue: #FF9100;
--dark-orange: #FF9100;
--light-orange: #FF9100;
--even-lighter-orange: #FF9100;
--green: #FF9100;
}
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 4s ease 0s 1 normal forwards;
pointer-events: none;}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }
.online {content:url(https://i1.glitter-graphics.org/pub/529/529581v0wkv3tmxo.gif); background-repeat: no-repeat; background-position: -15% 75%; z-index: 2;
}
.contact .inner a img {
font-size: 0;
}
.contact .inner a img:before {
font-size: 1em;
}
.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 favorites */
content: " 📞";
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
/* send message */
content: "📼";
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
/* forward 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 */
content: " 📽 ";
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
/* add to group */
content: "💿";
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
/* report */
content: "📺";
}
@keyframes spin{
from{ transform:rotate(0deg); }
to{ transform:rotate(-360deg); }
}
.general-about .profile-pic img{
border-radius: 50%;
animation: spin 7s infinite linear;
}
*{
border-radius: 9px;
}
.profile .contact .heading, .profile .table-section .heading, .home-actions .heading{
border-radius: 6px 6px 9px 9px;
}
.lordfoogthetwost {
background: url(https://cdn.getstickerpack.com/storage/uploads/sticker-pack/31-minutos/sticker_22.png?50a6ae2bc3be4853e2fae96c44b9ba1f) no-repeat;
background-size: 100%!important;
position: fixed;
right: 1100px;
bottom: 0px;
height: 270px;
width: 300px;
z-index: 1000;
}
.logo {
content: url(https://cdn.discordapp.com/attachments/997257331681267722/1157111528412155904/spacehey.png?ex=65176b96&is=65161a16&hm=8fef3f86a45f322d4dfe1cecb08ff4c2b454f0af85ffaf365df6620b43afafc6&);
}
h1{
animation: type 3s steps(27);
color: white;
font-size: 10px;
font-family: courier;
white-space: nowrap;
overflow: hidden;
}
@keyframes type{
0%{
width:0ch;
}
100%{
width:27ch;
}
}
@keyframes blink{
0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
body::before {
content: " ";
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgb(82 15 15 / 48%) 50%, rgb(0 0 0 / 0%) 50%);
z-index: 2;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}
.col, main, footer, nav::before, .online, nav .links, nav .top {
animation: float 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.col, main, footer, nav::before, .online, nav .links, nav .top {
animation: float 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes float {
0% { transform: translate(0, 0px);
}
50% {
transform: translate(0, 8px);
}
100% {
transform: translate(0, -0px);
}
Report Comment