Advertisement
Demi-monde

Caide

Jun 17th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.25 KB | None | 0 0
  1. <!-------IN THE SCRIPT SECTION ON THE PROFILE------->
  2.  
  3. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Crimson+Text|Karla|Open+Sans|Playfair+Display|Source+Sans+Pro|Roboto" rel="stylesheet">
  7.  
  8. <!-------IN THE STYLE SECTION ON THE PROFILE - DO NOT USE <style> tag!------->
  9.  
  10. <style type="text/css">
  11.  
  12. #glenplayer02 {
  13. position:absolute;
  14. top:0;margin-top:0px;
  15. right:0;margin-right:10px;
  16. display:flex;
  17. z-index:99;
  18. }
  19. #glenplayer02 a {text-decoration:none;}
  20.  
  21. #glenplayer02 > div {
  22. align-self:center;
  23. -webkit-align-self:center;
  24. }
  25.  
  26. .music-controls {
  27. user-select:none;
  28. -webkit-user-select:none;
  29. cursor:pointer;
  30. }
  31.  
  32. .playy, .pausee {color:#888;} /* color of play & pause buttons */
  33.  
  34. .playy {font-size:13px;}
  35.  
  36. .pausee {
  37. display:none;
  38. margin-right:1.5px;
  39. }
  40.  
  41. .sonata {
  42. margin-left:10px;
  43. color:#888; /* color of music note symbol */
  44. }
  45.  
  46. .labeltext {
  47. margin-left:8px;
  48. padding: 2px;
  49. border: 1px solid #222;
  50. font-family:'Comfortaa';
  51. font-size:12px;
  52. color:#888; /* color of song title */
  53. }
  54.  
  55. .labeltext:hover {
  56. margin-left:8px;
  57. background:#888;
  58. padding: 2px;
  59. border: 1px solid #888;
  60. font-family:'Comfortaa';
  61. font-size:12px;
  62. color:#fff; /* color of song title */}
  63.  
  64.  
  65. #cover{
  66. top:50%;left:50%;
  67. transform:translate(-50%, -50%);
  68. position:absolute;
  69. background-image:url('https://i.pinimg.com/originals/17/92/d8/1792d89aedcb5f413354b6864b08dd12.jpg');
  70. background-color: #000;
  71. background-position:center center;
  72. background-size:300px;
  73. background-attachment: absolute;
  74. background-repeat:no-repeat;
  75. height:100%; width:100%;
  76. filter: blur(0px); opacity:1; transition: 1s; }
  77.  
  78. body:hover #cover {filter: blur(10px); opacity:0; transition: 1.5s;}
  79.  
  80.  
  81.  
  82. /*---------------BASIC STYLING---------------*/
  83.  
  84. ::-webkit-scrollbar-thumb:vertical {
  85. display:none;
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb:horizontal {
  89. display:none;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. display:none;
  94. }
  95.  
  96. ::selection {
  97. background-color:black;
  98. color: #fff;
  99. }
  100.  
  101. a{
  102. text-decoration:none;
  103. color:red;
  104. }
  105.  
  106. body{
  107. background-color:black;
  108. font-family:"open sans";
  109. font-size:10px;
  110. -webkit-font-smoothing: antialiased;
  111. -moz-osx-font-smoothing: grayscale;
  112. overflow: hidden;
  113. height: 100%;}
  114.  
  115.  
  116.  
  117. /*---------------BOX STYLING---------------*/
  118.  
  119. #everything{
  120. top:50%;
  121. margin-top:-240px;
  122. left:50%;
  123. margin-left:-395px;
  124. position:fixed;
  125. filter: blur(10px); opacity:0; transition: 1s; }
  126.  
  127. body:hover #everything {filter: blur(0px); opacity:1; transition: 1.9s;}
  128.  
  129. #whole{
  130. width:700px;
  131. height:400px;
  132. opacity:0.95 !important;
  133. position:absolute;
  134. margin-left:20px;
  135. margin-top:20px;
  136. border:20px solid #222;
  137. }
  138.  
  139.  
  140.  
  141.  
  142. /*---------------INNER RIGHT STYLING---------------*/
  143.  
  144. .innerwhole{
  145. width:380px;
  146. height:380px;
  147. background:#222;
  148. position:absolute;
  149. right:0px;
  150. padding:10px;
  151. opacity:1;
  152. -webkit-transition: all 0.5s ease-in-out;
  153. -moz-transition: all 0.5s ease-in-out;
  154. -o-transition: all 0.5s ease-in-out;
  155. -ms-transition: all 0.5s ease-in-out;
  156. transition: all 0.5s ease-in-out;
  157. }
  158.  
  159.  
  160.  
  161. /*---------------INNER LEFT STYLING---------------*/
  162.  
  163. .profileimg{
  164. width:300px;
  165. height:400px;
  166. position:fixed;
  167. }
  168.  
  169. .profileimg img{
  170. width:100%;
  171. height:100%;
  172. }
  173.  
  174. .profileimg h1{
  175. position:absolute;
  176. margin:30px;
  177. bottom:0px;
  178. font-weight:900;
  179. color:white;
  180. font-family:"source sans pro";
  181. font-size:30px;
  182. font-style:italic;
  183. text-transform:uppercase;
  184. }
  185.  
  186. .innerimg{
  187. width:260px;
  188. height:360px;
  189. border:20px solid black;
  190. position:fixed;
  191. z-index:10;
  192. opacity: 0.4;
  193. background-image: url('https://pmcdeadline2.files.wordpress.com/2010/06/spartacus-andy-whitfield-1-788789.jpg');
  194. background-repeat:no-repeat;
  195. background-position:top center;
  196. background-attachment: absolute;
  197. background-size:cover;
  198. -webkit-transition: all 0.8s ease-in-out;
  199. -moz-transition: all 0.8s ease-in-out;
  200. -o-transition: all 0.8s ease-in-out;
  201. -ms-transition: all 0.8s ease-in-out;
  202. transition: all 0.8s ease-in-out;
  203. -webkit-filter: grayscale(100%);
  204. }
  205.  
  206. .innerimg:hover{
  207. width:260px;
  208. height:360px;
  209. border:20px solid black;
  210. position:fixed;
  211. z-index:10;
  212. opacity: 0.4;
  213. background-image: url('https://i.pinimg.com/originals/17/92/d8/1792d89aedcb5f413354b6864b08dd12.jpg');
  214. background-repeat:no-repeat;
  215. background-position:top center;
  216. background-attachment: absolute;
  217. background-size:cover;
  218. -webkit-transition: all 0.8s ease-in-out;
  219. -moz-transition: all 0.8s ease-in-out;
  220. -o-transition: all 0.8s ease-in-out;
  221. -ms-transition: all 0.8s ease-in-out;
  222. transition: all 0.8s ease-in-out;}
  223.  
  224. .innerimg:before{
  225. content:"";
  226. display:block;
  227. position:absolute;
  228. z-index:-1;
  229. top:0px;
  230. left:0px;
  231. right:0px;
  232. bottom:0px;
  233. border:1px solid #666;
  234. }
  235.  
  236.  
  237.  
  238. /*---------------INNER RIGHT HEADER STYLING---------------*/
  239.  
  240. .header{
  241. width:100%;
  242. height:25px;
  243. }
  244.  
  245.  
  246.  
  247. .title {
  248. background:#222;
  249. text-align: center;
  250. font-family:"crimson text";
  251. text-transform:lowecase;
  252. font-weight:100;
  253. width:auto;
  254. padding-right:15px;
  255. padding-left:5px;
  256. font-size:30px;
  257. top:17.5px;
  258. margin:0px;
  259. line-height:10px;
  260. height:15px;
  261. color:red;
  262. position:absolute;
  263. font-style:italic;
  264. }
  265.  
  266.  
  267.  
  268. /*---------------TOP SECTION RIGTHT QUOTE STYLING---------------*/
  269.  
  270. .topsec{
  271. width:367.5px;
  272. height:35px;
  273. position:absolute;
  274. margin:5px;
  275. padding:5px;
  276. padding-bottom:10px;
  277. margin-left:5px;
  278. margin-top:-5px;
  279. border-bottom: 3px solid #000;
  280. }
  281.  
  282. .wrap {
  283. margin-top:-10px;
  284. float: right;
  285. margin-left: 10px;
  286. position:relative;}
  287.  
  288. .wrapimg{
  289. border-radius: 50%;
  290. border:5px solid #000;
  291. height:90px;
  292. width:90px;
  293. margin-top:-70px;
  294. float: right;
  295. shape-outside: inset(1% round 50%);
  296. margin-left: 00px;
  297. position:relative;
  298. background-image: url('http://www.legendarydeeds.com/wiki/images/c/c7/Andy-Gabriel-andy-whitfield-32460816-245-138.gif');
  299. background-repeat:no-repeat;
  300. background-position:top center;
  301. background-attachment: absolute;
  302. background-size:cover;}
  303.  
  304. .wrap2 {
  305. border:5px solid #000;
  306. height:80px;
  307. width:160px;
  308. margin-left: 0px;
  309. position:relative;
  310. background-image: url('https://66.media.tumblr.com/tumblr_lxjw7umpo41r9pmwlo1_500.gif');
  311. background-repeat:no-repeat;
  312. background-position:top center;
  313. background-attachment: absolute;
  314. background-size:cover;}
  315.  
  316. .topsec b{
  317. font-size:40px;
  318. margin-top:-2.5px;
  319. margin-left:-7.5px;
  320. color:red;
  321. position:absolute;
  322. }
  323.  
  324. .topsec article{
  325. width:100%;
  326. height:auto;
  327. margin:10px 10px 10px 10px;
  328. text-align:center;
  329. }
  330.  
  331. .topsec article p{
  332. height:100%;
  333. width:70%;
  334. text-align:center;
  335. font-size:13px;
  336. font-family:"crimson text";
  337. font-style:italic;
  338. line-height:12px;
  339. bottom:0px;
  340. color:#666;}
  341.  
  342.  
  343.  
  344.  
  345. /*---------------STATS SECTIONG RIGHT INNER STYLING---------------*/
  346.  
  347. .stats{
  348. width:170px;
  349. height:310px;
  350. padding:5px;
  351. margin-top:45px;
  352. border-right:0px solid #666;
  353. position:absolute;
  354. overflow:auto;
  355. line-height:6px;}
  356.  
  357. .stats h1{
  358. font-family:"karla";
  359. text-transform:uppercase;
  360. font-weight:100;
  361. color:white;
  362. background:red;
  363. text-align:center;
  364. font-size:13px;
  365. padding:2px;
  366. border-radius:0px;
  367. }
  368.  
  369. .stats p{
  370. font-size:10px;
  371. font-family:"roboto";
  372. border-bottom:0px solid #666;
  373. padding-bottom:4px;
  374. padding-left:10px;
  375. padding-right:10px;
  376. color: #666;}
  377.  
  378. .stats p:last-child{
  379. border-bottom: 0;
  380. }
  381.  
  382. .stats span{
  383. float:right;
  384. }
  385.  
  386. .stats b{
  387. font-size:9.5;
  388. font-family:"karla";
  389. text-transform:uppercase;
  390. color: red;}
  391.  
  392.  
  393.  
  394.  
  395. /*---------------ABOUT SECTION RIGHT SIDE STYLING---------------*/
  396.  
  397. .about{
  398. position:absolute;
  399. width:200px;
  400. height:140px;
  401. right:0px;
  402. margin-top:90px;
  403. padding:5px;
  404. overflow:auto;
  405. color: #666;
  406. text-align: justify;
  407. border-bottom: 0px solid #666;
  408. line-height:10px;}
  409.  
  410. .about p{
  411. text-indent:0.9em;
  412. }
  413.  
  414.  
  415. .about h1{
  416. font-family:"karla";
  417. text-transform:uppercase;
  418. font-weight:100;
  419. color:white;
  420. background:red;
  421. text-align:center;
  422. font-size:13px;
  423. padding:2px;
  424. border-radius:0px;
  425. }
  426.  
  427.  
  428. .about ul, .about ol{
  429. margin-left:20px;
  430. padding-left:5px;
  431. }
  432.  
  433. .ooc{
  434. position:absolute;
  435. width:200px;
  436. height:100px;
  437. right:0px;
  438. margin-top:250px;
  439. padding:5px;
  440. overflow:auto;
  441. text-align: Justify;
  442. color: #666;
  443. border-top: 2px solid #000;
  444. line-height:10px;}
  445.  
  446. .ooc p{
  447. padding-top:0px;
  448. padding-bottom:2px;
  449. text-indent:0.9em;
  450. color: #666;}
  451.  
  452.  
  453. .ooc h1{
  454. font-family:"karla";
  455. text-transform:uppercase;
  456. font-weight:100;
  457. color:white;
  458. background:red;
  459. text-align:center;
  460. font-size:13px;
  461. padding:2px;
  462. border-radius:0px;
  463. }
  464.  
  465. .ooc ul, .about ol{
  466. margin-left:10px;
  467. padding-left:5px;
  468. color: #666;}
  469.  
  470. #profile{position:absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  471.  
  472.  
  473. </style>
  474.  
  475.  
  476. <!---------------BODY------------------>
  477. <div id="profile" oncontextmenu="return false;">
  478.  
  479. <div id="cover"></div>
  480. <div id="everything">
  481.  
  482. <div id="whole">
  483.  
  484.  
  485.  
  486. <!---------------LEFT PROFILE------------------>
  487.  
  488. <div class="profileimg">
  489.  
  490. <div class="innerimg"></div>
  491.  
  492. <h1>CAIDE</h1>
  493.  
  494.  
  495. </div>
  496.  
  497.  
  498.  
  499. <!---------------RIGHT PROFILE------------------>
  500.  
  501. <div class="innerwhole">
  502.  
  503.  
  504. <!---------------HEADER------------------>
  505.  
  506. <div class="header">
  507.  
  508. <div class="title">about caide.</div>
  509.  
  510.  
  511. </div>
  512.  
  513. <!---------------TOP SECTION QUOTE------------------>
  514.  
  515. <div class="topsec">
  516.  
  517. <div class="wrap"></div>
  518. <b>❝ </b>
  519. <article>
  520. <p> Be careful who you trust. The Devil was once an Angel.</p>
  521.  
  522.  
  523. </article><div class="wrapimg"></div>
  524.  
  525. </div>
  526.  
  527. <!---------------STATISTICS SECTION------------------>
  528.  
  529. <div class="stats">
  530.  
  531. <h1>stats.</h1>
  532.  
  533. <p><b>D.O.B:</b> <span>Ageless</span></p>
  534. <p><b>Gender:</b> <span>Male</span></p>
  535. <p><b>Height:</b> <span>6'0</span></p>
  536. <p><b>Weight:</b> <span>195</span></p>
  537. <p><b>Build:</b> <span>Lean | Athletic</span></p>
  538. <p><b>Hair | Eyes:</b> <span>Brown | Blue</span></p>
  539. <p><b>Species:</b> <span>Fallen Angel</span></p>
  540. <p><b>RANK:</b> <span>Prince of Underground</span></p>
  541. <p><b>ORIENTATION:</b> <span>Hetero | Single<span></p>
  542.  
  543. <p><div class="wrap2"></div>
  544.  
  545. </div>
  546.  
  547.  
  548.  
  549. <!---------------ABOUT SECTION------------------>
  550.  
  551. <div class="about">
  552.  
  553. <h1>History</h1>
  554. <p>There came a war. From that war came the first wave. Within that, he fell.<br>One of the first. <br><br>He followed the others, dividing up and spreading out into the different sections that reigned supreme below. Governed by one, though never seen. <br>He led armies to destroy and conquer the East, untold casualties among those that fought. He was victorious however, and his name is whispered among those in history, as far back as ancient scrolls first scribbled his title. </p>
  555.  
  556.  
  557.  
  558. <h1>Personality</h1>
  559. <p>Ruthless, hard hearted, corrupt, dishonorable. Just a few traits that Caide possesses but he does not always let them show. He can be just as charismatic, charming and sensitive to those he deems deserving. However, he always has a hidden agenda, whatever it may happen to be.<br><br>Upon his return to middle ground, he keeps his true identity hidden, using the alias "Caide" as a means of performing what diabolicals acts he so chooses.<br><br>Intelligent yet scheming, something dark and sinister is always lurking in close proximity...</p>
  560.  
  561. </div>
  562.  
  563.  
  564. <div class="ooc">
  565.  
  566. <h1>OOC</h1>
  567.  
  568. <li>DM Friendly</li>
  569. <li>IC is not OOC, know the difference</li>
  570. <li>Do not DM with a starting post, but ideas are more than welcome</li>
  571. <li>Para preferred</li>
  572. <li>Room RP preferred</li>
  573. <li>Story based writer, I don't apologize for this</li>
  574. <li>Don't be a cunt, I won't be a dick</li>
  575. <li>FC: Andy Whitfield
  576.  
  577. </div>
  578.  
  579. </div>
  580.  
  581.  
  582. <!-------MUSIC PLAYER BY GLENTHEMES------->
  583. <div id="glenplayer02">
  584. <div class="music-controls" onclick="songstart();">
  585. <div class="playy">►</div>
  586. <div class="pausee">❚❚</div>
  587. </div>
  588. <div class="sonata">♫</div>
  589. <div class="labeltext">TITLE</div>
  590. </div><!--end music player-->
  591.  
  592. <audio id="tune" src="LINK" type="audio"></audio>
  593. </div>
  594. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement