thisisnotras

Edge

May 21st, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.47 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(//fonts.googleapis.com/css?family=Poiret+One|Herr+Von+Muellerhoff|Audiowide);
  4.  
  5. @font-face{
  6. src:url(https://dl.dropboxusercontent.com/u/4556289/Imagination%20Station.ttf);
  7. font-family:'titlefont';
  8. }
  9.  
  10. /*
  11. E6992F
  12. A61E1C
  13. */
  14.  
  15. @font-face{
  16. src:url(https://dl.dropboxusercontent.com/u/4556289/Vonique64.ttf);
  17. font-family:'subfont';
  18. }
  19.  
  20. @font-face{
  21. src:url(https://dl.dropboxusercontent.com/u/4556289/Saniretro.ttf);
  22. font-family:'contentfont';
  23. }
  24.  
  25. ::-webkit-scrollbar {
  26. width: 5px;
  27. background-color: transparent;
  28. }
  29.  
  30.  
  31. ::-webkit-scrollbar-thumb {
  32. border-radius: 0px;
  33. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  34. background-color: black;
  35. }
  36.  
  37.  
  38. body{
  39. overflow: hidden;
  40. }
  41.  
  42. body, a, a:hover, label {cursor: url(http://cur.cursors-4u.net/cursors/cur-7/cur641.cur), progress !important;}
  43.  
  44. #whole *{
  45. box-sizing: border-box;
  46. }
  47.  
  48. #whole{
  49. position: absolute;
  50. top: 0px;
  51. left: 0px;
  52. right: 0px;
  53. bottom: 0px;
  54. background-color: #c75b2e;
  55. background-color: #bd6a48;
  56. background-image:url(http://i.imgur.com/GDNO65o.png);
  57. border: 10px solid black;
  58. }
  59.  
  60. #topimage{
  61. position: absolute;
  62. top: 0px;
  63. left: 0px;
  64. right: 0px;
  65. bottom: 0px;
  66. margin: auto;
  67. height: 90vh;
  68. width: 65vh;
  69. background-image:url(http://i.imgur.com/j2ycW8q.png);
  70. background-repeat: no-repeat;
  71. background-size: auto 100%;
  72. background-position: center;
  73. box-shadow: 5px 5px 10px black;
  74. border-radius: 2px 2px 2px 2px;
  75. }
  76.  
  77. #menuselect{
  78. position: absolute;
  79. top: 0px;
  80. bottom: 0px;
  81. left: -23vh;
  82. width: 20vh;
  83. box-shadow: 5px 5px 10px black;
  84. border-bottom: 5px solid #3D2F2A;
  85. border-right: 5px solid #3D2F2A;
  86. border-radius: 5px 2px 2px 0px;
  87. padding-top: .5px;
  88. background-color: rgba(199, 91, 46, 0.66);
  89. }
  90.  
  91. .selectbox{
  92. position: relative;
  93. margin-bottom: 1vh;
  94. width: 100%;
  95. height: 17vh;
  96. overflow: hidden;
  97. -webkit-transition: all 1s;
  98. transition: all 1s;
  99. }
  100.  
  101. .selectbox .topbox{
  102. width: 100%;
  103. float: left;
  104. height: 4vh;
  105. font-family:'titlefont';
  106. font-size: 2.5vh;
  107. color: black;
  108. font-weight: 600;
  109. letter-spacing: .5vh;
  110. padding: 5px;
  111. text-align: right;
  112. box-shadow: 0px 1px 3px black;
  113. -webkit-transition: all .2s;
  114. transition: all .2s;
  115. }
  116.  
  117. .firstfloat{
  118. float: left;
  119. height: 3vh;
  120. width: 100%;
  121. overflow: hidden;
  122. font-family:'subfont';
  123. font-size: 1.7vh;
  124. font-weight: 600;
  125. text-align: right;
  126. padding-right: 1.9vh;
  127. margin-top: 1vh;
  128. opacity: 0;
  129. -webkit-transition: all 1s;
  130. transition: all 1s;
  131. }
  132.  
  133. .firstfloat:before{
  134. content: '››';
  135. text-align: left;
  136. float: left;
  137. margin-left: 1vh;
  138. }
  139.  
  140. #whole .selectbox{
  141. height: 5vh;
  142. }
  143.  
  144. #div1sel:checked ~ #whole .selectbox:nth-child(1),
  145. #div2sel:checked ~ #whole .selectbox:nth-child(2),
  146. #div3sel:checked ~ #whole .selectbox:nth-child(3),
  147. #div4sel:checked ~ #whole .selectbox:nth-child(4),
  148. #div5sel:checked ~ #whole .selectbox:nth-child(5){
  149. height: 17vh;
  150. }
  151.  
  152. #div1sel:checked ~ #whole .selectbox:nth-child(1) .firstfloat,
  153. #div2sel:checked ~ #whole .selectbox:nth-child(2) .firstfloat,
  154. #div3sel:checked ~ #whole .selectbox:nth-child(3) .firstfloat,
  155. #div4sel:checked ~ #whole .selectbox:nth-child(4) .firstfloat,
  156. #div5sel:checked ~ #whole .selectbox:nth-child(5) .firstfloat{
  157. opacity: 1;
  158. -webkit-transition: all 1s .1s;
  159. transition: all 1s .1s;
  160. }
  161.  
  162. #div1sel:checked ~ #whole .selectbox:nth-child(1) .topbox,
  163. #div2sel:checked ~ #whole .selectbox:nth-child(2) .topbox,
  164. #div3sel:checked ~ #whole .selectbox:nth-child(3) .topbox,
  165. #div4sel:checked ~ #whole .selectbox:nth-child(4) .topbox,
  166. #div5sel:checked ~ #whole .selectbox:nth-child(5) .topbox{
  167. background-color: rgba(0, 0, 0, 0.2);
  168. }
  169.  
  170. #contentarea1{
  171. position: absolute;
  172. border: 5px solid #c75b2e;
  173. top: .3vh;
  174. left: .3vh;
  175. height: 35vh;
  176. width: 32vh;
  177. }
  178.  
  179. #contentarea2{
  180. position: absolute;
  181. border: 5px solid #c75b2e;
  182. top: .3vh;
  183. right: .3vh;
  184. height: 35vh;
  185. width: 32vh;
  186. }
  187.  
  188. #contentarea3{
  189. position: absolute;
  190. top: 35.7vh;
  191. left: .3vh;
  192. right: .3vh;
  193. height: 15vh;
  194. border: 5px solid #c75b2e;
  195. }
  196.  
  197. #contentarea4{
  198. position: absolute;
  199. top: 51vh;
  200. left: .3vh;
  201. right: .3vh;
  202. height: 25vh;
  203. border: 5px solid #c75b2e;
  204. }
  205.  
  206. #contentarea5{
  207. position: absolute;
  208. bottom: .3vh;
  209. left: .3vh;
  210. right: .3vh;
  211. height: 13.4vh;
  212. border: 5px solid #c75b2e;
  213. }
  214.  
  215. #contentarea1:before,
  216. #contentarea2:before,
  217. #contentarea3:before,
  218. #contentarea4:before,
  219. #contentarea5:before{
  220. content: '';
  221. position: absolute;
  222. top: 2px;
  223. left: 2px;
  224. right: 2px;
  225. bottom: 2px;
  226. box-shadow: 0px 0px 3px 3px black;
  227. background: rgba(199, 91, 46, 0.72);
  228. background: rgba(218, 197, 188, 0.75);
  229. -webkit-transition: all 1s;
  230. transition: all 1s;
  231. opacity: 0;
  232. }
  233.  
  234.  
  235. #contentarea1,
  236. #contentarea2,
  237. #contentarea3,
  238. #contentarea4,
  239. #contentarea5{
  240. -webkit-transition: all 1s .5s;
  241. transition: all 1s .5s;
  242. opacity: 0;
  243. }
  244.  
  245. #div1sel:checked ~ #whole #contentarea1,
  246. #div2sel:checked ~ #whole #contentarea2,
  247. #div3sel:checked ~ #whole #contentarea3,
  248. #div4sel:checked ~ #whole #contentarea4,
  249. #div5sel:checked ~ #whole #contentarea5
  250. {
  251. -webkit-transition: all 1s;
  252. transition: all 1s;
  253. opacity: 1;
  254. }
  255.  
  256. #div1sel:checked ~ #whole #contentarea1:before,
  257. #div2sel:checked ~ #whole #contentarea2:before,
  258. #div3sel:checked ~ #whole #contentarea3:before,
  259. #div4sel:checked ~ #whole #contentarea4:before,
  260. #div5sel:checked ~ #whole #contentarea5:before{
  261. -webkit-transition: all 1s .5s;
  262. transition: all 1s .5s;
  263. opacity: 1;
  264. }
  265.  
  266. .contents{
  267. position: absolute;
  268. top: 0px;
  269. left: 0px;
  270. right: .2vh;
  271. bottom: 0px;
  272. overflow: auto;
  273. color: black;
  274. font-weight: 400;
  275. font-family:'contentfont';
  276. font-size: 2vh;
  277. padding: 5px;
  278. text-align: left;
  279. z-index: 1;
  280. -webkit-transition: all 1s;
  281. transition: all 1s;
  282. opacity: 0;
  283. line-height: 22px;
  284. }
  285.  
  286. .contents a{
  287. color: black;
  288. font-weight: 600;
  289. text-decoration: none;
  290. -webkit-transition: all .3s;
  291. transition: all .3s;}
  292.  
  293. .contents a:hover{
  294. color: #c75b2e; }
  295.  
  296. .contents ul{
  297. margin-left: -2vh;}
  298.  
  299. .contents ul li{
  300. margin-left: 3vh;}
  301.  
  302. #sel11:checked ~ #whole #content11,
  303. #sel12:checked ~ #whole #content12,
  304. #sel13:checked ~ #whole #content13,
  305. #sel21:checked ~ #whole #content21,
  306. #sel22:checked ~ #whole #content22,
  307. #sel23:checked ~ #whole #content23,
  308. #sel31:checked ~ #whole #content31,
  309. #sel32:checked ~ #whole #content32,
  310. #sel41:checked ~ #whole #content41,
  311. #sel42:checked ~ #whole #content42,
  312. #sel43:checked ~ #whole #content43,
  313. #sel51:checked ~ #whole #content51,
  314. #sel52:checked ~ #whole #content52,
  315. #sel53:checked ~ #whole #content53{
  316. opacity: 1;
  317. -webkit-transition: all 1s .5s;
  318. transition: all 1s .5s;
  319. z-index: 2;
  320. }
  321.  
  322. #content21, #content22, #content23{
  323. padding-top: 1vh;}
  324.  
  325. #content21 ul, #content22 ul, #content23 ul{
  326. font-weight: 600;
  327. margin-top: .6vh;
  328. margin-bottom: 0px;
  329. margin-left: -3vh;
  330. }
  331.  
  332. #content42 ol{
  333. font-weight: 600;
  334. margin-left: -2vh;
  335. }
  336.  
  337. #content21 li, #content22 li, #content23 li, #content42 li{
  338. font-weight: 400;
  339. margin-bottom: 0px;}
  340.  
  341. #content42 li{
  342. margin-left: 2vh;}
  343.  
  344. #content13 a{
  345. font-style: italic;
  346. margin-left: 2vh;
  347. margin-right: .5vh;}
  348.  
  349.  
  350. #sel11:checked ~ #whole .selectbox:nth-child(1) .firstfloat:nth-child(2):before,
  351. #sel12:checked ~ #whole .selectbox:nth-child(1) .firstfloat:nth-child(3):before,
  352. #sel13:checked ~ #whole .selectbox:nth-child(1) .firstfloat:nth-child(4):before,
  353. #sel21:checked ~ #whole .selectbox:nth-child(2) .firstfloat:nth-child(2):before,
  354. #sel22:checked ~ #whole .selectbox:nth-child(2) .firstfloat:nth-child(3):before,
  355. #sel23:checked ~ #whole .selectbox:nth-child(2) .firstfloat:nth-child(4):before,
  356. #sel31:checked ~ #whole .selectbox:nth-child(3) .firstfloat:nth-child(2):before,
  357. #sel32:checked ~ #whole .selectbox:nth-child(3) .firstfloat:nth-child(3):before,
  358. #sel41:checked ~ #whole .selectbox:nth-child(4) .firstfloat:nth-child(2):before,
  359. #sel42:checked ~ #whole .selectbox:nth-child(4) .firstfloat:nth-child(3):before,
  360. #sel43:checked ~ #whole .selectbox:nth-child(4) .firstfloat:nth-child(4):before,
  361. #sel51:checked ~ #whole .selectbox:nth-child(5) .firstfloat:nth-child(2):before,
  362. #sel52:checked ~ #whole .selectbox:nth-child(5) .firstfloat:nth-child(3):before,
  363. #sel53:checked ~ #whole .selectbox:nth-child(5) .firstfloat:nth-child(4):before{
  364. color: #DAC5BC;
  365. }
  366.  
  367.  
  368. /* MUSIC PLAYER */
  369.  
  370. #musiccontainer{
  371. position: absolute;
  372. bottom: 10px;
  373. left: 10px;
  374. height: 24px;
  375. width: 23px;
  376. border: 0px solid black;
  377. background: #ED8722;
  378. -webkit-transition: all 1s;
  379. transition: all 1s;
  380. overflow: hidden;
  381. border-radius: 3px 3px 3px 3px;
  382. opacity: .8;
  383. zoom: 130%;
  384. }
  385.  
  386. #musiccontainer:hover{
  387. width: 200px;}
  388.  
  389. #playerhold{
  390. position: absolute;
  391. left: 0px;
  392. top: 0px;
  393. height: 24px;
  394. width: 200px;
  395. border: 0px solid black;
  396. overflow: hidden;
  397. }
  398.  
  399. #playerholdzoom{
  400. position: absolute;
  401. height: 115%;
  402. width: 35px;
  403. border: 0px solid red;
  404. overflow: hidden;
  405. margin-left: -12px;
  406. margin-top: -3px;
  407. }
  408.  
  409. #detailshold{
  410. position: absolute;
  411. left: 22px;
  412. top: 1px;
  413. height: 20px;
  414. width: 180px;
  415. font-family: 'Audiowide';
  416. font-size: 11pt;
  417. letter-spacing: 3px;
  418. color: black;
  419. box-sizing: border-box;
  420. padding-left: 2px;
  421. padding-top: 2px;
  422. color: #21232A;
  423. overflow: hidden;
  424. text-transform: uppercase;
  425. }
  426.  
  427. #detailshold b{
  428. color: black; }
  429.  
  430. </style>
  431.  
  432. <input type="checkbox" id="div1sel">
  433. <input type="checkbox" id="div2sel">
  434. <input type="checkbox" id="div3sel">
  435. <input type="checkbox" id="div4sel">
  436. <input type="checkbox" id="div5sel">
  437. <input type="radio" name="select1" id="sel11">
  438. <input type="radio" name="select1" id="sel12">
  439. <input type="radio" name="select1" id="sel13">
  440. <input type="radio" name="select2" id="sel21">
  441. <input type="radio" name="select2" id="sel22">
  442. <input type="radio" name="select2" id="sel23">
  443. <input type="radio" name="select3" id="sel31">
  444. <input type="radio" name="select3" id="sel32">
  445. <input type="radio" name="select4" id="sel41">
  446. <input type="radio" name="select4" id="sel42">
  447. <input type="radio" name="select4" id="sel43">
  448. <input type="radio" name="select5" id="sel51">
  449. <input type="radio" name="select5" id="sel52">
  450. <input type="radio" name="select5" id="sel53">
  451.  
  452. <div id="whole">
  453. <div id="topimage">
  454.  
  455. <div id="menuselect">
  456. <div class="selectbox">
  457. <label class="topbox" for="div1sel">
  458. Main Info.
  459. </label>
  460. <label class="firstfloat" for="sel11">
  461. History
  462. </label>
  463. <label class="firstfloat" for="sel12">
  464. Personality
  465. </label>
  466. <label class="firstfloat" for="sel13">
  467. Likes / Dislikes
  468. </label>
  469. </div>
  470.  
  471. <div class="selectbox">
  472. <label class="topbox" for="div2sel">
  473. StaT Info.
  474. </label>
  475. <label class="firstfloat" for="sel21">
  476. Personal Info
  477. </label>
  478. <label class="firstfloat" for="sel22">
  479. Physical Info
  480. </label>
  481. <label class="firstfloat" for="sel23">
  482. Abilities
  483. </label>
  484. </div>
  485.  
  486. <div class="selectbox">
  487. <label class="topbox" for="div3sel">
  488. Events.
  489. </label>
  490. <label class="firstfloat" for="sel31">
  491. The Deal
  492. </label>
  493. <label class="firstfloat" for="sel32">
  494. The LounGe
  495. </label>
  496. </div>
  497.  
  498. <div class="selectbox">
  499. <label class="topbox" for="div4sel">
  500. The Lounge.
  501. </label>
  502. <label class="firstfloat" for="sel41">
  503. Description
  504. </label>
  505. <label class="firstfloat" for="sel42">
  506. Rules
  507. </label>
  508. <label class="firstfloat" for="sel43">
  509. Mods
  510. </label>
  511. </div>
  512.  
  513. <div class="selectbox">
  514. <label class="topbox" for="div5sel">
  515. OOC.
  516. </label>
  517. <label class="firstfloat" for="sel51">
  518. Gallery
  519. </label>
  520. <label class="firstfloat" for="sel52">
  521. Credits
  522. </label>
  523. <label class="firstfloat" for="sel53">
  524. Contact info
  525. </label>
  526. </div>
  527.  
  528. </div>
  529.  
  530. <div id="contentarea1">
  531. <div class="contents" id="content11">
  532. The future 'best fighting gamer', or so Hell and a deal to sell his soul would have him be, <b>Edge Crafton</b>'s contract amounted to very little in the way of actual results. You'll find the guy practically anywhere but a tournament these days, more likely turning up on a bar counter or on the floor.</div>
  533. <div class="contents" id="content12">
  534. Despite his situation, Edge is a mostly carefree kind of canine. He finds joy in simple interactions with others and affection whenever it happens to come his way. Beware that he's more than a little silly, a fact that can be combined with his very large size to result in unpredictably ridiculous situations.</div>
  535. <div class="contents" id="content13">
  536. <b>Likes</b><br>
  537. Fighting games, First person shooters, Racing games, physical combat, pizza, affection, sex, being a little crazy.<br><br>
  538. <b>Dislikes</b><br>
  539. Liars, assholes, grumps.<br><br>
  540. <b>Friends</b><br>
  541. <a href="http://roleplay.chat/profile.php?user=Envy" target=_blank>N-V</a>*<br>
  542. <a href="http://roleplay.chat/profile.php?user=Chocolate" target=_blank>Chocobon</a>*<br>
  543. <a href="http://roleplay.chat/profile.php?user=Jovana" target=_blank>Jova</a>*<br>
  544. <a href="http://roleplay.chat/profile.php?user=Mnemosyne" target=_blank>Moops</a>*<br>
  545. <a href="http://roleplay.chat/profile.php?user=Moo+Moo" target=_blank>Moomoochi</a>*<br>
  546. <a href="http://roleplay.chat/profile.php?user=NikaEvanlish" target=_blank>Nika</a>*<br>
  547. <a href="http://roleplay.chat/profile.php?user=Pixel" target=_blank>Pixpal</a>*<br>
  548. <a href="http://roleplay.chat/profile.php?user=Rylee" target=_blank>Rynoon</a>*<br>
  549. <a href="http://roleplay.chat/profile.php?user=Jahseh" target=_blank>Jah Rule</a>*<br>
  550. <a href="http://roleplay.chat/profile.php?user=iNev" target=_blank>iNavel</a>*<br>
  551. <a href="http://roleplay.chat/profile.php?user=Orangie" target=_blank>Orangella</a>*<br>
  552. <a href="http://roleplay.chat/profile.php?user=Caramelle" target=_blank>Carmangelo</a>*<br>
  553. <a href="http://roleplay.chat/profile.php?user=Amaranthe" target=_blank>Amaretto</a>*<br>
  554. <a href="http://roleplay.chat/profile.php?user=Citadel" target=_blank>Citydeli</a>*<br></div>
  555. </div>
  556.  
  557.  
  558. <div id="contentarea2">
  559. <div class="contents" id="content21">
  560.  
  561. <ul>Name
  562. <li>Edge Crafton</li>
  563. </ul>
  564.  
  565. <ul>Hometown
  566. <li>Driftwood Valley</li>
  567. </ul>
  568.  
  569. <ul>Education
  570. <li>Some College</li>
  571. </ul>
  572.  
  573. <ul>Family
  574. <li>Edge Crafton</li>
  575. </ul>
  576.  
  577. <ul>Status
  578. <li>Unrestrained (Open)</li>
  579. </ul>
  580.  
  581. <ul>Occupation
  582. <li>Professional Gamer, Bouncer</li>
  583. </ul>
  584.  
  585. <ul>Personality
  586. <li>Laid-back, Affectionate</li>
  587. </ul>
  588.  
  589. <ul>Dress Style
  590. <li>Loose pants, often shirtless</li>
  591. </ul>
  592.  
  593. <ul>Hobbies
  594. <li>Fighting games, Anime</li>
  595. </ul>
  596.  
  597. </div>
  598.  
  599.  
  600.  
  601. <div class="contents" id="content22">
  602.  
  603. <ul>Species
  604. <li><i title="Canine with aspects of him altered from the transformative nature of his deal.">Hallowed Canine</i>*</li>
  605. </ul>
  606.  
  607. <ul>Sex
  608. <li>Male</li>
  609. </ul>
  610.  
  611. <ul>Age
  612. <li>Thirty-Four</li>
  613. </ul>
  614.  
  615. <ul>Height
  616. <li>7'8"</li>
  617. </ul>
  618.  
  619. <ul>Build
  620. <li>Light-Middleweight</li>
  621. </ul>
  622.  
  623. <ul>Length
  624. <li>16"</li>
  625. </ul>
  626.  
  627. <ul>Girth
  628. <li>5"</li>
  629. </ul>
  630.  
  631.  
  632. </div>
  633. <div class="contents" id="content23">
  634. <ul>- Spark -
  635. <li>
  636. When focusing, Edge channels the energies of hell into his mind to increase his mental and physical capabilities. More agile and able to think more tactically, it gives him a strong edge against any random he happens across online.</li>
  637. </ul>
  638.  
  639. <ul>- Surge -
  640. <li>
  641. If Edge concentrates <b>Spark</b> for too long or too strongly, there is a resulting physical transformation of his body as he's infused with hell's power. His muscle mass and the size of his limbs increase while his mind becomes more primal, temporarily leaving him extremely focused but less coherent.</li>
  642. </ul>
  643.  
  644. </div>
  645. </div>
  646.  
  647.  
  648.  
  649. <div id="contentarea3">
  650. <div class="contents" id="content31">
  651. Pretty simple story.<br>
  652. Edge made a deal with hell in exchange for 'the tools' to make him the best fighting gamer of all time.<br><br>
  653. Things got a little more difficult when he realized that without completing his end of this deal, Edge could not die - any death before his goal was accomplished would invalidate the deal. This effectively meant Edge was immortal 'until further notice', which has led to an intentional delay in his goal to become 'the best' as his life will be eternally sustained this way. Not forever, of course, as his putting effort into his wish is also part of the deal.<br><br>
  654. Currently, Edge is waiting for another 'caseworker' to be assigned.</div>
  655. <div class="contents" id="content32">
  656. As a motivation tool, perhaps as a hint of what life would or could be like without accomplishing his goals, he was assigned to be the bouncer for <b>The Anthro Lounge</b>. Rarely doing his duties, you can usually find his body strewn across the bar instead.</div>
  657. </div>
  658.  
  659.  
  660. <div id="contentarea4">
  661.  
  662. <div class="contents" id="content41">
  663. <i>"What was once in a former life an old run down church, Repurposed into a gathering place for anthros, Demons and otherwise resides at the end of the road near the woods. It still looks run down but inside it stands a totally different look. Any matter of metal or alternative plays through the speakers, There's plenty of tables and couches around leading patrons to know this isn't a typical bar. Fully stocked with cold beer and booze at one end, There's also a sauna and a few hot tubs in the basement for anyone's enjoyment."</i></div>
  664. <div class="contents" id="content42">
  665. <ol>Rules
  666. <li> No harrassment. Playful banter, jokes, etc. allowed as long as it does not cause harm. Do not force actions on another player's character.</li>
  667. <li> No smut is allowed in the main chat. Suggestive material is allowed.</li>
  668. <li> Banned topics of conversation are race (including racial slurs) and politics.</li>
  669. <li>Any aggressive or hostile behavior will be warned against and then given a temporary ban. Intervention at mod discretion.</li>
  670. <li> No nude/sexual portrayals of underage characters in main.</li></ol></div>
  671. <div class="contents" id="content43">
  672. <br><i>Room owner is <a href="http://roleplay.chat/profile.php?user=Citadel" target=_Blank>Citadel</a></i> *<br>
  673. <ul><i>Current Room Mods</i>
  674. <li><a href="http://roleplay.chat/profile.php?user=Edge" target=_blank>Edge</a>*</li>
  675. <li><a href="http://roleplay.chat/profile.php?user=Jovana" target=_blank>Jovana</a>*</li>
  676. <li><a href="http://roleplay.chat/profile.php?user=Orangie" target=_blank>Orangie</a>*</li>
  677. <li><a href="http://roleplay.chat/profile.php?user=Jahseh" target=_blank>Jahseh</a>*</li>
  678. <li><a href="http://roleplay.chat/profile.php?user=Breck" target=_blank>Breck</a>*</li>
  679. </ul></div>
  680.  
  681. </div>
  682.  
  683.  
  684. <div id="contentarea5">
  685.  
  686. <div class="contents" id="content51">
  687. Gallery's going here, please be patient.</div>
  688. <div class="contents" id="content52">
  689. This profile is still a work in progress, please check back for new information.<br>
  690. All coding is <a href="http://roleplay.chat/profile.php?user=Digital" target=_blank>my own</a>*. Please don't steal.<br>
  691. Artwork is by <a href="http://furaffinity.net/user/mewyfox" target=_blank>MewyFox</a>*.<br><br>
  692. If you're not on the friends list and feel you should be, just tell me.</div>
  693. <div class="contents" id="content53">
  694. I'm a pretty easygoing person most of the time.<br>
  695. I've got a <b>skype</b>, <b>Discord</b> and... well, yeah that's it. Just ask for them.<br>
  696. My gamer tags are <b>Riot Trigger</b> (XBL) and <b>Riot_Z32</b> (PSN).<br><br>
  697. If you want a profile, I will do very basic formats for free. Commissions start at <b>$30</b>.</div>
  698.  
  699. </div>
  700.  
  701. </div>
  702.  
  703.  
  704. <div id="musiccontainer">
  705. <div id="playerhold">
  706. <div id="playerholdzoom">
  707.  
  708. <audio controls src="http://k003.kiwi6.com/hotlink/vidnanpjvd/01_-_The_GatewayVOL.mp3" id="edgesong" style="margin-left:7px;" loop=3>
  709. </audio>
  710.  
  711. </div>
  712. </div>
  713. <div id="detailshold">
  714. <div id="marqueeholder">
  715. <marquee direction="left" scrollamount="5">
  716. <b>S</b>AM <b>G</b>ELLAITRY // <b>THE GATEWAY</b>
  717. </marquee>
  718.  
  719. </div>
  720. </div>
  721.  
  722. </div>
  723.  
  724.  
  725. </div>
Advertisement
Add Comment
Please, Sign In to add comment