Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.38 KB | None | 0 0
  1. ---- JavaScript ----
  2.  
  3. WebFontConfig = {
  4.  
  5. google: { families: [ 'Crimson+Text::latin', 'Vollkorn+SC::latin', 'IM+Fell+English::latin', 'Playball::latin' ] }
  6.  
  7. };
  8.  
  9. (function() {
  10.  
  11. var wf = document.createElement('script');
  12.  
  13. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  14.  
  15. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  16.  
  17. wf.type = 'text/javascript';
  18.  
  19. wf.async = 'true';
  20.  
  21. var s = document.getElementsByTagName('script')[0];
  22.  
  23. s.parentNode.insertBefore(wf, s);
  24.  
  25. })();
  26.  
  27.  
  28. $(document).ready(function(){
  29. $("#tab1").click(function(){
  30. $("#content2").delay(100).fadeOut(500);
  31. $("#content3").delay(100).fadeOut(500);
  32. $("#content4").delay(100).fadeOut(500);
  33. $("#content5").delay(100).fadeOut(500);
  34. $("#content1").delay(100).fadeIn(500);
  35.  
  36. $("#cap2").delay(100).fadeOut(500);
  37. $("#cap3").delay(100).fadeOut(500);
  38. $("#cap4").delay(100).fadeOut(500);
  39. $("#cap5").delay(100).fadeOut(500);
  40. $("#cap1").delay(100).fadeIn(500);
  41. });
  42. });
  43.  
  44. $(document).ready(function(){
  45. $("#tab2").click(function(){
  46. $("#content1").delay(100).fadeOut(500);
  47. $("#content3").delay(100).fadeOut(500);
  48. $("#content4").delay(100).fadeOut(500);
  49. $("#content5").delay(100).fadeOut(500);
  50. $("#content2").delay(100).fadeIn(500);
  51.  
  52. $("#cap1").delay(100).fadeOut(500);
  53. $("#cap3").delay(100).fadeOut(500);
  54. $("#cap4").delay(100).fadeOut(500);
  55. $("#cap5").delay(100).fadeOut(500);
  56. $("#cap2").delay(100).fadeIn(500);
  57. });
  58. });
  59.  
  60. $(document).ready(function(){
  61. $("#tab3").click(function(){
  62. $("#content1").delay(100).fadeOut(500);
  63. $("#content2").delay(100).fadeOut(500);
  64. $("#content4").delay(100).fadeOut(500);
  65. $("#content5").delay(100).fadeOut(500);
  66. $("#content3").delay(100).fadeIn(500);
  67.  
  68. $("#cap1").delay(100).fadeOut(500);
  69. $("#cap2").delay(100).fadeOut(500);
  70. $("#cap4").delay(100).fadeOut(500);
  71. $("#cap5").delay(100).fadeOut(500);
  72. $("#cap3").delay(100).fadeIn(500);
  73. });
  74. });
  75.  
  76. $(document).ready(function(){
  77. $("#tab4").click(function(){
  78. $("#content1").delay(100).fadeOut(500);
  79. $("#content2").delay(100).fadeOut(500);
  80. $("#content3").delay(100).fadeOut(500);
  81. $("#content5").delay(100).fadeOut(500);
  82. $("#content4").delay(100).fadeIn(500);
  83.  
  84. $("#cap1").delay(100).fadeOut(500);
  85. $("#cap2").delay(100).fadeOut(500);
  86. $("#cap3").delay(100).fadeOut(500);
  87. $("#cap5").delay(100).fadeOut(500);
  88. $("#cap4").delay(100).fadeIn(500);
  89. });
  90. });
  91.  
  92. $(document).ready(function(){
  93. $("#tab5").click(function(){
  94. $("#content1").delay(100).fadeOut(500);
  95. $("#content2").delay(100).fadeOut(500);
  96. $("#content3").delay(100).fadeOut(500);
  97. $("#content4").delay(100).fadeOut(500);
  98. $("#content5").delay(100).fadeIn(500);
  99.  
  100. $("#cap1").delay(100).fadeOut(500);
  101. $("#cap2").delay(100).fadeOut(500);
  102. $("#cap3").delay(100).fadeOut(500);
  103. $("#cap4").delay(100).fadeOut(500);
  104. $("#cap5").delay(100).fadeIn(500);
  105. });
  106. });
  107.  
  108. --- CSS ---
  109.  
  110. #profile-container{background: none; height: 100%}
  111. body{background: #2a313a url("https://i.imgur.com/py6hvAV.png");}
  112.  
  113. #BoxIntro{
  114. width: 1000px;
  115. height: 600px;
  116. position: absolute;
  117. background: #191d1e url("https://i.imgur.com/fjoQ8wY.png");
  118. border: 1px solid #000;
  119. top: 50%;
  120. left: 50%;
  121. margin: -301px 0px 0px -501px;
  122. }
  123.  
  124. .LeftSide{
  125. width: 500px;
  126. height: 600px;
  127. background: url("https://i.imgur.com/8kgGMG4.png");
  128. position: absolute;
  129. background-repeat: no-repeat;
  130. background-position: 120px 0px;
  131. transition: 0.5s;
  132. margin: 0px 0px 0px 0px;
  133. opacity: 1;
  134. transition: 0.7s 0.5s;
  135. }
  136.  
  137. .RightSide{
  138. width: 500px;
  139. height: 600px;
  140. background: url("https://i.imgur.com/8kgGMG4.png");
  141. position: absolute;
  142. background-repeat: no-repeat;
  143. background-position: -380px 0px;
  144. transition: 0.5s;
  145. margin: 0px 0px 0px 500px;
  146. opacity: 1;
  147. transition: 0.7s 0.5s;
  148. }
  149.  
  150. #BoxIntro:hover>.LeftSide{
  151. opacity: 0;
  152. margin: 0px 0px 0px -250px;
  153. transition: 0.5s;
  154. }
  155.  
  156. #BoxIntro:hover>.RightSide{
  157. opacity: 0;
  158. margin: 0px 0px 0px 750px;
  159. transition: 0.5s;
  160. }
  161.  
  162. #ProfileBox{
  163. width: 980px;
  164. height: 580px;
  165. background: #3a495e url("https://i.imgur.com/LOcaNTn.png");
  166. position: absolute;
  167. margin: 10px 0px 0px 10px;
  168. box-shadow: 0px 0px 0px 1px #000 inset;
  169. opacity: 0;
  170. transition: 0.7s 0.5s;
  171. }
  172.  
  173. #BoxIntro:hover>#ProfileBox{
  174. opacity: 1;
  175. }
  176.  
  177. .ImageBox{
  178. position: absolute;
  179. width: 300px;
  180. height: 560px;
  181. background: url("https://i.imgur.com/oNnYAGp.jpg");
  182. background-position: -20px 0px;
  183. box-shadow: 0px 0px 0px 1px #000 inset;
  184. margin: 10px 0px 0px 10px;
  185. }
  186.  
  187. .ImageContent{
  188. width: 300px;
  189. height: 560px;
  190. background: #111;
  191. opacity: 0;
  192. transition: 0.5s;
  193. }
  194.  
  195. .ImageContent:hover{
  196. opacity: 0.9;
  197. transition: 0.5s;
  198. }
  199.  
  200. .IDPic{
  201. width: 215px;
  202. height: 235px;
  203. background: url("https://i.imgur.com/KvtaSQh.png");
  204. background-size: 230px;
  205. background-position: center right;
  206. box-shadow: 0px 0px 0px 1px #000 inset;
  207. position: absolute;
  208. top: 40px;
  209. left: 40px;
  210. }
  211.  
  212. #StatBox{
  213. width: 215px;
  214. height: 230px;
  215. background: transparent;
  216. position: absolute;
  217. top: 305px;
  218. left: 40px;
  219. }
  220.  
  221. .stats{
  222. width: 100%;
  223. height: 17px;
  224. padding-top: 3px;
  225. padding-bottom: 0px;
  226. float: left;
  227. background: #fff;
  228. box-shadow: 0px 0px 0px 1px #000 inset;
  229. text-align: Center;
  230. font-family: Calibri;
  231. font-size: 12px;
  232. color: #fff;
  233. transition: 0.3s;
  234. }
  235.  
  236. .stats:hover{
  237. background: #000;
  238. transition: 0.3s;
  239. }
  240.  
  241. #tabsBox{
  242. position: absolute;
  243. width: 300px;
  244. height: 205px;
  245. background: transparent;
  246. top: 370px;
  247. left: 670px;
  248. }
  249.  
  250. .tabs{
  251. width: 280px;
  252. padding-right: 20px;
  253. height: 25px;
  254. padding-top: 10px;
  255. background: url("https://i.imgur.com/5DOJw4F.gif");
  256. background-size: 500px;
  257. float: left;
  258. margin-top: 5px;
  259. box-shadow: 0px 0px 0px 1px #000 inset;
  260. font-family: Calibri;
  261. font-size: 12px;
  262. text-align: Right;
  263. color: #fff;
  264. text-shadow: 1px 1px 0px #000;
  265. }
  266.  
  267. .tabs:hover{
  268. background: url("https://i.imgur.com/d1nlTAw.gif");
  269. }
  270.  
  271. #tab1{
  272. background-position: -200px 0px;
  273. }
  274.  
  275. #tab2{
  276. background-position: -200px -40px;
  277. }
  278.  
  279. #tab3{
  280. background-position: -200px -80px;
  281. }
  282.  
  283. #tab4{
  284. background-position: -200px -120px;
  285. }
  286.  
  287. #tab5{
  288. background-position: -200px -160px;
  289. }
  290.  
  291. #TextBox{
  292. padding: 10px;
  293. width: 630px;
  294. height: 335px;
  295. background: #6b7b92;
  296. position: absolute;
  297. left: 320px;
  298. top: 10px;
  299. box-shadow: 0px 0px 0px 3px #2a313a inset;
  300. }
  301.  
  302. .pages{
  303. width: 620px;
  304. height: 335px;
  305. margin-right: 10px;
  306. color: #000;
  307. font-family: Calibri;
  308. font-size: 12px;
  309. text-align: Justify;
  310. position: absolute;
  311. }
  312.  
  313. #content2, #content3, #content4, #content5{
  314. display: none;
  315. }
  316.  
  317.  
  318. --- HTML ----
  319.  
  320. <div id="BoxIntro">
  321. <div class="LeftSide">&nbsp;</div>
  322. <div class="RightSide">&nbsp;</div>
  323. <div id="ProfileBox">
  324. <div class="ImageBox">
  325. <div class="ImageContent">
  326. <div class="IDPic">&nbsp;</div>
  327. <div id="StatBox">
  328. <div class="stats">
  329. <div style="float: left; color: #000; padding-left: 30px;">Name.</div>
  330. Joichi Tsukumo.</div>
  331. <div class="stats">
  332. <div style="float: left; color: #000; padding-left: 30px;">Age.</div>
  333. Eighteen.</div>
  334. <div class="stats">
  335. <div style="float: left; color: #000; padding-left: 30px;">Birthday.</div>
  336. July 22.</div>
  337. <div class="stats">
  338. <div style="float: left; color: #000; padding-left: 30px;">Height.</div>
  339. Six feet; Eight inches.</div>
  340. <div class="stats">
  341. <div style="float: left; color: #000; padding-left: 30px;">Weight.</div>
  342. 189 lbs</div>
  343. <div class="stats">
  344. <div style="float: left; color: #000; padding-left: 30px;">Year.</div>
  345. Third-Year.</div>
  346. <div class="stats">
  347. <div style="float: left; color: #000; padding-left: 30px;">Orientation.</div>
  348. Heterosexual.</div>
  349. <div class="stats">
  350. <div style="float: left; color: #000; padding-left: 30px;">P.O.I.</div>
  351. None.</div>
  352. <div class="stats">
  353. <div style="float: left; color: #000; padding-left: 30px;">Hobby.</div>
  354. Basketball.</div>
  355. <div class="stats">
  356. <div style="float: left; color: #000; padding-left: 30px;">Location.</div>
  357. Hokkaido High.</div>
  358. <div class="stats">
  359. <div style="float: left; color: #000; padding-left: 30px;">Theme.</div>
  360. Pending.</div>
  361. </div>
  362. </div>
  363. </div>
  364. <div id="tabsBox">
  365. <div class="tabs" id="tab1">OOC.</div>
  366. <div class="tabs" id="tab2">HISTORY.</div>
  367. <div class="tabs" id="tab3">PERSONALITY.</div>
  368. <div class="tabs" id="tab4">PEOPLE.</div>
  369. <div class="tabs" id="tab5">SKILLS.</div>
  370. </div>
  371. <div id="TextBox">
  372. <div class="pages" id="content1">
  373. <div style="float: left; width: 60px; font-family: Crimson Text; color: #fff; font-size: 10px; text-align: Right; padding-right: 10px; text-shadow: 1px 1px 0px #000;">IT ME.</div>
  374. Guess who? Das right. It ya boy, bear.<br />
  375. <div style="float: left; width: 60px; font-family: Crimson Text; color: #fff; font-size: 10px; text-align: Right; padding-right: 10px; text-shadow: 1px 1px 0px #000;">PINGS.</div>
  376. Joichi and Tsukumoto ping me.<br />
  377. <div style="float: left; width: 60px; font-family: Crimson Text; color: #fff; font-size: 10px; text-align: Right; padding-right: 10px; text-shadow: 1px 1px 0px #000;">WHAT.</div>
  378. This character is made for the Hokkaido High room.<br />
  379. <div style="float: left; width: 60px; font-family: Crimson Text; color: #fff; font-size: 10px; text-align: Right; padding-right: 10px; text-shadow: 1px 1px 0px #000;">PROFILE.</div>
  380. This was coded from scratch. If you like it and want it, I can try and make a template. Just ask.<br />
  381. <div style="float: left; width: 60px; font-family: Crimson Text; color: #fff; font-size: 10px; text-align: Right; padding-right: 10px; text-shadow: 1px 1px 0px #000;">F. CLAIM.</div>
  382. I'm aware who the face claim is. Guess what? I'm going to make another character based on another anime.<br />
  383. <div style="float: left; width: 60px; font-family: Crimson Text; color: #fff; font-size: 10px; text-align: Right; padding-right: 10px; text-shadow: 1px 1px 0px #000;">W. I. P.</div>
  384. As usual, I will have my characters' profiles progress based on their roleplays.</div>
  385. <div class="pages" id="content2">The Tsukumo clan has contributed in assassinations in the days long past. Royal lineages would be toppled because of them. The Tsukumo specialize in speed. It's been said that the great elder of the Tsukumo clan has been able to move faster than light and could deliver a killing stab so fast the blood would not be able to react fast enough to bleed... The Tsukumo clan have the ability to increase their heart rate over normal boundaries. This cannot be achieved through just rigorous action (unless new and trying to learn it), and can only be willingly done. This serves as the trigger for them to unlock their great speed. The faster the heart rate, the faster one is.<br /><br /> Nowadays, the Tsukumo clan are hired as body guards or general security. In this modern era, there have been less and less need of deadly methods and more use of defensive abilities. Luckily, speed is something that is adaptable. The Tsukumo clan now find themselves as peace keepers, more than anything and believe that they should walk in this path.<br /><br /> Joichi Tsukumo does not share this ideology. He prefers to use his natural speed for sport, and the supernatural speed to do whatever the hell he wants with it... Like travel. He was very fixated on this that he applied to be in Hokkaido High himself, instead of the private school for the Tsukumo clan.<br /><br /> Joichi found himself enjoying basketball for some reason. He finds a thrill finding openings in people and going past them just to score a shot. Eventually, enjoyment turned into time, and time turned into skill, and his skill landed him the role of team captain for Hokkaido High's basketball team.</div>
  386. <div class="pages" id="content3">Joichi's a bit of a bully. He has a sadistic streak, as well as a deliquency streak. Of course, if he's caught, then he willingly goes to class, but might sleep in it.<br /><br /> On the court, he's leads he's calm and leads his team accordingly. He never seems to get mad, even if on the brink of losing. He only blames himself if they do lose.</div>
  387. <div class="pages" id="content4">WIP.</div>
  388. <div class="pages" id="content5">WIP.</div>
  389. </div>
  390. </div>
  391. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement