Advertisement
thisisnotras

Hoot code

Jan 4th, 2015
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.08 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile{ background-color: transparent; border: 0px;}
  5.  
  6. body {
  7. font-family: 'Raleway', sans-serif;
  8. font-size: 11pt;
  9. color: #5f5d5d;
  10. background: #ffffff url("http://assets.tumblr.com/images/x.gif") repeat;
  11. }
  12.  
  13. #whole{
  14. position: fixed;
  15. top: 0px;
  16. left: 0px;
  17. right: 0px;
  18. bottom: 0px;
  19. }
  20.  
  21. a.linkses, a {
  22. text-decoration:none;
  23. outline:none;
  24. -moz-outline-style:none;
  25. color: #5f5d5d;
  26. }
  27.  
  28. a:hover {
  29. -webkit-transition: all 0.3s ease-out;
  30. -moz-transition: all 0.3s ease-out;
  31. transition: all 0.3s ease-out;
  32. color: black;}
  33.  
  34. a.linkses:hover {
  35. -webkit-transition: all 0.3s ease-out;
  36. -moz-transition: all 0.3s ease-out;
  37. transition: all 0.3s ease-out;
  38. letter-spacing: 10px;
  39. color: black;
  40. }
  41.  
  42.  
  43. #maindiv{
  44. position: absolute;
  45. top: 120px;
  46. left: 650px;
  47. height: 200px;
  48. width: 300px;
  49. border: 0px solid black;
  50. background: white;}
  51.  
  52.  
  53. #vanishdiv{
  54. position: absolute;
  55. height: 20px;
  56. width: 200px;
  57. border: 0px solid green;
  58. top: 50px;
  59. right: 35px;
  60. z-index: 1;
  61. opacity: 1;
  62. background:white;
  63. -webkit-transition: opacity 1s;
  64. transition: opacity 1s;
  65. text-align: center;
  66. }
  67.  
  68. #behindvanishdiv {
  69. position: absolute;
  70. height: 20px;
  71. width: 200px;
  72. border: 0px solid blue;
  73. top: 50px;
  74. right: 35px;
  75. z-index: 2;
  76. opacity: 0;
  77. text-align: center;
  78. word-spacing: 2px;
  79. -webkit-transition: opacity 1s;
  80. transition: opacity 1s;
  81. background: white;
  82. }
  83.  
  84. #mainarea{
  85. position: absolute;
  86. top: 65px;
  87. height: 95px;
  88. width: 240px;
  89. right: 0px;
  90. overflow: hidden;
  91. padding-top: 10px;
  92. box-sizing: border-box;
  93. }
  94.  
  95. #polediv{
  96. position: absolute;
  97. width: 1px;
  98. height: 110px;
  99. background: #dddddd;
  100. top: 63px;
  101. left: 53px;
  102. z-index: 1;}
  103.  
  104. #maincontent{
  105. height: 80px;
  106. width: 200px;
  107. border: 0px solid green;
  108. font-size: 11px;
  109. overflow-y: auto;
  110. text-align: left;}
  111.  
  112. #maindrop{
  113. position: absolute;
  114. top: 160px;
  115. bottom: 37px;
  116. border-bottom: 1px solid #dddddd;
  117. width: 260px;
  118. left: 40px;
  119. overflow: hidden;
  120. box-sizing: border-box;
  121. -webkit-transition: bottom 1s;
  122. transition: bottom 1s;
  123. }
  124.  
  125. #mainarea:hover + #maindrop,#maindrop:hover{
  126. bottom: -150px;}
  127.  
  128. #maindiv:hover > #behindvanishdiv,#behindvanishdiv:hover{
  129. opacity:1;}
  130.  
  131.  
  132. #dotdiv{position:absolute;
  133. position: absolute;
  134. right: 250px;
  135. top: 60px;
  136. height: 95px;
  137. width: 100px;
  138. border: 0px solid black;
  139. box-sizing: border-box;
  140. padding-top: 20px;
  141. }
  142.  
  143. #dotspace{
  144. height: 20px;
  145. width: 100%;
  146. border: 0px solid red;
  147. padding-top: 10px;
  148. box-sizing: border-box;
  149. }
  150.  
  151. #dots{
  152. position: absolute;
  153. height: 7px;
  154. width: 7px;
  155. right: 4px;
  156. border-radius: 90px 90px 90px 90px;
  157. border: 1px solid gray;
  158. background: gray;
  159. z-index: 1;
  160. -webkit-transition: background 1s;
  161. transition: background 1s;
  162. }
  163.  
  164. #dots:hover{
  165. background: #dddddd;}
  166.  
  167. #ejectionspace{
  168. position: absolute;
  169. left: 90px;
  170. right: 6px;
  171. height: 8px;
  172. border: 0px solid black;
  173. z-index: 0;
  174. -webkit-transition: left 1s, opacity 1s;
  175. transition: left .8s, opacity 1s;
  176. font-size: 7pt;
  177. overflow: hidden;
  178. opacity: 0;
  179. }
  180.  
  181. .puffy:hover + #ejectionspace,#ejectionspace:hover{
  182. opacity: 1;
  183. left: 30px;}
  184.  
  185. #linkingdiv{
  186. height: 30px;
  187. width: 190px;
  188. border-bottom: 1px solid #dddddd;
  189. box-sizing: border-box;
  190. padding-top: 10px;
  191. text-align: center;
  192. font-size: 11px;
  193. margin-left: -40px;
  194. }
  195.  
  196. #leftdiv{
  197. position: absolute;
  198. bottom: 0px;
  199. left: 0px;
  200. width: 372px;
  201. height: 722px;
  202. background-image: url(http://i.picpar.com/wUx.png);
  203. background-size:contain;
  204. overflow-y: hidden;
  205. overflow-x: hidden;
  206. z-index: -5;
  207. }
  208.  
  209. #Yin{
  210. position: absolute;
  211. left:80px;
  212. top:120px;
  213. height: 410px;
  214. width: 410px;
  215. padding:5px;
  216. -moz-border-radius: 250px 250px 250px 250px;
  217. -webkit-border-radius: 250px 250px 250px 250px;
  218. border-radius: 250px 250px 250px 250px;
  219. background-image:url(http://static.tumblr.com/94ac0aa45d83f5f91815021e56230331/nyr6guj/btWmlb1rz/tumblr_static_drop_12.gif);
  220. -moz-opacity:0.80;opacity:0.80;
  221. z-index:-20;}
  222.  
  223.  
  224. #update{
  225. opacity:0.8;
  226. position:fixed;
  227. top:0px;
  228. left:170px;
  229. width:150px;
  230. height:auto;
  231. text-align: center;
  232. font-family: Garamond;
  233. font-size:12px;
  234. word-wrap:break-word;
  235. border-top:1px solid #d8d8d8;
  236. transition-duration: 0.8s;
  237. -moz-transition-duration: 0.8s;
  238. -webkit-transition-duration: 0.8s;
  239. -o-transition-duration: 0.8s;
  240. }
  241.  
  242. #update img{
  243. width:130px;
  244.  
  245. }
  246.  
  247. #update:hover{
  248. top:170px;
  249. transition-duration: 0.8s;
  250. -moz-transition-duration: 0.8s;
  251. -webkit-transition-duration: 0.8s;
  252. -o-transition-duration: 0.8s;
  253. }
  254.  
  255. .words{
  256. position:fixed;
  257. top:-170px;
  258. width:130px;
  259. height:150px;
  260. padding:10px;
  261. background:#ffffff;
  262. text-align:left;
  263. line-height:110%;
  264. overflow:auto;
  265. transition-duration: 0.8s;
  266. -moz-transition-duration: 0.8s;
  267. -webkit-transition-duration: 0.8s;
  268. -o-transition-duration: 0.8s;
  269.  
  270. }
  271.  
  272. #update:hover .words{
  273. top:0px;
  274. transition-duration: 0.8s;
  275. -moz-transition-duration: 0.8s;
  276. -webkit-transition-duration: 0.8s;
  277. -o-transition-duration: 0.8s;
  278. }
  279.  
  280.  
  281. </style>
  282.  
  283. <div id="whole">
  284.  
  285. <div id="leftdiv">
  286. </div>
  287. <div id="Yin">
  288. </div>
  289.  
  290. <div id="maindiv">
  291.  
  292. <div id="vanishdiv">please don't say you love me
  293. </div>
  294.  
  295. <div id="behindvanishdiv">
  296. <a href="http://www.thiscrush.com/~ihootyou" target="_blank" class="norm">| ♥ }</a>
  297. </div>
  298.  
  299. <div id="mainarea">
  300. <div id="maincontent" style="overflow: hidden; margin-left: -40px;">
  301. <a name="content1"></a>
  302. <div id="maincontent">
  303. 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.
  304. </div>
  305.  
  306. <a name="content2"></a>
  307. <div id="maincontent">
  308. 2.<br>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.
  309. </div>
  310.  
  311. <a name="content3"></a>
  312. <div id="maincontent">
  313. 3.<br>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.
  314. </div>
  315. </div>
  316. </div>
  317.  
  318.  
  319.  
  320. <div id="maindrop">
  321. <a href="" class="linkses"><div id="linkingdiv" >
  322. link 1
  323. </div></a>
  324. <a href=""class="linkses"><div id="linkingdiv" >
  325. link 2
  326. </div></a>
  327. <a href="" class="linkses"><div id="linkingdiv" >
  328. link 3
  329. </div></a>
  330. <a href="" class="linkses"><div id="linkingdiv" >
  331. link 4
  332. </div></a>
  333. <a href=""class="linkses"><div id="linkingdiv" >
  334. link 5
  335. </div></a>
  336. <a href="" class="linkses"><div id="linkingdiv">
  337. link 6
  338. </div></a>
  339. </div>
  340.  
  341. <div id="dotdiv">
  342. <div id="dotspace">
  343. <a href=#content1 class="puffy"><div id="dots">
  344. </div></a>
  345. <div id="ejectionspace">
  346. 001
  347. </div>
  348. </div>
  349. <div id="dotspace">
  350. <a href=#content2 class="puffy"><div id="dots">
  351. </div></a>
  352. <div id="ejectionspace">
  353. 002
  354. </div>
  355. </div>
  356. <div id="dotspace">
  357. <a href=#content3 class="puffy"><div id="dots">
  358. </div></a>
  359. <div id="ejectionspace">
  360. 003
  361. </div>
  362. </div>
  363. </div>
  364.  
  365. <div id="polediv">
  366. </div>
  367. </div>
  368.  
  369. <div id="update"><img width="130px" src="http://i.picpar.com/4Ux.png">
  370. <div class="words">
  371.  
  372. <center><h2> Updates </h2></center><br>
  373.  
  374.  
  375. Currently I am busy coding / writing a character background. PM me about anything you'd like to see added to my profile.
  376. <i><font color="#000">-- Hoot~</font></i> <br> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. <i>italics</i> <b>bolds</b> <u>underline</u> <a href="link" target="_blank">link</a> <strike>strikethrough</strike>
  377.  
  378.  
  379. </div>
  380. </div>
  381.  
  382. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement