thisisnotras

temp. Digi code 2/20/16

Feb 20th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.03 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor{display: none;}
  4. #profile{background: transparent; border: 0px;}
  5.  
  6. @font-face {
  7. src: url(https://dl.dropboxusercontent.com/u/4556289/somepx.ttf);
  8. font-family: 'bodyfont';
  9. }
  10.  
  11. body {
  12. font-family: 'bodyfont';
  13. }
  14.  
  15. #whole {
  16. position: absolute;
  17. top: 0px;
  18. left: 0px;
  19. right: 0px;
  20. bottom: 0px;
  21. background-color: rgb(51, 80, 90);
  22. overflow: hidden;
  23. }
  24.  
  25. #imagebox {
  26. position: absolute;
  27. bottom: 500px;
  28. left: 400px;
  29. height: 200px;
  30. width: 250px;
  31. border-left: 1px solid white;
  32. -webkit-transition: all 1s;
  33. transition: all 1s;
  34. overflow: hidden;
  35. width: 1px;
  36. height: 0px;
  37. }
  38.  
  39. #imagefiller{
  40. position: absolute;
  41. top: 0px;
  42. left: 0px;
  43. right: 0px;
  44. bottom: 0px;
  45. background-image: url(http://i66.tinypic.com/fo1268.jpg);
  46. background-size: auto 100%;
  47. background-repeat: no-repeat;
  48. background-position: center;
  49. -webkit-transition: all 1s;
  50. transition: all 1s;
  51. opacity: 0;
  52. }
  53.  
  54. #backgroundfiller {
  55. position: absolute;
  56. top: 0px;
  57. left: 0px;
  58. right: 0px;
  59. bottom: 0px;
  60. background: silver;
  61. -webkit-transition: all 1s .5s;
  62. transition: all 1s .5s;
  63. opacity: -1;
  64. }
  65.  
  66. .headerdiv {
  67. position: absolute;
  68. top: 2px;
  69. left: 10px;
  70. font-weight: 600;
  71. text-decoration: underline;
  72. font-size: 20pt;
  73. -webkit-transition: all 1s;
  74. transition: all 1s;
  75. opacity: 0;
  76. z-index: 0;
  77. color: black;
  78. text-align: left;
  79. }
  80.  
  81. .bodydiv {
  82. position: absolute;
  83. top: 30px;
  84. left: 13px;
  85. overflow: auto;
  86. font-size: 15pt;
  87. border: 0px solid black;
  88. height: 160px;
  89. width: 230px;
  90. -webkit-transition: all 1s;
  91. transition: all 1s;
  92. opacity: 0;
  93. z-index: 0;
  94. line-height: 10px;
  95. color: black;
  96. text-align: left;
  97. }
  98.  
  99. #linkone:target #head1,
  100. #linkone:target #body1,
  101. #linktwo:target #head2,
  102. #linktwo:target #body2,
  103. #linkthree:target #head3,
  104. #linkthree:target #body3,
  105. #linkfour:target #head4,
  106. #linkfour:target #body4{
  107. -webkit-transition: all 1s .5s;
  108. opacity: 1;
  109. z-index: 1;
  110. }
  111.  
  112. #linkone:target #backgroundfiller,
  113. #linktwo:target #backgroundfiller,
  114. #linkthree:target #backgroundfiller,
  115. #linkfour:target #backgroundfiller{
  116. -webkit-transition: all 1s;
  117. transition: all 1s;
  118. opacity: .7;
  119. }
  120.  
  121. #bgdiv {
  122. position: absolute;
  123. top: 0px;
  124. left: 0px;
  125. right: 0px;
  126. bottom: 0px;
  127. background-image: url(http://i67.tinypic.com/15ogz8m.jpg);
  128. background-repeat: repeat;
  129. opacity: .4;
  130. }
  131.  
  132. #divcontainer {
  133. position: absolute;
  134. left: 400px;
  135. bottom: 150px;
  136. height: 200px;
  137. width: 200px;
  138. border: 0px solid white;
  139. }
  140.  
  141. .selectiondiv {
  142. float: left;
  143. height: 20px;
  144. width: 200px;
  145. border: 0px solid red;
  146. color: white;
  147. overflow: hidden;
  148. -webkit-transition: all 1s;
  149. opacity: 0;
  150. }
  151.  
  152. .sides {
  153. float: left;
  154. -webkit-transition: all 1s;
  155. transition: all 1s;
  156. overflow: hidden;
  157. box-sizing: border-box;
  158. padding-top: 4px;
  159. font-size: 12pt;
  160. font-family: 'Times';
  161. }
  162.  
  163. .middle1 {
  164. float: left;
  165. -webkit-transition: width 1s, opacity .5s .8s;
  166. transition: width 1s, opacity .5s .8s;
  167. overflow: hidden;
  168. height: 20px;
  169. width: 20px;
  170. text-align: center;
  171. color: black;
  172. font-size: 18pt;
  173. }
  174.  
  175. .middle2 {
  176. float: left;
  177. -webkit-transition: opacity .5s, width 1s;
  178. transition: opacity .5s, width 1s;
  179. overflow: hidden;
  180. height: 20px;
  181. width: 0px;
  182. text-align: center;
  183. opacity: 0;
  184. color: black;
  185. font-size: 16pt;
  186. box-sizing: border-box;
  187. padding-top: 3px;
  188. }
  189.  
  190. .selectiondiv:hover .middle1 {
  191. -webkit-transition: opacity .5s, width .5s .5s;
  192. transition: opacity .5s, width .5s .5s;
  193. opacity: 0;
  194. width: 0px;
  195. }
  196.  
  197. .selectiondiv:hover .middle2 {
  198. -webkit-transition: width 1s, opacity .5s .5s;
  199. transition: width 1s, opacity .5s .5s;
  200. width: 150px;
  201. opacity: 1;
  202. }
  203.  
  204. #imageright {
  205. position: absolute;
  206. bottom: 10px;
  207. right: 0px;
  208. height: 650px;
  209. width: 550px;
  210. background-image: url(http://i66.tinypic.com/27zl0gi.jpg);
  211. background-size: auto 100%;
  212. background-repeat: no-repeat;
  213. border: 0px solid black;
  214. background-position: bottom right;
  215. }
  216.  
  217.  
  218. #whole:hover #imagebox{
  219. height: 200px;
  220. width: 250px;
  221. bottom: 410px;
  222. }
  223.  
  224. #whole:hover #imagefiller{
  225. opacity: 1;
  226. -webkit-transition: all .5s 2.2s;
  227. transition: all .5s 2.2s;
  228. }
  229.  
  230. #whole:hover .selectiondiv:nth-child(1){
  231. opacity: 1;
  232. -webkit-transition: all 1s 1s;
  233. transition: all 1s 1s;
  234. }
  235.  
  236. #whole:hover .selectiondiv:nth-child(2){
  237. opacity: 1;
  238. -webkit-transition: all 1s 1.2s;
  239. transition: all 1s 1.2s;
  240. }
  241.  
  242. #whole:hover .selectiondiv:nth-child(3){
  243. opacity: 1;
  244. -webkit-transition: all 1s 1.4s;
  245. transition: all 1s 1.4ss;
  246. }
  247.  
  248. #whole:hover .selectiondiv:nth-child(4){
  249. opacity: 1;
  250. -webkit-transition: all 1s 1.6s;
  251. transition: all 1s 1.6s;
  252. }
  253.  
  254. #whole:hover .selectiondiv:nth-child(5){
  255. opacity: 1;
  256. -webkit-transition: all 1s 1.8s;
  257. transition: all 1s 1.8s;
  258. }
  259.  
  260. #musiccontainer{
  261. position: absolute;
  262. bottom: 10px;
  263. right: 259px;
  264. height: 30px;
  265. width: 100px;
  266. }
  267.  
  268. </style>
  269.  
  270.  
  271. <div id="whole">
  272. <div id="bgdiv">
  273. </div>
  274.  
  275. <div id="linkone">
  276. <div id="linktwo">
  277. <div id="linkthree">
  278. <div id="linkfour">
  279. <div id="imagebox">
  280. <div id="imagefiller">
  281. </div>
  282. <div id="backgroundfiller">
  283. </div>
  284.  
  285. <div class="headerdiv" id="head1">
  286. basic info
  287. </div>
  288. <div class="bodydiv" id="body1">
  289. age / late 20's<br>
  290. eyes/red<br>
  291. height/5'9"<br>
  292. gender/male
  293. </div>
  294.  
  295.  
  296. <div class="headerdiv" id="head2">
  297. personality
  298. </div>
  299. <div class="bodydiv" id="body2">
  300. Strives to be as 'cool' as possible.
  301. </div>
  302.  
  303.  
  304. <div class="headerdiv" id="head3">
  305. likes and dislikes
  306. </div>
  307. <div class="bodydiv" id="body3">
  308. Likes ><br>
  309. Nice people.<br><br>
  310. Dislikes ><br>
  311. Assholes.
  312. </div>
  313.  
  314. <div class="headerdiv" id="head4">
  315. ooc
  316. </div>
  317. <div class="bodydiv" id="body4">
  318. Character <u>and</u> code are mine.
  319. Music is <a href="https://youtu.be/SuJ6cHeEx4Q" target=_blank>Kasbo</a>.
  320. </div>
  321.  
  322. </div>
  323.  
  324.  
  325. </div>
  326. </div>
  327. </div>
  328. </div>
  329.  
  330. <div id="divcontainer">
  331. <a class="selectiondiv" href=#linkone>
  332. <span class="sides">|</span>
  333. <span class="middle1">1</span>
  334. <span class="middle2">basic info</span>
  335. <span class="sides">/</span>
  336. </a>
  337.  
  338. <a class="selectiondiv" href="#linktwo">
  339. <span class="sides">|</span>
  340. <span class="middle1">2</span>
  341. <span class="middle2">personality</span>
  342. <span class="sides">/</span>
  343. </a>
  344.  
  345.  
  346. <a class="selectiondiv" href="#linkthree">
  347. <span class="sides">|</span>
  348. <span class="middle1">3</span>
  349. <span class="middle2">likes and dislikes</span>
  350. <span class="sides">/</span>
  351. </a>
  352.  
  353. <a class="selectiondiv" href="#linkfour">
  354. <span class="sides">|</span>
  355. <span class="middle1">4</span>
  356. <span class="middle2">ooc</span>
  357. <span class="sides">/</span>
  358. </a>
  359.  
  360. <a class="selectiondiv" href="#blank">
  361. <span class="sides">|</span>
  362. <span class="middle1">5</span>
  363. <span class="middle2">reset</span>
  364. <span class="sides">/</span>
  365. </a>
  366.  
  367. </div>
  368.  
  369. <div id="imageright">
  370. </div>
  371.  
  372. <div id="musiccontainer">
  373. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  374. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  375. <param name="wmode" value="transparent" />
  376. <param name="FlashVars" value="mp3=http://puu.sh/nfEC1/7ee1b10b86.mp3&autoplay=1&loop=1&volume=10&bgcolor1=64BC9A&bgcolor2=64BC9A&slidercolor1=4D4853&slidercolor2=4D4853&buttonovercolor=ffffff&sliderovercolor=ffffff&buttoncolor=4D4853" />
  377. </object>
  378.  
  379. </div>
  380. </div>
Advertisement
Add Comment
Please, Sign In to add comment