thisisnotras

NEW Edge Profile 3/7/16

Mar 7th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.61 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(//fonts.googleapis.com/css?family=Poiret+One|Herr+Von+Muellerhoff|Audiowide);
  4.  
  5. .pfor{display: none;}
  6. #profile{background: transparent;
  7. border: 0px;}
  8.  
  9. #whole{
  10. position: absolute;
  11. top: 0px;
  12. left: 0px;
  13. right: 0px;
  14. bottom: 0px;
  15. background-image:
  16. url(http://i63.tinypic.com/so1kyr.jpg);
  17. background-color: #121215;
  18. }
  19.  
  20. a, a:hover{text-decoration: none;}
  21.  
  22. #edgeimage{
  23. position: absolute;
  24. top: 0px;
  25. bottom: 0px;
  26. left: 0px;
  27. width: 600px;
  28. background-image:
  29. url(http://i68.tinypic.com/hupufs.jpg);
  30. background-repeat: no-repeat;
  31. background-size: auto 130%;
  32. border-right: 0px solid black;
  33. }
  34.  
  35.  
  36. #linkholder{
  37. position: absolute;
  38. left: 550px;
  39. top: 200px;
  40. height: 200px;
  41. width: 300px;
  42. border: 0px solid white;
  43. }
  44.  
  45.  
  46. .floatlink{
  47. float: right;
  48. border: 1px solid white;
  49. height: 50px;
  50. width: 50px;
  51. transform:rotate(45deg);
  52. -webkit-trandform:rotate(45deg);
  53. transition: all 1s;
  54. -webkit-transition: all 1s;
  55. z-index: 1;
  56. box-shadow: 0px 0px 10px gray;
  57. margin-left: -10px;
  58. }
  59.  
  60. #whole:hover .floatlink:nth-child(4){
  61. background: #ED8722;
  62. }
  63.  
  64. #whole:hover .floatlink:nth-child(3){
  65. background: #575757;
  66. }
  67.  
  68. #whole:hover .floatlink:nth-child(2){
  69. background: #EAEAEA;
  70. }
  71.  
  72. #whole:hover .floatlink:nth-child(1){
  73. background: #2C2C2C;
  74. }
  75.  
  76. .floatlink:hover{
  77. z-index: 2;
  78. margin-left: 24px;
  79. margin-right: 35px;
  80. box-shadow: 0px 0px 10px orange;
  81. border: 1px solid #2C2C2C;
  82. }
  83.  
  84. .numberlink{
  85. transform:rotate(-45deg);
  86. -webkit-transform:rotate(-45deg);
  87. color: black;
  88. font-weight: 800;
  89. height: 100%;
  90. width: 100%;
  91. text-align: right;
  92. box-sizing: border-box;
  93. padding-right: 10px;
  94. padding-top: 10px;
  95. font-size: 15pt;
  96. font-family:'Audiowide';
  97. transition: all 1s;
  98. -webkit-transition: all 1s;
  99. opacity: 0;
  100. }
  101.  
  102. #whole:hover .numberlink{
  103. opacity: 1;
  104. -webkit-transition: all 1s .5s;
  105. transition: all 1s .5s;
  106. }
  107.  
  108. .floatlink:hover .numberlink{
  109. padding-right: 13px;
  110. }
  111.  
  112. .hfirst, .hsecond, .hthird, .hfourth{
  113. position: absolute;
  114. transform:rotate(45deg);
  115. -webkit-transform:rotate(45deg);
  116. height: 100px;
  117. width: 100px;
  118. border: 0px dashed black;
  119. overflow: hidden;
  120. background: #21232A;
  121. top: 100px;
  122. webkit-transition: all 1s;
  123. transition: all 1s;
  124. opacity: 0;
  125. }
  126. .hfirst{
  127. left: 100px;
  128. }
  129. .hsecond{
  130. left: 142px;
  131. }
  132. .hthird{
  133. left: 184px;
  134. }
  135. .hfourth{
  136. left: 226px;
  137. }
  138.  
  139.  
  140.  
  141. .floatlink:nth-child(4):hover ~ .hfirst,
  142. .floatlink:nth-child(3):hover ~ .hsecond,
  143. .floatlink:nth-child(2):hover ~ .hthird,
  144. .floatlink:nth-child(1):hover ~ .hfourth{
  145. top: 52px;
  146. opacity: 1;
  147. transition: all 2s, opacity 2s .5s;
  148. -webkit-transition: all 2s, opacity 2s .5s;
  149. }
  150.  
  151. .highlightcenter{
  152. position: absolute;
  153. left: -15px;
  154. top: 35px;
  155. width: 130px;
  156. height: 30px;
  157. border: 0px solid black;
  158. transform:rotate(-45deg);
  159. -webkit-transform:rotate(-45deg);
  160. overflow: hidden;
  161. box-sizing: border-box;
  162. text-align: center;
  163. font-family: 'Audiowide';
  164. color: orange;
  165. font-size: 12pt;
  166. text-transform:uppercase;
  167. letter-spacing: 5px;
  168. padding-top: 3px;
  169. -webkit-transition: all 1s;
  170. transition: all 1s;
  171. }
  172.  
  173. #firstdiv:target,
  174. #seconddiv:target,
  175. #thirddiv:target,
  176. #fourthdiv:target{
  177. transform:rotate(0deg);
  178. -webkit-transform:rotate(0deg);
  179. opacity: 1;
  180. top: 200px;
  181. left: 200px;
  182. height: 200px; width: 300px;
  183. }
  184.  
  185. #firstdiv:target .highlightcenter,
  186. #seconddiv:target .highlightcenter,
  187. #thirddiv:target .highlightcenter,
  188. #fourthdiv:target .highlightcenter{
  189. transform:rotate(0deg);
  190. -webkit-transform:rotate(0deg);
  191. top: 5px;
  192. left: 5px;
  193. -webkit-transition: all 2s;
  194. transition: all 2s;
  195. }
  196.  
  197. #contentbox{
  198. opacity: 0;
  199. width: 300px;
  200. height: 157px;
  201. position: absolute;
  202. overflow: auto;
  203. top: 35px;
  204. left: 0px;
  205. border: 0px solid black;
  206. box-sizing: border-box;
  207. webkit-transition: all 1s;
  208. transition: 1s;
  209. padding-top: 0px;
  210. padding-left: 5px;
  211. padding-right: 5px;
  212. text-align: left;
  213. color: #B7B4B4;
  214. font-weight: 400;
  215. font-family:'contentfont';
  216. letter-spacing: 2px;
  217. }
  218.  
  219. ::-webkit-scrollbar {
  220. width: 4px;
  221. background-color: transparent;
  222. }
  223.  
  224.  
  225. ::-webkit-scrollbar-thumb {
  226. border-radius: 0px;
  227. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  228. background-color: #111111;
  229. }
  230.  
  231.  
  232. @font-face{
  233. font-family: 'contentfont';
  234. src:url(https://dl.dropboxusercontent.com/u/4556289/Saniretro.ttf);
  235. }
  236.  
  237. #firstdiv:target #contentbox,
  238. #seconddiv:target #contentbox,
  239. #thirddiv:target #contentbox,
  240. #fourthdiv:target #contentbox{
  241. opacity: 1;
  242. -webkit-transition: all 1s 1s;
  243. transition: all 1s 1s;
  244. }
  245.  
  246. #contentbox a, a:hover{
  247. text-decoration: none;
  248. color: #B7B4B4;
  249. font-weight: 800;
  250. }
  251.  
  252. #contentbox a:hover{
  253. text-decoration: underline;
  254. }
  255.  
  256.  
  257.  
  258. .bellamydiv, .bellamydiv:hover{
  259. position: absolute;
  260. top: 100px;
  261. left: 600px;
  262. font-size: 45px;
  263. font-family: audiowide;
  264. font-style:italic;
  265. color: #EAEAEA;
  266. text-shadow:-8px 8px 5px #000;
  267. z-index:3;
  268. -webkit-transition: all 1s;
  269. transition: all 1s;
  270. letter-spacing: 10px;
  271. font-weight: 400;
  272. }
  273.  
  274. /* MUSIC PLAYER */
  275.  
  276. #musiccontainer{
  277. position: absolute;
  278. bottom: 10px;
  279. left: 10px;
  280. height: 20px;
  281. width: 23px;
  282. border: 0px solid black;
  283. background: #ED8722;
  284. -webkit-transition: all 1s;
  285. transition: all 1s;
  286. overflow: hidden;
  287. border-radius: 3px 3px 3px 3px;
  288. opacity: .8;
  289. }
  290.  
  291. #musiccontainer:hover{
  292. width: 200px;}
  293.  
  294. #playerhold{
  295. position: absolute;
  296. left: 0px;
  297. top: 0px;
  298. height: 20px;
  299. width: 200px;
  300. border: 0px solid black;
  301. overflow: hidden;
  302. }
  303.  
  304. #playerholdzoom{
  305. position: absolute;
  306. height: 100%;
  307. width: 35px;
  308. border: 0px solid red;
  309. overflow: hidden;
  310. margin-left: -8px;
  311. margin-top: -4px;
  312. }
  313.  
  314. #detailshold{
  315. position: absolute;
  316. left: 22px;
  317. top: 0px;
  318. height: 20px;
  319. width: 180px;
  320. font-family: 'Audiowide';
  321. font-size: 11pt;
  322. letter-spacing: 3px;
  323. color: black;
  324. box-sizing: border-box;
  325. padding-left: 2px;
  326. padding-top: 0px;
  327. color: #21232A;
  328. overflow: hidden;
  329. text-transform: uppercase;
  330. }
  331.  
  332. #detailshold b{
  333. color: black; }
  334.  
  335.  
  336. </style>
  337.  
  338. <div id="whole">
  339. <div id="edgeimage">
  340. </div>
  341.  
  342. <div id="linkholder">
  343. <a class="floatlink" href="#fourthdiv">
  344. <div class="numberlink">4.</div>
  345. </a>
  346. <a class="floatlink" href="#thirddiv">
  347. <div class="numberlink">3.</div>
  348. </a>
  349. <a class="floatlink" href="#seconddiv">
  350. <div class="numberlink">2.</div>
  351. </a>
  352. <a class="floatlink" href="#firstdiv">
  353. <div class="numberlink">1.</div>
  354. </a>
  355.  
  356. <div class="hfirst" id="firstdiv">
  357. <div class="highlightcenter">
  358. stats
  359. </div>
  360. <div id="contentbox">
  361. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  362. </div>
  363. </div>
  364. <div class="hsecond" id="seconddiv">
  365. <div class="highlightcenter">
  366. history
  367. </div>
  368. <div id="contentbox">
  369. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  370. </div>
  371. </div>
  372. <div class="hthird" id="thirddiv">
  373. <div class="highlightcenter">
  374. social
  375. </div>
  376. <div id="contentbox">
  377. <ul>
  378. <li>One?</li>
  379. <li>Two?</li>
  380. <li>Three?</li>
  381. <li>Four?</li>
  382. <li>Five?</li>
  383. </ul>
  384. </div>
  385. </div>
  386. <div class="hfourth" id="fourthdiv">
  387. <div class="highlightcenter">
  388. ooc
  389. </div>
  390. <div id="contentbox">
  391. Code is <a href="http://roleplay.chat/profile.php?user=code+fixer">my own</a>, don't touch.<br>
  392. Character art is owned by me.<br>
  393. - Artist : <a href="http://furaffinity.net/user/spearfrost" target="_blank">spearfrost</a>
  394. <br>
  395. <br>
  396. If you have <a href="http://shoryuken.com" target="_blank">SFV</a>, I love playing.<br><br>
  397. Details'll come soon.
  398.  
  399. </div>
  400. </div>
  401. </div>
  402.  
  403. <a class="bellamydiv" href="#blank">
  404. āŒž<font style="color:#ED8722;">E</font> d g eāŒ
  405. </a>
  406.  
  407.  
  408. <div id="musiccontainer">
  409. <div id="playerhold">
  410. <div id="playerholdzoom">
  411.  
  412. <embed src="https://dl.dropboxusercontent.com/u/4556289/player_mp3.swf?autoplay=1&mp3=http://puu.sh/nydd9/56c77b198b.mp3&bgcolor1=ED8722&bgcolor2=ED8722&buttoncolor=#2D2D2D&slidercolor1=ffffff&slidercolor2=ffffff" wmode="transparent" height=30/>
  413. 0C0708
  414. </div>
  415. </div>
  416. <div id="detailshold">
  417. <div id="marqueeholder">
  418. <marquee direction="left" scrollamount="5">
  419. <b>D</b>EON <b>C</b>USTOM / <b>FEATHERS</b> / <b>B</b>LISS <b>EP</b>
  420. </marquee>
  421.  
  422. </div>
  423. </div>
  424.  
  425. </div>
  426.  
  427. </div>
Advertisement
Add Comment
Please, Sign In to add comment