Katie's profile picture

Published by

published
updated

Category: Art and Photography

New York Theme


If you like this style, you can use it in your profile, BUT at least, ADD ME or COMMENT BELOW and give me some kudos! I spent time for making this layout!!!

Credits are appreciated (a post, a bulletin or something else that can support me) 

You have permission to use this for your Layout only, you don't have permission to post elsewhere without giving a link to the original crediting me


<style>

@import 
url('https://fonts.googleapis.com/css2?family=Xanh+Mono&display=swap');
  /* gotta fetch the font for phone users */


:root {
  --font-family: 'Xanh Mono', monospace;
  --mynamesize: 25px
;}

  h1, h2, h3, h4, h5, a, p, nav label, .section{ 
font-family: var(--font-family) !important; 
 text-shadow: !important;
 text-transform:!important;
}


h1, h2, h3, h4,h5,a, p, nav label, .section {color: #F3A444;}

h1 {
  color: blue ;
  text-shadow: 1px 1px 2px black, 0 0 25px yellow, 0 0 5px yellow;
}


table, th, td {
  border: 1px solid #783636 ;
}

</style>

<style>

main
        {background: url("https://i.pinimg.com/originals/27/c8/4c/27c84c293f158786281fa541285d5d3a.jpg")
        no-repeat fixed; background-size: cover;
     }

body
        {background: url("https://data.whicdn.com/images/336492737/original.jpg?t=1571519313")
        no-repeat fixed; background-size: cover;
     }

</style>


<style>

:root {
        --logo-blue: #5CC5C9 ;
        --darker-blue: orange ;
        --lighter-blue: #5CC5C9 ;
        --even-lighter-blue: #5CC5C955 ;
        --lightest-blue: #5CC5C955 ;
        --dark-orange: #5CC5C9 ;
        --light-orange: #5CC5C955 ;
        --even-lighter-orange: #5CC5C955 ;
        --green: #5CC5C9;
    }


.profile .contact,
    .profile .url-info,
    .profile .table-section,
    .home-actions {
        border: ;
    }

    
   

 

   a.ditto-link {
        display: block;
        margin: 10px 0;
        color: ;
        font-size: 1.4rem;
        font-weight: bold;
        animation: blinker 1s linear infinite;
    }

    .profile-pic {
        border-radius: 500px;
        overflow: hidden;
    }

    .heading {
        padding: 5px 0 !important;
        margin-top: 15px;
        margin-bottom: 10px;
        background-color: transparent !important;
        color: !important;
        border-bottom: 2px solid;
    }

   

    .container {
        border-radius: 15px 15px 0 0;
        overflow: hidden;
        margin-top: 30px;
        padding: 10px;
    }

    
    table.comments-table td {
        background-color: !important;
    }

    .comments-table td:first-child img {
        width: 80px;
        border-radius: 500px;
    }

    .profile .friends .person img {
        border-radius: 500px;
    }

    .blog-preview p {
        font-size: 1.4rem;
    }
</style>


5 Kudos

Comments

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