thisisnotras

Jawn

Sep 10th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.65 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4.  
  5. #holdit {position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden;
  6. background-image:url(http://i68.tinypic.com/npffjt.jpg);}
  7. .workit {position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
  8. .workit img {height: 100%; width: auto; }
  9. body {background-color: #ADADAD; }
  10.  
  11. ::-webkit-scrollbar {
  12. width: 4px;
  13. background-color: gray;
  14. }
  15.  
  16.  
  17. ::-webkit-scrollbar-thumb {
  18. border-radius: 0px;
  19. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  20. background-color: black;
  21. }
  22.  
  23.  
  24. @font-face{
  25. src:url(https://dl.dropboxusercontent.com/u/4556289/Austie%20Bost%20Roman%20Holiday%20Sketch.ttf);
  26. font-family:'titlefont';
  27. }
  28.  
  29. .contentbox{
  30. position: absolute;
  31. top: 10px;
  32. left: 0px;
  33. right: 0px;
  34. margin: auto;
  35. height: 100px;
  36. width: 400px;
  37. border: 0px solid black;
  38. border-radius: 10px;
  39. text-align: center;
  40. font-family:'titlefont';
  41. font-size:15pt;
  42. color:black;
  43. overflow: hidden;
  44. z-index: 1;
  45. text-decoration: none;
  46. }
  47.  
  48. .contentbox:before{
  49. content:'';
  50. position: absolute;
  51. top: 0px;
  52. left: 0px;
  53. right: 0px;
  54. bottom: 0px;
  55. background: black;
  56. -webkit-filter:blur(30px);
  57. filter:blur(30px);
  58. z-index:-2;
  59. }
  60.  
  61. .contentbox:after{
  62. content:'';
  63. position: absolute;
  64. top: 6px;
  65. left: 6px;
  66. right: 6px;
  67. bottom: 6px;
  68. background-image:url(http://i68.tinypic.com/npffjt.jpg);
  69. background-repeat: no-repeat;
  70. background-size: 100% auto;
  71. background-position: center center;
  72. opacity: 1;
  73. background-color: gray;
  74. border-radius: 5px;
  75. z-index:-1;
  76. }
  77.  
  78. .contentbox h1{
  79. font-size:60pt;
  80. margin-top: 5px;
  81. font-style: italic;
  82. letter-spacing: -2px;
  83. opacity: .8;
  84. }
  85.  
  86. #concealer{
  87. position: absolute;
  88. top: 110px;
  89. left: 0px;
  90. right: 0px;
  91. height: 241px;
  92. width: 350px;
  93. margin: auto;
  94. overflow: hidden;
  95. border: 0px solid red;
  96. border-radius: 0px 0px 5px 5px;
  97. -webkit-transition: all 1s;
  98. transition: all 1s;
  99. opacity: 0;
  100. }
  101.  
  102. #quickfill{
  103. border: 0px solid black;
  104. position: absolute;
  105. left:600px;
  106. top: -260px;
  107. height: 500px;
  108. width: 500px;
  109. opacity: 1;
  110. -webkit-transition: all 1s;
  111. transition: all 1s;
  112. }
  113.  
  114. #linefill{
  115. height: 3px;
  116. width: 150%;
  117. transform:rotate(-20deg);
  118. background: black;
  119. float: right;
  120. margin-top: 3px;
  121. margin-left: -100px;
  122. opacity: .9;
  123. -webkit-transition: all 1s;
  124. transition: all 1s;
  125. }
  126.  
  127. #bottomselection{
  128. position: absolute;
  129. bottom: 0px;
  130. right: 0px;
  131. height: 0;
  132. border-top: 130px solid transparent;
  133. border-right: 360px solid #151515;
  134. border-bottom: 0px solid transparent;
  135. overflow: hidden;
  136. -webkit-transition: all 1s;
  137. transition: all 1s;
  138. opacity: 0;
  139. }
  140.  
  141. #bottomselection2{
  142. position: absolute;
  143. bottom: 0px;
  144. right: 140px;
  145. height: 0;
  146. border-top: 79px solid transparent;
  147. border-right: 219px solid #151515;
  148. border-bottom: 0px solid transparent;
  149. overflow: hidden;
  150. opacity: 0;
  151. -webkit-transition: all 1s;
  152. transition: all 1s;
  153. }
  154.  
  155. @font-face{
  156. font-family:'linkfont';
  157. src:url(https://dl.dropboxusercontent.com/u/4556289/Sketch%20Script%20Cool.otf);
  158. }
  159.  
  160.  
  161. .selection1{
  162. position: absolute;
  163. bottom: 0px;
  164. width: 117px;
  165. height: 39px;
  166. left: 90px;
  167. z-index: 3;
  168. text-align: center;
  169. font-family:'linkfont';
  170. font-size:20pt;
  171. color: gray;
  172. text-decoration: none;
  173. -webkit-transition: all 1s;
  174. transition: all 1s;
  175. box-sizing: border-box;
  176. opacity: 0;
  177. }
  178.  
  179. #selectiondiv{
  180. position: absolute;
  181. bottom: 0px;
  182. left: 207px;
  183. height: 79px;
  184. width: 3px;
  185. background: black;
  186. z-index: 3;}
  187.  
  188. .selection2{
  189. position: absolute;
  190. bottom: 0px;
  191. width: 137px;
  192. height: 120px;
  193. box-sizing: border-box;
  194. padding-top: 82px;
  195. border: 0px solid white;
  196. left: 210px;
  197. z-index: 3;
  198. text-align: center;
  199. font-family:'linkfont';
  200. font-size:20pt;
  201. color: gray;
  202. text-decoration: none;
  203. -webkit-transition: all 1s;
  204. transition: all 1s;
  205. opacity: 0;
  206. }
  207.  
  208. #holdall{
  209. position: absolute;
  210. height: 400px;
  211. width: 500px;
  212. top: 0px;
  213. left: 0px;
  214. right: 0px;
  215. bottom: 0px;
  216. margin: auto;
  217. border: 0px solid black;
  218. }
  219.  
  220. .selection1:hover ~ #bottomselection2,
  221. .selection2:hover ~ #bottomselection{
  222. border-right-color: #6B6B6B;
  223. }
  224.  
  225. .selection1:hover, .selection2:hover{
  226. color: black;
  227. }
  228.  
  229. #playercontent{
  230. position: absolute;
  231. top: 0px;
  232. left: 0px;
  233. height: 112px;
  234. width: 350px;
  235. border: 0px solid red;
  236. box-sizing: border-box;
  237. padding: 5px;
  238. z-index:1;
  239. opacity: 0;
  240. -webkit-transition: all 1s;
  241. transition: all 1s;
  242. }
  243.  
  244. #playercontent:before{
  245. content:'';
  246. position: absolute;
  247. top: 0px;
  248. left: 0px;
  249. right: 0px;
  250. bottom: 0px;
  251. background: #4F4F4F;
  252. opacity: .9;
  253. }
  254.  
  255. #oocsection{
  256. position: absolute;
  257. top: 110px;
  258. left: 0px;
  259. border: 0px solid white;
  260. width: 300px;
  261. height: 120px;
  262. text-align: left;
  263. z-index: 2;
  264. padding: 5px;
  265. font-size: 13pt;
  266. letter-spacing: 2px;
  267. font-family:'titlefont';
  268. color: gray;
  269. font-weight: 600;
  270. text-shadow: 2px 2px 1px black;
  271. opacity: 0;
  272. -webkit-transition: all 1s;
  273. transition: all 1s;
  274. }
  275.  
  276. #playercontent a,
  277. #oocsection a{
  278. text-decoration: none;
  279. font-style: italic;
  280. color: #BCA28B;
  281. }
  282.  
  283. #bottomfill{
  284. position: absolute;
  285. bottom: -1px;
  286. right: 0px;
  287. height: 0;
  288. border-top: 130px solid transparent;
  289. border-right: 360px solid black;
  290. border-bottom: 0px solid transparent;
  291. overflow: hidden;
  292. -webkit-transition: all 1s;
  293. transition: all 1s;
  294. transform:rotate(180deg);
  295. opacity: 0;
  296. z-index: 2;
  297. }
  298.  
  299. #tab1,#tab2{
  300. position: absolute;
  301. top: 0px;
  302. left: 0px;
  303. right: 0px;
  304. bottom: 0px;
  305. text-align: center;
  306. font-size: 15pt;
  307. text-shadow: 0px 0px 9px #161616;
  308. font-weight: 600;
  309. color: black;
  310. font-family:'titlefont';
  311. text-align: justify;
  312. text-justify: inter-word;
  313. box-sizing: border-box;
  314. overflow: auto;
  315. z-index: 1;
  316. padding: 5px;
  317. opacity: 0;
  318. -webkit-transition: all 1s;
  319. transition: all 1s;
  320. }
  321.  
  322. #call1:target #bottomselection2,
  323. #call2:target #bottomselection{
  324. border-right-color: #6B6B6B;
  325. }
  326.  
  327. #call1:target .selection1,
  328. #call2:target .selection2{
  329. color: black;
  330. }
  331.  
  332. #call1:target #playercontent,
  333. #call2:target #playercontent{
  334. opacity: 1;
  335. }
  336.  
  337. #call1:target #tab1,
  338. #call2:target #tab2{
  339. -webkit-transition: all 1s .7s;
  340. transition: all 1s .7s;
  341. opacity: 2;
  342. z-index: 3;
  343. }
  344.  
  345. #call1:target #oocsection,
  346. #call2:target #oocsection{
  347. opacity: 1;
  348. }
  349.  
  350. #call1:target #bottomfill,
  351. #call2:target #bottomfill{
  352. opacity: .89;
  353. }
  354.  
  355. /* MUSIC AREA */
  356.  
  357. #musicslice{
  358. position: fixed;
  359. top: 5%;
  360. right: 20px;
  361. height: 50px;
  362. width: 50px;
  363. border: 1px solid black;
  364. overflow: hidden;
  365. -webkit-transition: all 1s;
  366. transition: all 0s;
  367. box-shadow: 1px 1px 3px 0px black;
  368. background: transparent;}
  369.  
  370. #musicslice:active{
  371. -webkit-transition: all 0s;
  372. transition: all 0s;
  373. box-shadow: 1px 1px 0px 0px black;}
  374.  
  375. #musiccover{
  376. position: absolute;
  377. left: 0px;
  378. top: 0px;
  379. height: 50px;
  380. width: 50px;
  381. background-image:url(http://i66.tinypic.com/11hs7ds.jpg);
  382. background-size: auto 95%;
  383. background-repeat: no-repeat;
  384. background-position: center;
  385. }
  386.  
  387. #musichidden{
  388. position: absolute;
  389. left: -10px;
  390. top: 0px;
  391. height: 50px;
  392. width: 50px;
  393. zoom: 180%;
  394. opacity: 0;
  395. z-index: 1;
  396. overflow: hidden;}
  397.  
  398. #bottomselection,
  399. #bottomselection2,
  400. #selection1,
  401. #selection2{
  402. -webkit-transition: all 1s;
  403. transition: all 1s;
  404. }
  405.  
  406. #holdit:hover #bottomselection,
  407. #holdit:hover #bottomselection2,
  408. #holdit:hover .selection1,
  409. #holdit:hover .selection2{
  410. opacity: 1;
  411. }
  412.  
  413. #holdit:hover #bottomselection2{
  414. -webkit-transition: all 1s;
  415. transition: all 1s;
  416. }
  417.  
  418. #holdit:hover .selection1,
  419. #holdit:hover .selection2{
  420. -webkit-transition: all 1s;
  421. transition: all 1s;
  422. }
  423.  
  424. #holdit:hover #quickfill{
  425. -webkit-transition: all 2s ease-in;
  426. transition: all 2s ease-in;
  427. left: 0px;
  428. top: -50px;
  429. }
  430.  
  431. #holdit:hover #concealer{
  432. opacity: 1;
  433. }
  434.  
  435. </style>
  436.  
  437.  
  438. <div id="holdit">
  439.  
  440. <div id="call1">
  441. <div id="call2">
  442.  
  443. <div class="workit">
  444. <img src="http://puu.sh/qpEx4/96bbfbecb6.png">
  445. </div>
  446.  
  447. <div id="holdall">
  448. <a href="#none"class="contentbox">
  449. <h1>May Johnson</h1>
  450. </a>
  451.  
  452. <div id="concealer">
  453. <div id="quickfill">
  454. <div id="linefill">
  455. </div>
  456. <div id="linefill">
  457. </div>
  458. <div id="linefill">
  459. </div>
  460. <div id="linefill">
  461. </div>
  462. <div id="linefill">
  463. </div>
  464. <div id="linefill">
  465. </div>
  466. <div id="linefill">
  467. </div>
  468. <div id="linefill">
  469. </div>
  470. <div id="linefill">
  471. </div>
  472. <div id="linefill">
  473. </div>
  474. <div id="linefill">
  475. </div>
  476. <div id="linefill">
  477. </div>
  478. <div id="linefill">
  479. </div>
  480. <div id="linefill">
  481. </div>
  482. <div id="linefill">
  483. </div>
  484. <div id="linefill">
  485. </div>
  486. <div id="linefill">
  487. </div>
  488. <div id="linefill">
  489. </div>
  490. <div id="linefill">
  491. </div>
  492. <div id="linefill">
  493. </div>
  494. <div id="linefill">
  495. </div>
  496. <div id="linefill">
  497. </div>
  498. <div id="linefill">
  499. </div>
  500. <div id="linefill">
  501. </div>
  502. <div id="linefill">
  503. </div>
  504. <div id="linefill">
  505. </div>
  506. <div id="linefill">
  507. </div>
  508. <div id="linefill">
  509. </div>
  510. <div id="linefill">
  511. </div>
  512. <div id="linefill">
  513. </div>
  514. <div id="linefill">
  515. </div>
  516. <div id="linefill">
  517. </div>
  518. <div id="linefill">
  519. </div>
  520. <div id="linefill">
  521. </div>
  522. <div id="linefill">
  523. </div>
  524. <div id="linefill">
  525. </div>
  526. <div id="linefill">
  527. </div>
  528. <div id="linefill">
  529. </div>
  530. <div id="linefill">
  531. </div>
  532. <div id="linefill">
  533. </div>
  534. </div>
  535. <a href="#call1" class="selection1">
  536. ONE
  537. </a>
  538. <div id="selectiondiv">
  539. </div>
  540. <a href="#call2" class="selection2">
  541. TWO
  542. </a>
  543. <div id="bottomfill">
  544. </div>
  545. <div id="bottomselection">
  546. </div>
  547. <div id="bottomselection2">
  548. </div>
  549.  
  550. <div id="playercontent">
  551. <div id="tab1">
  552. Name: May Johnson<br />
  553. Height: 5'3" <br />
  554. Occupation: Secretary at a Law Firm<br />
  555. Orientation: Whatever. <br />
  556. Status: Single, and not looking yet. <br />
  557. Demeanor: Calm, calculating.<br />
  558. Interests: Sushi, Sake, and Hard Cold Cash.
  559. </div>
  560. <div id="tab2">
  561. Don't take this feline too lightly, just because she's a secretary. If you're around the same group of people long enough every day, you end up picking up their tricks; no?<br /><br />
  562. She's calculating of every move you make, though she remains quiet and considerate... So be careful, or you might end up disappearing some day without a trace.
  563. </div>
  564. </div>
  565. <div id="oocsection">
  566. Rarely ooc, but PM friendly.<br>
  567. My character, my art.<br>
  568. <a target="_blank" href="http://furaffinity.net/user/koaudo" target="_blank">Want to see more?</a><br>
  569. <a target="_blank" href="http://roleplay.chat/profile.php?user=digital" target=_blank>digiformat</a>.
  570. </div>
  571. </div>
  572.  
  573. </div>
  574. </div>
  575.  
  576.  
  577.  
  578. <div id="musicslice" title="flight facilities - crave you">
  579. <div id="musiccover">
  580. </div>
  581. <div id="musichidden">
  582. <audio controls src="http://puu.sh/r7278/2d2392cfb4.mp3"></audio>
  583. </div>
  584.  
  585.  
  586.  
  587. </div>
  588. </div>
  589.  
  590. </div>
Advertisement
Add Comment
Please, Sign In to add comment