thisisnotras

Souma 9/29/16

Sep 29th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. <style>
  2.  
  3. /* MUSIC
  4.  
  5. Dark Celtic Music - VIKINKS - https://puu.sh/rsefS/741e0d5a48.mp3
  6. Miguel w. Tame Impala - Waves - https://puu.sh/rscWY/473b2acd3b.mp3
  7.  
  8. */
  9.  
  10. #whole{
  11. position: fixed;
  12. top: 0px;
  13. left: 0px;
  14. right: 0px;
  15. bottom: 0px;
  16. }
  17.  
  18. body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-7/oth684.cur), progress !important;}
  19.  
  20. #imageleft{
  21. position: absolute;
  22. left: 0px;
  23. top: 0px;
  24. bottom: 0px;
  25. width: 40%;
  26. background-image:url(http://i63.tinypic.com/5v2152.jpg);
  27. background-size: 110% auto;
  28. background-position:top left;
  29. background-repeat: no-repeat;
  30. overflow: hidden;
  31. box-sizing: border-box;
  32. border-right: 10px solid #190404;
  33. }
  34.  
  35. #imageleft:before{
  36. content: '';
  37. position: absolute;
  38. top: 0px;
  39. left: 0px;
  40. right: 0px;
  41. bottom: 0px;
  42. background: gray;
  43. z-index: -1;
  44. background-image:url(http://www.free-background-wallpaper.com/images/wallpapers/1600x1200/skybackgrounds/red-burning-dusk-clouds.jpg);
  45. background-position: bottom left;
  46. }
  47.  
  48. #restofprofile{
  49. position: absolute;
  50. left: 40%;
  51. top: 0px;
  52. bottom: 0px;
  53. right: 0px;
  54. background: #2b0303;
  55. background-image:url(http://i68.tinypic.com/ehy7ue.jpg);
  56. background-size: auto 100%;
  57. }
  58.  
  59. @font-face{
  60. src:url(https://dl.dropboxusercontent.com/u/4556289/againts.ttf);
  61. font-family:'titlefont';
  62. }
  63.  
  64. #titlediv{
  65. position: absolute;
  66. top: 0px;
  67. left: 0px;
  68. right: 0px;
  69. bottom: 0px;
  70. margin: auto;
  71. height: 350px;
  72. width: 560px;
  73. font-family:'titlefont';
  74. font-size: 200pt;
  75. color: #2b0303;
  76. letter-spacing: 3px;
  77. text-shadow: 1px 1px 3px black;
  78. border: 0px solid white;
  79. text-align: center;
  80. overflow: hidden;
  81. -webkit-transition: all 1s;
  82. transition: all 1s;
  83. }
  84.  
  85. #titlediv:active{
  86. -webkit-transition: all 0s;
  87. transition: all 0s;
  88. text-shadow: 1px 1px 3px red;}
  89.  
  90. #titlediv:before{
  91. content: 'Seventh Hunter';
  92. position: absolute;
  93. bottom: 45px;
  94. left: 95px;
  95. font-family: 'titlefont';
  96. font-size: 30pt;
  97. color: black;
  98. text-shadow: 0px 0px 3px red;
  99. opacity: .6;
  100. text-align: center;
  101. z-index: 1;
  102. -webkit-transition: all 1s;
  103. transition: all 1s;}
  104.  
  105. #titlediv:hover:before{
  106. opacity: .9;
  107. }
  108.  
  109. #audiodiv{
  110. position: absolute;
  111. zoom: 1900%;
  112. width: 31px;
  113. overflow: hidden;
  114. top: 0px;
  115. left: 0px;
  116. opacity: 0;
  117. }
  118.  
  119. </style>
  120.  
  121.  
  122. <div id="whole">
  123. <div id="imageleft">
  124. </div>
  125. <div id="restofprofile">
  126. <div id="titlediv" title="click to play music - track is Vikings by Filip Lackovic">
  127. SOMA
  128. <div id="audiodiv"><audio controls src="https://puu.sh/rsefS/741e0d5a48.mp3" loop=3>
  129. </audio></div>
  130. </div>
  131. </div>
  132.  
  133. </div>
Advertisement
Add Comment
Please, Sign In to add comment