Advertisement
thisisnotras

Six prof

Mar 28th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.92 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Cedarville+Cursive);
  4. @import url(https://fonts.googleapis.com/css?family=Trade+Winds);
  5. @import url(https://fonts.googleapis.com/css?family=Allura);
  6. @import url(//fonts.googleapis.com/css?family=Press+Start+2P);
  7. @import url(//fonts.googleapis.com/css?family=Lora);
  8. @import url(//fonts.googleapis.com/css?family=Indie+Flower);
  9.  
  10. .pfor {display: none;}
  11. #profile {background-color: transparent; border: none; }
  12.  
  13.  
  14. body {background: transparent;
  15. cursor: url(http://cur.cursors-4u.net/cursors/cur-5/cur425.cur), progress !important; }
  16.  
  17. a, a:hover {
  18. cursor: url(http://cur.cursors-4u.net/cursors/cur-7/cur610.cur), progress !important; }
  19.  
  20.  
  21. a {color: black;}
  22. .contentcircle a{color:rgb(208, 186, 167);
  23. transition: all 1s;
  24. -webkit-transition: all 1s;}
  25. .contentcircle a:hover{text-decoration: none; color: black;}
  26.  
  27. #whole {
  28. position: fixed;
  29. background: #ad3235;
  30. top: 0px;
  31. left: 0px;
  32. right: 0px;
  33. bottom: 0px;}
  34.  
  35. #centerpic {position: absolute;
  36. background-image: url(http://i57.tinypic.com/6z0he8.jpg);
  37. background-repeat: no-repeat;
  38. background-position: center left;
  39. background-size: auto 100%;
  40. background-color: transparent;
  41. top: 100px;
  42. bottom: 100px;
  43. left: 0px;
  44. right: 0px;
  45. border-top: 5px solid black;
  46. border-bottom: 5px solid black;}
  47.  
  48. #titlepiece {
  49. position: absolute;
  50. top: 24px;
  51. left: 190px;
  52. height: 60px;
  53. width: 230px;
  54. color: black;
  55. border: 0px solid black;
  56. font-size: 50pt;
  57. text-align: center;
  58. z-index: 1;
  59. overflow: hidden;
  60. padding: 10px;
  61. font-family: 'Cedarville Cursive', cursive;
  62. font-family: 'Allura', cursive;
  63. font-family: 'Trade Winds', cursive;
  64. text-shadow: 1px 1px #ad3235;
  65. opacity: 1;
  66. }
  67.  
  68. #largecircle { position: absolute;
  69. right: 100px;
  70. top: 150px;
  71. /* height: 500px; */
  72. bottom: 150px;
  73. width: 500px;
  74. border-radius: 300px 300px 300px 300px;
  75. border: 0px solid black;
  76. background: #AD3234;
  77. transition: all 2s;
  78. -webkit-transition: all 6s;}
  79.  
  80. #blockcircle { position: absolute;
  81. top: 0px;
  82. left: 0px;
  83. height: 100%;
  84. width: 100%;
  85. border-radius: 300px 300px 300px 300px;
  86. border: 0px solid green;
  87. z-index: 1;}
  88.  
  89. #spincircle { position: absolute;
  90. top: 0px;
  91. left: 0px;
  92. height: 100%;
  93. width: 100%;
  94. border-radius: 300px 300px 300px 300px;
  95. border: 0px solid yellow;
  96. z-index: 0;
  97. }
  98.  
  99. #innercircle { position: absolute;
  100. top: 100px;
  101. left: 100px;
  102. height: 300px;
  103. width: 300px;
  104. border-radius: 300px 300px 300px 300px;
  105. border: 0px solid black;
  106. z-index: 2;
  107. background: transparent;}
  108.  
  109. #toplinks { position: absolute;
  110. height: 100px;
  111. width: 250px;
  112. border: 0px solid red;
  113. top: 0px;
  114. left: 23px;
  115. z-index: 9;
  116. height: 1px;
  117. width: 1px;}
  118.  
  119. #bottomlinks { position: absolute;
  120. height: 100px;
  121. width: 250px;
  122. border: 0px solid red;
  123. bottom: 0px;
  124. left: 23px;
  125. z-index: 9;
  126. width: 1px;}
  127.  
  128. #informationcircle { position: absolute;
  129. top: 25px;
  130. left: 25px;
  131. height: 250px;
  132. width: 250px;
  133. border: 0px solid green;
  134. border-radius: 300px 300px 300px 300px;
  135. z-index: 3;
  136. overflow: hidden;
  137. background: transparent;}
  138.  
  139. .contentcircle {
  140. position: absolute;
  141. top: 0px;
  142. left: 0px;
  143. height: 250px;
  144. width: 250px;
  145. border: 0px solid green;
  146. border-radius: 300px 300px 300px 300px;
  147. color: rgb(208, 186, 167);
  148. text-align: center;
  149. box-sizing: border-box;
  150. padding: 20px;
  151. font-family: 'Cedarville Cursive', cursive;
  152. font-family: 'Allura', cursive;
  153. font-family: 'Trade Winds', cursive;
  154. font-family: 'Press Start 2P', Times;
  155. font-family: 'Lora', serif;
  156. font-family: 'Indie Flower', cursive;
  157. font-weight: 600;
  158. transition: all 1s;
  159. -webkit-transition: all 1s;
  160. opacity: 0;
  161. z-index: 1;}
  162.  
  163. .contentcircle:target {
  164. opacity: 1;
  165. z-index:2;}
  166.  
  167. #fillercircle {
  168. position: absolute;
  169. top: 25px;
  170. left: 25px;
  171. height: 250px;
  172. width: 250px;
  173. border: 0px solid green;
  174. border-radius: 300px 300px 300px 300px;
  175. background-color: #312d2e;
  176. z-index: 0;
  177. opacity: 1;}
  178.  
  179. #introductioncircle { position: absolute;
  180. height: 50px;
  181. width: 50px;
  182. top: 123px;
  183. left: 123px;
  184. border: 2px solid #AD3234;
  185. border-radius: 300px 300px 300px 300px;
  186. z-index: 5;
  187. background: #AD3234;
  188. opacity: 1;
  189. transition: all 1s;
  190. -webkit-transition: all 1s;
  191. }
  192.  
  193. #introductioncircle:hover{
  194. border: 2px solid #878C8F;}
  195.  
  196. #musictho {opacity: 0;
  197. transition: all 1s;
  198. -webkit-transition: all 1s;}
  199.  
  200. #introductioncircle:hover #musictho{
  201. transition: all 1s;
  202. -webkit-transition: all 1s;
  203. opacity: 1;}
  204.  
  205. #circleA {position: absolute;
  206. top: 90px;
  207. left: 60px;
  208. height: 30px;
  209. width: 30px;
  210. border-radius: 300px 300px 300px 300px;
  211. border: 1px solid black;}
  212.  
  213. #circleB{
  214. position: absolute;
  215. top: 10px;
  216. left: 235px;
  217. height: 30px;
  218. width: 30px;
  219. border-radius: 300px 300px 300px 300px;
  220. border: 1px solid black;
  221. }
  222.  
  223. #circleC {
  224. position: absolute;
  225. top: 90px;
  226. left: 400px;
  227. height: 30px;
  228. width: 30px;
  229. border-radius: 300px 300px 300px 300px;
  230. border: 1px solid black;
  231. }
  232.  
  233. #circleD {
  234. position: absolute;
  235. top: 380px;
  236. left: 60px;
  237. height: 30px;
  238. width: 30px;
  239. border-radius: 300px 300px 300px 300px;
  240. border: 1px solid black;
  241. }
  242.  
  243. #circleE{
  244. position: absolute;
  245. top: 455px;
  246. left: 235px;
  247. height: 30px;
  248. width: 30px;
  249. border-radius: 300px 300px 300px 300px;
  250. border: 1px solid black;
  251. }
  252.  
  253. #circleF {
  254. position: absolute;
  255. top: 380px;
  256. left: 400px;
  257. height: 30px;
  258. width: 30px;
  259. border-radius: 300px 300px 300px 300px;
  260. border: 1px solid black;
  261. }
  262.  
  263. #circleA, #circleB, #circleC,
  264. #circleD, #circleE, #circleF {
  265. transition: top 1s, left 1s, z-index 1s .5s, background-color 1s, height 1s, width 1s;
  266. -webkit-transition: top 1s, left 1s, z-index 1s .5s, background-color 1s, height 1s, width 1s;
  267. border: 0px solid black;
  268. background: #878C8F;
  269. background-image: url(http://i18.photobucket.com/albums/b149/abysmal_rage/holy-spirit-dove-symbol-holy_spirit1_2.png);
  270. background-repeat: no-repeat;
  271. background-position: center left;
  272. opacity: 1;
  273. background-size: 200%;}
  274.  
  275. #circleA:target, #circleB:target, #circleC:target,
  276. #circleD:target, #circleE:target, #circleF:target {
  277. transition: top 1s, left 1s, z-index 1s .5s, background-color 1s, height 1s, width 1s;
  278. -webkit-transition: top 1s, left 1s, z-index 1s .5s, background-color 1s, height 1s, width 1s;
  279. top: 225px;
  280. left: 225px;
  281. background-color: transparent;
  282. height: 50px;
  283. width: 50px;
  284. z-index: 6;
  285. }
  286.  
  287. /*
  288. #whole:hover #circleA{
  289. transition: all 1s;
  290. -webkit-transition: all 1s .2s;
  291. opacity: 1;}
  292.  
  293. #whole:hover #circleB{
  294. transition: all 1s;
  295. -webkit-transition: all 1s .5s;
  296. opacity: 1;}
  297.  
  298. #whole:hover #circleC{
  299. transition: all 1s;
  300. -webkit-transition: all 1s .8s;
  301. opacity: 1;}
  302.  
  303. #whole:hover #circleD{
  304. transition: all 1s;
  305. -webkit-transition: all 1s 1.7s;
  306. opacity: 1;}
  307.  
  308. #whole:hover #circleE{
  309. transition: all 1s;
  310. -webkit-transition: all 1s 1.4s;
  311. opacity: 1;}
  312.  
  313. #whole:hover #circleF{
  314. transition: all 1s;
  315. -webkit-transition: all 1s 1.1s;
  316. opacity: 1;}
  317.  
  318. #whole:hover #titlepiece{
  319. transition: opacity 1s 2s, color 1s 2.2s, text-shadow 1s 2.5s;
  320. -webkit-transition: opacity 1s 2s, color 1s 2.2s, text-shadow 1s 2.5s;
  321. opacity: 1;
  322. color: black;
  323. text-shadow: 1px 1px #ad3235;}
  324.  
  325. */
  326.  
  327.  
  328. #linkA {
  329. position: absolute;
  330. left: 10px;
  331. top: 50px;
  332. border: 1px solid black;
  333. height: 20px;
  334. width: 20px;
  335. transform: rotate(-45deg);
  336. }
  337.  
  338. #linkB {
  339. position: absolute;
  340. left: 117px;
  341. top: 1px;
  342. border: 1px solid black;
  343. height: 20px;
  344. width: 20px;
  345. }
  346.  
  347. #linkC {
  348. position: absolute;
  349. left: 221px;
  350. top: 48px;
  351. border: 1px solid black;
  352. height: 20px;
  353. width: 20px;
  354. transform: rotate(45deg);
  355. }
  356.  
  357. #linkD {
  358. position: absolute;
  359. left: 18px;
  360. top: 30px;
  361. border: 1px solid black;
  362. height: 20px;
  363. width: 20px;
  364. transform: rotate(45deg);
  365. }
  366.  
  367. #linkE{
  368. position: absolute;
  369. left: 118px;
  370. top: 74px;
  371. border: 1px solid black;
  372. height: 20px;
  373. width: 20px;
  374. }
  375.  
  376. #linkF {
  377. position: absolute;
  378. left: 216px;
  379. top: 29px;
  380. border: 1px solid black;
  381. height: 20px;
  382. width: 20px;
  383. transform: rotate(-45deg);
  384. }
  385.  
  386. #linkA, #linkB, #linkC,
  387. #linkD, #linkE, #linkF {
  388. color: #393136;
  389. text-shadow: 0px 0px 4px black;
  390. border: 0px solid black;
  391. font-size: 15pt;
  392. transition: all 1s;
  393. -webkit-transition: all 1s;}
  394.  
  395. #linkA:hover, #linkB:hover, #linkC:hover,
  396. #linkD:hover, #linkE:hover, #linkF:hover {
  397. color: #878C8F;
  398. text-shadow: 0px 0px 0px transparent;}
  399.  
  400.  
  401. /* Found this in Hoot's profile and used it 'cos it's cool */
  402.  
  403. #ongaku {
  404. border-radius: 5px;
  405. width: 25px;
  406. height: 20px;
  407. overflow: hidden;
  408. background-color: #5f5d5d;
  409. opacity: .8;
  410. -webkit-transition: all 0.4s ease-in-out;
  411. -moz-transition: all 0.4s ease-in-out;
  412. -o-transition: all 0.4s ease-in-out;
  413. -ms-transition: all 0.4s ease-in-out;
  414. transition: all 0.4s ease-in-out;
  415. }
  416. .musicgif {
  417. margin: 5px;
  418. -webkit-transition: all 0.4s ease-in-out;
  419. -moz-transition: all 0.4s ease-in-out;
  420. -o-transition: all 0.4s ease-in-out;
  421. -ms-transition: all 0.4s ease-in-out;
  422. transition: all 0.4s ease-in-out;
  423. }
  424. #ongaku:hover .musicgif {
  425. margin-top: -12px;
  426. background-color: #ffffff;
  427. }
  428. #ongaku:hover { background-color: #ffffff;}
  429. #musicpl {
  430. width: 22px;
  431. overflow: hidden;
  432. height: 20px;
  433. padding: 2px 20px 10px 3px;
  434. margin-left: -20px;
  435. background-color: #ffffff;
  436. }
  437.  
  438.  
  439. #quotebox{position: absolute;
  440. top: 10px;
  441. left: 20px;
  442. height: 100px;
  443. width: 200px;
  444. border: 0px solid black;
  445. box-sizing: border-box;
  446. padding-top: 22px;
  447. padding-left: 29px;
  448. overflow: hidden;
  449. font-size: 9pt;
  450. text-align: left;
  451. text-transform: uppercase;
  452. }
  453.  
  454. #leftbox{position: absolute;
  455. height: 40px;
  456. width: 100px;
  457. border: 0px solid black;
  458. left: 0px;
  459. top: 110px;
  460. box-sizing: border-box;
  461. overflow: hidden;
  462. font-size: 9pt;
  463. text-transform: uppercase;
  464. }
  465. #rightbox{position: absolute;
  466. height: 40px;
  467. width: 100px;
  468. border: 0px solid black;
  469. right: 0px;
  470. top: 110px;
  471. box-sizing: border-box;
  472. overflow: hidden;
  473. font-size: 9pt;
  474. text-transform: uppercase;
  475. }
  476. #contentbox{
  477. height: 90px;
  478. width: 200px;
  479. border: 0px solid black;
  480. position: absolute;
  481. bottom: 10px;
  482. left: 20px;
  483. box-sizing: border-box;
  484. padding-top: 20px;
  485. overflow: auto;
  486. font-size: 10pt;}
  487.  
  488.  
  489. </style>
  490.  
  491. <div id="whole">
  492.  
  493. <div id="centerpic">
  494. <div style="position: absolute;
  495. right: 0px;
  496. top: 0px;
  497. width: 300px;
  498. height: 100%;
  499. background: #ad3235;">
  500. </div>
  501. </div>
  502.  
  503. <div id="titlepiece">
  504. Six
  505. </div>
  506.  
  507.  
  508.  
  509.  
  510. <div id="largecircle">
  511.  
  512. <div id="blockcircle">
  513. </div>
  514.  
  515. <a href=#first><div id="circleA">
  516. </div></a>
  517. <a href=#second><div id="circleB">
  518. </div></a>
  519. <a href=#third><div id="circleC">
  520. </div></a>
  521. <a href=#fourth><div id="circleD">
  522. </div></a>
  523. <a href=#fifth><div id="circleE">
  524. </div></a>
  525. <a href=#sixth><div id="circleF">
  526. </div></a>
  527.  
  528.  
  529. <div id="innercircle">
  530. <div id="toplinks">
  531. <a href=#circleA><div id="linkA">
  532. </div></a>
  533. <a href=#circleB><div id="linkB">
  534. </div></a>
  535. <a href=#circleC><div id="linkC">
  536. </div></a>
  537. </div>
  538.  
  539. <div id="bottomlinks">
  540. <a href=#circleD><div id="linkD">
  541. </div></a>
  542. <a href=#circleE><div id="linkE">
  543. </div></a>
  544. <a href=#circleF><div id="linkF">
  545. </div></a>
  546.  
  547. </div>
  548.  
  549. <div id="informationcircle">
  550.  
  551. <div class="contentcircle">
  552. </div>
  553.  
  554. <div id="first" class="contentcircle">
  555. <div id="quotebox">
  556. "Do Not Regret What You Have Done"<br>- Miyamoto Musashi </div>
  557. <div id="leftbox">
  558. Oni General </div>
  559. <div id="rightbox">
  560. Exiled Youth </div>
  561. <div id="contentbox">
  562. 'The General of Terror'.<br>
  563. Six is a an exile, the once proud sixth son of King Zero.</div>
  564. </div>
  565.  
  566. <div id="second" class="contentcircle">
  567. <div id="quotebox" style="font-size: 10pt;">
  568. "I Master The Trick, Just Like Nixon."
  569. - Ghostface Killah</div>
  570. <div id="leftbox">old as hell</div>
  571. <div id="rightbox">looks 16</div>
  572. <div id="contentbox">
  573. Loves human music.<br>
  574. Loves human culture.<br>
  575. Hates humans.
  576. </div>
  577. </div>
  578.  
  579. <div id="third" class="contentcircle">
  580. <div id="quotebox" style="padding-top: 18px; padding-left: 32px;">
  581. "Invincibility Lies In The defence; the possibility of victory in the attack."
  582. <br>- Sun Tzu</div>
  583. <div id="leftbox">taller than mountains</div>
  584. <div id="rightbox">stands about 5'7"</div>
  585. <div id="contentbox">
  586. Dislikes civility.<br>
  587. Dislikes passivity.<br>
  588. Loves long walks.
  589. </div>
  590. </div>
  591.  
  592. <div id="fourth" class="contentcircle">
  593. <div id="quotebox" style="padding-top: 30px;
  594. padding-left: 26px; font-size: 11pt;">
  595. "Get Rich Or Die Tryin'."<br>
  596. - 50 Cent</div>
  597. <div id="leftbox">heavier than sorrow</div>
  598. <div id="rightbox">not really</div>
  599. <div id="contentbox">
  600. Is sort of a horndog.<br>
  601. Will probably sex anything.<br>
  602. Probably won't sex a wall.</div>
  603. </div>
  604.  
  605. <div id="fifth" class="contentcircle">
  606. <div id="quotebox">
  607. "Better to fight for something than live for nothing."
  608. - Patton Oswalt
  609. </div>
  610. <div id="leftbox">Hulk smash!</div>
  611. <div id="rightbox">pretty strong</div>
  612. <div id="contentbox">
  613. Has no technical skills.<br>
  614. Is very capable physically.<br>
  615. Hopeless with magic.</div>
  616. </div>
  617.  
  618. <div id="sixth" class="contentcircle">
  619. <div id="quotebox">"You Jus' Mad 'Cus I'm Stylin' On You."
  620. - Nyckz (before being punched in the face)</div>
  621. <div id="leftbox"><a href="https://youtu.be/wUZaEDl2zto" target="_blank" title="Run the Jewels - Jeapordy">
  622. music source</a></div>
  623. <div id="rightbox"><a href="http://www.pixiv.net/member.php?id=3209119" target="_blank">
  624. image source</a></div>
  625. <div id="contentbox">
  626. music is in the center.<br>
  627. code is mine.<br>
  628. art is not.</div>
  629. </div>
  630.  
  631. </div>
  632.  
  633. <div id="fillercircle">
  634. </div>
  635.  
  636. <div id="introductioncircle">
  637. <div id="musictho" style="position: absolute; left: 12px;
  638. top: 15px;">
  639. <div id="ongaku">
  640. <div class="musicgif"><img src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif"/></div>
  641. <div id="musicpl">
  642. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=https://www.dropbox.com/s/n6je7s93g7jfoam/Jeopardy%20%281%29.mp3?dl=1&t0=Jeapordy&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" offset=16sec align="middle" type="application/x-shockwave-flash" />
  643. </div>
  644. </div>
  645. </div>
  646.  
  647. </div>
  648.  
  649. </div>
  650.  
  651. </div>
  652.  
  653.  
  654. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement