Rahzgul

Kratos Code. You're welcome.

Aug 13th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.48 KB | None | 0 0
  1. <SCRIPT>
  2. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  3.  
  4. <!-------MUSIC PLAYER BY GLENTHEMES------->
  5. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  6. </SCRIPT>
  7.  
  8. <STYLE>
  9. @import url('https://fonts.googleapis.com/css2?family=Caesar+Dressing&display=swap');
  10. @import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
  11. @import url('https://fonts.googleapis.com/css2?family=Overlock+SC&display=swap');
  12. @import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');
  13. @import url('https://fonts.googleapis.com/css2?family=Lexend+Zetta&display=swap');
  14.  
  15. body {background: #000; overflow:hidden;}
  16. ::-webkit-scrollbar {display:none}
  17.  
  18. /*INTRO*/
  19.  
  20. .open {
  21. position:fixed;
  22. top:0px;
  23. bottom:0px;
  24. left:0px;
  25. right:0px;
  26. margin:auto;
  27. width:300px;
  28. height:200px;
  29. z-index:9999;
  30. text-align:center;
  31. color:#FFF;
  32. }
  33. img.opensesame {
  34. opacity:0.3;
  35. width:150px;
  36. -webkit-filter: grayscale(100%);
  37. transition: all 0.9s ease-in-out;
  38. }
  39. img.opensesame:hover {
  40. opacity:1;
  41. -webkit-filter: grayscale(0%);
  42. transition: all 0.9s ease-in-out;
  43. }
  44.  
  45. /*STATS*/
  46.  
  47. #stats {
  48. opacity: 0.0;
  49. position:fixed;
  50. bottom:0px; top:0px;
  51. left:0px; right:0px;
  52. width:100%; height:100%;
  53. margin:auto;
  54. background-color:#010101;
  55. z-index: 0;
  56. overflow:hidden;
  57. transition: all 0.9s ease-in-out;
  58. }
  59. #stats:target {
  60. opacity:1;
  61. overflow:hidden;
  62. z-index:99999999;
  63. transition: all 0.9s ease-in-out;
  64. }
  65. .stsbck {
  66. position:fixed; top:0px; bottom:0px;
  67. left:0px; right:0px; margin:auto;
  68. width:1300px; height:650px; opacity:0.5;
  69. -webkit-filter: grayscale(70%);
  70. background-image: url('https://i.imgur.com/pHrB68k.jpg');
  71. background-attachment: fixed;
  72. background-position: center;
  73. background-repeat: no-repeat;
  74. background-size:cover;
  75. border:1px solid #FFF;
  76. }
  77. .stscont {
  78. position:fixed;
  79. top:0px; bottom:0px;
  80. left:0px; right:0px;
  81. margin:auto;
  82. width:550px;
  83. height:460px;
  84. z-index:999;
  85. }
  86. .stsKface {
  87. position:fixed;
  88. float:left;
  89. margin-top:0px;
  90. opacity:0.8;
  91. border:5px solid #D2CCD6;
  92. box-shadow:-5px 5px 5px #111;
  93. }
  94. .stsKface img {
  95. height:450px;
  96. }
  97. .stsAface {
  98. float:right;
  99. margin-top:0px;
  100. opacity:0.8;
  101. border:5px solid #D2CCD6;
  102. box-shadow:5px 5px 5px #111;
  103. }
  104. .stsAface img {
  105. height:450px;
  106. }
  107. .stsKleft {
  108. position:absolute;
  109. float:left;
  110. margin-top:20px;
  111. z-index:999;
  112. margin-left:22px;
  113. padding:20px;
  114. width:170px;
  115. height:370px;
  116. border:1px solid #FFF;
  117. opacity:0.9;
  118. color:transparent;
  119. text-align:left;
  120. text-shadow:1px 1px 0 transparent;
  121. transition: all 0.9s ease-in-out;
  122. }
  123. .stsKleft:hover {
  124. opacity:0.9;
  125. color:#AAABB4;
  126. text-shadow:1px 1px 0 #000;
  127. transition: all 0.9s ease-in-out;
  128. }
  129. .stsAright {
  130. position:fixed;
  131. float:right;
  132. margin-top:20px;
  133. z-index:999;
  134. margin-left:313px;
  135. padding:20px;
  136. width:170px;
  137. height:370px;
  138. border:1px solid #FFF;
  139. opacity:0.9;
  140. color:transparent;
  141. text-align:right;
  142. text-shadow:1px 1px 0 transparent;
  143. transition: all 0.9s ease-in-out;
  144. }
  145. .stsAright:hover {
  146. opacity:0.9;
  147. color:#AAABB4;
  148. text-shadow:1px 1px 0 #000;
  149. transition: all 0.9s ease-in-out;
  150. }
  151. .stsqtcont {
  152. position:fixed;
  153. top:0px; bottom:0px;
  154. left:0px; right:0px;
  155. margin:auto;
  156. width:1300px;
  157. height:400px;
  158. z-index:99;
  159. }
  160. .stsAXE {
  161. position:fixed;
  162. float:left;
  163. margin-top:0px;
  164. margin-left:130px;
  165. opacity:0.6;
  166. -ms-transform: rotate(-50deg);
  167. -webkit-transform: rotate(-50deg);
  168. transform: rotate(-50deg);
  169. }
  170. .stsAXE img {
  171. height: 350px;
  172. }
  173. .stsBOW {
  174. float:right;
  175. margin-top:-10px;
  176. opacity:0.6;
  177. margin-right:150px;
  178. -ms-transform: rotate(50deg);
  179. -webkit-transform: rotate(50deg);
  180. transform: rotate(50deg);
  181. }
  182. .stsBOW img {
  183. height: 360px;
  184. }
  185. .stsqtK {
  186. position:fixed;
  187. margin-left:40px;
  188. margin-top:70px;
  189. width:300px;
  190. text-align:center;
  191. }
  192. .stsqtA {
  193. position:fixed;
  194. float:right;
  195. margin-left:965px;
  196. margin-top:60px;
  197. width:300px;
  198. text-align:center;
  199. }
  200. img.miniqtK {
  201. width:45px;
  202. height:45px;
  203. margin-left:5px;
  204. border:5px solid #AAA;
  205. opacity:0.7;
  206. -webkit-filter: grayscale(70%);
  207. }
  208. img.miniqtA {
  209. width:45px;
  210. height:45px;
  211. margin-left:5px;
  212. margin-bottom:-68px;
  213. border:5px solid #fff;
  214. opacity:0.7;
  215. -webkit-filter: grayscale(70%);
  216. }
  217. .stsqtcont h1 {
  218. font-family: 'Caesar Dressing', cursive;
  219. font-weight:300;
  220. font-size:90px;
  221. color:#ACACAC;
  222. text-shadow:2px 2px 0 #4A4A4A;
  223. }
  224. .stsqtcont h2 {
  225. margin-top:-60px;
  226. font-size:20px;
  227. color:4A4A4A;
  228. font-family: 'Overlock SC', cursive;
  229. line-height:17px;
  230. }
  231. a.white {
  232. text-decoration:none;
  233. color:#fff;
  234. font-size:12px;
  235. font-family: 'Lexend Zetta', sans-serif;
  236. text-transform:uppercase;
  237. font-style:italic;
  238. border-bottom:1px solid #FFF;
  239. transition: all 0.9s ease-in-out;
  240. }
  241. a.white:hover {
  242. color:4A4A4A;
  243. transition: all 0.9s ease-in-out;
  244. }
  245.  
  246. /*STORY*/
  247.  
  248. #story {
  249. opacity: 0.0;
  250. position:fixed;
  251. bottom:0px; top:0px;
  252. left:0px; right:0px;
  253. width:100%; height:100%;
  254. margin:auto;
  255. background-color:#010101;
  256. z-index: 0;
  257. overflow:hidden;
  258. transition: all 0.9s ease-in-out;
  259. }
  260. #story:target {
  261. opacity:1;
  262. overflow:hidden;
  263. z-index:99999999;
  264. transition: all 0.9s ease-in-out;
  265. }
  266. .stobck {
  267. position:fixed; top:0px; bottom:0px;
  268. left:0px; right:0px; margin:auto;
  269. width:1300px; height:650px; opacity:1;
  270. -webkit-filter: grayscale(0%);
  271. background-image: url('https://i.imgur.com/rFSKglI.jpg');
  272. background-attachment: fixed;
  273. background-position: center;
  274. background-repeat: no-repeat;
  275. background-size:cover;
  276. border:1px solid #CBDBEA;
  277. }
  278. .stocontainer {
  279. position:fixed;
  280. top:0px; bottom:0px;
  281. left:0px; right:0px;
  282. margin:auto;
  283. width:1200px;
  284. height:600px;
  285. }
  286. .stobox1 {
  287. position:absolute;
  288. float:left;
  289. margin-top:0px;
  290. left:0px;
  291. padding:50px;
  292. height:500px;
  293. width:237px;
  294. background-color:#111;
  295. color:transparent;
  296. color:#fff;
  297. opacity:0.7;
  298. transition: all 0.9s ease-in-out;
  299. }
  300. .stobox1:hover {
  301. opacity:0.9;
  302. transition: all 0.9s ease-in-out;
  303. }
  304. img.avi {
  305. margin-left:-50px;
  306. margin-top:-50px;
  307. height:600px;
  308. opacity:0.1;
  309. }
  310. .stosto {
  311. position:fixed;
  312. margin-top:-375px;
  313. width:215px;
  314. opacity:1;
  315. padding:10px;
  316. text-align:justify;
  317. font-size:7px;
  318. letter-spacing:1px;
  319. text-transform:uppercase;
  320. font-family: 'GFS Didot', serif;
  321. z-index:9999;
  322. }
  323. .stostobo {
  324. margin-top:-180px;
  325. margin-left:-50px;
  326. text-align:center;
  327. opacity:0.2;
  328. width:334px;
  329. }
  330. .stosto i {
  331. color:#CCAB5E;
  332. font-size:12px;
  333. text-transform:lowercase;
  334. }
  335. .stosto b {
  336. color:#778CA1;
  337. }
  338. .athenaquote h1 {
  339. font-size:6px;
  340. text-align:right;
  341. letter-spacing:2px;
  342. text-transform:uppercase;
  343. font-family: 'Lexend Zetta',
  344. sans-serif;
  345. border-bottom:1px solid #FFF;
  346. padding:10px;
  347. }
  348. .athenaquote h2 {
  349. text-align:left;
  350. font-size:9px;
  351. text-transform:uppercase;
  352. letter-spacing:10px;
  353. }
  354. .athenaquote {
  355. margin-left:710px;
  356. margin-top:480px;
  357. width:450px;
  358. color:#FFF;
  359. opacity:1;
  360. padding:10px;
  361. transition: all 0.9s ease-in-out;
  362. }
  363. .athenaquote:hover {
  364. background-color:#000;
  365. opacity:0.6;
  366. transition: all 0.9s ease-in-out;
  367. }
  368. .stonext {
  369. margin-top:-20px;
  370. float:right;
  371. }
  372. .stonext a {
  373. text-decoration:none;
  374. color:#888;
  375. font-style:italic;
  376. font-size:15px;
  377. }
  378. .stonext a:hover {
  379. color:CCAB5E;
  380. }
  381.  
  382.  
  383. /*SKILLS*/
  384.  
  385. #skills {
  386. opacity: 0.0;
  387. position:fixed;
  388. bottom:0px; top:0px;
  389. left:0px; right:0px;
  390. width:100%; height:100%;
  391. margin:auto;
  392. background-color:#010101;
  393. z-index: 0;
  394. overflow:hidden;
  395. transition: all 0.9s ease-in-out;
  396. }
  397. #skills:target {
  398. opacity:1;
  399. overflow:hidden;
  400. z-index:99999999;
  401. transition: all 0.9s ease-in-out;
  402. }
  403. a.blue {
  404. text-decoration:none;
  405. border-bottom:1px solid #FFF;
  406. padding:5px;
  407. color:#4CEFF4;
  408. font-size:18px;
  409. opacity:0.8;
  410. font-style:italic;
  411. transition: all 0.9s ease-in-out;
  412. }
  413. a.blue:hover {
  414. color:#FFF;
  415. opacity:1;
  416. transition: all 0.9s ease-in-out;
  417. }
  418. .skillscontainer {
  419. position:fixed;
  420. bottom:0px; top:0px;
  421. left:0px; right:0px;
  422. margin:auto;
  423. width:1300px; height:650px;
  424. background-image: url('https://i.imgur.com/L0bUYEp.jpg');
  425. border:1px solid #4CEFF4;
  426. background-position: center;
  427. background-repeat: no-repeat;
  428. background-size:cover;
  429. }
  430. .skillavibox {
  431. margin-left:660px;
  432. margin-top:100px;
  433. width:440px;
  434. height:520px;
  435. padding:40px;
  436. text-align:center;
  437. }
  438. img.la {
  439. margin-top:2px;
  440. margin-bottom:2px;
  441. height:55px;
  442. width:55px;
  443. opacity:0.3;
  444. transition: all 0.9s ease-in-out;
  445. }
  446. img.la:hover {
  447. opacity:1;
  448. transition: all 0.9s ease-in-out;
  449. }
  450. a.weapon span {
  451. position:fixed;
  452. top:0px;
  453. bottom:0px;
  454. left:0px;
  455. right:0px;
  456. margin:auto;
  457. height:600px;
  458. width:1200px;
  459. display:none;
  460. z-index:100;
  461. }
  462. a.weapon:hover span {
  463. margin-left:300px;
  464. display:block;
  465. padding:25px;
  466. width:420px;
  467. height:548px;
  468. background-color:#000;
  469. opacity:0.8;
  470. color:#FFF;
  471. text-align:justify;
  472. }
  473. .skillscontainer b {
  474. color: #8CF9F6;
  475. }
  476. .skillscontainer h1 {
  477. margin-top:0px;
  478. font-family: times;
  479. text-transform:uppercase;
  480. text-align:center;
  481. font-size:40px;
  482. color:#555;
  483. }
  484. .skillscontainer h2 {
  485. margin-top:-30px;
  486. font-family: 'Lexend Zetta', sans-serif;
  487. text-transform:uppercase;
  488. font-size:5px;
  489. letter-spacing:2px;
  490. }
  491. img.skillevi {
  492. margin-left:-20px;
  493. margin-top:-520px;
  494. width:450px;
  495. opacity:0.3;
  496. }
  497. img.skillshield {
  498. margin-left:-20px;
  499. margin-top:-265px;
  500. width:450px;
  501. opacity:0.3;
  502. }
  503. img.skillsblades {
  504. margin-left:-20px;
  505. margin-top:-100px;
  506. width:450px;
  507. opacity:0.3;
  508. }
  509. img.skillsbow {
  510. margin-left:-20px;
  511. margin-top:-298px;
  512. width:458px;
  513. opacity:0.1;
  514. }
  515. p {
  516. background-color:#111;
  517. padding:5px;
  518. margin-top:2px;
  519. margin-bottom:2px;
  520. text-transform:uppercase;
  521. font-family:arial;
  522. font-size:9px;
  523. }
  524. .skillscontainer i {
  525. color:#FFF;
  526. background-color:#0C5B58;
  527. text-transform:uppercase;
  528. font-family:arial;
  529. }
  530.  
  531.  
  532. /*FRIENDS*/
  533.  
  534. #friends {
  535. opacity: 0.0;
  536. position:fixed;
  537. bottom:0px; top:0px;
  538. left:0px; right:0px;
  539. width:100%; height:100%;
  540. margin:auto;
  541. background-color:#fff;
  542. z-index: 0;
  543. overflow:hidden;
  544. transition: all 0.9s ease-in-out;
  545. }
  546. #friends:target {
  547. opacity:1;
  548. overflow:hidden;
  549. z-index:99999999;
  550. transition: all 0.9s ease-in-out;
  551. }
  552. .contactsbck {
  553. position:fixed;
  554. bottom:0px; top:0px;
  555. left:0px; right:0px;
  556. margin:auto;
  557. width:1200px; height:660px;
  558. background-color:#000;
  559. background-image: url('https://i.imgur.com/b0u12xQ.jpg?2');
  560. background-position: center;
  561. background-repeat: no-repeat;
  562. background-size:cover;
  563. border:1px solid #FFF;
  564. }
  565. .contactscontainer {
  566. position:fixed;
  567. bottom:0px; top:0px;
  568. left:0px; right:0px;
  569. margin:auto;
  570. width:800px;
  571. height:600px;
  572. opacity:1;
  573. border:1px solid #FFF;
  574. background-color:transparent;
  575. }
  576. .contactslore {
  577. float:left;
  578. margin-top:0px;
  579. margin-left:0px;
  580. margin-bottom:10px;
  581. width:300px; height:200px;
  582. background-color:#FFF;
  583. padding:50px;
  584. opacity:1;
  585. color:#555;
  586. font-size:11px;
  587. text-align:justify;
  588. }
  589. .contactslore2 {
  590. float:right;
  591. margin-top:20px;
  592. margin-right:19px;
  593. padding:10px;
  594. width:340px;
  595. height:240px;
  596. border-bottom: 1px solid #FFF;
  597. color:#FFF;
  598. text-align:center;
  599. }
  600. .contactsRPC {
  601. float:right;
  602. margin-right:0px;
  603. margin-top:19px;
  604. width:300px;
  605. height:200px;
  606. background-color:#FFF;
  607. padding:50px;
  608. opacity:1;
  609. color:#555;
  610. font-size:11px;
  611. text-align:justify;
  612. transition: all 0.9s ease-in-out;
  613. }
  614. .contactsRPC2 {
  615. margin-left:19px;
  616. margin-top:320px;
  617. padding:10px;
  618. width:340px;
  619. height:240px;
  620. color:#FFF;
  621. }
  622. .contactsRPC2box {
  623. height:200px;
  624. overflow:auto;
  625. margin-top:20px;
  626. }
  627. img.dragon {
  628. float:left;
  629. margin-left:-50px;
  630. margin-top:-50px;
  631. margin-right:20px;
  632. height:300px;
  633. }
  634. img.jor {
  635. float:right;
  636. margin-right:-50px;
  637. margin-top:-50px;
  638. margin-left:20px;
  639. height:300px;
  640. }
  641. .contactscontainer h1 {
  642. margin-top:-10px;
  643. font-size:18px;
  644. line-height:40px;
  645. text-align:center;
  646. font-family:georgia;
  647. letter-spacing:5px;
  648. }
  649. .contactscontainer h2 {
  650. margin-left:50px;
  651. font-family: georgia;
  652. background-color:#D2E2FB;
  653. color:#555;
  654. text-transform:lowercase;
  655. font-size:8px;
  656. border:1px solid #CCC;
  657. font-style:italic;
  658. padding:5px;
  659. }
  660. .contactscontainer h3 {
  661. text-align: right;
  662. margin-right:10px;
  663. font-family: 'Lexend Zetta', sans-serif;
  664. text-transform:uppercase;
  665. font-size:9px;
  666. letter-spacing:2px;
  667. }
  668. img.friend {
  669. float:left;
  670. height:90px;
  671. margin-right:5px;
  672. margin-left:0px;
  673. }
  674. img.conlore {
  675. height:110px;
  676. margin-top:1px; margin-bottom:1px;
  677. border:2px solid #FFF;
  678. -webkit-filter: grayscale(0%);
  679. transition: all 0.9s ease-in-out;
  680. }
  681. img.conlore:hover {
  682. -webkit-filter: grayscale(100%);
  683. transition: all 0.9s ease-in-out;
  684. }
  685. .friendbox {
  686. border:1px solid #FFF;
  687. text-align:justify;
  688. font-size:8px;
  689. letter-spacing:1px;
  690. text-transform:uppercase;
  691. height:90px;
  692. margin-bottom:10px;
  693. background-color:transparent;
  694. transition: all 0.9s ease-in-out;
  695. }
  696. .friendbox:hover {
  697. background-color:#FFF;
  698. transition: all 0.9s ease-in-out;
  699. color:#000;
  700. }
  701. a.navy {
  702. text-decoration:none;
  703. color:#0F2969;
  704. font-family: 'Lexend Zetta', sans-serif;
  705. text-transform:uppercase;
  706. }
  707. a.navy:hover {
  708. color:#FF0000;
  709. }
  710.  
  711. /*OOC*/
  712.  
  713. #ooc {
  714. opacity: 0.0;
  715. position:fixed;
  716. bottom:0px; top:0px;
  717. left:0px; right:0px;
  718. width:100%; height:100%;
  719. margin:auto;
  720. background-color:#000;
  721. z-index: 0;
  722. overflow:hidden;
  723. transition: all 0.9s ease-in-out;
  724. }
  725. #ooc:target {
  726. opacity:1;
  727. overflow:hidden;
  728. z-index:99999999;
  729. transition: all 0.9s ease-in-out;
  730. }
  731. .oocbck {
  732. position:fixed; top:0px; bottom:0px;
  733. left:0px; right:0px; margin:auto;
  734. width:1300px; height:650px; opacity:1;
  735. background-image: url('https://i.imgur.com/BSqDyMg.jpg');
  736. background-attachment: fixed;
  737. background-position: center;
  738. background-repeat: no-repeat;
  739. background-size:cover;
  740. }
  741. .oocontainer {
  742. position:fixed;
  743. top:0px; bottom:0px;
  744. left:0px; right:0px;
  745. margin:auto;
  746. width:1100px;
  747. height:500px;
  748. }
  749. .oocbox {
  750. float:right;
  751. margin-right:100px;
  752. margin-top:120px;
  753. height:400px;
  754. width:250px;
  755. color:#FFF;
  756. background-color:transparent;
  757. opacity:1;
  758. font-family: 'Lexend Zetta', sans-serif;
  759. transition: all 0.9s ease-in-out;
  760. text-transform:uppercase;
  761. text-align:justify;
  762. font-size:8px;
  763. }
  764. .oocbox h1 {
  765. text-align:center;
  766. text-transform:uppercase;
  767. border-bottom:1px solid #FFF;
  768. font-size:16px;
  769. }
  770. .oocbox b {
  771. background-color:#79362E;
  772. padding:1px;
  773. text-transform:uppercase;
  774. font-size:11px;
  775. letter-spacing:2px;
  776. font-size:6px;
  777. }
  778. a.bye {
  779. text-decoration:none;
  780. color:#FFF;
  781. border-bottom:1px solid #FFF;
  782. font-size:13px;
  783. font-family: 'Lexend Zetta', sans-serif;
  784. transition: all 0.9s ease-in-out;
  785. text-transform:uppercase;
  786. }
  787. a.bye:hover {
  788. color:#79362E;
  789. }
  790. .badbaby {
  791. margin-top:-450px;
  792. margin-left:-1260px;
  793. text-align:center;
  794. z-index:999;
  795. opacity:0.5;
  796. transition: all 0.9s ease-in-out;
  797. }
  798. .badbaby img{
  799. height:50px;
  800. }
  801. .badbaby:hover {
  802. opacity:1;
  803. transition: all 0.9s ease-in-out;
  804. }
  805. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  806. #glenplayer02 {
  807. position:fixed;
  808. bottom:20px;
  809. left:0px;
  810. right:0px;
  811. margin:auto;
  812. width:200px;
  813. text-align:center;
  814. display:flex;
  815. z-index:999999999;
  816. }
  817. #glenplayer02 a {text-decoration:none;}
  818. #glenplayer02 > div {
  819. align-self:center;
  820. -webkit-align-self:center;
  821. }
  822. .music-controls {
  823. user-select:none;
  824. -webkit-user-select:none;
  825. width:13px;
  826. font-size:13px;
  827. cursor:pointer;
  828. }
  829. .playy, .pausee {
  830. color:#590E15;} /* color of play & pause buttons */
  831. .pausee {display:none;}
  832. .sonata {
  833. margin-left:10px;
  834. color:#590E15; /* color of music note symbol */
  835. }
  836. .labeltext {
  837. margin-left:8px;
  838. font-family: times;
  839. font-size:10px;
  840. text-transform:uppercase;
  841. letter-spacing:1px;
  842. font-weight:bold;
  843. color:#333; /* color of song title */
  844. }
  845. </STYLE>
  846.  
  847. <BODY>
  848. <div class="open"><a href="#stats"><img src="https://i.imgur.com/9gXN0in.jpg" class="opensesame"></a></div>
  849.  
  850. <!-------MUSIC PLAYER BY GLENTHEMES------->
  851. <div id="glenplayer02">
  852. <div class="music-controls" onclick="if (!window.__cfRLUnblockHandlers) return false; songstart();" data-cf-modified-6c1879657ebab301f4b90e37-="">
  853. <div class="playy">►</div>
  854. <div class="pausee">❚❚</div>
  855. </div>
  856. <div class="sonata">♫</div>
  857. <div class="labeltext">click for ambience</div>
  858. </div><!--end music player-->
  859.  
  860. <audio id="tune" src="https://www.dropbox.com/s/9pbtqx0vv9w79xp/1.%20God%20of%20War%20%20God%20of%20War%20OST.mp3?dl=1" type="audio"></audio>
  861.  
  862.  
  863. <div class='stats'>
  864. <div id='stats'>
  865.  
  866. <div class="stsbck"></div>
  867.  
  868. <div class="stscont">
  869. <div class="stsKleft">
  870.  
  871. <font style="
  872. font-family:georgia;
  873. text-align:left;
  874. letter-spacing:-2px;
  875. text-transform:uppercase;
  876. font-style:italic;
  877. font-weight:bold;
  878. line-height:30px;
  879. font-size:30px;">
  880.  
  881. <br>
  882.  
  883. Demigod<br>
  884. Father <br>
  885. Widower <br>
  886. Spartan
  887. Male 6'7
  888. Hetero
  889.  
  890. </font>
  891.  
  892. <br><br>
  893.  
  894. <font style="
  895. font-size:10px;
  896. text-transform:uppercase;
  897. line-height:10px; color:#777;
  898. text-shadow:0 0 0;">
  899.  
  900. The Ghost of Sparta
  901. The God of War
  902. The Slave of the Gods
  903. The Fist of Ares
  904. The Marked Warrior
  905. Oathbreaker
  906. The Slayer of Gods
  907. Destroyer of Worlds
  908. Champion of the Gods
  909. Sinker of Atlantis
  910. Slayer of Ares
  911. Killer of Argos
  912. Lord Kratos
  913. Godslayer
  914.  
  915. </font>
  916.  
  917. </div>
  918.  
  919. <div class="stsAright">
  920.  
  921. <font style="
  922. font-family:georgia;
  923. text-align:left;
  924. letter-spacing:-2px;
  925. text-transform:uppercase;
  926. font-style:italic;
  927. font-weight:bold;
  928. line-height:30px;
  929. font-size:30px;">
  930.  
  931. <br>
  932.  
  933. Demigod
  934. Son 'Boy'<br>
  935. Male<br>
  936. Midgard <br>
  937. Jötunn <br>
  938. Loki
  939.  
  940. </font>
  941.  
  942.  
  943. </div>
  944.  
  945. <div class="stsKface"><img src="https://i.imgur.com/79hcfrp.jpg?2"></div>
  946. <div class="stsAface"><img src="https://i.imgur.com/QY4d4gS.jpg?2"></div>
  947. </div>
  948.  
  949. <div class="stsqtcont ">
  950.  
  951. <div class="stsAXE"><img src="https://i.imgur.com/Mv7Qozr.png"></div>
  952. <div class="stsBOW"><img src="https://i.imgur.com/67CNXcm.png?1"></div>
  953.  
  954. <div class="stsqtK">
  955.  
  956. <h1>kratos</h1>
  957.  
  958. <h2>We will be the gods we
  959. <font style="color:#DDD; font-style:italic;">choose</font> to be,
  960. not those who have been. Who I was is not who you will be.<br> We must be
  961. <font style="color:#DDD; font-style:italic;">better.</font></h2>
  962.  
  963. <img src="https://i.imgur.com/veFfN4E.gif" class="miniqtK">
  964. <img src="https://i.imgur.com/e0K5w94.gif" class="miniqtK">
  965. </div>
  966.  
  967. <div class="stsqtA">
  968.  
  969. <img src="https://i.imgur.com/AWMEe7S.gif" class="miniqtA">
  970. <img src="https://i.imgur.com/HmxZ5Zo.gif" class="miniqtA">
  971.  
  972. <h1>atreus</h1>
  973.  
  974. <h2>Is this what it is to be a <font style="color:#DDD; font-style:italic;">God?</font> <br>
  975. Is this how it always ends? <br> Sons killing their mothers... <br>
  976. their <font style="color:#DDD; font-style:italic;">fathers?</font></h2>
  977.  
  978. </div>
  979.  
  980. <div style="margin-left:150px; margin-top:480px;">
  981. <a href="#story" class="white">onward</a></div>
  982.  
  983. </div>
  984.  
  985.  
  986. </div></div>
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997. <div class='story'>
  998. <div id='story'>
  999.  
  1000. <div class="stobck"></div>
  1001.  
  1002. <div class="stocontainer">
  1003. <div class="stobox1">
  1004.  
  1005. <img src="https://i.imgur.com/G4ihzZb.jpg?1" class="avi">
  1006.  
  1007. <div class="stosto">
  1008. <font style="font-size:25px; font-style:italic; color:#7E6F36;">B</font>orn in Sparta,
  1009. <b>Kratos</b> was a respected soldier and <i>General</i>, up until he lost his <i>wife and daughter</i> when he <u>killed</u> them,
  1010. albeit by accident, under Ares' command, earning him the nickname of <b>"The Ghost of Sparta"</b>,
  1011. after which he renounced his service to the war god,
  1012. eventually killing him and ascending to <i>Godhood</i> before exacting <b>revenge</b> against his <b>father</b>,
  1013. the Olympians and the Titans who betrayed him.
  1014. <br><br>
  1015. After successfully exacting his vengeance,
  1016. Kratos escaped into the world of <i>Norse Gods</i> by settling down in <b>Midgard</b>
  1017. in Ancient Norway where he married another woman named <i>Faye</i> and bore a son named <b>Atreus</b> who together,
  1018. after the boy's mother’s death, would embark on a <u>journey</u> to spread her ashes at the highest peak of all the nine realms.
  1019. </div>
  1020.  
  1021. <div class="stostobo">
  1022.  
  1023. <img src="https://64.media.tumblr.com/df598a00d93312ac9a19f250f0505885/tumblr_p8607jR2uP1u18l8xo7_400.gif" width="334">
  1024.  
  1025. </div>
  1026. </div>
  1027.  
  1028. <div class="athenaquote">
  1029. <h1>There's nowhere you can hide, Spartan. <br>
  1030. Put as much distance between you and the truth as you want, it changes nothing.
  1031. Pretend to be everything you are not:
  1032. teacher, husband, father.
  1033. But there is one unavoidable truth you will never escape:
  1034. You cannot change.
  1035. You will always be a monster.
  1036. <h2>? I know. But I am your monster no longer</h2>
  1037.  
  1038. <div class="stonext">
  1039. <a href="#skills">next</a>
  1040. </div>
  1041.  
  1042. </div>
  1043. </div>
  1044.  
  1045.  
  1046. </div></div>
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073. <div class='skills'>
  1074. <div id='skills'>
  1075.  
  1076. <div class="skillscontainer">
  1077. <div class="skillavibox">
  1078.  
  1079.  
  1080. <a class="weapon">
  1081. <img src="https://i.imgur.com/FBmilR8.jpg?1" class="la">
  1082. <span>
  1083. <h1>Leviathan AXE</h1>
  1084. <h2>Forged by the <b>Huldra Brothers</b>, Sindri, and Brok, who also forged Thor's hammer, Mjölnir
  1085. this weapon was made to oppose the power of Mjölnir and inspired by the epic size of Jörmungandr,
  1086. Brok suggests the axe be named <i>Leviathan</i>.
  1087. According to Sindri when first meeting him,
  1088. the blade was made for and given to <b>Laufey</b>
  1089. who passed it on to her husband Kratos, before her death.</h2>
  1090.  
  1091. <p><i>Executioner's Cleave:</i> A brutal cleaving axe attack that deals massive damage.</p>
  1092. <p><i>Grinding Storm:</i> An axe attack that hits enemies multiple times and locks them down.</p>
  1093. <p><i>Pride of the Frost:</i> A Heavy Attack finisher at the end of the Light Attack Combo.</p>
  1094. <p><i>Freezing Burst:</i> A charged up variant of the heavy throw that causes an explosion on impact that inflicts Frost Damage.</p>
  1095. <p><i>Precision Throw Combo:</i> After landing a precision axe throw (weak points and headshots).</p>
  1096. <p><i>Frost Rush:</i> While sprinting, perform a leaping attack.</p>
  1097. <p><i>Permafrost:</i> Performs attacks in quick succession without sustaining damage to power up the Leviathan Axe and inflict Frost damage on every hit.</p>
  1098. <p><i>Whirling Storm:</i> While evading perform a quick axe attack.</p>
  1099. <p><i>Hunter-Killer:</i> Aim for several (3-5) for one single blow.</p>
  1100. <p><i>Precision Frost Burst:</i> Precision Throw which creates a massive explosion on impact.</p>
  1101. <p><i>Leviathan’s Fury:</i> While sprinting perform a massive leaping attack.</p>
  1102. <p><i>Glacial Permafrost:</i> Increases the amount of Permafrost gained on every successful axe hit.</p>
  1103. <p><i>Evasive Storm:</i> A quick boomerang throw.</p>
  1104. <p><i>Returning Whirlwind:</i> While Bare-Handed, instantly recall the Leviathan Axe and perform a powerful spinning attack.</p>
  1105. <p><i>Whirlwind Sweep:</i> Sweeping attack.</p>
  1106. <p><i>Whirlwind Throw:</i> A ranged attack.</p>
  1107. <p><i>Returning Storm:</i> While Bare-Handed, aim to instantly recall the Leviathan Axe and perform a powerful slam attack.</p>
  1108. <p><i>Whirlwind Fury:</i> Heavy ranged combo attack.</p>
  1109. <img src="https://i.imgur.com/0HZTmPQ.jpg?3" class="skillevi">
  1110. </span>
  1111. </a>
  1112.  
  1113. <a class="weapon">
  1114. <img src="https://i.imgur.com/wVFF2eh.jpg?1" class="la">
  1115. <span>
  1116. <h1>Guardian Shield</h1>
  1117. <h2>The Guardian Shield is a retractable shield present inside a <b>gauntlet</b> on Kratos' left arm.
  1118. It is used to parry and block enemy attacks and can also be used offensively in combination with the Blades of Chaos and Kratos' fists.
  1119. The Guardian Shield is a <b>gift</b> given to Kratos by his <b>beloved wife</b> on the anniversary of the night they met.</h2>
  1120.  
  1121. <p><i>Block Break:</i> Break an enemy’s block.</p>
  1122. <p><i>Countering Strike:</i> Alast-second block to counter the attack with a powerful shield strike.</p>
  1123. <p><i>Countering Crush:</i> A last second block to counter the attack with a shield slam.</p>
  1124. <p><i>Countering Blast:</i> Blocking a projectile attack at the last second absorbs the impact and redirects projectile back at the attacker.</p>
  1125. <p><i>Guardian Sweep:</i> While Bare-handed, sweep enemies off their feet and inflict a moderate amount of Stun damage.</p>
  1126. <p><i>Guardian’s Justice:</i> While Bare-Handed, preform a shield slam and inflict a moderate amount of Stun damage.</p>
  1127. <p><i>Guardian's Judgement:</i> after preforming the Guardian’s Justice shield slam to add a concussive blast to the attack that inflicts a massive amount of Stun damage on enemies.</p>
  1128. <p><i>Agile Strike:</i> While Bare-Handed and evading perform a quick attack.</p>
  1129. <p><i>Haymaker Crush:</i> While sprinting Bare-Handed, perform a powerful running haymaker attack.</p>
  1130. <p><i>Shoulder Barrage:</i> A powerful shoulder ram attack that sends enemies flying back.</p>
  1131. <p><i>Guardian’s Revenge:</i> Once in a new stance, preform a powerful uppercut followed with a slam attack.</p>
  1132. <p><i>Guardians Fury:</i> A leaping shield attack.</p>
  1133. <img src="https://i.imgur.com/NzQbAgo.png" class="skillshield">
  1134.  
  1135. </span>
  1136. </a>
  1137.  
  1138. <a class="weapon">
  1139. <img src="https://i.imgur.com/FBmilR8.jpg?1" class="la">
  1140. <span>
  1141. <h1>Blades of Chaos</h1>
  1142.  
  1143. <h2>"Forged in the foulest depths of Hades.
  1144. Once attached the blades remained so,
  1145. chained and seared to the flesh, a part of the bearer's body.
  1146. A permanent reminder of Kratos' <b>pledge.</b> ” - <i>Gaia</i>
  1147. Ares had the blades made for a servant who would prove worthy of his service.
  1148. The blades were the <b>first pair of chained blades that Kratos used</b>.</h2>
  1149.  
  1150. <p><i>Olympic Fury:</i> While Airborne, a quick combo that hits surrounding enemies.</p>
  1151. <p><i>Bravery of Hercules:</i> A powerful but slow overhead attack. </p>
  1152. <p><i>Olympic Ascension:</i> A powerful attack to launch enemies and jump into the air.</p>
  1153. <p><i>Plume of Prometheus:</i> A quick and powerful combo ending in an explosive finish. </p>
  1154. <p><i>Hyperion Charge:</i> A powerful sprint.</p>
  1155. <p><i>Hyperion Ram:</i> A powerful ram attack that sends enemies flying back. </p>
  1156. <p><i>Hyperion Slam:</i> A powerful ground slam that clears enemies. </p>
  1157. <p><i>Hyperion Uppercut:</i> A powerful punch that lifts enemies off the ground. </p>
  1158. <p><i>Orion's Harpoon: </i> Kratos throws out his chain to harpoon an opponent.</p>
  1159. <p><i>Spartan's Revenge:</i> A powerful counterattack when hit during this stance; Can also deflect back enemy projectiles. </p>
  1160. <p><i>Cyclone of Fury:</i> A flurry of hits that pushes enemies away.</p>
  1161. <p><i>Valor of Hercules:</i> A powerful but slow multiple hit combo with an explosive finish.</p>
  1162. <p><i>Olympic Ascension:</i> A powerful attack to launch enemies and jump into the air.</p>
  1163. <p><i>Falling Helios:</i> Kratos performs a powerful multi-hit attack in mid-air.</p>
  1164. <p><i>Athena's Wrath:</i> A powerful chain attack after evading.</p>
  1165. <p><i>Rising Helios:</i> Performs a powerful multi-hit attack after evading. </p>
  1166. <p><i>Apollo's Ascension:</i> Simultaneously launches Kratos and enemies into the air.</p>
  1167. <p><i>Athena's Blessing:</i> A Magic orb is released when Rage of the Gods is active.</p>
  1168. <p><i>Athena's Revenge:</i> Increase Stun amount delivered to enemies. </p>
  1169. <img src="https://i.imgur.com/8Ktoi8R.png" class="skillsblades">
  1170.  
  1171. </span>
  1172. </a>
  1173.  
  1174. <a class="weapon">
  1175. <img src="https://i.imgur.com/WpKqppW.jpg?1" class="la">
  1176. <span>
  1177. <h1>Talon Bow</h1>
  1178.  
  1179. <h2>The longbow was made out of a yew tree by <b>Atreus' mother</b>, who also taught him how to use it during their practice hunts.
  1180. She made it larger than usual so he could grow into it.
  1181. <br><br>
  1182. During the journey, the <i>Witch of the Woods</i> gives the bow a magical string that can be imbued with the light of <i>Alfheim</i>
  1183. to imbue its arrows with said light, which becomes useful in activating the Elves' light crystals to create <i>solid light bridges</i>.
  1184. Much later, Sindri uses a tooth of the recently slain <b>Hræzlyr</b> to imbue the string with the <i>Dragon's lightning power,</i>
  1185. which can also imbue its arrows with lightning.
  1186. <br><br>
  1187. Besides shooting arrows, Atreus can use the bow as a blunt weapon when he gains confidence in battle,
  1188. capable of knocking down, trampling and temporary holding his father's opponents.
  1189. It's also the only weapon that can use <i>Runic Summons</i>.
  1190. Besides assisting Kratos in combat, the Talon Bow's primary purpose is to distract the enemies.</h2>
  1191.  
  1192. <p><i>Nista:</i> The regular non-elemental arrow shots that can build up the enemies' stun meter.</p>
  1193. <p><i>Ljösta:</i> The light elemental arrow shots that can build up the enemies' stun meter much quicker. Further upgrading allows for large blasts of light that hurt nearby enemies.</p>
  1194. <p><i>Þruma:</i> The electric elemental arrow shots that can paralyse lesser enemies. Further upgrading allows for multiple enemies to receive electrical damage simultaneously.</p>
  1195. <img src="https://i.imgur.com/lbkJ3qx.jpg?2" class="skillsbow">
  1196.  
  1197. </span>
  1198. </a>
  1199.  
  1200.  
  1201. <div style="margin-left:400px; margin-top:300px;">
  1202. <a href="#friends" class="blue">next</a></div>
  1203.  
  1204. </div>
  1205. </div>
  1206.  
  1207. </div></div>
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231. <div class='friends'>
  1232. <div id='friends'>
  1233.  
  1234. <div class="contactsbck"></div>
  1235. <div class="contactscontainer">
  1236.  
  1237. <div class="contactslore">
  1238.  
  1239. <img src="https://i.imgur.com/C5oqOUj.gif" class="dragon">
  1240. <div style="margin-top:-20px; margin-left:60px;">
  1241. <h2>Me? I'm the greatest ambassador to the gods, the Giants, and all the creatures of the Nine Realms.
  1242. I know every corner of these lands, every language spoken, every war waged, every deal ever struck.
  1243. They call me… Mimir! —smartest man alive, and I have the answer to your every question.</h2>
  1244.  
  1245. <h2>Hahaha. And here I thought your kind were supposed to be so enlightened.
  1246. So much better than us. So much smarter. And yet here you hide out in the woods--like a coward.</h2>
  1247.  
  1248. <h2>I will rain down every agony, every violation imaginable, upon you...
  1249. I will parade your cold body from every corner, of every realm, and feed your soul to the vilest filth in Hel, that is my promise!</h2>
  1250. </div>
  1251.  
  1252. </div>
  1253.  
  1254. <div class="contactslore2">
  1255.  
  1256. <a target="_blank" href="https://godofwar.fandom.com/wiki/Mimir" target="_blank">
  1257. <img src="https://64.media.tumblr.com/9a3fd221ca21eece9df1b661d75d2009/tumblr_p7ly1hLerm1tgsz33o2_400.gif" class="conlore"></a>
  1258.  
  1259. <a target="_blank" href="https://godofwar.fandom.com/wiki/Baldur" target="_blank">
  1260. <img src="https://64.media.tumblr.com/27848edea829102bd306b9b1066732e9/tumblr_p7ly1hLerm1tgsz33o1_400.gif" class="conlore"></a>
  1261.  
  1262. <a target="_blank" href="https://godofwar.fandom.com/wiki/Freya" target="_blank">
  1263. <img src="https://64.media.tumblr.com/b5ab17f2cef9c6c0d7f60d89b1a9186c/tumblr_p7ly1hLerm1tgsz33o6_400.gif" class="conlore"></a>
  1264. <BR>
  1265. <a target="_blank" href="https://godofwar.fandom.com/wiki/Modi" target="_blank">
  1266. <img src="https://64.media.tumblr.com/6e0f4a75f1166a53dde8df2e40236014/tumblr_p7ly1hLerm1tgsz33o4_400.gif" class="conlore"></a>
  1267.  
  1268. <a target="_blank" href="https://godofwar.fandom.com/wiki/Magni" target="_blank">
  1269. <img src="https://64.media.tumblr.com/620c5fa0383cee4e86974e0b2679c045/tumblr_p7ly1hLerm1tgsz33o3_400.gif" class="conlore"></a>
  1270.  
  1271. <a target="_blank" href="https://godofwar.fandom.com/wiki/Thor" target="_blank">
  1272. <img src="https://64.media.tumblr.com/8941f204ea815c28dd50f6699f3a6de9/tumblr_p7ly1hLerm1tgsz33o5_400.gif" class="conlore"></a>
  1273.  
  1274. </div>
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281. <div class="contactsRPC">
  1282.  
  1283. <img src="https://i.imgur.com/6n2XF4J.gif" class="jor">
  1284.  
  1285. <br><br>
  1286.  
  1287. <h1>CONTACTS</h1>
  1288.  
  1289. <font style="text-transform:uppercase;
  1290. font-size:9px; letter-spacing:5px; line-height:20px;">
  1291. [ A section for all those met within and outside of Midgard ]
  1292. </font>
  1293.  
  1294. <br><br><br>
  1295.  
  1296. <center><a href="#ooc" class="navy">[ next ]</a></center>
  1297.  
  1298. </div>
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304. <div class="contactsRPC2">
  1305. <div class="contactsRPC2box">
  1306.  
  1307. <div class="friendbox">
  1308. <a target="_blank" href="https://roleplay.chat/profile.php?user=Oh%20Millie" target="_blank">
  1309. <img src="https://64.media.tumblr.com/9a3fd221ca21eece9df1b661d75d2009/tumblr_p7ly1hLerm1tgsz33o2_400.gif" class="friend"></a>
  1310. <h3>MIMIR</h3>
  1311. <div style="margin-top:-5px; height:30px; overflow:auto; padding:10px;">
  1312. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1313. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1314. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1315. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1316. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1317. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1318. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1319. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1320. </div>
  1321. </div>
  1322.  
  1323.  
  1324. <div class="friendbox">
  1325. <a target="_blank" href="https://roleplay.chat/profile.php?user=Oh%20Millie" target="_blank">
  1326. <img src="https://64.media.tumblr.com/27848edea829102bd306b9b1066732e9/tumblr_p7ly1hLerm1tgsz33o1_400.gif" class="friend"></a>
  1327. <h3>BALDUR</h3>
  1328. <div style="margin-top:-5px; height:30px; overflow:auto; padding:10px;">
  1329. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1330. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1331. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1332. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1333. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1334. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1335. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1336. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1337. </div>
  1338. </div>
  1339.  
  1340. <div class="friendbox">
  1341. <a target="_blank" href="https://roleplay.chat/profile.php?user=Oh%20Millie" target="_blank">
  1342. <img src="https://64.media.tumblr.com/b5ab17f2cef9c6c0d7f60d89b1a9186c/tumblr_p7ly1hLerm1tgsz33o6_400.gif" class="friend"></a>
  1343. <h3>FREYA</h3>
  1344. <div style="margin-top:-5px; height:30px; overflow:auto; padding:10px;">
  1345. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1346. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1347. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1348. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1349. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1350. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1351. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1352. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1353. </div>
  1354. </div>
  1355.  
  1356. <div class="friendbox">
  1357. <a target="_blank" href="https://roleplay.chat/profile.php?user=Oh%20Millie" target="_blank">
  1358. <img src="https://64.media.tumblr.com/6e0f4a75f1166a53dde8df2e40236014/tumblr_p7ly1hLerm1tgsz33o4_400.gif" class="friend"></a>
  1359. <h3>MODI</h3>
  1360. <div style="margin-top:-5px; height:30px; overflow:auto; padding:10px;">
  1361. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1362. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1363. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1364. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1365. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1366. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1367. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1368. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1369. </div>
  1370. </div>
  1371.  
  1372.  
  1373. <div class="friendbox">
  1374. <a target="_blank" href="https://roleplay.chat/profile.php?user=Oh%20Millie" target="_blank">
  1375. <img src="https://64.media.tumblr.com/620c5fa0383cee4e86974e0b2679c045/tumblr_p7ly1hLerm1tgsz33o3_400.gif" class="friend"></a>
  1376. <h3>MAGNI</h3>
  1377. <div style="margin-top:-5px; height:30px; overflow:auto; padding:10px;">
  1378. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1379. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1380. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1381. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1382. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1383. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1384. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1385. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1386. </div>
  1387. </div>
  1388.  
  1389.  
  1390. <div class="friendbox">
  1391. <a target="_blank" href="https://roleplay.chat/profile.php?user=Oh%20Millie" target="_blank">
  1392. <img src="https://64.media.tumblr.com/8941f204ea815c28dd50f6699f3a6de9/tumblr_p7ly1hLerm1tgsz33o5_400.gif" class="friend"></a>
  1393. <h3>THOR</h3>
  1394. <div style="margin-top:-5px; height:30px; overflow:auto; padding:10px;">
  1395. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1396. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1397. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1398. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1399. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1400. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1401. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1402. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1403. </div>
  1404. </div>
  1405.  
  1406.  
  1407. <div class="friendbox">
  1408. <a target="_blank" href="https://roleplay.chat/profile.php?user=Oh%20Millie" target="_blank">
  1409. <img src="https://64.media.tumblr.com/5207e69c69729ed3d1de007598c01903/tumblr_py8b6d9Fqj1y172yjo2_r1_400.gifv" class="friend"></a>
  1410. <h3>Sindri</h3>
  1411. <div style="margin-top:-5px; height:30px; overflow:auto; padding:10px;">
  1412. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1413. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1414. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1415. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1416. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1417. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  1418. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  1419. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  1420. </div>
  1421. </div>
  1422.  
  1423.  
  1424. </div>
  1425. </div>
  1426.  
  1427. </div>
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444. </div>
  1445. </div>
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486. <div class='ooc'>
  1487. <div id='ooc'>
  1488.  
  1489.  
  1490.  
  1491. <div class="oocbck"></div>
  1492. <div class="oocontainer">
  1493. <div class="oocbox">
  1494. <h1>out of character</h1>
  1495. <div style="height:150px; overflow:auto;">
  1496. <b>ooc rule</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1497. <br><br>
  1498. <b>ooc rule</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1499. <br><br>
  1500. <b>ooc rule</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1501. <br><br>
  1502. <b>ooc rule</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  1503. <br><br>
  1504. </div>
  1505.  
  1506. </div>
  1507.  
  1508. <div style="margin-top:400px; margin-left:570px; width:100px;">
  1509. <a href="#" class="bye">exit</a>
  1510. <div class="badbaby">
  1511. <a target="_blank" href="https://roleplay.chat/profile.php?user=badbaby" target="_blank">
  1512. <img src="https://i.imgur.com/cQAvAAO.png"></a></div>
  1513.  
  1514. </div>
  1515. </div>
  1516. </div>
  1517.  
  1518. </BODY>
Add Comment
Please, Sign In to add comment