Advertisement
Demi-monde

Untitled

Jul 21st, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.33 KB | None | 0 0
  1. <!-- -------------------------- SCRIPTS BOX-------------------------- -->
  2.  
  3. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  4. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  5.  
  6. <script>
  7. $(document).ready(function() {
  8. $('.tabs .tab-links a').on('click', function(e) {
  9. var currentAttrValue = $(this).attr('href');
  10.  
  11. // Show/Hide Tabs
  12. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  13.  
  14. // Change/remove current tab to active
  15. $(this).parent('li').addClass('active').siblings().removeClass('active');
  16.  
  17. e.preventDefault();
  18. });
  19. });
  20. </script>
  21.  
  22. <script>
  23. $(document).ready(function() {
  24. $('#filterOptions li a').click(function() {
  25. // fetch the class of the clicked item
  26. var ourClass = $(this).attr('class');
  27.  
  28. // reset the active class on all the buttons
  29. $('#filterOptions li').removeClass('active');
  30. // update the active state on our clicked button
  31. $(this).parent().addClass('active');
  32.  
  33. if(ourClass == 'all') {
  34. // show all our items
  35. $('#ourHolder').children('div.item').show();
  36. }
  37. else {
  38. // hide all elements that don't share ourClass
  39. $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
  40. // show all elements that do share ourClass
  41. $('#ourHolder').children('div.' + ourClass).show();
  42. }
  43. return false;
  44. });
  45. });
  46. </script>
  47.  
  48. <link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
  49.  
  50.  
  51. <!-- -------------------------- STYLE BOX -------------------------- -->
  52.  
  53. <style>
  54. /*----------------------------- FONTS ------------------------------- */
  55.  
  56. @font-face { font-family: "frontage outline"; src: url('https://dl.dropboxusercontent.com/s/452n0o323kateo7/Frontage-Outline.otf?dl=0'); format("opentype");}
  57. @font-face { font-family: "jenna sue"; src: url('https://dl.dropboxusercontent.com/s/bsju94guldr45k8/JennaSue.ttf?dl=0'); format("truetype");}
  58.  
  59.  
  60. /* ---------------------------- GENERAL ----------------------------- */
  61.  
  62. /* -------- SELECTION TOOL ------- */
  63.  
  64. ::-moz-selection {
  65. background: #000000;
  66. color: #ffffff;
  67. }
  68.  
  69. ::selection {
  70. background: #000000;
  71. color: #ffffff;
  72. }
  73.  
  74. /* -------- SCROLLBAR ------- */
  75.  
  76. ::-webkit-scrollbar {
  77. width: 0px;
  78. }
  79.  
  80. /* Track */
  81. ::-webkit-scrollbar-track {
  82. background:#ffffff;
  83. }
  84.  
  85. /* Handle */
  86. ::-webkit-scrollbar-thumb {
  87. background:#000000;
  88. }
  89. ::-webkit-scrollbar-thumb:window-inactive {
  90. background: transparent;
  91. }
  92.  
  93.  
  94. /* -------- BASICS ------- */
  95.  
  96. body {
  97. background:#121212 url();
  98. color: #eee;
  99. font-family:'work sans';
  100. font-size: 11px;
  101. margin: 0;
  102. padding: 0;
  103. word-wrap: break-word;
  104. line-height:150%;
  105. }
  106.  
  107. a {
  108. color:#317247;
  109. text-decoration: none;
  110. -webkit-transition: all .3s;
  111. -moz-transition: all .3s;
  112. -o-transition: all .3s;
  113. -ms-transition: all .3s;
  114. transition: all .3s;
  115. }
  116.  
  117. a:hover{
  118. color:#a0a0a0;
  119. -webkit-transition: all .3s;
  120. -moz-transition: all .3s;
  121. -o-transition: all .3s;
  122. -ms-transition: all .3s;
  123. transition: all .3s;
  124. }
  125.  
  126. b, strong {
  127. color:#317247;
  128. }
  129.  
  130.  
  131.  
  132. p{
  133. margin-bottom:10px;
  134. }
  135.  
  136. small, sub, sup {
  137. font-size:10px;
  138. }
  139.  
  140. ul{
  141. list-style-type:square;
  142. }
  143.  
  144. ol{
  145. list-style-type:;
  146. }
  147.  
  148. h1, h1 a {
  149. font-family:'frontage outline';
  150. text-align:center;
  151. font-size:32px;
  152. letter-spacing:5px;
  153. text-transform:uppercase;
  154. color:#a6a6a6;
  155. line-height:120%;
  156. }
  157.  
  158. h2 {
  159. font-family:'frontage outline';
  160. color:#317247;
  161. text-align:center;
  162. font-size:22px;
  163. letter-spacing:5px;
  164. text-transform:uppercase;
  165. line-height:120%;
  166. }
  167.  
  168. h5 {
  169. font-family:'frontage outline';
  170. text-transform:uppercase;
  171. font-weight:bold;
  172. padding:5px;
  173. font-size:40px;
  174. color:#317247;
  175. text-align:center;
  176. width:200px;
  177. line-height:35px;
  178. margin-top:10px;
  179. letter-spacing:2px;
  180. border-bottom:solid 2px #317247;
  181. max-height:50px;
  182. overflow:hidden;
  183. }
  184.  
  185. h6 {
  186. float:right;
  187. margin-top:-350px;
  188. margin-right:10px;
  189. text-transform:uppercase;
  190. font-size:20px;
  191. font-family:'frontage outline';
  192. line-height:150%;
  193. background: -webkit-linear-gradient(20deg, , );
  194. -webkit-background-clip: text;
  195. -webkit-text-fill-color: transparent;
  196. width:190px;
  197. }
  198.  
  199. #bigcon{
  200. width:420px;
  201. margin-left:auto;
  202. margin-right:auto;
  203. }
  204.  
  205. .tabcontent {
  206. position:absolute;
  207. margin-left:auto;
  208. margin-right:auto;
  209. width: 460px;
  210. text-align:center;
  211. margin-bottom:0px;
  212. height:430px;
  213. overflow-y:hidden;
  214. left:50%;
  215. margin-left:-180px;
  216. top:50%;
  217. margin-top:-210px;
  218. padding:10px;
  219. }
  220.  
  221. /* ----------------------------- HEADER STUFF ---------------------------*/
  222.  
  223. #sidebar {
  224. background-color:#222;
  225. position:fixed;
  226. width:200px;
  227. height:420px;
  228. margin-bottom:50px;
  229. text-align:center;
  230. margin-left:0px;
  231. top:50%;
  232. margin-top:-210px;
  233. left:50%;
  234. margin-left:-400px;
  235. padding:10px;
  236. border-radius:5px;
  237. z-index: -1px}
  238.  
  239.  
  240. /* ----------------------------- SIDEBAR IMAGE ---------------------------*/
  241.  
  242. #sidebarimg {
  243. width:190px;
  244. height:80px;
  245. border-radius:5px;
  246. border:solid 2px #317247;
  247. padding:5px;
  248.  
  249. background-image: url('https://4.bp.blogspot.com/-cM1KOcO3rLo/UjeYvEm4xNI/AAAAAAAAan0/iPjJelfYYZw/s1600/01.jpg');/* ----------------------------- change image here ---------------------------*/
  250.  
  251. background-size:cover;
  252. opacity: 0.5;}
  253.  
  254.  
  255. .blogtitle {
  256. margin-bottom:0px;
  257. margin-top:-30px;
  258. margin-left: -160px;
  259. width: 500px;
  260. position: relative;
  261. height:35px;
  262. font-family:'jenna sue';
  263. padding:5px;
  264. font-size:70px;
  265. line-height: 25px;
  266. letter-spacing: 2px;
  267. color:#317247;
  268. text-transform:uppercase;
  269. }
  270.  
  271. .subtitle {
  272. position: absolute;
  273. margin-top:210px;
  274. background-color:#317247;
  275. border-radius:5px;
  276. padding: 15px;
  277. width:150px;
  278. left:50%;
  279. top:50%;
  280. margin-left:-380px;
  281. z-index: ;}
  282.  
  283.  
  284.  
  285. .description{
  286. margin-bottom:5px;
  287. height:230px;
  288. width: 190px;
  289. overflow-y:scroll;
  290. font-size:11px;
  291. background-color:#121212;
  292. padding:5px;
  293. border-radius:5px;
  294. color:#a6a6a6;
  295. line-height:1.6;
  296. text-align: justify;
  297. letter-spacing:1px;
  298. margin-left: 0px;}
  299.  
  300.  
  301. /* ------------------------------ TABS ------------------------------ */
  302.  
  303. .tabs {
  304. width:100%;
  305. margin-left:0px;
  306. display:inline-block;
  307. }
  308.  
  309. /*----- Tab Links -----*/
  310.  
  311. /* Clearfix */
  312. .tab-links:after {
  313. display:block;
  314. clear:both;
  315. content:'';
  316. }
  317.  
  318. .tab-links {
  319. z-index:9999999999;
  320. margin-top:5px;
  321. }
  322. .tab-links li {
  323. margin-right:3px;
  324. display:inline-block;
  325. list-style:none;
  326. text-transform:uppercase;
  327. margin-bottom:0px;
  328. }
  329.  
  330. .tab-links a {
  331. padding:5px;
  332. display:inline-block;
  333. color:#317247;
  334. border:1px solid #317247;
  335. font-weight:bold;
  336. font-size:20px;
  337. font-family:'frontage outline';
  338. border-radius:5px;
  339. margin-top:5px;}
  340.  
  341. .tab-links a:hover {
  342. color: #fff;
  343. text-decoration:uppercase;
  344. -webkit-transition: all 1s;
  345. -moz-transition: all 1s;
  346. -o-transition: all 1s;
  347. -ms-transition: all 1s;
  348. transition: all 1s;
  349. }
  350.  
  351. li.active a, li.active a:hover {
  352. color:#fff;
  353. -webkit-transition: all 1s;
  354. -moz-transition: all 1s;
  355. -o-transition: all 1s;
  356. -ms-transition: all 1s;
  357. transition: all 1s;
  358. }
  359.  
  360. /*----- Content of Tabs -----*/
  361. .tab-content {
  362. }
  363.  
  364. .tab {
  365. display:none;
  366. }
  367.  
  368. .tab.active {
  369. display:block;
  370. }
  371.  
  372.  
  373. .aboutme {
  374. width:200px;
  375. height:230px;
  376. overflow-y:scroll;
  377. background-color:#222;
  378. padding:10px;
  379. border-radius:5px;
  380. font-size:11px;
  381. z-index:999;
  382. top:50%;
  383. margin-top:0px;
  384. font-size:10px;
  385. line-height:1.5;
  386. letter-spacing:1px;
  387. margin-left: 0px;
  388. text-align: justify;}
  389.  
  390. .aboutpic {
  391. width:220px;
  392. float:right;
  393. }
  394.  
  395. /* ----------------------------- RIGHT SIDE IMAGE ---------------------------*/
  396. .aboutpicimg {
  397. width:215px;
  398. height:425px;
  399. border-radius:5px;
  400. float:right;
  401. top:50%;
  402. margin-top:-5px;
  403. border:solid 2px #317247;
  404. padding:5px;
  405. /* ----------------------------- CHANGEURL BELOW ---------------------------*/
  406. background-image: url('https://66.media.tumblr.com/fed5238e119e228279ab4d009b17087c/tumblr_mz2hybaRhI1re41uao1_540.jpg');
  407.  
  408. background-size:cover;
  409. background-attachment:absolute;
  410. opacity: 0.5;}
  411.  
  412. /* ----------------------------- WOLF IMAGE---------------------------*/
  413. .aboutme2 {
  414. width:200px;
  415. height:100px;
  416. border-radius:5px;
  417. border:solid 2px #317247;
  418. padding:5px;
  419. background-color:#222;
  420. z-index:999;
  421. top:50%;
  422. margin-top:100px;
  423. position: absolute;
  424. /* ----------------------------- CHANGE IMAGE BELOW ---------------------------*/
  425. background-image: url('https://pacificlegal.org/wp-content/uploads/2017/01/Gray-Wolf-780x500.jpg');
  426. background-size:cover;
  427. opacity: 0.5;}
  428.  
  429. /* ---------------------------- MUSES ------------------------- */
  430.  
  431. .muse {
  432. width:90px;
  433. height:90px;
  434. display:inline-block;
  435. padding:5px;
  436. margin:5px;
  437. background:#ffffff;
  438. border-radius:5px;
  439. }
  440.  
  441. .muse img {
  442. width:80px;
  443. height:80px;
  444. border-radius:100px;
  445. border:solid 2px #317247;
  446. padding:5px;
  447. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  448. filter: grayscale(0%);
  449. -webkit-transition: all 0.5s ease-in-out;
  450. -moz-transition: all 0.5s ease-in-out;
  451. -o-transition: all 0.5s ease-in-out;
  452. -ms-transition: all 0.5s ease-in-out;
  453. transition: all 0.5s ease-in-out;
  454. }
  455.  
  456. .muse img:hover {
  457. -ms-transform: rotate(-7deg); /* IE 9 */
  458. -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
  459. transform: rotate(-7deg);
  460. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  461. filter: grayscale(0%);
  462. -webkit-transition: all 0.5s ease-in-out;
  463. -moz-transition: all 0.5s ease-in-out;
  464. -o-transition: all 0.5s ease-in-out;
  465. -ms-transition: all 0.5s ease-in-out;
  466. transition: all 0.5s ease-in-out;
  467. }
  468.  
  469. h4 {
  470. font-family:'frontage outline';
  471. padding:5px;
  472. font-size:18px;
  473. margin-top:-10px;
  474. margin-bottom: -5px;
  475. z-index:99999999999999999;
  476. color:#317247;
  477. text-transform:uppercase;
  478.  
  479. }
  480.  
  481.  
  482.  
  483.  
  484. /* QUOTES */
  485.  
  486. .quote{
  487. font-family:'work sans';
  488. text-align:center;
  489. font-size:20px;
  490. line-height:110%;
  491. }
  492.  
  493. .quotesource{
  494. text-align:center;
  495. margin-bottom:15px;
  496. margin-top:15px;
  497. }
  498.  
  499.  
  500. #glenplayer02 {
  501. position:absolute;
  502. top:0;margin-top:5px;
  503. left:20px;margin-right:10px;
  504. display:flex;
  505. z-index:99; }
  506.  
  507.  
  508. #glenplayer02 a {text-decoration:none;}
  509.  
  510. #glenplayer02 > div {
  511. align-self:center;
  512. -webkit-align-self:center;
  513. }
  514.  
  515. .music-controls {
  516. user-select:none;
  517. -webkit-user-select:none;
  518. cursor:pointer;
  519. }
  520.  
  521. .playy, .pausee {color:#222;} /* color of play & pause buttons */
  522.  
  523. .playy {font-size:13px;}
  524.  
  525. .pausee {
  526. display:none;
  527. margin-right:1.5px;
  528. }
  529.  
  530. .sonata {
  531. margin-left:10px;
  532. color:#fff; /* color of music note symbol */
  533. }
  534.  
  535. .labeltext {
  536. margin-left:8px;
  537. padding: 2px;
  538. border: 0px solid #222;
  539. font-family:'Work Sans';
  540. font-size:16px;
  541. color:#111; /* color of song title */
  542. }
  543.  
  544. .labeltext:hover {
  545. margin-left:8px;
  546. background:#888;
  547. padding: 2px;
  548. border: 1px solid #888;
  549. font-family:'Work Sans';
  550. font-size:16px;
  551. color:#fff; /* color of song title */}
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558. </style>
  559.  
  560. <div id="bigcon">
  561.  
  562. <div id="sidebar">
  563.  
  564.  
  565. <div class="blogtitle">
  566. <!-- -------------------------- TITLE CAN BE CHANGED may need editing if you do tho!-------------------------- -->
  567.  
  568. <span class="th th-quote-up"></span>Alpha </div>
  569.  
  570.  
  571. <div id=sidebarimg></div>
  572.  
  573. <div class="tabs">
  574. <ul class="tab-links">
  575. <li class="active" style="margin-left:-30px">
  576. <a title="main" href="#tab1">0</a></li>
  577. <li><a title="history" href="#tab2">0</a></li>
  578. <li><a title="traits" href="#tab3">0</a></li>
  579. <li><a title="ooc" href="#tab4">0</a></li>
  580. </ul>
  581. </div>
  582.  
  583. <div class="description">
  584. <p>
  585. <b>Name:</b><font style=float:right>Colton Raines</font><br>
  586. <b>Age:</b><font style=float:right>25</font><br>
  587. <b>Gender:</b><font style=float:right>Male</font><br>
  588. <b>Species:</b><font style=float:right>Lupine</font><br>
  589. <b>Height:</b><font style=float:right>6'0</font><br>
  590. <b>Weight:</b><font style=float:right>185 pounds</font><br>
  591. <b>Hair:</b><font style=float:right>Brown</font><br>
  592. <b>Eyes:</b><font style=float:right>Green</font><br>
  593. <b>Orientation:</b><font style=float:right>Heterosexual</font><br>
  594. <b>Marital Status:</b><font style=float:right>Single</font><br>
  595. <b>Occupation:</b><font style=float:right>Jack of all Trades</font><br>
  596. <b>Residence:</b><font style=float:right>Nowhere</font></div>
  597.  
  598.  
  599. <!-------MUSIC PLAYER BY GLENTHEMES------->
  600.  
  601.  
  602.  
  603. </div>
  604. <div class="subtitle">
  605.  
  606. <div id="glenplayer02">
  607. <div class="music-controls" onclick="songstart();">
  608. <div class="playy">►</div>
  609. <div class="pausee">❚❚</div>
  610. </div>
  611. <div class="sonata">♫</div>
  612.  
  613. <!-- -------------------------- SONG TITLE-------------------------- -->
  614.  
  615. <div class="labeltext">Song Title</div>
  616. </div><!--end music player-->
  617. <!-- -------------------------- SIBG URL IN SCR-------------------------- -->
  618.  
  619. <audio id="tune" src="" type="audio"></audio>
  620.  
  621. </div>
  622.  
  623.  
  624.  
  625.  
  626.  
  627. <!-- --------------------------- TABS -------------------------- -->
  628.  
  629.  
  630. <div class="tabs">
  631.  
  632.  
  633. <!-- --------------------------- TAB 1 -------------------------- -->
  634.  
  635. <div class="tab-content">
  636.  
  637. <div id="tab1" class="tab active">
  638.  
  639. <div class="tabcontent">
  640.  
  641. <div class="aboutpic"><div class="aboutpicimg"></div></div>
  642.  
  643. <div class="aboutme">
  644. <h4>W h o</h4>
  645. <!-- -------------------------- WHO BOX-------------------------- -->
  646.  
  647. <p>Lorem ipsum dolor sit amet...</p>
  648.  
  649. </div>
  650.  
  651. <h5>Colt</h5>
  652.  
  653. <div class="aboutme2">
  654.  
  655. </div>
  656.  
  657.  
  658.  
  659. </div>
  660.  
  661. </div>
  662.  
  663.  
  664.  
  665. <!-- -------------------------- TAB 2 -------------------------- -->
  666.  
  667. <div id="tab2" class="tab">
  668. <div class="tabcontent">
  669.  
  670. <div class="aboutpic"><div class="aboutpicimg"></div></div>
  671.  
  672. <div class="aboutme">
  673. <h4>H i s t o r y</h4>
  674. <!-- -------------------------- HISTORY BOX-------------------------- -->
  675.  
  676. <p>Lorem ipsum dolor sit amet...</p>
  677. </div>
  678.  
  679. <h5>Colt</h5>
  680.  
  681. <div class="aboutme2">
  682. </div>
  683.  
  684.  
  685. </div>
  686. </div>
  687.  
  688.  
  689. <!-- -------------------------- TAB 3 -------------------------- -->
  690.  
  691. <div id="tab3" class="tab">
  692. <div class="tabcontent">
  693.  
  694. <div class="aboutpic"><div class="aboutpicimg"></div></div>
  695.  
  696. <div class="aboutme">
  697. <!-- -------------------------- TRAITS BOX-------------------------- -->
  698.  
  699. <h4>Traits</h4>
  700. <b>Superhuman Speed:</b> Extremely fast and can ran faster than the human eye can follow..<br>
  701. <b>Superhuman Strength:</b> Akin to the strength of a vampire, lycans are much stronger in their animal form but still stronger than a human when in human form.<br>
  702. <b>Accelerated Healing:</b> Able to heal fast from any mortal wound not caused by silver. More powerful lycans are able to regrow limbs, although it may not be able to be done in one sitting..<br>
  703. <b>Heightened Senses:</b> Extremely acute senses. Lies can be detected through scent and the more powerful lycans can even hear blood moving around a person's body.<br>
  704. <b>Species Command:</b> Powerful, alpha lycans can command species of their own to do certain things. Force shift etc.<br>
  705. <b>Partial Shapeshifting:</b> Able to partially shift, as in claws or even bone structure to alter their appearance.<br>
  706. <b>Skill Name:</b> Skill description....<br>
  707. <b>Skill Name:</b> Skill description....<br>
  708. <b>Skill Name:</b> Skill description....<br>
  709. <b>Skill Name:</b> Skill description....<br>
  710. <b>Skill Name:</b> Skill description....<br>
  711. </div>
  712.  
  713. <h5>Colt</h5>
  714.  
  715. <div class="aboutme2"></div>
  716.  
  717.  
  718. </div>
  719. </div>
  720.  
  721.  
  722. <!-- -------------------------- TAB 4 -------------------------- -->
  723.  
  724. <div id="tab4" class="tab">
  725. <div class="tabcontent">
  726. <!-- -------------------------- OOC BOX-------------------------- -->
  727.  
  728.  
  729. <h4>OOC</h4>
  730.  
  731. <b>01.</b> DM Friendly.<br>
  732. <b>02.</b> Room RP Preferred.<br>
  733. <b>03.</b> IC is not OOC. Know the difference.<br>
  734. <b>04.</b> RP ideas welcome.<br>
  735. <b>05.</b> Story/Smut.<br>
  736. <b>06.</b> Do not DM with a starter.<br>
  737. <b>07.</b> Don't be a cunt, I won't be a dick.<br>
  738. <b>08.</b> FC=Rodrigo Guirao Diaz.<p><br>
  739.  
  740. <h4>MUSES</h4>
  741. <!-- -------------------------- MUSES BOX-------------------------- -->
  742.  
  743. <div class="muse">
  744. <a title="Dacia - Former Alpha, Engima. AMAZING WRITER AND the one who did this code for me. SHE's THE BESTEST!" href="/">
  745. <img src="https://media.giphy.com/media/s52d4ve4fMyiI/giphy.gif">
  746. <h4>Daci</h4>
  747. </a>
  748. </div>
  749.  
  750. <div class="muse">
  751. <a title="muse name, age, label." href="/">
  752. <img src="https://i.imgur.com/3PrC6Y3.png">
  753. <h4>muse</h4>
  754. </a>
  755. </div>
  756.  
  757. <div class="muse">
  758. <a title="muse name, age, label." href="/">
  759. <img src="https://i.imgur.com/K0dUdqe.png">
  760. <h4>muse</h4>
  761. </a>
  762. </div>
  763.  
  764. <div class="muse">
  765. <a title="muse name, age, label." href="/">
  766. <img src="https://i.imgur.com/OGHVKzX.png">
  767. <h4>muse</h4>
  768. </a>
  769.  
  770. </div>
  771.  
  772.  
  773.  
  774.  
  775. </div>
  776. </div>
  777.  
  778.  
  779. <!-- END OF TABS -->
  780.  
  781. </div>
  782. </div>
  783. </div>
  784. </div>
  785. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement