thisisnotras

Skech

Aug 23rd, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(//fonts.googleapis.com/css?family=Press+Start+2P);
  4.  
  5. body {background: white;
  6. cursor: url(http://www.rw-designer.com/cursor-extern.php?id=5161), auto;
  7. }
  8.  
  9. a, visited, a:hover { text-decoration: none; font-weight: bold; color: black;
  10. cursor: url(http://www.rw-designer.com/cursor-extern.php?id=25279), auto; }
  11.  
  12. a.b { font-weight: 400;
  13. animation:mysecond 1s;
  14. -webkit-animation:mysecond 1s;
  15. animation-iteration-count: infinite;
  16. -webkit-animation-iteration-count: infinite;}
  17.  
  18. a.cursor:hover { cursor: url(http://www.rw-designer.com/cursor-extern.php?id=5161), auto; }
  19.  
  20. .pfor {display: none;}
  21. #profile {border: 0px;}
  22. #profile {background-color: transparent;}
  23.  
  24.  
  25. #wholeworld{
  26. position: fixed;
  27. background: transparent;
  28. top: 0px;
  29. right: 0px;
  30. bottom: 0px;
  31. left: 0px;
  32. overflow: hidden;
  33. border: 0px solid red;}
  34.  
  35. #wholeworld2{
  36. position: fixed;
  37. background: transparent;
  38. top: 0px;
  39. right: 0px;
  40. bottom: 0px;
  41. left: 0px;
  42. overflow: hidden;
  43. border: 0px solid red;}
  44.  
  45.  
  46.  
  47. #infobox{
  48. margin-top: 10%;
  49. margin-left: 5%;
  50. height: 400px;
  51. width: 300px;
  52. border: 1px dashed transparent;
  53. position: absolute;
  54. z-index: 20;
  55. transition: border 1s;
  56. -webkit-transition: border 1s;
  57. overflow :hidden;
  58. }
  59.  
  60. #infobox:hover{
  61. border: 1px dashed black;
  62. }
  63.  
  64. #hoverbox{
  65. text-align: left;
  66. border: 0px dotted red;
  67. height: 20px;
  68. width: 300px;
  69. padding-left: 5px;
  70. padding-top: 10px;
  71. position: absolute;
  72. margin-left: 0px;
  73. font-size: 15px;
  74. font-family: 'Press Start 2P', Times;
  75. font-weight: 400;
  76.  
  77. animation:mysecond 3s;
  78. -webkit-animation:mysecond 3s;
  79. animation-iteration-count: infinite;
  80. -webkit-animation-iteration-count: infinite;
  81. }
  82.  
  83. @keyframes mysecond
  84. {
  85. 0% {color: black;}
  86. 50% {color:transparent;}
  87. 100% {color: black;}
  88. }
  89.  
  90. @-webkit-keyframes mysecond
  91. {
  92. 0% {color:black;}
  93. 50% {color:transparent;}
  94. 100% {color:black;}
  95. }
  96.  
  97.  
  98. #descrip{
  99. color: black;
  100. padding-left: 10px;
  101. overflow: hidden;
  102. overflow-y: auto;
  103. font-family: 'Arial', Times;
  104. font-size: 11px;
  105. text-align: justify;
  106. opacity: 0;
  107. position: absolute;
  108. height: 360px;
  109. width: 300px;
  110. margin-top: 30px;
  111. padding-top: 0px;
  112. border: 0px dashed transparent;
  113. transition: opacity 1s;
  114. -webkit-transition: opacity 1s;
  115. padding-right: 20px;
  116. }
  117.  
  118. #descrip:hover{
  119. opacity: 100;
  120. }
  121.  
  122. #divchange{
  123. background: transparent;
  124. height: 100%;
  125. width: 100%;
  126. border: 0px dashed blue;
  127. }
  128.  
  129. #divchange.a {
  130. background-color: #FFFFFF;
  131. background-image:
  132. url('http://i18.photobucket.com/albums/b149/abysmal_rage/33fb156975c64ea4d183e85d36e7c5ec.jpg');
  133. background-repeat: no-repeat;
  134. background-position: bottom right;
  135. background-size: 50%
  136.  
  137. }
  138.  
  139. #divchange.b{
  140. background-color:#735135;
  141. background-image:
  142. url('http://i18.photobucket.com/albums/b149/abysmal_rage/ccbf135a49456785f62e0b0fedab07fb1.jpg');
  143. background-repeat: no-repeat;
  144. background-position: bottom right;
  145. background-size: 50%;
  146. }
  147.  
  148. #divchange.c{
  149. background-color:#364B2C;
  150. background-image:
  151. url('http://i18.photobucket.com/albums/b149/abysmal_rage/841d1654d8ca69e1a566ecae83a5466e.jpg');
  152. background-repeat: no-repeat;
  153. background-size: 50%;
  154. background-position: top right;
  155. }
  156.  
  157.  
  158. #selectiondiv{
  159. height: 46px;
  160. width: 150px;
  161. border: 0px dashed green;
  162. left: 0px;
  163. bottom: 0px;
  164. position: absolute;
  165. z-index: 1;
  166. background: transparent;
  167. position: absolute;
  168. }
  169.  
  170. #selectthis{
  171. height: 40px;
  172. width: 40px;
  173. border-radius: 180px;
  174. background: black;
  175. position: absolute;
  176. border: 2px dashed black;
  177. z-index; 5;
  178. }
  179.  
  180. #selectthis:hover{animation:myfirst 2s;
  181. -webkit-animation:myfirst 1s;
  182. animation-iteration-count: infinite;
  183. -webkit-animation-iteration-count: infinite;
  184. }
  185.  
  186. @keyframes myfirst
  187. {
  188. 0% {border-color: black;}
  189. 50% {border-color:transparent;}
  190. 100% {border-color: black;}
  191. }
  192.  
  193. @-webkit-keyframes myfirst
  194. {
  195. 0% {border-color:black;}
  196. 50% {border-color:transparent;}
  197. 100% {border-color:black;}
  198. }
  199.  
  200.  
  201.  
  202. #selectthis.a{
  203. background-color:#FFFFFF;
  204. margin-left: 0px;
  205. }
  206.  
  207. #selectthis.b{
  208. background-color:#735135;
  209. margin-left: 50px;}
  210.  
  211. #selectthis.c{
  212. background-color:#364B2C;
  213. margin-left: 100px;}
  214.  
  215.  
  216. </style>
  217.  
  218. <div id="wholeworld" >
  219.  
  220. <div id="selectiondiv">
  221.  
  222. <a href="#SectionA" class="cursor"><div id="selectthis" class="a">
  223. </div></a>
  224. <a href="#SectionB" class="cursor"><div id="selectthis" class="b">
  225. </div></a>
  226. <a href="#SectionC" class="cursor"><div id="selectthis" class="c">
  227. </div></a>
  228.  
  229. </div>
  230.  
  231. <div id="infobox">
  232. <div id="hoverbox">
  233. <a href="http://youtu.be/HlnA4KuqXGE" target="_blank" class="b">
  234. Press Start</a>
  235. </div>
  236. <div id="descrip">
  237. Videogame fanatic.<br>
  238. Will destroy your ass in a fighting game.<br>
  239. Will destroy your ass because he likes destroying ass?<br>
  240. <a href="http://f-list.net/c/skech" target="_blank">F-list</a> for details on his ass-destruction kinks.
  241. <br>
  242. Doesn't discriminate with gender.
  243. <br>
  244. A bit of a sore loser (rarely loses).<br>
  245. <br>
  246. Male (obviously). 7'9", balanced build.<br>
  247. Likes lounging around but easily excited.<br>
  248. Very easily antagonized into a fight.<br>
  249. <br>
  250. Loves pizza.<br>
  251. Loves fruit.<br>
  252. Loves movies.<br>
  253. Loves games in general.<br>
  254. Loves a challenge.<br>
  255. Loves sex somewhere below games and above food.</br><br>
  256. Hates an easy win (in games).<br>
  257. Hates vegetables.<br>
  258. Hates to work.<br><br>
  259.  
  260. <b>Important</b><br>
  261. Reproduces moves from fighting games, including all<br> special and super attacks.
  262. Sometimes this is attended<br> by costume changes, but isn't guaranteed.<br><br>
  263.  
  264. <b>OOC</b><br>
  265. Art is not mine, copyrighted <a href="http://www.furaffinity.net/user/airu/" target="_blank">Airu</a>.<br>
  266. If the artist wants me to take it down, no prob.
  267. </div>
  268. </div>
  269.  
  270.  
  271. <div id="wholeworld2">
  272.  
  273.  
  274.  
  275.  
  276.  
  277. <a name="SectionA"></a>
  278. <div id="divchange" class="A">
  279. </div>
  280.  
  281. <a name="SectionB" ></a>
  282. <div id="divchange" class="B">
  283. </div>
  284.  
  285. <a name="SectionC" ></a>
  286. <div id="divchange" class="C">
  287. </div>
  288.  
  289.  
  290. </div>
  291. </div>
  292. </div>
Advertisement
Add Comment
Please, Sign In to add comment