Layout Preview

lick

Author: Jawzx
Category: <3
Created: May 28, 2026
Downloads: 9
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

.edit-info {
    background: #FF8393;
    background: #FFBBD9;
    border: #FF83BA;
    border: #FF83BA;
    width: 100%;
    padding: 5px;
    overflow-wrap: break-word;
    word-break: break-word;
}

<style>
*, p, a, form, li, .links li:not(:last-child)::after, footer .links li:not(:last-child)::after {
   font-family: Diediedie !important; 
   font-size: 10px !important; 
   color: #000000  !important; 
   text-shadow: none !important; 
   letter-spacing: 1px;
}
body {
   background-image: url(https://i.pinimg.com/originals/1b/4e/89/1b4e8981c73c49d4ee035f927eaee9ff.gif);
   animation: floating 3s ease-in-out infinite
}
.top, .links, .heading, footer, button {
   background-color: #ffa0d1 !important;
}
h1 {
       font-family: love;
src:
url(https://dl.dropbox.com/s/6fha3wjzklq7u1s/love.ttf);
}
h4 {
   color: #e33151 !important;
}
.contact, .url-info, .table-section, .profile-info {
   border-color: #ff6a85 !important;
}
td {
   background-color: white !important;
}
input, button:not(.logout-btn) {
   border: 1px groove #ff6a85 !important;
}
.pfp-fallback, .row.profile {
   border: 1px dotted #ff6a85 !important;
}
.logo-fallback {
   height: 38px !important;
}




.icon, .award img {
    content: url(https://64.media.tumblr.com/6047f139c9b161e6a0f9a7fca6bac0b8/9170b1332be2e241-04/s75x75_c1/702f8dc3fd47b909820300b8ff2f1ec5b9c8aada.gifv);
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.3em;
    color: rgba(0, 0, 0, 0);
}




.friends-grid .person {
    background-color: rgb(255, 204, 215);
    margin: 0px;
}

.friends-grid .person img{
    mix-blend-mode: overlay;
}



a {
    color: #C74465;
    color: #E46685;

    text-decoration: none;
}
main {
    background: white;
    color: #D54166;
    padding: 6px 0px;
    font-size: 80%;
}



.profile-pic > img { display:none; }
.profile-pic:after { background-image: url("https://i.pinimg.com/736x/ee/f4/2e/eef42ea551bf3731b468b18b0d0bdb6e.jpg"); display: inline-block; content:"" }
.blog-entry .profile-pic:after, .bulletin .profile-pic:after { background-size: cover; width: 110px; height: 110px; } /* blogs, bulletins */
.general-about .profile-pic:after { background-size: cover; width: 160px; height: 160px; } /* profile */ 


* {cursor: url(https://64.media.tumblr.com/6ba135e315456468784576cb299b257a/0ae5bc74dc7ccadb-d7/s75x75_c1/b9ca0c3895fc4faf3abb5d3d9ed0e533d2dec47b.gifv), auto;}

A:hover{cursor: url("https://64.media.tumblr.com/7fa0f13e7b017aa1d0b187c05aaf44ce/0ae5bc74dc7ccadb-ca/s75x75_c1/f2c8d2fd439d19fa3296f53d81814b99cd2de533.gifv "), auto;}


main:before {
	width: 100%;
	height: 125px ;
	display: block;
	content: "";
	background-image: url('https://i.pinimg.com/originals/10/b8/e9/10b8e99310022414555664f3e7eb908a.gif');
	background-position: center center;
	background-size: cover;
}
@media only screen and (max-width: 600px) {
	main:before{
		height: 200px;
	}
}


.online {content:url('https://64.media.tumblr.com/554d4293a29748d19e64b57fdaecd47a/e2a17b4ac5839e98-9e/s250x400/3a8df44259df07e1f7567df178b598f0bd141d59.webp'); background-repeat: no-repeat; background-position: -15% 75%; z-index: 2; 

}



footer::after{



  bottom: 0;



  font-size:0;



  left: 70%;



  position:fixed;



  pointer-events: none;



  content:url("https://i.pinimg.com/originals/3c/26/e4/3c26e4b066493b035d955c2b36cebcb8.gif");



animation: floating 3s ease-in-out infinite



}