♥Gracie♥'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

my profile layouts

pink layout
**************************************************************************
<style>* {cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym53.ani), url(https://cur.cursors-4u.net/symbols/sym-1/sym53.png), auto !important;}</style><a href="https://www.cursors-4u.com/cursor/2005/05/30/sym53.html" target="_blank" title="Yin And Yang"><img src="https://cur.cursors-4u.net/cursor.png" alt="Yin And Yang" style="position:absolute; top: 0px; right: 0px;"/></a>



<h1 style="color: #363636; size: 24px;"><marquee>⛥ᴡᴇʟᴄᴏᴍᴇ ᴛᴏ ᴍʏ sᴘᴀᴄᴇʜᴇʏ!⛥ </marquee></h1> 

<style>
@import url('https://fonts.googleapis.com/css2?family=Bonbon&family=Lato:wght@300&family=Reenie+Beanie&family=Sacramento&family=Sue+Ellen+Francisco&display=swap');


.profile .friends .comments-table td {
  background-image: url (https://i.gifer.com/Z9e1.gif);
}

.profile .blurbs .section p, .profile .friends p, .blog-entry .comments p, .bulletin .comments p {
font-family: 'Lato', sans-serif;
letter-spacing: 1px;
text-transform: lowercase;
}

.comment-replies {
padding: 0 2px;
border: 2px dotted white;
margin-top: 4px;
}

.profile .blurbs .section p, .profile .friends p, .blog-entry .comments p, .bulletin .comments p {
font-size:14px;
font-weight:300;
}
.blog-preview p {
font-family: 'Lato';
font-size:25px;
text-transform; uppercase;
letter-spacing: 1px;
}



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

nav .links {
background-color: #c99fff;
padding: 3.5px 16px 5.5px 16px;
text-transform: lowercase;
letter-spacing:  1px;
}




body {

background: linear-gradient(196deg, rgba(255,0,201,1) 2%, rgba(200,21,162,1) 16%, rgba(115,120,188,1) 54%, rgba(0,255,224,1) 100%);
background-image:url(https://wallpaperset.com/w/full/0/3/d/20567.jpg);
 }

.col.w-40.left .profile h1 {
font-family: 'Courier New', monospace;
font-size:25px;
}

.profile .blurbs .heading, .profile .friends .heading, .profile .contact .heading, .profile .table-section .heading, .home-actions .heading{
background: rgba(156,56,206,1);
border-radius: 10px;
box-shadow: 2px 2px 7px #000;
color: #fff;
font-family: 'Sacramento', cursive;
font-size:35px;
text-transform: lowercase!important;
padding: 2px 7px;
}

.details-table td, .details-table td:first-child {
background: none;
}
.profile .blurbs .section h4 {
display:none;
}
.details-table td:first-child {
width: 30%;
}

main {
background: rgb(245,173,231);
background-image: url(https://materialised.com.au/wp-content/uploads/2019/09/silex_hot-pink.jpg);

}

.profile .contact, .profile .url-info, .profile .table-section, .home-actions {
border:0px;
}
.profile-pic img {
border: 8px double rgba(156,56,206,1) !important;
outline: double !important;
}

nav.top {
opacity: .5!important;
}

nav .top {
display: flex !important;
opacity: 1 !important;
border-radius: 20px;
margin-top: 20PX;
margin-bottom: 20px;
}

.top {
background-color: rgb(255,0,201)!important;
background-image: url(https://i.pinimg.com/originals/07/f7/27/07f72772fee4f51adcf8f9aa9fa1a8e0.gif);
}

:root {
        
        --lighter-blue: 
        --even-lighter-orange: violet;
        --light-orange: 
        
      
    }

 .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>
<h2 style="color: #9C39CE; font-size:38px; font-family: 'Sacramento', cursive;">

</h2>
<div class="snowflakes">


  <div class="snowflake">


  ❅


  </div>


  <div class="snowflake">


  ❆


  </div>


  <div class="snowflake">


  ❅


  </div>


  <div class="snowflake">


  ❆


  </div>


  <div class="snowflake">


  ❅


  </div>


  <div class="snowflake">


  ❆


  </div>


  <div class="snowflake">


    ❅


  </div>


  <div class="snowflake">


    ❆


  </div>


  <div class="snowflake">


    ❅


  </div>


  <div class="snowflake">


    ❆


  </div>


  <div class="snowflake">


    ❅


  </div>


  <div class="snowflake">


    ❆


  </div>


</div>


<style>


/* customizable snowflake styling */


.snowflake {


  color: #fff;


  font-size: 1em;


  font-family: Arial, sans-serif;


  text-shadow: 0 0 5px rgba(0,0,0,0.7);


}





@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;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}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}


</style>

dark turquois layout
**************************************************************************
<style>* {cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym53.ani), url(https://cur.cursors-4u.net/symbols/sym-1/sym53.png), auto !important;}</style><a href="https://www.cursors-4u.com/cursor/2005/05/30/sym53.html" target="_blank" title="Yin And Yang"><img src="https://cur.cursors-4u.net/cursor.png" alt="Yin And Yang" style="position:absolute; top: 0px; right: 0px;"/></a>



<h1 style="color: #000000; size: 24px;"><marquee>⛥ᴡᴇʟᴄᴏᴍᴇ ᴛᴏ ᴍʏ sᴘᴀᴄᴇʜᴇʏ!⛥ </marquee></h1> 

<style>
@import url('https://fonts.googleapis.com/css2?family=Bonbon&family=Lato:wght@300&family=Reenie+Beanie&family=Sacramento&family=Sue+Ellen+Francisco&display=swap');


.profile .friends .comments-table td {
  background-image: url (https://i.gifer.com/Z9e1.gif);
}

.profile .blurbs .section p, .profile .friends p, .blog-entry .comments p, .bulletin .comments p {
font-family: 'Lato', sans-serif;
letter-spacing: 1px;
text-transform: lowercase;
color: rgba(85, 159, 185, 1);
}

.comment-replies {
padding: 0 2px;
border: 2px dotted white;
margin-top: 4px;
color:rgba(85, 159, 185, 1);
}

.profile .blurbs .section p, .profile .friends p, .blog-entry .comments p, .bulletin .comments p {
font-size:14px;
font-weight:300;
color: rgba(85, 159, 185, 1);
}
.blog-preview p {
font-family: 'Courier New', monospace;
font-size:25px;
text-transform; uppercase;
letter-spacing: 1px;
color:#000000;
font-weight:bold;
}



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

nav .links {
background-image: url(https://image.freepik.com/free-photo/texture-old-dark-turquoise-paper-background-closeup-structure-dense-deep-bluish-cardboard_113767-2457.jpg);
padding: 3.5px 16px 5.5px 16px;
text-transform: lowercase;
letter-spacing:  1px;
}




body {

background: linear-gradient(196deg, rgba(255,0,201,1) 2%, rgba(200,21,162,1) 16%, rgba(115,120,188,1) 54%, rgba(0,255,224,1) 100%);
background-image:url(https://wallpaperaccess.com/full/1383746.jpg);
 }

.col.w-40.left .profile h1 {
font-family: 'Courier New', monospace;
font-size:25px;
}

.profile .blurbs .heading, .profile .friends .heading, .profile .contact .heading, .profile .table-section .heading, .home-actions .heading{
background: rgba(19, 30, 38, 0.85);
border-radius: 10px;
box-shadow: 2px 2px 7px #000;
color:rgba(142, 199, 193, 1);
font-family: 'Courier New', monospace;
font-size:20px;
text-transform: lowercase!important;
padding: 2px 7px;
}

.details-table td, .details-table td:first-child {
background: none;
}
.profile .blurbs .section h4 {
display:none;
}
.details-table td:first-child {
width: 30%;
}

main {
background-color: rgba(34, 98, 91, 0.5);


}

.profile .contact, .profile .url-info, .profile .table-section, .home-actions {
border:0px;
color:rgba(85, 159, 185, 1);
}
.profile-pic img {
border: 8px double rgba(0, 0, 0, 1) !important;
outline: double !important;
}

nav.top {
opacity: .5!important;
}

nav .top {
display: flex !important;
opacity: 1 !important;
border-radius: 20px;
margin-top: 20PX;
margin-bottom: 20px;
}

.top {
background-image: url(https://image.freepik.com/free-photo/texture-old-dark-turquoise-paper-background-closeup-structure-dense-deep-bluish-cardboard_113767-2457.jpg)!important;
background-image: url(https://i.pinimg.com/originals/07/f7/27/07f72772fee4f51adcf8f9aa9fa1a8e0.gif);
}

:root {
        
        --lighter-blue: 
        --even-lighter-orange: violet;
        --light-orange: 
        
      
    }

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

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

    .blog-preview p {
        font-size: 1.2rem;
    }


</style>
<h2 style="color: #9C39CE; font-size:38px; font-family: 'Sacramento', cursive;">

</h2>
<div class="snowflakes">


  <div class="snowflake">


   🦕


  </div>


  <div class="snowflake">


  🦕


  </div>


  <div class="snowflake">


  🦕


  </div>


  <div class="snowflake">


  🦕


  </div>


  <div class="snowflake">


  🦕


  </div>


  <div class="snowflake">


  🦕


  </div>


  <div class="snowflake">


    🦕


  </div>


  <div class="snowflake">


    🦕


  </div>


  <div class="snowflake">


    🦕


  </div>


  <div class="snowflake">


    🦕


  </div>


  <div class="snowflake">


    🦕


  </div>


  <div class="snowflake">


    🦕


  </div>


</div>


<style>


/* customizable snowflake styling */


.snowflake {


  color: purple;


  font-size: 1em;


  font-family: Arial, sans-serif;


  text-shadow: 0 0 5px rgba(0,0,0,0.7);


}





@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;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}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}


</style>


2 Kudos

Comments

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