Advertisement
Sansaisbae

Untitled

Nov 13th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.07 KB | None | 0 0
  1. /* main profile stuff*/
  2. @import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
  3.  
  4. @font-face { font-family: lemon milk; src: url('https://dl.dropbox.com/s/yqp95rhe0xazngr/LemonMilk.otf?dl=0');}
  5.  
  6. body { background: #333; cursor: url('http://i.imgur.com/2qleX.jpg'), default; overflow: hidden;}
  7.  
  8. .main { position: absolute; margin: auto; bottom: 10vh; left: 10vw; height: 45vh; width: 40vw; background: url('https://wallpaperaccess.com/full/84247.jpg'); background-size: 100%; background-position: center; border-radius: 1px; filter: grayscale(80%) drop-shadow(8px 8px 0px #202526); transition: all .7s ease-in-out;}
  9.  
  10. .dab a { z-index: 100000000000000000; position: absolute; bottom: 0vh; left: 0vw; height: 80vh; width: 28vw; background: url('https://i.imgur.com/ugWdwDe.png') no-repeat; background-size: cover; transition: all .7s ease-in-out; display:block; background-color:transparent; opacity: 1;}
  11. .dab2 a{ z-index: 10000000000000000000000000000; position: absolute; bottom: 0vh; left: 0vh; height: 70vh; width: 19vw; background: url('https://i.imgur.com/zPAGNVt.png') no-repeat; background-size: cover; transition: all .7s ease-in-out; display:block; background-color:transparent; }
  12.  
  13. .words{ position: absolute; top: 2vh; right: 5vw; font-family: 'Staatliches', cursive; color: #fff; font-size: 1.5vw; width: 30vh; text-align: justify; -webkit-text-stroke: 1px #3333;}
  14.  
  15. .container { z-index: 100000;position: absolute; bottom: 5vh; left: 10vw; height: 65vh; width: 35vw; background: #eeee; border-radius: 10px; filter: drop-shadow(8px 8px 0px #212628); opacity: 0; transition: all .7s ease-in-out; }
  16.  
  17. .container2 { z-index: 10000; position: absolute; bottom: 10vh; left: 3vw; height: 20vh; width: 30vw; background: #eee3; outline: solid 10px #000; opacity: 0;}
  18.  
  19. .dab3 a { z-index: 10000000;position: absolute; bottom: 0vh; left: 0vw; height: 50vh; width: 20vw; background: url('https://i.imgur.com/R8BppNl.png') no-repeat; background-size: cover; display:block; background-color:transparent;}
  20.  
  21. .bbar1 { z-index: 1; position: absolute; top: 0vw; left: 0vh; height: 2vh; width: 35vw; background: #000; }
  22.  
  23. .bbar2 { z-index: 1; position: absolute; bottom: 0vw; left: 0vh; height: 2vh; width: 35vw; background: #000;}
  24.  
  25. .bbar3{ z-index: 1; position: absolute; right: 0vw; bottom: 0vh; height: 65vh; width: 1vw; background: #000;}
  26.  
  27. .bbar4 {z-index: 1; position: absolute; left: 0vw; bottom: 0vh; height: 65vh; width: 1vw; background: #000;}
  28.  
  29. .stats { position: absolute; top: 5vh; right: 2vw; height: 25vh; width: 15vw; background: #000; padding: 10px; overflow: auto; font-family: 'Staatliches', cursive; color: #fff;}
  30.  
  31. .hist { position: absolute; bottom: 5vh; right: 2vw; height: 25vh; width: 15vw; background: #000; padding: 10px; overflow: auto; font-family: 'Staatliches', cursive; color: #fff;}
  32.  
  33. .ooc { position: absolute; top: 1.5vh; right: 1vh; height: 15vh; width: 15vw; background: #000; padding: 10px; overflow: auto; font-family: 'Staatliches', cursive; color: #fff;}
  34.  
  35.  
  36. /*blankets*/
  37. #blanket:target .dab a { z-index: -1;opacity: 0;}
  38. #blanket:target .main { transition: all .7s ease-in-out; opacity: 0;}
  39. #blanket:target .container { transition: all .7s ease-in-out; opacity: 1;}
  40. #blanket:target .title { transition: all .7s ease-in-out; opacity: 1;}
  41. #blanket:target .bar { transition: all .7s ease-in-out; opacity: 1;}
  42. #blanket3:target .dab3 a { z-index: -1; opacity: 0; transition: all .7s ease-in-out;}
  43.  
  44.  
  45. #blanket2:target .dab2 a { z-index: 1000000000000000; opacity: 0; transition: all .7s ease-in-out;}
  46. #blanket2:target .dab a { z-index: -1;opacity: 0;}
  47. #blanket2:target .main { transition: all .7s ease-in-out; opacity: 0;}
  48. #blanket2:target .container { transition: all .7s ease-in-out; opacity: 0;}
  49. #blanket2:target .title { transition: all .7s ease-in-out; opacity: 0;}
  50. #blanket2:target .bar { transition: all .7s ease-in-out; opacity: 0;}
  51. #blanket2:target .container2 { transition: all .7s ease-in-out; opacity: 1;}
  52. #blanket2:target .dab3 a { z-index: ; opacity: 1; transition: all .7s ease-in-out;}
  53.  
  54.  
  55.  
  56. #blanket3:target .dab3 a { z-index: 100000000000000000000; opacity: 0; transition: all .7s ease-in-out;}
  57. #blanket3:target .dab1 a { z-index: 1000000000000000; opacity: 1; transition: all .7s ease-in-out;}
  58. #blanket3:target .main { transition: all .7s ease-in-out; opacity: 1;}
  59. #blanket3:target .container2 { transition: all .7s ease-in-out; opacity: 0;}
  60. #blanket3:target .title { transition: all .7s ease-in-out; opacity: 0;}
  61. #blanket3:target .bar { transition: all .7s ease-in-out; opacity: 0;}
  62.  
  63.  
  64. /*misc*/
  65. H1 {
  66. text-decoration:none;
  67. text-transform:uppercase;
  68. text-align:center;
  69. font-family: 'Roboto Condensed', sans-serif;
  70. background-color:#fff7;
  71. color:#000;
  72. padding-right:0px;
  73. padding-top:6px;
  74. padding-bottom: 6px;
  75. padding-left:16px;
  76. font-size:15px;
  77. line-height:11px;
  78. letter-spacing:6px;}
  79.  
  80.  
  81. ::-webkit-scrollbar { display: none; }
  82.  
  83. a, a:link, a:visited {
  84. color: #F5B66E;
  85. letter-spacing:1px;
  86. text-decoration:none;
  87. text-transform:uppercase;
  88. transition:0.7s;}
  89.  
  90. a:hover{
  91. color: #fff;
  92. text-shadow: 0px 0px 5px #fff;
  93. letter-spacing:1px;
  94. transition: 0.7s;
  95. cursor: url('http://i.imgur.com/2qleX.jpg'), default;}
  96.  
  97. u {
  98. text-decoration:none;
  99. background-color: #2D2B31;
  100. padding: 3px;
  101. color:#fff;
  102. line-height:34px;
  103. text-transform: uppercase;
  104.  
  105.  
  106. }
  107.  
  108.  
  109. r { line-height: 34px;
  110. text-transform: uppercase;
  111. }
  112.  
  113.  
  114. </style>
  115. <div id="blanket">
  116. <div id="blanket2">
  117. <div id="blanket3"></iv>
  118. <div class="main"><div class="words">You must've thought, "As long as I face the future, I can be better!" I can tell you're at a loss for words, so here's the answer! The past never dies! Get it yet!? Y'reap what you sow! Let's tango, you and me- Enji Todoroki!! A dance with your son, here in hell!!</div></div>
  119. <div class="dab"><a href="#blanket"></a></div>
  120. <div class="container"><div class="bbar1"></div><div class="bbar2"></div><div class="bbar3"></div><div class="bbar4"></div>
  121. <div class="stats"><h1>test</h1>
  122. <u>stat</u> <span style="float:right;"><r>answer</r></span>
  123. <br><u>stat</u> <span style="float:right;"><r>answer</r></span>
  124. <br><u>stat</u> <span style="float:right;"><r>answer</r></span>
  125. <br><u>stat</u> <span style="float:right;"><r>answer</r></span>
  126. <br><u>stat</u> <span style="float:right;"><r>answer</r></span>
  127. <br><u>stat</u> <span style="float:right;"><r>answer</r></span>
  128. <br><u>stat</u> <span style="float:right;"><r>answer</r></span>
  129. <br><u>stat</u> <span style="float:right;"><r>answer</r></span>
  130. <br><u>stat</u> <span style="float:right;"><r>answer</r></span>
  131. <br><u>stat</u> <span style="float:right;"><r>answer</r></span></div>
  132. <div class="hist"><h1>test</h1>
  133. Willow trees undead wind, unknown ripped needles. Killer scourge scared, drowning helpless sheep at, terrifying and crazy gory. Virus witch demonic dripping, at werewolf psycho slice flames. Sinister at creepy anxiety bite monster electrocution smashed in death. Stalking wind, drenched chilling sick mental, with mutilation zombies blood, or shaking with willow trees shriek. Dark mutilation rotten, Blood hair raising or, blood in eyeball. Trapped flesh grotesque squeal, bloodcurdlin.
  134.  
  135. Chilling hair-raising spooky hazardous daring. Children creepy deranged, ashes a killer a, monster mental hospital. Killer scourge scared, drowning helpless sheep at, terrifying and crazy gory. Eyeball cat silent, morbid in damp torture, 666 at brains. Blood ashes tearing in drowning spooky at fanatic with murderer. Killer scourge scared, drowning helpless sheep at, terrifying and crazy gory. Tearing eyeballs zombie slash. Graves slice ominous is guns exorcism guts. Flames a.</div>
  136. <div class="dab2"><a href="#blanket2"></a></div></div>
  137. <div class="container2"><div class="dab3"><a href="#blanket3"></a><div class="ooc">holy shit this took me so long to do. code made by scoob. blankets fucked the link up. you know who i am. ic =/= ooc. dabi won't fuck you. don't ask. he's traumatized by the abuse endeavour put him through. you wanna get close to him? work for it. shipping's unlikely. so's smut.</div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement