thisisnotras

Taker Wolf

Aug 23rd, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1.  
  2. <style>
  3.  
  4. @import url(//fonts.googleapis.com/css?family=Permanent+Marker|Gloria+Hallelujah|Amatic+SC|Chewy|Bangers|Kaushan+Script);
  5.  
  6. .pfor{display: none;}
  7. #profile {background: transparent; border:0px;}
  8.  
  9. #whole {
  10. position: fixed;
  11. top: 0px;
  12. left: 0px;
  13. right: 0px;
  14. bottom: 0px;
  15. background: #E5E6E8;
  16. background-image:
  17. url(http://i18.photobucket.com/albums/b149/abysmal_rage/1320240098.likihouse_fa_edited.jpg);
  18. background-repeat: no-repeat;
  19. background-position: bottom right;
  20. background-size: auto auto;}
  21.  
  22. #otherbackground{ position: fixed;
  23. top: 0px;
  24. left: 0px;
  25. right: 0px;
  26. bottom: 0px;
  27. background-image: url(http://i18.photobucket.com/albums/b149/abysmal_rage/1302110638.likihouse_8696_render.png);
  28. background-repeat: no-repeat;
  29. background-size: auto 70%;
  30. background-position: left bottom;
  31. -webkit-animation: backchange 10s infinite;
  32. animation: backchange 10s infinite;
  33. z-index: -100;
  34. background-color: #E5E6E8;
  35. opacity: 0; }
  36.  
  37. #titlediv {position: absolute;
  38. top: 100px;
  39. left: 300px;
  40. font-family: 'Amatic SC', cursive;
  41. font-size: 50pt;
  42. color: #45413E;
  43. font-style: italic;
  44. text-shadow: 1px 2px 4px black;
  45. letter-spacing: 20pt;
  46. }
  47.  
  48. #contentdiv {position: absolute;
  49. top: 200px;
  50. left: 310px;
  51. font-family: 'Permanent Marker', cursive;
  52. color: black;
  53. font-size: 10pt;
  54. letter-spacing: 10pt;
  55. opacity: 1;
  56. transition: all 1s;
  57. -webkit-transition: all 1s;
  58. }
  59.  
  60. #contentdiv2 {position: absolute;
  61. top: 200px;
  62. left: 310px;
  63. font-family: 'Permanent Marker', cursive;
  64. color: black;
  65. font-size: 10pt;
  66. letter-spacing: 2pt;
  67. backgound-color: #E5E6E8;
  68. opacity: 0;
  69. transition: all 1s;
  70. -webkit-transition: all 1s;
  71. }
  72.  
  73. #spinner1 {position: absolute;
  74. top: 110px;
  75. left: 180px;
  76. height: 100px;
  77. width: 100px;
  78. border: 1px solid black;
  79. font-family: Arial;
  80. font-size: 70pt;
  81. color: black;
  82. overflow: hidden;
  83. border-radius: 90px 10px 90px 10px;
  84. transform: rotate(-45deg);
  85. transition: all 1s;
  86. -webkit-transition: all 1s;}
  87.  
  88. #textstuff {position: absolute;
  89. left: 0px;
  90. right: 0px;
  91. top: 0px;
  92. bottom: 0px;
  93. text-align: center;
  94. z-index: 1;
  95. transform: rotate(45deg);
  96. margin-top: -5px;
  97. margin-right: -5px;
  98. transition: all 1.5s;
  99. -webkit-transition: all 1.5s;}
  100.  
  101. #backgroundstuff {position: absolute;
  102. left: 0px;
  103. right: 0px;
  104. top: 0px;
  105. bottom: 0px;
  106. background: #77746F;
  107. opacity: .8;}
  108.  
  109.  
  110. #whole:hover #spinner1 {
  111. transform: rotate(135deg);}
  112.  
  113. #whole:hover #textstuff {
  114. color: #E5E6E8;
  115. margin-top: -6px;
  116. margin-right: -6px;}
  117.  
  118. #whole:hover #contentdiv{
  119. opacity: 0;
  120. transition: all 1s .5s;
  121. -webkit-transition: all 1s .5s;}
  122.  
  123. #whole:hover #contentdiv2{
  124. opacity: 1;
  125. transition: all 1s .5s;
  126. -webkit-transition: all 1s .5s;}
  127.  
  128.  
  129. @-webkit-keyframes backchange {
  130. 0% { opacity: 0; }
  131. 30% { opacity: 0; }
  132. 40% { opacity: 1; }
  133. 80% { opacity: 1; }
  134. 90% { opacity: 0; }
  135. 100% { opacity: 0; }
  136. }
  137.  
  138. @keyframes backchange {
  139. 0% { opacity: 0; }
  140. 30% { opacity: 0; }
  141. 40% { opacity: 1; }
  142. 80% { opacity: 1; }
  143. 90% { opacity: 0; }
  144. 100% { opacity: 0; }
  145. }
  146.  
  147. </style>
  148.  
  149.  
  150. <div id="whole">
  151.  
  152. <div id="otherbackground">
  153. </div>
  154.  
  155. <div id="titlediv">Taker Wolf
  156. </div>
  157. <div id="contentdiv">
  158. Mad Max Alternate OC
  159. </div>
  160. <div id="contentdiv2">
  161. Anarkist <a style="text-shadow: 2px 2px 10px #77746F; color:black;" title="Norse God attributed with poetry.">Bragi</a> Wolf / 7'6" / Rock, Sex, Death
  162. </div>
  163. <div id="spinner1">
  164. <div id="textstuff">♦</div>
  165. <div id="backgroundstuff">
  166. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment