Advertisement
Sansaisbae

Untitled

Jan 5th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Gayathri:700&display=swap');
  4. @font-face {font-family: outrun; src: url('https://dl.dropboxusercontent.com/s/uj0oq3rni3j9rf8/Outrun%20future.otf?dl='); }
  5.  
  6. body {
  7. background-color: #121212;
  8. background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png"); }
  9.  
  10. .main {
  11. position: absolute;
  12. top: 30vh;
  13. left: 20vw;
  14. height: 60vh;
  15. width: 90vh;
  16. background: #141414;
  17. border: solid 4px #D32C58;}
  18.  
  19.  
  20. .image {
  21. position: absolute;
  22. bottom: 3vh;
  23. right: 1vw;
  24. height: 75vh;
  25. width: 79vh;
  26. background-image: url('https://i.imgur.com/FzKlX0a.png');
  27. background-size: cover;
  28. background-repeat: no-repeat;
  29. filter: drop-shadow(10px 1px #D32C58);}
  30.  
  31. .title {
  32. position:absolute;
  33. background-image:
  34. url('https://i.imgur.com/1Xv3h1V.gif');
  35. background-size: 100%;
  36. background-repeat:repeat;
  37. background-position:center;
  38. background-attachment: absolute;
  39. -webkit-text-fill-color: transparent;
  40. -webkit-background-clip: text;
  41. top: 19vh;
  42. left: 20vw;
  43. font-family: outrun;
  44. font-size: 6vh;
  45. letter-spacing: 1px;
  46. filter: drop-shadow(5px 0px #D32C58);}
  47.  
  48.  
  49. .box1 {
  50. position: absolute;
  51. top: 33vh;
  52. left: 22vw;
  53. height: 30vh;
  54. width: 40vh;
  55. background: #D22C58; }
  56.  
  57.  
  58. .gif {
  59. position: absolute;
  60. top: 33vh;
  61. left: 43vw;
  62. height: 30vh;
  63. width: 37.5vh;
  64. background-image: url('https://i.imgur.com/Ad1QCcH.gif');
  65. background-size: cover;
  66. background-position: center;
  67. filter: grayscale(100%);
  68. transition: ease 1s; }
  69. .gif:hover {
  70. transition: ease 1s;
  71. filter: none; }
  72.  
  73.  
  74. .oocb {
  75. position: absolute;
  76. bottom: 15vh;
  77. left: 22vw;
  78. height: 18vh;
  79. width: 38vh;
  80. background: #D22C58;
  81. font-family: roboto, sans-serif;
  82. font-size: 12px;
  83. letter-spacing: 1px;
  84. line-height: 10px;
  85. color: #941103;
  86. text-shadow: 1px 1px #000;
  87. overflow: auto;
  88. padding: 10px;}
  89.  
  90. .gif2 {
  91. position: absolute;
  92. bottom: 12vh;
  93. left: 43vw;
  94. height: 24.1vh;
  95. width: 37.5vh;
  96. background-image: url('https://i.imgur.com/V2qLe0c.gif');
  97. background-size: cover;
  98. background-position: center;
  99. filter: grayscale(100%);
  100. transition: ease 1s; }
  101. .gif2:hover {
  102. transition: ease 1s;
  103. filter: none; }
  104.  
  105. a.tab:active,
  106. a.tab:link,
  107. a.tab:visited {
  108. background-color: #D22C58;
  109. display: inline-table;
  110. height: 1vh;
  111. text-decoration: none;
  112. width: 2vh;
  113. transform: rotate(-40deg);
  114. margin-left: 10px;
  115. -webkit-transition: all 0.4s ease-in;
  116. -moz-transition: all 0.4s ease-in;
  117. -ms-transition: all 0.4s ease-in;
  118. -o-transition: all 0.4s ease-in;
  119. transition: all 0.4s ease-in;
  120. }
  121.  
  122. a.tab:hover {
  123. background-color: #gray;
  124. }
  125.  
  126. .thetabs {
  127. height: 3vh;
  128. left: 56vh;
  129. position: absolute;
  130. text-align: center;
  131. top: 87vh;
  132. width: 150px;}
  133.  
  134. .smol {
  135. border: none;
  136. color: #fff;
  137. font-family: calibri;
  138. text-transform: none;
  139. letter-spacing: 0px;
  140. font-size: 13px;
  141. height: 300px;
  142. left: 10vh;
  143. opacity: 0;
  144. overflow: auto;
  145. padding: 5px;
  146. position: fixed;
  147. line-height: 14px;
  148. text-align: left;
  149. width: 235px;
  150. top: 300px;
  151. z-index: 95;
  152. }
  153.  
  154. .smol:target {
  155. background-color: #D22C58;
  156. height: 27.7vh;
  157. top: 33vh;
  158. left: 45vh;
  159. opacity: 1;
  160. overflow: auto;
  161. padding: 10px;
  162. position: fixed;
  163. width: 37.6vh;
  164. z-index: 100; }
  165.  
  166.  
  167. ::-webkit-scrollbar-track {background-color:;}
  168. ::-webkit-scrollbar-thumb {background-color:;}
  169. ::-webkit-scrollbar {width:2px;}
  170.  
  171. a:active, a:link, a:visited {
  172. color: Lightblue;
  173. text-decoration: none;
  174. -webkit-transition: all 0.4s ease-in;
  175. -moz-transition: all 0.4s ease-in;
  176. -ms-transition: all 0.4s ease-in;
  177. -o-transition: all 0.4s ease-in;
  178. transition: all 0.4s ease-in;
  179. cursor: url('http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png'), progress; }
  180.  
  181.  
  182. h1 { font-family: 'roboto', sans-serif;
  183. font-size: 10px;
  184. font-weight: 100;
  185. color: #fff;
  186. text-transform: none;
  187. letter-spacing: 1px;
  188. border-bottom: 0.5px solid black;
  189. background: transparent;
  190. text-align: left;
  191. margin-right: 0px;
  192. margin-left: 0px;
  193. line-height: 10px;
  194. margin-top: 1px;
  195. padding: 5px;
  196. }
  197.  
  198. </style>
  199. <div class="main"></div>
  200. <div class="title">TETSUO SHIMA</div>
  201. <div class="image"></div>
  202. <div class="box1"></div>
  203. <div class="gif"></div>
  204. <div class="oocb">♦Coded by <a target="_blank" href="https://roleplay.chat/profile.php?user=scoob">scoob</a> leave him mail for a commission! <br>
  205. <br>♦Golden Rule applies. <br>
  206. <br>♦ OP character is OP <br>
  207. <br>♦️ Typist taken OOC, don't be creepy.<br>
  208. <br>♦️ Character is 16.<br>
  209. <br>♦️ Romance hella earned.<br>
  210. <br>♦️ Character knows very little self control.<br>
  211. <br>♦️ Druggy boy<br>
  212. <br>♦️ IC =/= OOC </div>
  213.  
  214. <div class="gif2"></div>
  215.  
  216. <div class="thetabs">
  217. <a href="#01" class="tab">
  218. </a>
  219. <a href="#02" class="tab">
  220. </a>
  221. <a href="#03" class="tab">
  222. </a>
  223.  
  224. </div>
  225.  
  226. <div id="01" class="smol">
  227. <h1>STATS</h1>
  228. <font color="2A3A57">Name</font> <font style="float:right; font-weight: ;">Tetsuo Shima</font><br>
  229. <font color="2A3A57">Age</font> <font style="float:right; font-weight: ;">16</font><br>
  230. <font color="2A3A57">Height</font> <font style="float:right; font-weight: ;">5'5"</font><br>
  231. <font color="2A3A57">Weight</font> <font style="float:right; font-weight: ;">135 pounds</font><br>
  232. <font color="2A3A57">Orientation</font> <font style="float:right; font-weight: ;">Demisexual</font><br><br>
  233.  
  234. <font color="2A3A57">Eye color</font> <font style="float:right; font-weight: ;">Orange</font><br>
  235. <font color="2A3A57">Hair color</font> <font style="float:right; font-weight: ;">Black</font><br>
  236. <font color="2A3A57">Skin tone</font> <font style="float:right; font-weight: ;">White</font><br>
  237.  
  238. <font color="2A3A57">Alias</font><font style="float:right; font-weight: ;">AKIRA</font><br>
  239.  
  240. <font color="2A3A57">Species</font> <font style="float:right; font-weight: ;">Human</font><br>
  241. <font color="2A3A57">Allignment</font> <font style="float:right; font-weight: ;">Oho, Run</font><br>
  242. <font color="2A3A57">Paramour</font> <font style="float:right; font-weight: ;"><a target="_blank" href="https://roleplay.chat/profile.php?user=">Nah</a></font><br>
  243. </div>
  244.  
  245. <div id="02" class="smol">
  246. <h1>ABOUT</h1>
  247. Not much is known about Tetsuo’s early life. He was apparently surrendered by his mother and brought to an orphanage sometime after Kaneda, as shown in one of the flashback sequences in the film. This is also where the flashback sequence shows Tetsuo's reliance upon Kaneda since childhood.
  248.  
  249. When he is older, he takes a liking to motorbikes and, alongside Kaneda, joins The Capsules. After a collision with the Esper Takashi, he is transferred to a military institution. Here he begins to develop latent, powerful psychic abilities on the level of Akira, the individual who had engulfed the old Tokyo in a psychic explosion years prior. As these powers expand, they bestow devastatingly destructive abilities, but also cause tremendously painful headaches. The psychic trio, fearing he may cause Akira to awaken, try and fail to kill him, which encourages Tetsuo to instead seek him out. After finding out where Akira is, he leaves the facility and goes on to rampage through the city in search of him. The military, led by Colonel Shikishima, attempts in vain to stop him, fearing the threat of another Akira-sized disaster.
  250. </div>
  251.  
  252.  
  253.  
  254. <div id="03" class="smol">
  255. <h1>ALLIES/ENEMIES</h1>
  256.  
  257.  
  258. <font color="2A3A57">---</font> <font style="float:right; font-weight: ;"><a target="_blank" href="https://roleplay.chat/profile.php?user=">---</a></font> <br>
  259. <font color="2A3A57">--</font> <font style="float:right; font-weight: ;"><a target="_blank" href="https://roleplay.chat/profile.php?user=">---</a></font> <br>
  260. <font color="2A3A57">--</font> <font style="float:right; font-weight: ;"><a target="_blank" href="https://roleplay.chat/profile.php?user=">---</a></font>
  261.  
  262. </div>
  263.  
  264.  
  265. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement