sun's profile picture

Published by

published

Category: Web, HTML, Tech

kitty layout


kitty layout

a very simple + cute layout for all my fellow cat enthusiasts out there. it might be a little finicky depending on the length of your display name, but that's all adjustable.
if you like it, let me know and comment!

code below

<style>
 @import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
    :root {
        --logo-blue: #f8dc94;
        --darker-blue: #00000;
        --lighter-blue: #f8dc94;
        --even-lighter-blue: #FFFFFF;
        --lightest-blue: #FFFFFF;
        --dark-orange: #FFFFFF;
        --light-orange: #f8dc94;
        --even-lighter-orange: #FFFFFF;
        --green: #f8dc94;
    }
    
    body {
        background: url("https://64.media.tumblr.com/ac22eb79b2b584a477d322a82b933681/tumblr_inline_mgzuk2HsQx1qid2nw.png");
        background-size: ;
        background-attachment: repeat;
        text-transform: lowercase;
font-family: helvetica
    }
    .blog-preview p {
        background-color: white;
        padding: 0px 1px;
        border-radius: 10px;
        color: black;
    }
    
 
    
        
    }
    .blog-preview p a{
        color: black!important;
    }
    .blog-preview p a:hover
    .blog-preview p a:active,
    .blog-preview p a:focus{
        color: white!important;
    }
    nav {
        border-radius: 0px 0px 0 0;
        overflow: hidden;
    }
    .contact {
        font-size: 11px;
        border: none!important;
        background: url("https://64.media.tumblr.com/tumblr_lrb4s5Lbep1qapbyt.gif");
    
    }
.contact .inner a img {
    font-size: 0;
}
.contact .inner a img:before {
    font-size: 1em;
    display: block
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before {
    /* add to friends */
    content: url("https://64.media.tumblr.com/b277daae465887f2a1e043be1ef6d75b/9f6d62b56f4f032e-cc/s75x75_c1/1909b984107adf195155c2f68fb02e82d1352622.gifv")
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
    /* add to favorites */
    content: url("https://64.media.tumblr.com/b277daae465887f2a1e043be1ef6d75b/9f6d62b56f4f032e-cc/s75x75_c1/1909b984107adf195155c2f68fb02e82d1352622.gifv")
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
    /* send Message */
    content: url("https://64.media.tumblr.com/b277daae465887f2a1e043be1ef6d75b/9f6d62b56f4f032e-cc/s75x75_c1/1909b984107adf195155c2f68fb02e82d1352622.gifv")
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
    /* forward to friend */
    content: url("https://64.media.tumblr.com/b277daae465887f2a1e043be1ef6d75b/9f6d62b56f4f032e-cc/s75x75_c1/1909b984107adf195155c2f68fb02e82d1352622.gifv")
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
    /* instant message */
    content: url("https://64.media.tumblr.com/b277daae465887f2a1e043be1ef6d75b/9f6d62b56f4f032e-cc/s75x75_c1/1909b984107adf195155c2f68fb02e82d1352622.gifv")
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
    /* block user */
    content: url("https://64.media.tumblr.com/b277daae465887f2a1e043be1ef6d75b/9f6d62b56f4f032e-cc/s75x75_c1/1909b984107adf195155c2f68fb02e82d1352622.gifv")
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
    /* add to group */
    content: url("https://64.media.tumblr.com/b277daae465887f2a1e043be1ef6d75b/9f6d62b56f4f032e-cc/s75x75_c1/1909b984107adf195155c2f68fb02e82d1352622.gifv")
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
    /* report user */
    content: url("https://64.media.tumblr.com/b277daae465887f2a1e043be1ef6d75b/9f6d62b56f4f032e-cc/s75x75_c1/1909b984107adf195155c2f68fb02e82d1352622.gifv")
}

.profile-info{
border: none;
font-family: garamond;
font-size: 20px!important;
-webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
color: #f1dbd0!important;
display: flex;
align-items: center;
justify-content: center;
padding: 10px 5px;
margin-bottom: 1px;
background-image: url("https://64.media.tumblr.com/tumblr_lrb4s5Lbep1qapbyt.gif");
}   
    
    .profile .url-info {
        display:none;
    }
    .profile .table-section {
        font-size: 11px;
        border: none!important;
    
        
    }
    
    }
    .home-actions {
        border: none;
    }
    table.details-table {
        border-collapse: collapse;
        
    }
    table.details-table td {
        background-color: solid;
        color: black!important;
    }
    .profile-pic {
        border-radius: 0px;
        border:none;
        overflow: hidden;
        margin-top: -17px!important;
        margin-left: 10px!important;
        filter: grayscale(100%);
    }
    .heading {
        padding: 0px 0 !important;
        margin-top: 0px;
        margin-bottom: 0px;
        background: transparent!important;
        color: #f1dbd0 !important;
        font-size: 25px;
        font-family: garamond;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        border-bottom: 1px solid;
        border-color: black!important;
        line-height: 20px;
    
    }
    h1 {
    width: 220px;
   font-size: 35px!important;
    font-family: garamond;
       -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-style: ;
    text-shadow: none;
    text-align: ;
    display: block;
    color: #f1dbd0;
    padding: 15px;
    background-image: url("https://64.media.tumblr.com/b938d9118985b9e8e74f05d8befaf115/tumblr_ntjqk11kdy1tl8p9uo1_100.gifv");
    background-size:"";
    background-repeat: no-repeat!important;
    background-position: right;
    margin-top: -20px!important;
    margin-bottom: -7px!important;
        
    }
    
    main {
        border-radius: 0 0 0px 0px;
        border: dotted 1px;
        background: white !important;
    }
    .container {
        border-radius: 0px 0px 0 0;
        overflow: hidden;
        padding: 60px;
margin-top: -20px;
    }
    footer {
        border-radius: 0px;
        border: dotted 1px;
        background: white !important;
        display: block !important;
        
    }
    table.comments-table td {
        background-color: white!important;
        width: 10px!important;
        font-size: 11px;
        
        
    }
    .comments-table td:first-child img {
        width: 60px!important;
        border-radius: 0px;
        filter: grayscale(100%)
    }
    .profile .friends .person img {
        width: 60px;
        border-radius: 0px;
        filter: grayscale(100%);
        
    }
    .blog-preview p {
        font-size: .6rem;
    }
   

    a.addme {
        font-size: 4rem;
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
    }
 

a:link {
    color:;
    background:none;
}
a:hover {
    text-transform: lowercase;
    text-decoration: none!important;
    color: black!important;
    border: none;
}


.table-section:last-child {
  display: none !important;}
 

.online {
content: url("https://hosting.photobucket.com/albums/bb186/mhilkas/favoicons/favurso-1.gif");}

.supporter{content:url("https://64.media.tumblr.com/tumblr_lkl6tsiCGt1qfamg6.gif");}

*
 {cursor: url(https://cur.cursors-4u.net/others/oth-6/oth648.cur), auto !important;}


</style>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )