Advertisement
DamionHellspawn

Shallot's Profile Code

Jun 23rd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.07 KB | None | 0 0
  1.  
  2. <html>
  3. <body><style type="text/css">
  4.  
  5. @import url(https://fonts.googleapis.com/css?family=Great+Vibes|Buda);
  6.  
  7. html, body {
  8. background: #f2f2f2;
  9. background-image:url("");
  10. background-size: 100%;
  11. background-repeat:no-repeat;
  12. background-position:center bottom;
  13. }
  14.  
  15. ::-webkit-scrollbar-button:vertical:{
  16. background-color: #transparent;}
  17.  
  18. ::-webkit-scrollbar-thumb:vertical {
  19. background-color:#transparent;
  20. height:150px;}
  21.  
  22. ::-webkit-scrollbar-thumb:horizontal {
  23. background-color:#transparent;
  24. height:60px;}
  25.  
  26.  
  27. ::-webkit-scrollbar {
  28. height:60px;
  29. width:5px;
  30. background-color:#transparent;}
  31.  
  32. .box1{
  33. background-color: #000000;
  34. position: absolute;
  35. width: 430px;
  36. height: 250px;
  37. margin: auto;
  38. padding: 10px;
  39. opacity: 0;
  40. font-family: 'Buda';
  41. color: #ffffff;
  42. left: 2%;
  43. top: 0%;
  44. border: 1px solid #000000;
  45. -webkit-transition: all 1000ms ease-in;
  46. -moz-transition: all 1000ms ease-in;
  47. -ms-transition: all 1000ms ease-in;
  48. -o-transition: all 1000ms ease-in;
  49. transition: all 1000ms ease-in;
  50. }
  51.  
  52. .box1:hover {
  53. position: absolute;
  54. margin: auto;
  55. opacity:1;
  56. top: 9%;
  57. -webkit-transition: all 1000ms ease-in;
  58. -moz-transition: all 1000ms ease-in;
  59. -ms-transition: all 1000ms ease-in;
  60. -o-transition: all 1000ms ease-in;
  61. transition: all 1000ms ease-in;
  62. }
  63.  
  64. .box2{
  65. background-color: #000000;
  66. position: absolute;
  67. width: 430px;
  68. height: 250px;
  69. margin: auto;
  70. padding: 10px;
  71. font-family: 'Buda';
  72. color: #ffffff;
  73. border: 1px solid #000000;
  74. opacity:0;
  75. left: 2%;
  76. bottom: 0%;
  77. border: 1px solid #000000;
  78. -webkit-transition: all 1000ms ease-in;
  79. -moz-transition: all 1000ms ease-in;
  80. -ms-transition: all 1000ms ease-in;
  81. -o-transition: all 1000ms ease-in;
  82. transition: all 1000ms ease-in;
  83. }
  84.  
  85. .box2:hover {
  86. position: absolute;
  87. margin: auto;
  88. opacity:1;
  89. bottom: 9%;
  90. -webkit-transition: all 1000ms ease-in;
  91. -moz-transition: all 1000ms ease-in;
  92. -ms-transition: all 1000ms ease-in;
  93. -o-transition: all 1000ms ease-in;
  94. transition: all 1000ms ease-in;
  95. }
  96.  
  97. .box3{
  98. background-color: #000000;
  99. position: absolute;
  100. width: 430px;
  101. height: 250px;
  102. margin: auto;
  103. padding: 10px;
  104. font-family: 'Buda';
  105. color: #ffffff;
  106. opacity: 0;
  107. right: 1%;
  108. top: 0%;
  109. border: 1px solid #000000;
  110. -webkit-transition: all 1000ms ease-in;
  111. -moz-transition: all 1000ms ease-in;
  112. -ms-transition: all 1000ms ease-in;
  113. -o-transition: all 1000ms ease-in;
  114. transition: all 1000ms ease-in;
  115. border: 1px solid #000000;
  116. }
  117.  
  118. .box3:hover {
  119. position: absolute;
  120. margin: auto;
  121. opacity:1;
  122. top: 9%;
  123. -webkit-transition: all 1000ms ease-in;
  124. -moz-transition: all 1000ms ease-in;
  125. -ms-transition: all 1000ms ease-in;
  126. -o-transition: all 1000ms ease-in;
  127. transition: all 1000ms ease-in;
  128. }
  129.  
  130. .box4{
  131. background-color: #000000;
  132. position: absolute;
  133. width: 430px;
  134. height: 250px;
  135. margin: auto;
  136. padding: 10px;
  137. font-family: 'Buda';
  138. color: #ffffff;
  139. opacity:0;
  140. right: 1%;
  141. bottom: 0%;
  142. border: 1px solid #000000;
  143. -webkit-transition: all 1000ms ease-in;
  144. -moz-transition: all 1000ms ease-in;
  145. -ms-transition: all 1000ms ease-in;
  146. -o-transition: all 1000ms ease-in;
  147. transition: all 1000ms ease-in;
  148. border: 1px solid #000000;
  149. }
  150.  
  151. .box4:hover {
  152. position: absolute;
  153. margin: auto;
  154. opacity:1;
  155. bottom: 9%;
  156. -webkit-transition: all 1000ms ease-in;
  157. -moz-transition: all 1000ms ease-in;
  158. -ms-transition: all 1000ms ease-in;
  159. -o-transition: all 1000ms ease-in;
  160. transition: all 1000ms ease-in;
  161. }
  162.  
  163. #image {
  164. width: 400px;
  165. margin: 0px;
  166. border: none;
  167. height: 500px;
  168. background-color:transparent;
  169. position: absolute;
  170. right: 35%;
  171. bottom: 12%;
  172. background-image:url("https://i.imgur.com/A5uppZE.jpg");
  173. background-repeat:no-repeat;
  174. background-position: bottom;
  175. background-size: 65%;
  176. border: 1px #000000 solid;
  177. }
  178.  
  179. .header{
  180. position:absolute;
  181. width:500px;
  182. background:#transparent;
  183. height:100px;
  184. overflow:hidden;
  185. font-family: 'Great Vibes', cursive;
  186. font-size: 50px;
  187. font-weight:lighter;
  188. font-style:none;
  189. color:#000000;
  190. letter-spacing: 0px;
  191. text-transform:none;
  192. text-align:center;
  193. }
  194.  
  195. h1 {
  196. font-family: 'Great Vibes', cursive;
  197. font-size: 30px;
  198. line-height: 22px;
  199. color:#f9f9f9;
  200. text-align: center;
  201. letter-spacing:1px;
  202. word-spacing: 2px;
  203. text-decoration:none!important;
  204. }
  205.  
  206. .text{
  207. height: 200px;
  208. width: 400px;
  209. margin: 20px;
  210. text-align: justify;
  211. font-family: dosis;
  212. font-size: 12px;
  213. color: #8a8790;
  214. overflow: auto;
  215. }
  216.  
  217. .credit{
  218. position: fixed;
  219. bottom: 0px;
  220. right: 2px;
  221. height: 25px;
  222. width: 25px;
  223. line-height: 15px;
  224. font-size: 10px;
  225. color: #000;
  226. text-align: center;
  227. font-family: roboto;
  228. }
  229.  
  230. i{color: #f4f4f4;}
  231. b{color: #f2f2f2;}
  232. a{color: #f1f1f1;}
  233.  
  234. </style>
  235.  
  236. <div class="box1">
  237. <div style="width: 430px; height: 250px; overflow-y: hidden;">
  238. <div style="width: 430px; height: 250px; overflow: auto;" align="center">
  239. <span style="float:left;"><b>Name</b></span><span style="float:right;">Shallot</span><br>
  240. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="None for now">Hover</a>.</span><br><br>
  241. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
  242. <span style="float:left;"><b>Age</b></span><span style="float:right;">Unknown</span><br>
  243. <span style="float:left;"><b>Height</b></span><span style="float:right;">N/A</span><br>
  244. <span style="float:left;"><b>Weight</b></span><span style="float:right;">N/A</span><br><br>
  245. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">N/A</span><br>
  246. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Single</span><br><br>
  247. <span style="float:left;"><b>Species</b></span><span style="float:right;">Saiyan</span><br>
  248. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Black</span><br>
  249. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Black</span><br>
  250. </div>
  251. </div>
  252. </div>
  253.  
  254. <div class="box2">
  255. <div style="width: 430px; height: 250px; overflow: auto;" align="center">
  256. <h1>Connections</h1>
  257. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  258. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  259. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  260. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  261. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  262. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a>
  263. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a><br>
  264. </div>
  265. </div>
  266.  
  267. <div class="box3">
  268. <div style="width: 430px; height: 250px; overflow: auto;" align="center">
  269. <h1>History</h1>
  270. Shallot woke up in the start of storyline of Dragon Ball Legends, unsure of how he got there or who he really was. The only real memory he retained was one where he was commanded to run, and he was called by his name. This was provided to Trunks when he was asked.
  271. <br><br>
  272. After encountering and fighting Broly alongside Goku, the two were informed by Zahha about a Tournament of Time in which people from all places in time would compete, and the winner would receive a wish on the Super Dragon Balls. Although reluctant to accept that he was in it, he joined as Zahha's ally, and also allies with a young Bulma and the current age Jaco to learn more about the era, and comes across Raditz.
  273. <br><br>
  274. After being defeated by Raditz, a version of Vegeta from the past is demanded by Beerus to train Shallot, Zahha, and a young Gohan, who become mentored by him and an enthusiastic Nappa. After defeating Vegeta as the final trial in his training, Shallot successfully defeats a seemingly empowered Raditz, and is offered by Beerus and the current-age Goku to help find the real culprit behind the tournament. Though Shallot ends up agreeing, Zahha is not as trustworthy of Beerus, and after a friendly spar parts ways with Shallot.
  275. <br><br>
  276. Afterwards, Shallot comes across several members of the Frieza Force, including Dodoria and Zarbon, who are certain that Shallot has destroyed a city and wiped out their men. Shallot comes across a man who looks like him in a red hood, called the Saiyan in Red. Though the Saiyan in Red nearly defeats him, the current-age Goku comes to Shallot's rescue. Before the Saiyan in Red flees, he calls Shallot "the blood of the defeated" and Goku "the blood of the tainted."
  277. <br><br>
  278. Reporting the situation to Beerus, Goku decides to fight Shallot to see if there is any difference between his ki and the Saiyan in Red. Though their ki is the same for the most part, there's a difference Goku can't describe. It's revealed by Whis that Shallot is an "ancient Saiyan" whose ki somehow differs from Goku, and believes this may be relevant to them being referred to as the "blood of the defeated" and the "blood of the tainted." Beerus briefly speculates whether the mysterious Saiyan they encountered was Shallot from a different era, or a situation similar to Goku Black.
  279. </div>
  280. </div>
  281.  
  282. <div class="box4">
  283. <div style="width: 430px; height: 250px; overflow: auto;" align="center">
  284. <h1>OOC</h1>
  285. Shallot from Dragon Ball Legends. I'll roleplay him as I see fit, don't like it then tough.
  286. <br><br>
  287. Pm friendly.
  288. <br><br>
  289. Story > Story + Smut > Smut
  290. <br><br>
  291. IC ≠ OOC
  292. <br><br>
  293. From one liners and up. Mirror posts. Third-Person perspective. If grammar isn't your best, make it to where I at least know what you are trying to say and do.
  294. <br><br>
  295. </div>
  296. </div>
  297.  
  298.  
  299. <div class="header" style="top: 2%; left: 31%;">I'm gonna end you!!</div>
  300.  
  301. <div id="image"></div>
  302.  
  303. <div class="credit" title="By RageQxeen">♛</div>
  304.  
  305. </body>
  306. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement