2briisah2cute's profile picture

Published by

published
updated

Category: Web, HTML, Tech

undertale profile code!

<style>

/* Cursor /**/

* {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=102024), auto !important;}*/


/* Top Banner */


nav {

  margin-top: 10px;

}


nav .links a:hover {

  text-decoration: underline;

  color: #FFFFAE;

}

nav .links a {

  text-decoration: none;

  color: yellow;

  text-shadow: none;

  font-size: 0.98em;

  font-size: max(0.98em, 12px);

}


nav .top {

  background: black;

}


nav .links {

  background-color: black;

}



/* Logo (DOESNT WORK BTW LOL) */

logo logo-fallback {

  src=url(xxxxx);

}


/* Background and font */


body {

  background: url(https://www.spriters-resource.com/resources/sheet_icons/172/175637.gif);

  font-family: "MS Sans Serif";

}


/* Profile headers */

.profile .blurbs .heading, .profile .friends .heading {

  font-weight: bold;

  font-size: 150%;

  background-color: black;

  color: white;

  border-top: 5px solid white;

  border-left: 5px solid white;

  border-right: 5px solid white;

}


.section h4 {

  color: #FFFF00;

  text-align: center;

}


.profile .blurbs .section p, .blog-entry .comments p, .bulletin .comments p {

  margin-left: 15px;

  margin-right: 21px;

}


.profile .blurbs .inner, .profile .friends .inner, .blog-entry .comments .inner, .bulletin .comments .inner, .setting-section .inner {

  padding: 7px;

  border-left: 5px solid white;

  border-right: 5px solid white;

  border-bottom: 5px solid white;

}

.friends {

  margin-bottom: 10px;

}


/* Link colors */

a {

  color: #FFFF00;

  text-decoration: none;

}


a:hover, a:active, .blog-entry .kudos-btn:hover, .blog-entry .kudos-btn:active {

  color: #FFFFAE;

  text-decoration: underline;

}


/* Main profile area */

.profile {

  font-weight: bold;

  background-color: black;

  color: white;

  border-top: 5px solid white;

  border-bottom: 5px solid white;

  border-left: 10px solid white;

  border-right: 10px solid white;

}


/* Profile info */

.profile  .contact, .profile .url-info, .profile  .table-section, .setting-section, .home-actions {

  width: 100%;

  border: 5px solid white;

}


.online {

  color: #00FF00;

}


.profile .contact .heading, .profile .table-section .heading, .setting-section .heading, .home-actions .heading {

  background: black;

  border-bottom: 0px solid white;

  color: white;

  padding: 2px 7px;

}


.details-table td:first-child {

  background: black;

  color: yellow;

  font-weight: bold;

  width: 33%;

}


.details-table td {

  background: black;

  vertical-align: top;

}



/* Friends */

.profile .friends .person p {

  color: yellow;

  font-weight: bold;

  width: 100%;

  overflow-wrap: break-word;

  word-break: break-word;

  font-size: 100%;

  text-align: left;

}


friends-grid {

  font-size: 80%;

}


nav, footer {

  font-weight: bold;

  background-color: black;

  color: white;

  border: 10px solid white;

  margin-bottom: 10px;

}


iframe { 

  width: 100%;

  aspect-ratio: 16 / 9;

}


.comments-table td:first-child, .music-table td:first-child {

  background: black;

  text-align: left;

  font-weight: bold;

  border: 5px solid white;

  width: 30%;

}


.comments-table td, .music-table td {

  background: black;

  border-top: 5px solid white;

  border-bottom: 5px solid white;

  border-right: 5px solid white;

}

</style>


<div style="float:  ; max-height: 450px; position: fixed; left: 1px; bottom: 8px; z-index: 200;">

<img src="https://vignette.wikia.nocookie.net/subnautica/images/2/28/Annoying_Dog_Sleeping.gif/revision/latest?cb=20161228022648" width="300" height="150"/></div>




<style>

@keyframes walking-frisk{

  from{ left:-150px; }

  to{ left:calc(100% + 200px); }

}

#frisk{

  position: fixed;

  left: -150px;

  bottom: -1px;

  width: 105px;

  animation: walking-frisk 10s infinite linear;

  pointer-events: none;

}

</style>

<img id="frisk" src="https://media.tenor.com/ASgOurOajqIAAAAi/undertale-frisk.gif"/>



<style>


.logo {


content:url("https://i.ibb.co/F0bGB7y/Untitled1071-20240201151349.png");


}


</style>


<style>* {cursor: url(http://www.rw-designer.com/cursor-view/84442.png), auto !important;}</style>

<style>

body:before {


content: " ";

height: 100vh;

width: 100vw;

display: block;

position: fixed; 

top: 0; 

left: 0; 

z-index: 100;

background-image: url('https://media.discordapp.net/attachments/1071081001012445275/1078014076061495306/ezgif-4-e9ab391808.gif');

background-size: cover;

background-repeat: no-repeat;

background-position:center;

animation: yourAnimation 5s ease 0s 1 normal forwards;

pointer-events: none;


}

@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} } 

</style>


<style> 

.contact {

        font-size: #px;

        font-family: fontfamily;

        border: dotted 0px!important;

        background-image: url(" URL HERE ")!important;

        background: ;

        border-top: 0px;

        

    }

    .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://media.tenor.com/ja3D0YkfLrcAAAAj/spinning-spin.gif")

    }

    .contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {

    /* add to favorites */

    content: url("https://media.tenor.com/ja3D0YkfLrcAAAAj/spinning-spin.gif")

    }

    .contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {

    /* send Message */

    content: url("https://media.tenor.com/ja3D0YkfLrcAAAAj/spinning-spin.gif")

    }

    .contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {

    /* forward to friend */

    content: url("https://media.tenor.com/ja3D0YkfLrcAAAAj/spinning-spin.gif")

    }

    .contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {

    /* instant message */

    content: url("https://media.tenor.com/ja3D0YkfLrcAAAAj/spinning-spin.gif")

    }

    .contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {

    /* block user */

    content: URL("https://media.tenor.com/ja3D0YkfLrcAAAAj/spinning-spin.gif")

    }

    .contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {

    /* add to group */

    content: url("https://media.tenor.com/ja3D0YkfLrcAAAAj/spinning-spin.gif")

    }

    .contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {

    /* report user */

    content: url("https://media.tenor.com/ja3D0YkfLrcAAAAj/spinning-spin.gif")

    } 

</style>


1 Kudos

Comments

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