Advertisement
solarre

cyhiraeth

Feb 14th, 2016
2,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.68 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. cyhiraeth by solarre
  6.  
  7. -keep credit intact
  8. -don't steal any code
  9. -don't use as a basecode/claim as your own
  10.  
  11. -->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  16.  
  17. <!--- page title --->
  18.  
  19. <title>cyhiraeth</title>
  20.  
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("[title]").style_my_tooltips({
  31. tip_follows_cursor:true,
  32. tip_delay_time:1,
  33. tip_fade_speed:100,
  34. attribute:"title"
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  41. <script>
  42. $(document).ready(function(){
  43. $("#n1").click(function(){
  44. $("#words").fadeIn();
  45. $("#words2, #words3, #words4").fadeOut();
  46. $("#title").animate({opacity: "1"});
  47. $("#title2, #title3, #title4").animate({opacity: "0"});
  48. });
  49. $("#n2").click(function(){
  50. $("#words2").fadeIn();
  51. $("#words, #words3, #words4").fadeOut();
  52. $("#title2").animate({opacity: "1"});
  53. $("#title, #title3, #title4").animate({opacity: "0"});
  54. });
  55. $("#n3").click(function(){
  56. $("#words3").fadeIn();
  57. $("#words2, #words, #words4").fadeOut();
  58. $("#title3").animate({opacity: "1"});
  59. $("#title2, #title, #title4").animate({opacity: "0"});
  60. });
  61. $("#n4").click(function(){
  62. $("#words4").fadeIn();
  63. $("#words2, #words3, #words").fadeOut();
  64. $("#title4").animate({opacity: "1"});
  65. $("#title2, #title3, #title").animate({opacity: "0"});
  66. });
  67. });
  68. </script>
  69.  
  70. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  71. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  72.  
  73. </head>
  74.  
  75. <style type="text/css">
  76. ::-webkit-scrollbar {width:4px; height:auto; background:#fff;}
  77. ::-webkit-scrollbar-corner {background:transparent;}
  78. ::-webkit-scrollbar-thumb:vertical{background:#eee;width:1px;border:1px solid #fff;}
  79. ::-webkit-scrollbar-thumb:horizontal {background:#eee;height:3px !important;}
  80. ::-webkit-scrollbar-increment {width:3px; height:3px; background-color:#fff;}
  81.  
  82. iframe#tumblr_controls, iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  83. position:fixed;
  84. white-space:nowrap;
  85. -webkit-filter: invert(100%);
  86. -moz-filter: invert(100%);
  87. -o-filter: invert(100%);
  88. -ms-filter: invert(100%);
  89. filter: invert(100%);
  90. opacity:.5;transition: .8s ease-in-out;
  91. -webkit-transition: .8s ease-in-out;
  92. -moz-transition: .8s ease-in-out;
  93. -o-transition: .8s ease-in-out;
  94. }
  95.  
  96. #s-m-t-tooltip {
  97. max-width:300px;
  98. padding: 5px 8px;
  99. margin:10px;
  100. background-color:#fff;
  101. font-size:8px;
  102. letter-spacing:1px;
  103. text-transform:uppercase;
  104. color:#777;
  105. border-radius:2px;
  106. border:1px solid #f8f8f8;
  107. z-index:100000000000000000000000000000000000000000;
  108. transition:0.5s ease-in-out;
  109. -webkit-transition:0.5s ease-in-out;
  110. -moz-transition:0.5s ease-in-out;
  111. -ms-transition:0.5s ease-in-out;
  112. -o-transition:0.5s ease-in-out;
  113. }
  114.  
  115. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  116. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  117. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  118.  
  119. .fade-in {
  120. opacity:0;
  121. -webkit-animation:fadeIn ease-in 1;
  122. -moz-animation:fadeIn ease-in 1;
  123. animation:fadeIn ease-in 1;
  124. -webkit-animation-fill-mode:forwards;
  125. -moz-animation-fill-mode:forwards;
  126. animation-fill-mode:forwards;
  127. -webkit-animation-duration:1s;
  128. -moz-animation-duration:1s; animation-duration:1s; }
  129.  
  130. .fade-in.one { -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s; }
  131.  
  132. *, body, img { cursor:url(http://static.tumblr.com/vmteopo/yYInjhg6e/small_black_cursor.png), auto;}
  133.  
  134. a, a:hover, a:active {cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair; }
  135.  
  136. body {
  137. background:#f5f5f5;
  138. font:11px calibri;
  139. line-height:15px;
  140. -moz-font-smoothing:subpixel-antialiased;
  141. -webkit-font-smoothing:subpixel-antialiased;
  142. font-smoothing:subpixel-antialiased;
  143. }
  144.  
  145. a {
  146. color:#aaa;
  147. text-decoration:none;
  148. -moz-outline-style:none;
  149. transition:0.5s ease-in-out;
  150. -webkit-transition:0.5s ease-in-out;
  151. -moz-transition:0.5s ease-in-out;
  152. -ms-transition:0.5s ease-in-out;
  153. -o-transition:0.5s ease-in-out;
  154. }
  155.  
  156. a:hover {color:#555;}
  157.  
  158. h1 {font-size:15px;}
  159.  
  160. #back {
  161. position:fixed;
  162. width:500px;
  163. height:500px;
  164. margin:-262.5px auto 0 -260px;
  165. top:50%;
  166. left:50%;
  167. padding:10px;
  168. /* here's the background img of the container */
  169. background:#f2f2f2 url('https://68.media.tumblr.com/9691806822991fa0ab33a8549e044d3e/tumblr_nq3nzjfICo1snlw9ao1_1280.jpg') no-repeat center;
  170. background-size:cover;
  171. }
  172.  
  173. #contain {
  174. position:fixed;
  175. background:rgba(0,0,0,0.3);
  176. width:500px;
  177. height:500px;
  178. top:50%;
  179. left:50%;
  180. margin:-262.5px auto 0 -260px;
  181. padding:10px;
  182. overflow:hidden;
  183. }
  184.  
  185. .title {
  186. color:#fff;
  187. width:auto;
  188. text-align:center;
  189. font-size:15px;
  190. margin-top:25px;
  191. margin-bottom:-25px;
  192. text-transform:uppercase;
  193. letter-spacing:1em;
  194. }
  195.  
  196. #words, #words2, #words3, #words4 {
  197. width:460px;
  198. padding:30px;
  199. height:300px;
  200. background:#fff;
  201. overflow-y:scroll;
  202. position:fixed;
  203. margin-left:-10px;
  204. margin-top:60px;
  205. }
  206.  
  207. #words {z-index:-1;opacity:1;}
  208. #words2, #words3, #words4 {z-index:2;display:none;}
  209.  
  210. .links {width:auto;text-align:center;z-index:6;margin-top:450px;}
  211.  
  212. .links a {
  213. display:inline-block;
  214. margin:0 5px;
  215. background:#fff;
  216. border:1px solid transparent;
  217. padding:3px;
  218. height:1;
  219. width:1;
  220. }
  221.  
  222. .links a:hover {background:transparent;border:1px solid #fff;}
  223.  
  224. #title, #title2, #title3, #title4 {
  225. color:#fff;
  226. width:auto;
  227. text-align:center;
  228. font-size:15px;
  229. margin:25px auto -25px;
  230. text-transform:uppercase;
  231. letter-spacing:1em;
  232. padding-left:1em;
  233. opacity:0;
  234. }
  235.  
  236. #title {opacity:1;}
  237. #title2, #title3, #title4 {margin-top:10px;}
  238.  
  239. .nav #section {
  240. display:block;
  241. width:auto;
  242. height:auto;
  243. padding:10px;
  244. margin:5px;
  245. border:1px solid #f2f2f2;
  246. }
  247.  
  248. .nav a {padding:5px;border-bottom:1px solid #f2f2f2;display:inline-block;margin:0 5px;} .nav a:hover {border-color:#555;}
  249.  
  250. .nav h2 {margin-left:5px;padding-left:10px;border-left:1px solid #f2f2f2; font-size:10px;text-transform:uppercase;color:#3f3f3f;font-family:trebuchet ms;}
  251.  
  252. .user {
  253. display:inline-block;
  254. width:40px;
  255. padding:10px;
  256. margin:5px;
  257. text-align:center;
  258. height:40px;
  259. background:#fff;
  260. border:1px solid #eee;
  261. }
  262.  
  263. .user a {color:#000;text-transform:uppercase;}
  264.  
  265. .user img {
  266. float:left;
  267. height:30px;
  268. width:30px;
  269. padding:5px;
  270. }
  271.  
  272. #blogs {margin:10px 0;text-align:center;}
  273.  
  274. #return {width:65px;padding:5px;margin:100px auto;}
  275.  
  276. #return a {
  277. padding:10px;
  278. letter-spacing:2px;
  279. color:#000;
  280. border:3px solid #000;
  281. background:#fff;
  282. }
  283.  
  284. #return a:hover {border:3px solid transparent;background:#000;color:#fff;}
  285.  
  286. #credit, #credit a {
  287. position:fixed;
  288. bottom:20px;
  289. right:20px;
  290. color:#000;
  291. font:normal normal 8px calibri;
  292. text-decoration:none;
  293. }
  294.  
  295. </style></head><body>
  296.  
  297. <div id="back"></div>
  298. <div id="contain" class="box fade-in one">
  299.  
  300. <div id="title">biography</div>
  301. <div id="title2">inquire</div>
  302. <div id="title3">navigate</div>
  303. <div id="title4">blogroll</div>
  304.  
  305. <div id="words">
  306.  
  307. <!--- about --->
  308.  
  309. <h1>Dawn.</h1>
  310. <p><i>Far out in the ocean,</i> where the water is as blue as the prettiest cornflower, and as clear as crystal, it is very, very deep; so deep, indeed, that no cable could fathom it: many church steeples, piled one upon another, would not reach from the ground beneath to the surface of the water above. There dwell the Sea King and his subjects. </p>
  311. <h1>Dusk.</h1>
  312. <p><b>We must not imagine</b> that there is nothing at the bottom of the sea but bare yellow sand. No, indeed; the most singular flowers and plants grow there; the leaves and stems of which are so pliant, that the slightest agitation of the water causes them to stir as if they had life. Fishes, both large and small, glide between the branches, as birds fly among the trees here upon land.</p>
  313. </div>
  314.  
  315. <div id="words2">
  316.  
  317. <!--- faq --->
  318.  
  319. <h1>Q: Who am I?</h1>
  320. <p><b>A:</b> A mermaid has not an immortal soul,<b></b> nor can she obtain one unless she wins the love of a human being. On the power of another hangs her eternal destiny.</p>
  321.  
  322. <h1>Q: Who are you?</h1>
  323. <p><b>A:</b> But the daughters of the air, although they do not possess an immortal soul, can, by their good deeds, procure one for themselves. We fly to warm countries, and cool the sultry air that destroys mankind with the pestilence. We carry the perfume of the flowers to spread health and restoration.</p>
  324.  
  325. <iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" id="ask_form" ></iframe>
  326. </div>
  327.  
  328. <div id="words3">
  329. <div class="nav">
  330.  
  331. <!--- links; copy paste this and fill it out accordingly for more sections:
  332.  
  333. <div id="section">
  334. <h2></h2>
  335. <a href="/"></a>
  336. <a href="/"></a>
  337. <a href="/"></a>
  338. <a href="/"></a>
  339. <a href="/"></a>
  340. <a href="/"></a>
  341. </div>
  342.  
  343. --->
  344.  
  345. <div id="section">
  346. <h2>bangtan</h2>
  347. <a href="/">i need u</a>
  348. <a href="/">love is not over</a>
  349. <a href="/">run</a>
  350. <a href="/">butterfly</a>
  351. <a href="/">dead leaves</a>
  352. <a href="/">whalien 52</a>
  353. <a href="/">autumn leaves</a>
  354. <a href="/">house of cards</a>
  355. <a href="/">tomorrow</a>
  356. <a href="/">wake up</a>
  357. <a href="/">let me know</a>
  358. </div>
  359.  
  360. <div id="section">
  361. <h2>winner</h2>
  362. <a href="/">empty</a>
  363. <a href="/">different</a>
  364. <a href="/">confession</a>
  365. <a href="/">tonight</a>
  366. <a href="/">color ring</a>
  367. <a href="/">pricked</a>
  368. </div>
  369.  
  370. <div id="section">
  371. <h2>exo</h2>
  372. <a href="/">sing for you</a>
  373. <a href="/">love me right</a>
  374. <a href="/">lady luck</a>
  375. <a href="/">heart attack</a>
  376. <a href="/">machine</a>
  377. <a href="/">wolf</a>
  378. </div>
  379.  
  380. <div id="section">
  381. <h2>day6</h2>
  382. <a href="/">free하게</a>
  383. <a href="/">이상하게 계속 이래</a>
  384. <a href="/">congratulations</a>
  385. <a href="/">태양처럼</a>
  386. <a href="/">colors</a>
  387. </div>
  388.  
  389. <div id="section">
  390. <h2>f(x)</h2>
  391. <a href="/">4 walls</a>
  392. <a href="/">red light</a>
  393. <a href="/">deja vu</a>
  394. <a href="/">diamond</a>
  395. <a href="/">goodbye summer</a>
  396. <a href="/">paper heart</a>
  397. </div>
  398.  
  399. </div>
  400. </div>
  401.  
  402. <div id="words4">
  403.  
  404. <!--- blogroll; you don't have to touch this section --->
  405.  
  406. <div id="blogs">
  407. {block:Following}
  408. {block:Followed}
  409.  
  410. <div class="user">
  411. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-30}"></a>
  412. </div>
  413.  
  414. {/block:Followed}
  415. {/block:Following}
  416. </div>
  417. </div>
  418.  
  419. <div class="links">
  420. <a id="n1" title="about"></a>
  421. <a id="n2" title="faq"></a>
  422. <a id="n3" title="navigation"></a>
  423. <a id="n4" title="blogroll"></a>
  424. <a href="/" title="return"></a>
  425. </div>
  426.  
  427. </div>
  428.  
  429. <div id="credit"><a href="http://solarre.tumblr.com" title="solarre">☼</a></div>
  430.  
  431. </body>
  432. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement