🔪 L1am 🥩's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Osana Layout

Cant post Layouts rn so im posting this here temporarily :/


<style>
    @-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>



<style>

.logo {
content:url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/Yandere_Simulator_logo.png/1200px-Yandere_Simulator_logo.png");
filter:hue-rotate(50deg);
}
body {
background:salmon;
font-family: "Futura Condensed",sans-serif;
font-size: 1.2rem;
color: #fff;
}
nav .top, nav .links, footer {
background:#f59287;
}
main {
background:#fcede6;
}
::-webkit-scrollbar {
  width: 0px;
}

.general-about .profile-pic img {
    width: 160px;
    height: 160px;
}
.profile-pic .pfp-fallback {
content:url("https://i.pinimg.com/736x/86/0b/dd/860bdd3175b4a4da6de2f671510b6f50.jpg");
}

.profile .blurbs .heading, .profile .friends .heading, .profile .contact .heading, .profile .table-section .heading, .setting-section .heading, .home-actions .heading {
background:#f59287;
}
.profile .contact, .profile .url-info, .profile .table-section, .setting-section, .home-actions {
background:#fabdb6;
border: 2px solid #f59287;
}
.details-table td {
background:#fabdb6;
}
.details-table td:first-child {
background:#fabdb6;
}

.profile .blurbs .inner {
background: #fabdb6;
}
.profile .blurbs .heading, .profile .friends .heading {
color:white;
text-shadow:2px 2px black;
}
.profile .blurbs .section h4 {
color:black;
}

#comments.friends {
background: rgb(0, 0, 0, 0);
overflow:scroll;
height:500px;
}
table.comments-table, table.music-table, table.bulletin-table, table.forum-table, table.groups-table, .comment-replies {
border-color:#FF80D3;
}
.comments-table td:first-child, .music-table td:first-child {
background: #FF80D3;
}
.comments-table td, .music-table td {
background: #ffccfd;
}

/*CONTACT ICONS*/
.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(IMAGEHERE)}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
/* ADD TO FAVOURITE */
content: url(IMAGEHERE)}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
/*SEND A MESSAGE */
content: url(IMAGEHERE)}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
/*FORWARD TO FRIEND*/
content: url(IMAGEHERE)}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
/*INSTANT MESSAGE*/
content: url(IMAGEHERE)}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
/*BLOCK USER*/
content: url(IMAGEHERE)}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
/*ADD 2 GROUP*/
content: url(IMAGEHERE)}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
/*REPORT*/
content: url(IMAGEHERE)}


table, th, td {
  border: 0px solid;
     }
:root {
  --topic1: "name";
  --topic2: "name";
  --topic3: "name";
  --topic4: "name'";
  --topic5: "name";
  --topic6: "name";
 }
.table-section:not(:last-child) .details-table tr td:first-child p{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}
.details-table tr td:first-child p::after{
color:var(--links) !important;
letter-spacing:normal !important;
text-shadow: 2px 2px black !important;
filter: brightness(95%) !important;
}
.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{
  content: var(--topic1);
}
.table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{
  content: var(--topic2);
}
.table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{
  content: var(--topic3);
}
.table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{
  content: var(--topic4);
}
.table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{
  content: var(--topic5);
}
.table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{
  content: var(--topic6);
}

</style>


pagedoll to go with

<div style="float:  ; position: fixed; right: 5px; bottom: 0px;  z-index: 200;">
<img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/849e83c5-04e6-4d86-a128-24bc3d830323/daz64dk-ab7113cb-17f6-48df-80df-6197e1c6b577.png/v1/fit/w_736,h_1065/mmd_yandere_simulator___tda_osana_najimi_down_by_frenchfriestsun_daz64dk-375w-2x.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9MTA2NSIsInBhdGgiOiJcL2ZcLzg0OWU4M2M1LTA0ZTYtNGQ4Ni1hMTI4LTI0YmMzZDgzMDMyM1wvZGF6NjRkay1hYjcxMTNjYi0xN2Y2LTQ4ZGYtODBkZi02MTk3ZTFjNmI1NzcucG5nIiwid2lkdGgiOiI8PTczNiJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.238bSSWH_jy4rLIjlAZN0YHuyn4ivXnPZLN2TjMkvLw" width="300" height="auto"/>
</div>


Other codes that pair well with it

<!-- (c) Layout created by Info_Chan (https://layouts.spacehey.com/layout?id=91626) -->

<!-- (c) Layout created by kyle broflovski (og) (https://layouts.spacehey.com/layout?id=38916) -->


0 Kudos

Comments

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

🔪 L1am 🥩

🔪 L1am 🥩's profile picture

https://www.deviantart.com/frenchfriestsun/art/MMD-Yandere-Simulator-TDA-Osana-Najimi-DOWN-663733928
art for pagedoll


Report Comment