thisisnotras

Skarr code

Jan 1st, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.05 KB | None | 0 0
  1. <style>
  2.  
  3. ::-webkit-scrollbar {
  4. width: 4px;
  5. background-color: transparent;
  6. }
  7.  
  8.  
  9. ::-webkit-scrollbar-thumb {
  10. border-radius: 2px;
  11. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  12. background-color: #111111;
  13. }
  14.  
  15. #whole{
  16. position: fixed;
  17. top: 0px;
  18. left: 0px;
  19. right: 0px;
  20. bottom: 0px;
  21. background-color:#FFCCFF;
  22. overflow: hidden;
  23. }
  24.  
  25. #bigcontain{
  26. position: absolute;
  27. top: 0px;
  28. left: 0px;
  29. right: 0px;
  30. bottom: 0px;
  31. margin: auto;
  32. height: 700px;
  33. width: 800px;
  34. border: 0px solid white;
  35. }
  36.  
  37. #menudiv{
  38. position: absolute;
  39. top: 30px;
  40. left: 0px;
  41. right: 0px;
  42. margin: auto;
  43. height: 60px;
  44. width: 300px;
  45. border: 0px solid black;
  46. }
  47.  
  48. .hexagon {
  49. width: 100px;
  50. height: 55px;
  51. background: white;
  52. position: relative;
  53. zoom: 80%;
  54. text-align: center;
  55. font-family:'Arial';
  56. font-size: 15px;
  57. color: black;
  58. font-weight: 600;
  59. letter-spacing: 3px;
  60. text-transform: lowercase;
  61. box-sizing: border-box;
  62. line-height: 17px;
  63. }
  64.  
  65. .hexagon:before {
  66. content: "";
  67. position: absolute;
  68. top: -25px;
  69. left: 0;
  70. width: 0;
  71. height: 0;
  72. border-left: 50px solid transparent;
  73. border-right: 50px solid transparent;
  74. border-bottom: 25px solid white;
  75. }
  76. .hexagon:after {
  77. content: "";
  78. position: absolute;
  79. bottom: -25px;
  80. left: 0;
  81. width: 0;
  82. height: 0;
  83. border-left: 50px solid transparent;
  84. border-right: 50px solid transparent;
  85. border-top: 25px solid white;
  86. }
  87.  
  88.  
  89. .hexagon:nth-child(2){
  90. top: -55px;
  91. left: 120px;
  92. }
  93.  
  94. .hexagon #musics{
  95. position: absolute;
  96. top: 0px;
  97. left: 0px;
  98. right: 0px;
  99. bottom: 0px;
  100. margin: auto;
  101. border-radius: 360px;
  102. height: 70px;
  103. width: 70px;
  104. z-index: 1;
  105. -webkit-transition: all 1s;
  106. transition: all 1s;
  107. background-color: black;
  108. background-image:url(http://i68.tinypic.com/v5he8x.jpg);
  109. background-size: auto 100%;
  110. background-position: center;
  111. overflow: hidden;
  112. }
  113.  
  114. .hexagon #musics:active{
  115. -webkit-transition: all .1s;
  116. transition: all .1s;
  117. background-color: white;
  118. }
  119.  
  120. .hexagon #musics audio{
  121. zoom: 300%;
  122. margin-left: -4px;
  123. margin-top: -4px;
  124. opacity: 0;
  125. }
  126.  
  127. .hexagon:nth-child(3){
  128. top: -110px;
  129. left: 240px;
  130. }
  131.  
  132. .hexagon .hexagon{
  133. background: #FFCCFF;
  134. top: 2px;
  135. left: 2px;
  136. zoom: 96%;
  137. z-index: 1;
  138. }
  139.  
  140. .hexagon .hexagon:before{
  141. border-bottom:25px solid #FFCCFF;
  142. top: -24px;
  143. }
  144.  
  145. .hexagon .hexagon:after{
  146. border-top: 25px solid #FFCCFF;
  147. bottom: -24px;
  148. }
  149.  
  150. #skarrimage{
  151. position: absolute;
  152. height: 600px;
  153. width: 500px;
  154. left: 0px;
  155. right: 0px;
  156. top: 100px;
  157. margin: auto;
  158. border: 0px solid black;
  159. background-image:url(http://i.imgur.com/NPPh8T8.png);
  160. background-repeat: no-repeat;
  161. background-position: center;
  162. background-size: auto 100%;
  163. }
  164.  
  165. #contentarea{
  166. position: absolute;
  167. left: 0px;
  168. right: 0px;
  169. top: 100px;
  170. margin: auto;
  171. width: 800px;
  172. height: 500px;
  173. border: 0px solid black;
  174. }
  175.  
  176. #content1, #content2, #content3, #content4 {
  177. width: 200px;
  178. height: 350px;
  179. background: white;
  180. position: absolute;
  181. top: -50px;
  182. bottom: 0px;
  183. margin: auto;
  184. -webkit-transition: all 1s;
  185. transition: all 1s;
  186. opacity: 0;
  187. z-index: -1;
  188. }
  189.  
  190. #content1:before, #content2:before, #content3:before, #content4:before {
  191. content: "";
  192. position: absolute;
  193. top: -55px;
  194. left: 0;
  195. width: 0;
  196. height: 0;
  197. border-left: 100px solid transparent;
  198. border-right: 100px solid transparent;
  199. border-bottom: 55px solid white;
  200. }
  201.  
  202. #content1:after, #content2:after, #content3:after, #content4:after {
  203. content: "";
  204. position: absolute;
  205. bottom: -55px;
  206. left: 0;
  207. width: 0;
  208. height: 0;
  209. border-left: 100px solid transparent;
  210. border-right: 100px solid transparent;
  211. border-top: 55px solid white;
  212. }
  213.  
  214. #content1, #content3{
  215. left: 20px;
  216. }
  217.  
  218. #content2, #content4{
  219. right: 60px;
  220. }
  221.  
  222. #contentcontent{
  223. position: absolute;
  224. top: -50px;
  225. bottom: -50px;
  226. left: 0px;
  227. right: 0px;
  228. border: 0px solid black;
  229. }
  230.  
  231. #contentheader{
  232. position: absolute;
  233. top: 20px;
  234. left: 0px;
  235. width: 100%;
  236. height: 30px;
  237. border: 0px solid black;
  238. overflow: hidden;
  239. text-align: center;
  240. box-sizing: border-box;
  241. padding-top: 15px;
  242. font-size: 12px;
  243. letter-spacing: 2px;
  244. font-family: 'Arial', Times;
  245. color: #FF6173;
  246. font-weight: 600;
  247. text-transform:lowercase;
  248. }
  249.  
  250. #contentbase{
  251. position: absolute;
  252. top: 56px;
  253. left: 0px;
  254. width: 100%;
  255. box-sizing: border-box;
  256. border-top: 2px solid black;
  257. border-bottom: 2px solid black;
  258. height: 338px;
  259. overflow: auto;
  260. padding: 5px;
  261. text-align: justify;
  262. font-size: 12px;
  263. font-family: 'Arial';
  264. letter-spacing: 1px;
  265. color: gray;
  266. font-style: italic;
  267. }
  268.  
  269. #content2 #contentbase{
  270. text-align: center;
  271. color: black;
  272. font-size: 11px;
  273. font-family: 'Arial';
  274. letter-spacing: 2px;
  275. }
  276.  
  277. #content2 #contentbase li{
  278. list-style-type: none;
  279. margin-left: -45px;
  280. }
  281.  
  282. #content2 #contentbase li:nth-child(1){
  283. font-weight: 600;
  284. }
  285.  
  286. #content3 #contentbase li{
  287. text-align: left;
  288. margin-left: -20px;
  289. font-weight: 600;
  290. font-size: 12px;
  291. color: black;
  292.  
  293. }
  294.  
  295. #content3 #contentbase li:nth-child(2){
  296. list-style-type: none;
  297. font-weight: 400;
  298. }
  299.  
  300. #content4 #contentbase{
  301. height: 150px;
  302. border-bottom: 1px solid black;
  303. }
  304.  
  305. #content4 #friendbase{
  306. position: absolute;
  307. left: 0px;
  308. top: 206px;
  309. width: 100%;
  310. height: 185px;
  311. border-top: 1px solid black;
  312. border-bottom: 2px solid black;
  313. overflow: auto;
  314. }
  315.  
  316. #content4 #friendbase a{
  317. float: left;
  318. width: 100%;
  319. height: 62px;
  320. box-sizing: border-box;
  321. border-bottom: 1px solid black;
  322. -webkit-filter:grayscale(100%);
  323. filter:grayscale(100%);
  324. -webkit-transition: all .5s;
  325. transition: all .5s;
  326. overflow: hidden;
  327. text-decoration: none;
  328. }
  329.  
  330. #content4 #friendbase a:hover{
  331. -webkit-filter:grayscale(0%);
  332. filter:grayscale(0%);
  333. }
  334.  
  335. #content4 #friendbase a img{
  336. /* make sure images are sized at 196px x 61px */
  337. height: 61px;
  338. width: 100%;
  339. }
  340.  
  341. #content4 #friendbase h1{
  342. margin: auto;
  343. margin-top: -30px;
  344. color: white;
  345. font-size: 17px;
  346. font-family: 'Arial';
  347. text-shadow: 1px 1px 7px black;
  348. text-align: center;
  349. text-decoration: none;
  350. font-style: italic;
  351. letter-spacing: 3px;
  352. -webkit-transition: all 1s;
  353. transition: all 1s;
  354. }
  355.  
  356. #content4 #friendbase a:hover h1{
  357. letter-spacing: 4px;
  358. margin-top: -35px;
  359. }
  360.  
  361. #contentcontent a{
  362. color: black;
  363. text-decoration: underline;
  364. -webkit-transition: all .3s;
  365. transition: all .3s;
  366. font-weight: 600;
  367. }
  368.  
  369. #contentcontent a:hover{
  370. text-decoration: none;
  371. color: black;
  372. }
  373.  
  374. #menudiv .hexagon a{
  375. position: fixed;
  376. height: 100px;
  377. width: 105px;
  378. display: block;
  379. margin-top: -55px;
  380. margin-left: -2.5px;
  381. z-index: 5;
  382. }
  383.  
  384. #menudiv .hexagon:nth-child(3) a{
  385. margin-top: -170px;
  386. margin-left: -3px;
  387. }
  388.  
  389. #menudiv .hexagon,
  390. #menudiv .hexagon:before,
  391. #menudiv .hexagon:after{
  392. -webkit-transition: all 1s, color .7s;
  393. transition: all 1s, color .7s;
  394. }
  395.  
  396. #menudiv .hexagon:nth-child(1):hover .hexagon,
  397. #menudiv .hexagon:nth-child(3):hover .hexagon,
  398. #div1:target ~ #whole #menudiv .hexagon:nth-child(1) .hexagon,
  399. #div2:target ~ #whole #menudiv .hexagon:nth-child(3) .hexagon{
  400. -webkit-transition: all 1s, color .7s;
  401. transition: all 1s, color .7s;
  402. background-color: black;
  403. color: white;
  404. }
  405.  
  406. #menudiv .hexagon:nth-child(1):hover .hexagon:before,
  407. #menudiv .hexagon:nth-child(3):hover .hexagon:before,
  408. #div1:target ~ #whole #menudiv .hexagon:nth-child(1) .hexagon:before,
  409. #div2:target ~ #whole #menudiv .hexagon:nth-child(3) .hexagon:before{
  410. border-bottom-color: black;
  411. }
  412.  
  413. #menudiv .hexagon:nth-child(1):hover .hexagon:after,
  414. #menudiv .hexagon:nth-child(3):hover .hexagon:after,
  415. #div1:target ~ #whole #menudiv .hexagon:nth-child(1) .hexagon:after,
  416. #div2:target ~ #whole #menudiv .hexagon:nth-child(3) .hexagon:after{
  417. border-top-color: black;
  418. }
  419.  
  420. #div1:target ~ #whole #content1,
  421. #div1:target ~ #whole #content2{
  422. top: 0px;
  423. z-index: 1;
  424. opacity: 1;
  425. }
  426.  
  427. #div2:target ~ #whole #content3,
  428. #div2:target ~ #whole #content4{
  429. top: 0px;
  430. z-index: 1;
  431. opacity: 1;
  432. }
  433.  
  434. #div1:target ~ #whole #menudiv .hexagon:nth-child(1) .hexagon{
  435. background: black;
  436. }
  437.  
  438. #disclaimer{
  439. position: fixed;
  440. left: 10px;
  441. bottom: 10px;
  442. font-family:'Arial';
  443. font-size: 11px;
  444. color: black;
  445. letter-spacing: 0px;
  446. font-weight: 600;
  447. opacity: .5;
  448. -webkit-transition: all .5s;
  449. transition: all .5s;}
  450.  
  451. #disclaimer:hover{
  452. opacity: 1;}
  453.  
  454. </style>
  455.  
  456. <div id="div1">
  457. </div>
  458. <div id="div2">
  459. </div>
  460. <div id="div3">
  461. </div>
  462.  
  463. <div id="whole">
  464.  
  465. <div id="bigcontain">
  466.  
  467. <div id="skarrimage">
  468. </div>
  469.  
  470. <div id="menudiv">
  471. <div class="hexagon">
  472. <div class="hexagon">
  473. <br>page one
  474. <a href="#div1"></a>
  475. </div>
  476. </div>
  477.  
  478. <div class="hexagon">
  479. <div class="hexagon">
  480. <div id="musics">
  481. <audio controls src="http://k003.kiwi6.com/hotlink/0sfi05c4x2/Lauv_-_Breathe_Severo_Remix_VOL.mp3
  482. " />
  483. </div>
  484. </div>
  485. </div>
  486.  
  487.  
  488. <div class="hexagon">
  489. <div class="hexagon">
  490. <br>page two
  491. <a href="#div2"></a>
  492. </div>
  493. </div>
  494.  
  495. </div>
  496.  
  497. <div id="contentarea">
  498.  
  499.  
  500. <div id="content1">
  501. <div id="contentcontent">
  502. <div id="contentheader">
  503. Basic Information.
  504. </div>
  505. <div id="contentbase">
  506. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up
  507. one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus
  508. Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from
  509. a line in section 1.10.32.
  510. </div>
  511. </div>
  512. </div>
  513.  
  514.  
  515. <div id="content2">
  516. <div id="contentcontent">
  517. <div id="contentheader">
  518. statistics
  519. </div>
  520. <div id="contentbase">
  521. <ul>
  522. <li>Category</li>
  523. <li>Information</li>
  524. </ul>
  525. <ul>
  526. <li>Category</li>
  527. <li>Information</li>
  528. </ul>
  529. <ul>
  530. <li>Category</li>
  531. <li>Information</li>
  532. </ul>
  533. <ul>
  534. <li>Category</li>
  535. <li>Information</li>
  536. </ul>
  537. <ul>
  538. <li>Category</li>
  539. <li>Information</li>
  540. </ul>
  541. <ul>
  542. <li>Category</li>
  543. <li>Information</li>
  544. </ul>
  545. <ul>
  546. <li>Category</li>
  547. <li>Information</li>
  548. </ul>
  549. </div>
  550. </div>
  551. </div>
  552.  
  553.  
  554. <div id="content3">
  555. <div id="contentcontent">
  556. <div id="contentheader">
  557. skills
  558. </div>
  559. <div id="contentbase">
  560. <ul>
  561. <li>Skill</li>
  562. <li>Description of the skill.</li>
  563. </ul>
  564. <ul>
  565. <li>Skill</li>
  566. <li>Description of the skill.</li>
  567. </ul>
  568. <ul>
  569. <li>Skill</li>
  570. <li>Description of the skill.</li>
  571. </ul>
  572. </div>
  573. </div>
  574. </div>
  575.  
  576.  
  577. <div id="content4">
  578. <div id="contentcontent">
  579. <div id="contentheader">
  580. out of character
  581. </div>
  582. <div id="contentbase">
  583. <br> Code was done by <a href="http://roleplay.chat/profile.php?user=Digital" target=_blank>Digital</a>.<br><br> Out of character information will go here.
  584. </div>
  585.  
  586. <div id="friendbase">
  587. <a href="http://roleplay.chat/profile.php?user=Digital" target=_blank>
  588. <img src="http://puu.sh/t7wYx/22449808e6.png" />
  589. <h1>Digital</h1>
  590. </a>
  591.  
  592. <a href="http://roleplay.chat" target=_blank>
  593. <img src="http://i64.tinypic.com/10cu54h.jpg" />
  594. <h1>Friend Name</h1>
  595. </a>
  596.  
  597. <a href="http://roleplay.chat" target=_blank>
  598. <img src="http://i64.tinypic.com/10cu54h.jpg" />
  599. <h1>Friend Name</h1>
  600. </a>
  601.  
  602. <a href="http://roleplay.chat" target=_blank>
  603. <img src="http://i64.tinypic.com/10cu54h.jpg" />
  604. <h1>Friend Name</h1>
  605. </a>
  606.  
  607. </div>
  608. </div>
  609. </div>
  610.  
  611.  
  612. </div>
  613.  
  614. </div>
  615.  
  616.  
  617. </div>
  618. <div id="disclaimer">
  619. This profile currently only functions correctly on Chrome.
  620. </div>
Advertisement
Add Comment
Please, Sign In to add comment