Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.65 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor{display:none;}
  3.  
  4. #profile{background-color:transparent;border:0;}
  5.  
  6. body{cursor:url(http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif),progress!important;}
  7.  
  8. body{
  9. background-color:#E4E4E4;
  10. background-image:url("");
  11. background-size:450px;
  12. background-repeat:repeat;
  13. background-position:bottom right;
  14. background-attachment:fixed;
  15. color:#000;
  16. font-family:Century Gothic;
  17. font-size:11px;
  18. }
  19.  
  20. a:hover{cursor:url(http://cur.cursors-4u.net/others/oth-6/oth589.cur),progress!important;}
  21.  
  22. ::-webkit-scrollbar{width:3px;}
  23. ::-webkit-scrollbar-track{width:3px;border-radius:0px;background-color:#c7c7c7;;}
  24. ::-webkit-scrollbar-thumb{width:3px;border-radius:0px;background-color:#232323;}
  25.  
  26. h1{
  27. font-weight:normal;
  28. font-size:10px;
  29. text-align:center;
  30. font-style:normal;
  31. font-family:oswald;
  32. line-height:80%;
  33. letter-spacing:1px;
  34. text-transform:uppercase;
  35. color:#1E3D4F;
  36. }
  37.  
  38. a{
  39. color:#493D26;
  40. text-decoration:none;
  41. }
  42. a:hover{
  43. text-decoration:line-through;
  44. background:#000;
  45. color:#fff;
  46. }
  47.  
  48. b,strong{
  49. color:#1E3D4F;
  50. }
  51.  
  52. i,em{
  53. color:#6F4E37;
  54. }
  55.  
  56. #navigation{
  57. float:left;
  58. left:90px;
  59. top:174px;
  60. position:fixed;
  61. }
  62.  
  63. #navigation a{
  64. width:40px;
  65. height:40px;
  66. line-height:40px;
  67. background:#000000;
  68. color:#ffffff;
  69. display:block;
  70. text-align:center;
  71. margin-bottom:1px;
  72. font-size:8px;
  73. }
  74.  
  75. #navigation a:hover{
  76. background:transparent;
  77. color:#000;
  78. text-decoration:line-through;
  79. -webkit-transition:all 0.5s ease;
  80. -moz-transition:all 0.5s ease;
  81. -o-transition:all 0.5s ease;
  82. }
  83.  
  84. #image{
  85. float:left;
  86. left:140px;
  87. top:164px;
  88. border:1px solid 000;
  89. z-index:2;
  90. height:350px;
  91. width:180px;
  92. background-color:#fff;
  93. background-image:url("http://auto.img.v4.skyrock.net/7670/82937670/pics/3174764785_1_23_vr26i9U8.gif");
  94. background-position:30% 25%;
  95. background-repeat:no-repeat;
  96. background-size:260px;
  97. position:fixed;
  98. }
  99.  
  100. #textbox{
  101. float:left;
  102. border:solid 1px #000;
  103. position:fixed;
  104. left:330px;
  105. top:164px;
  106. width:260px;
  107. height:350px;
  108. background-color:#fff;
  109. overflow:hidden;
  110. }
  111.  
  112. #text{
  113. padding:5px;
  114. height:350px;
  115. width:250px;
  116. color:#000;
  117. font-family:Century Gothic;
  118. font-size:11px;
  119. text-align:justify;
  120. overflow-y:auto;
  121. }
  122.  
  123.  
  124. #r1{
  125. position:fixed;
  126. top:0px;
  127. left:0px;
  128. }
  129.  
  130. #r2{
  131. position:fixed;
  132. bottom:0px;
  133. right:0px;
  134. }
  135.  
  136.  
  137. /*- THE PARTS GRANDMASTER JOOL ADDED. -*/
  138.  
  139.  
  140. .one{
  141. float: left;
  142. position:fixed;
  143. left: -630px;
  144. top: 164px;
  145. width: 500px;
  146. height: 340px;
  147. border: 2px solid transparent;
  148. border-radius: 5px;
  149. /* border: 1px solid #000; */
  150. opacity: 0;
  151. padding: 2px;
  152. -webkit-transition:all 0.5s ease;
  153. -moz-transition:all 0.5s ease;
  154. -o-transition:all 0.5s ease;
  155. }
  156.  
  157. .one:target{
  158. position: fixed;
  159. left: 330px;
  160. top: 164px;
  161. opacity: 1;
  162. -webkit-transition:all 0.5s ease;
  163. -moz-transition:all 0.5s ease;
  164. -o-transition:all 0.5s ease;
  165. }
  166.  
  167. .two{
  168. float: left;
  169. position:fixed;
  170. left: -630px;
  171. top: 164px;
  172. width: 200px;
  173. height: 340px;
  174. border-radius: 5px;
  175. border: 1px solid #000;
  176. opacity: 0;
  177. padding: 2px;
  178. -webkit-transition:all 0.5s ease;
  179. -moz-transition:all 0.5s ease;
  180. -o-transition:all 0.5s ease;
  181. }
  182.  
  183. .two:target{
  184. position: fixed;
  185. left: 330px;
  186. top: 164px;
  187. opacity: 1;
  188. -webkit-transition:all 0.5s ease;
  189. -moz-transition:all 0.5s ease;
  190. -o-transition:all 0.5s ease;
  191. }
  192.  
  193.  
  194. td.top1{
  195. color: #FFF;
  196. font-family: tahoma;
  197. font-size: 10px;
  198. font-weight: bolder;
  199. border-radius: 5px;
  200. background-color: #0078e8;
  201. padding: 5px;
  202. text-align: center;
  203. width: 100px;
  204. height: 15px;
  205. line-height: 15px;
  206. -webkit-transition:all 0.5s ease;
  207. -moz-transition:all 0.5s ease;
  208. -o-transition:all 0.5s ease;
  209. }
  210.  
  211. td.bottom1{
  212. color: #FFF;
  213. font-family: tahoma;
  214. font-size: 10px;
  215. border-radius: 5px;
  216. background-color: #000;
  217. padding: 5px;
  218. text-align: center;
  219. width: 100px;
  220. height: 15px;
  221. line-height: 15px;
  222. -webkit-transition:all 0.5s ease;
  223. -moz-transition:all 0.5s ease;
  224. -o-transition:all 0.5s ease;
  225. }
  226.  
  227. td.top2{
  228. color: #FFF;
  229. font-family: tahoma;
  230. font-size: 10px;
  231. font-weight: bolder;
  232. border-radius: 5px;
  233. background-color: #0078e8;
  234. padding: 5px;
  235. text-align: center;
  236. width: 150px;
  237. height: 15px;
  238. line-height: 15px;
  239. -webkit-transition:all 0.5s ease;
  240. -moz-transition:all 0.5s ease;
  241. -o-transition:all 0.5s ease;
  242. }
  243.  
  244. td.bottom2{
  245. color: #FFF;
  246. font-family: tahoma;
  247. font-size: 10px;
  248. border-radius: 5px;
  249. background-color: #000;
  250. padding: 5px;
  251. text-align: center;
  252. width: 150px;
  253. height: 15px;
  254. line-height: 15px;
  255. -webkit-transition:all 0.5s ease;
  256. -moz-transition:all 0.5s ease;
  257. -o-transition:all 0.5s ease;
  258. }
  259.  
  260. td.topab{
  261. color: #FFF;
  262. font-family: tahoma;
  263. font-size: 10px;
  264. font-weight: bolder;
  265. border-radius: 5px;
  266. background-color: #0078e8;
  267. padding: 5px;
  268. text-align: center;
  269. width: 500px;
  270. height: 15px;
  271. line-height: 15px;
  272. -webkit-transition:all 0.5s ease;
  273. -moz-transition:all 0.5s ease;
  274. -o-transition:all 0.5s ease;
  275. }
  276.  
  277. td.bottomab{
  278. color: #FFF;
  279. font-family: tahoma;
  280. font-size: 10px;
  281. border-radius: 5px;
  282. background-color: #000;
  283. padding: 5px;
  284. text-align: center;
  285. width: 166px;
  286. height: 15px;
  287. line-height: 15px;
  288. -webkit-transition:all 0.5s ease;
  289. -moz-transition:all 0.5s ease;
  290. -o-transition:all 0.5s ease;
  291. }
  292.  
  293.  
  294. td.topa{
  295. color: #FFF;
  296. font-family: tahoma;
  297. font-size: 10px;
  298. font-weight: bolder;
  299. border-radius: 5px;
  300. background-color: #0078e8;
  301. padding: 5px;
  302. text-align: center;
  303. width: 50px;
  304. height: 15px;
  305. line-height: 15px;
  306. -webkit-transition:all 0.5s ease;
  307. -moz-transition:all 0.5s ease;
  308. -o-transition:all 0.5s ease;
  309. }
  310. td.bottomb{
  311. color: #FFF;
  312. font-family: tahoma;
  313. font-size: 10px;
  314. border-radius: 5px;
  315. background-color: #000;
  316. padding: 5px;
  317. text-align: center;
  318. width: 50px;
  319. height: 15px;
  320. line-height: 15px;
  321. -webkit-transition:all 0.5s ease;
  322. -moz-transition:all 0.5s ease;
  323. -o-transition:all 0.5s ease;
  324. }
  325.  
  326. table.stats{
  327. float: right;
  328. margin-top: 0px;
  329. margin-right: 0px;
  330. display: inline-block;
  331. height: 55px;
  332. width: 200px;
  333. background-color: #222222;
  334. border-radius: 5px;
  335. }
  336.  
  337. table.stats2{
  338. margin-top: 1px;
  339. display: inline-block;
  340. height: 10px;
  341. width: 300px;
  342. background-color: #222222;
  343. border-radius: 5px;
  344. }
  345.  
  346. td.stats{
  347. font-family: arial;
  348. font-size: 8px;
  349. color: #999;
  350. height: 5px;
  351. width: 80px;
  352. text-align: justify;
  353. margin: 0px;
  354. }
  355.  
  356. td.statsb{
  357. font-weight:bold;
  358. font-family: arial;
  359. width: 20px;
  360. font-size: 8px;
  361. color: #FFF;
  362. text-align: left;
  363. }
  364.  
  365. img.icon{
  366. float: right;
  367. margin: 10px;
  368. height: 150px;
  369. width: 150px;
  370. border: 5px solid rgba(0,0,0,0.5);
  371. }
  372.  
  373.  
  374.  
  375. </style>
  376. <div id="r2"><img src="http://i.picpar.com/Tr0b.png"></img></div>
  377.  
  378. <div id="navigation">
  379. <a href="#1">01</a>
  380. <a href="#2">02</a>
  381. <a href="#3">03</a>
  382. <a href="#4">04</a>
  383. <a href="#5">05</a>
  384. </div>
  385.  
  386. <div id="image">
  387. </div>
  388.  
  389.  
  390. <div id="1" class="one">
  391. <table>
  392. <tr>
  393. <td class="topab">Daichi Shijima</td>
  394. </tr>
  395. </table>
  396. <table>
  397. <tr>
  398. <td class="bottom1">Stability</td><Td class="bottom1">Eighteen</td> <td class="bottom1">5'7</td><td class="bottom1">126 lbs</td><td class="bottom1">Tokyo</td></tr>
  399. </table>
  400.  
  401. <table style="float:left;">
  402. <tr><td class="top1">RACE</td><td class="topa">LEVEL</td><td class="topa">HP</td><Td class="topa">MP</td>
  403. </tr>
  404. <tr><td class="bottom1">Human</td><td class="bottomb">53</td><td class="bottomb">409</td><Td class="bottomb">151</td></tr></table>
  405.  
  406. <table class="stats">
  407. <tr>
  408. <td class="stats">Strength</td><td class="statsb">21</td>
  409. <td class="stats">Magic</td><td class="statsb">13</td>
  410. <td class="stats">Vitality</td><td class="statsb">13</td>
  411. <td class="stats">Agility</td><td class="statsb">22</td>
  412. </tr>
  413. </table>
  414.  
  415. <table>
  416. <tr>
  417. <td class="top2">Racial / Auto Skill</td><td class="topa">Phys</td><td class="topa">Fire</td>
  418. <td class="topa">Ice</td>
  419. <td class="topa">Elec</td>
  420. <td class="topa">Force</td>
  421. <td class="topa">Curse</td>
  422. </tr>
  423. <tr>
  424. <td class="bottom2">Debilitate</td>
  425. <Td class="bottomb">-</td>
  426. <Td class="bottomb">Resist</td>
  427. <Td class="bottomb">Resist</td>
  428. <Td class="bottomb">Resist</td>
  429. <Td class="bottomb">Resist</td>
  430. <Td class="bottomb">Resist</td>
  431. </tr>
  432. </table>
  433.  
  434. <table><tr><td class="topab">Command Skills</td></tr></table>
  435. <table><tr><td class="bottomab">Multi-Hit</td><td class="bottomab">Nigayomogi</td><td class="bottomab">Bufudyne</td></tr></table>
  436. <table><tr><td class="topab">Passive Skills</td></tr></table>
  437. <table><tr><td class="bottomab">Anti-Most</td><td class="bottomab">Endure</td><td class="bottomab">Pierce</td></tr></table>
  438.  
  439. </div>
  440.  
  441.  
  442. <div id="2" class="one">
  443. <table><td class="topab">Black Frost</td></table>
  444. <img src="http://i62.tinypic.com/rs94lw.jpg" class="icon">
  445. <table class="stats2">
  446. <tr>
  447. <td class="stats">STRENGTH</td><td class="statsb">27</td>
  448. <td class="stats">MAGIC</td><td class="statsb">27</td>
  449. <td class="stats">VITALITY</td><td class="statsb">22</td>
  450. <td class="stats">AGILITY</td><td class="statsb">20</td>
  451. </tr>
  452. </table>
  453. <table>
  454. <tr><td class="top1">RACE</td><td class="topa">LEVEL</td><td class="topa">HP</td><Td class="topa">MP</td>
  455. </tr>
  456. <tr><td class="bottom1">Jaki</td><td class="bottomb">80</td><td class="bottomb">510</td><Td class="bottomb">353</td></tr></table>
  457.  
  458.  
  459. <table>
  460. <tr>
  461. <td class="top2">Racial / Auto Skill</td><td class="topa">Phys</td><td class="topa">Fire</td>
  462. <td class="topa">Ice</td>
  463. <td class="topa">Elec</td>
  464. <td class="topa">Force</td>
  465. <td class="topa">Curse</td>
  466. </tr>
  467. <tr>
  468. <td class="bottom2">Evil Bind</td>
  469. <Td class="bottomb">-</td>
  470. <Td class="bottomb">Reflect</td>
  471. <Td class="bottomb">Reflect</td>
  472. <Td class="bottomb">-</td>
  473. <Td class="bottomb">-</td>
  474. <Td class="bottomb">-</td>
  475. </tr>
  476. </table>
  477.  
  478. <table><tr><td class="topab">Command Skills</td></tr></table>
  479. <table><tr><td class="bottomab">Mabufudyne</td><td class="bottomab">Agidyne</td><td class="bottomab">Ice Dance</td></tr></table>
  480. <table><tr><td class="topab">Passive Skills</td></tr></table>
  481. <table><tr><td class="bottomab">Fire Repel</td><td class="bottomab">Ice Repel</td><td class="bottomab">Ice Amp</td></tr></table>
  482. </div>
  483.  
  484. <div id="3" class="one">
  485. <table><td class="topab">Seiten Taisei</td></table>
  486. <img src="http://i60.tinypic.com/2ppld2d.jpg" class="icon">
  487. <table class="stats2">
  488. <tr>
  489. <td class="stats">STRENGTH</td><td class="statsb">23</td>
  490. <td class="stats">MAGIC</td><td class="statsb">10</td>
  491. <td class="stats">VITALITY</td><td class="statsb">17</td>
  492. <td class="stats">AGILITY</td><td class="statsb">19</td>
  493. </tr>
  494. </table>
  495. <table>
  496. <tr><td class="top1">RACE</td><td class="topa">LEVEL</td><td class="topa">HP</td><Td class="topa">MP</td>
  497. </tr>
  498. <tr><td class="bottom1">Omega</td><td class="bottomb">52</td><td class="bottomb">462</td><Td class="bottomb">93</td></tr></table>
  499.  
  500.  
  501. <table>
  502. <tr>
  503. <td class="top2">Racial / Auto Skill</td><td class="topa">Phys</td><td class="topa">Fire</td>
  504. <td class="topa">Ice</td>
  505. <td class="topa">Elec</td>
  506. <td class="topa">Force</td>
  507. <td class="topa">Curse</td>
  508. </tr>
  509. <tr>
  510. <td class="bottom2">Asura Karma</td>
  511. <Td class="bottomb">Null</td>
  512. <Td class="bottomb">-</td>
  513. <Td class="bottomb">-</td>
  514. <Td class="bottomb">-</td>
  515. <Td class="bottomb">-</td>
  516. <Td class="bottomb">Strong</td>
  517. </tr>
  518. </table>
  519.  
  520. <table><tr><td class="topab">Command Skills</td></tr></table>
  521. <table><tr><td class="bottomab">Multi-Strike</td><td class="bottomab">Weak Kill</td><td class="bottomab">Mow Down</td></tr></table>
  522. <table><tr><td class="topab">Passive Skills</td></tr></table>
  523. <table><tr><td class="bottomab">Null-Phys</td><td class="bottomab">Phys Amp</td><td class="bottomab">Ares Aid</td></tr></table>
  524. </div>
  525.  
  526.  
  527. <div id="4" class="two">
  528.  
  529. OUT OF CHARACTER
  530. <li>Shin Megami Tensei RP preferred.
  531. <li>PM friendly.
  532. <li>RP friendly.
  533. <li>Para/mirror poster.
  534. <li>Skype available upon request.
  535. <li>Long-term loved.
  536. <li>Trolling won't be tolerated.
  537. <li>Please try to be literate.
  538. <li>Code isn't for snatching.
  539.  
  540.  
  541. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement