Advertisement
Ditasaur

Haruki Theme

Mar 15th, 2012
9,682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.06 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--HARUKI THEME BY RAMYEONS // http://ramyeons.tumblr.com / http://hobakjeon.tumblr.com
  6.  
  7. *DO NOT USE MY THEME CODES AS BASE CODES FOR YOUR OWN THEME
  8. *DO NOT CLAIM AS YOUR OWN OR I WILL HUNT YOU DOWN
  9. *DO NOT BREAK ANY RULES OR YOU WILL BE REPORTED
  10. *YOU MAY EDIT THIS THEME, BUT LEAVE THE CREDITS ALONE
  11. *DO NOT TAKE MY CREDITS OUT
  12.  
  13. -->
  14.  
  15. <head>
  16.  
  17. <!--BASIC FLUFF-->
  18. <meta name="if:500px posts" content="0"/>
  19. <meta name="if:400px posts" content="1"/>
  20. <meta name="if:250px posts" content="0"/>
  21. <meta name="if:infinite scrolling" content="1"/>
  22. <meta name="if:cute cursor" content="1"/>
  23. <meta name="if:desc background" content="1"/>
  24.  
  25. <meta name="text:link 1" content="link 1"/>
  26. <meta name="text:link 1 url" content=""/>
  27. <meta name="text:link 2" content="link 2"/>
  28. <meta name="text:link 2 url" content=""/>
  29. <meta name="text:link 3" content="link 3"/>
  30. <meta name="text:link 3 url" content=""/>
  31. <meta name="text:link 4" content="link 4"/>
  32. <meta name="text:link 4 url" content=""/>
  33.  
  34. <meta name="image:background image" content="http://static.tumblr.com/iuggpng/3cmm0ycwe/grayboxmini.png"/>
  35. <meta name="image:sidebar" content="http://static.tumblr.com/iuggpng/cijm0yctr/sidepicanimecouple.jpg"/>
  36. <meta name="image:sidebar bg" content="http://static.tumblr.com/iuggpng/DYtm0ycvo/woodsat.png"/>
  37.  
  38. <meta name="color:scrollbar" content="#aaa"/>
  39. <meta name="color:scrollbar bg" content="#eee"/>
  40. <meta name="color:background" content="#ddd"/>
  41. <meta name="color:posts bg" content="#fff"/>
  42. <meta name="color:posts border" content="#fff"/>
  43. <meta name="color:links" content="#ebb088"/>
  44. <meta name="color:links hover" content="#eee"/>
  45. <meta name="color:text" content="#000"/>
  46. <meta name="color:title" content="#000"/>
  47. <meta name="color:description text" content="#000"/>
  48. <meta name="color:permalink bg" content="#f1edce"/>
  49. <meta name="color:permalink" content="#e7ad2d"/>
  50. <meta name="color:desc text" content="#fff"/>
  51. <meta name="color:buttons text" content="#ddd"/>
  52. <meta name="color:buttons border hover" content="#aaa"/>
  53.  
  54.  
  55. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  56.  
  57. <title>{Title}</title>
  58. <link rel="shortcut icon" href="{Favicon}">
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  60.  
  61. {block:Description}
  62. <meta name="description" content="{MetaDescription}"/>
  63. {/block:Description}
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. {CustomCSS}
  69.  
  70. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:75px;}
  71.  
  72. ::-webkit-scrollbar {height:0px;width:7px;background-color:{color:scrollbar bg};}
  73.  
  74.  
  75. iframe#tumblr_controls {
  76. right:3px !important;
  77. position: fixed !important;
  78. -webkit-transition: opacity 0.7s linear;
  79. opacity: 0.7;
  80. -webkit-transition: all 0.8s ease-out;
  81. -moz-transition: all 0.8s ease-out;
  82. transition: all 0.8s ease-out;
  83. }
  84.  
  85. iframe#tumblr_controls:hover {
  86. -webkit-transition: opacity 0.7s linear;
  87. opacity: 1;
  88. -webkit-transition: all 0.4s ease-out;
  89. -moz-transition: all 0.4s ease-out;
  90. transition: all 0.4s ease-out;
  91. }
  92.  
  93. body{
  94. background-image:url("{image:background image}");
  95. background-color:{color:background};
  96. background-repeat:repeat;
  97. background-attachment:fixed;
  98. color:{color:text};
  99. font-family:courier new;
  100. font-size:9px;
  101. {block:ifcutecursor}cursor: url(http://static.tumblr.com/iuggpng/EfOm1rr48/cursor.png), progress !important;{/block:ifcutecursor}
  102. }
  103.  
  104. a, a:link, a:visited, a:active{
  105. color:{color:links};
  106. text-decoration:none;
  107. letter-spacing:1px;
  108. -webkit-transition: all 0.4s ease-out;
  109. -moz-transition: all 0.4s ease-out;
  110. transition: all 0.4s ease-out;
  111. }
  112.  
  113. a:hover {
  114. color:{color:links hover};
  115. text-decoration:none;
  116. {block:ifcutecursor} cursor: url(http://static.tumblr.com/iuggpng/EfOm1rr48/cursor.png), progress !important;{/block:ifcutecursor}
  117. -webkit-transition: all 0.4s ease-out;
  118. -moz-transition: all 0.4s ease-out;
  119. transition: all 0.4s ease-out;
  120. }
  121.  
  122.  
  123. #posts {
  124. overflow:auto;
  125. margin-top:0px;
  126. height:auto;
  127. margin-left:150px;
  128.  
  129. }
  130.  
  131. .posteu {
  132. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  133. {block:IndexPage}{block:if500pxposts}width:500px;{/block:if500pxposts}
  134. {block:if400pxposts}width:400px;{/block:if400pxposts}
  135. {block:if250pxposts}width:250px;{/block:if250pxposts}{/block:IndexPage}
  136. height:auto;
  137. padding:0px;
  138. margin-top:10px;
  139. border: 3px solid {color:posts border};
  140. font-family:courier new;
  141. font-size:9px;
  142. color:{color:text};
  143. background-color:{color:posts bg};
  144. opacity:1;
  145. -webkit-transition: all 0.4s ease-out;
  146. -moz-transition: all 0.4s ease-out;
  147. transition: all 0.4s ease-out;
  148.  
  149.  
  150. }
  151.  
  152. .posteu:hover{
  153. opacity:.98;
  154. margin-left:0px;
  155. -webkit-transition: all 0.4s ease-out;
  156. -moz-transition: all 0.4s ease-out;
  157. transition: all 0.4s ease-out;
  158.  
  159. }
  160.  
  161. .title {
  162. font-family:courier new;
  163. font-size:14px;
  164. line-height:16px;
  165. text-align:center;
  166. border-left:5px solid {color:text};
  167. letter-spacing:3px;
  168. color:{color:post titles};
  169. text-transform:uppercase;
  170. }
  171.  
  172. .texts, .chat, .link, .quote, .audio{
  173. font-family:courier new;
  174. font-size:9px;
  175. line-height:12px;
  176. padding:1px;
  177. color:{color:text};
  178. letter-spacing:0px;
  179. }
  180.  
  181. img, a img {
  182. opacity:.8;
  183. -webkit-transition: all 0.4s ease-out;
  184. -moz-transition: all 0.4s ease-out;
  185. transition: all 0.4s ease-out;
  186. }
  187.  
  188. img:hover, a img:hover {
  189. opacity:.9;
  190. -webkit-transition: all 0.4s ease-out;
  191. -moz-transition: all 0.4s ease-out;
  192. transition: all 0.4s ease-out;
  193. }
  194.  
  195.  
  196. #perm{
  197. background-color:{color:permalink bg};
  198. height:auto;
  199. position:absolute;
  200. text-align:center;
  201. margin-top:-7px;
  202. margin-left:-10px;
  203. z-index:998;
  204. font-size:9px;
  205. padding:2px;
  206. color:{color:permalink};
  207. letter-spacing:1px;
  208. text-transform:lowercase;
  209. font-family:courier new;
  210. min-width:100px;
  211. opacity:0;
  212. -webkit-transition: all 0.6s ease-out;
  213. -moz-transition: all 0.6s ease-out;
  214. transition: all 0.6s ease-out;
  215. }
  216.  
  217. #perm:hover {
  218. padding-right:50px;
  219. }
  220.  
  221. #inpiniteu:hover #perm{
  222. opacity:1;
  223. margin-left:-10px;
  224. margin-top:-7px;
  225. width:100px;
  226. filter: alpha (opacity=9)
  227. -webkit-transition: all 0.4s ease-out;
  228. -moz-transition: all 0.4s ease-out;
  229. transition: all 0.4s ease-out;
  230. }
  231.  
  232. #inpiniteu:hover {
  233. margin-left:10px;
  234. }
  235. #inpiniteu {
  236. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  237. {block:IndexPage}{block:if500pxposts}width:500px;{/block:if500pxposts}
  238. {block:if400pxposts}width:400px;{/block:if400pxposts}
  239. {block:if250pxposts}width:250px;{/block:if250pxposts}{/block:IndexPage}
  240. -webkit-transition: all 0.6s ease-out;
  241. -moz-transition: all 0.6s ease-out;
  242. transition: all 0.6s ease-out;
  243. }
  244.  
  245. #permalink {
  246. display:block;
  247. width:501px;
  248. padding:2px;
  249. height:auto;
  250. background-color:{color:posts bg};
  251. color:{color:text};
  252. }
  253.  
  254. #taemin {
  255. display:block;
  256. background-color:{color:posts bg};
  257. background-image:url({image:background});
  258. width:499px;
  259. padding:0px;
  260. }
  261. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  262.  
  263. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  264.  
  265.  
  266. #eunhyuk {
  267. opacity:1;
  268. position:fixed;
  269. left:0px;
  270. height:100%;
  271. top:0px;
  272. padding:10px;
  273. font-size:9px;
  274. letter-spacing:1px;
  275. text-transform:uppercase;
  276. font-family:courier new;
  277. {block:ifdescbackground}background-image:url({image:sidebar bg});{/block:ifdescbackground}
  278. {block:ifnotdescbackground}background-image:url(); background:transparent;{/block:ifnotdescbackground}
  279. color:{color:desc text};
  280. width:120px;
  281. }
  282.  
  283. #jonghyun {
  284. margin-top:180px;
  285. height:auto;
  286. margin-left:10px;
  287. }
  288.  
  289. #la {
  290. margin-top:5px;
  291. }
  292.  
  293. #la:hover #nabu {
  294. opacity:1;
  295. }
  296.  
  297. #nabu {
  298. display:block;
  299. width:120px;
  300. background-color:transparent;
  301. border-left:0px solid #eee;
  302. font-family:consolas;
  303. font-size:8px;
  304. opacity:0;
  305. color:black;
  306. height:auto;
  307. letter-spacing:2px;
  308. text-transform:uppercase;
  309. padding:2px;
  310. }
  311.  
  312. #nabu:hover {
  313. border-left:30px solid black;
  314. }
  315.  
  316.  
  317. #container {
  318. height:10px;
  319. overflow:hidden;
  320. -webkit-transition: all 0.6s ease-out;
  321. -moz-transition: all 0.6s ease-out;
  322. transition: all 0.6s ease-out;
  323. }
  324.  
  325. #container:hover {
  326. height:60px;
  327. -webkit-transition: all 0.6s ease-out;
  328. -moz-transition: all 0.6s ease-out;
  329. transition: all 0.6s ease-out;
  330. }
  331.  
  332. #key {
  333. height:10px;
  334. font-family:silkscreen;
  335. }
  336.  
  337. #heechul {
  338. height:50px;
  339. font-family:tinytots;
  340. font-size:8px;
  341. text-transform:uppercase;
  342. }
  343.  
  344. #boxu {
  345. height:12px;
  346. overflow:hidden;
  347. margin-bottom:3px;
  348. margin-top:10px;
  349. -webkit-transition: all 0.6s ease-out;
  350. -moz-transition: all 0.6s ease-out;
  351. transition: all 0.6s ease-out;
  352. }
  353.  
  354. #boxu:hover {
  355. height:112px;
  356. -webkit-transition: all 0.6s ease-out;
  357. -moz-transition: all 0.6s ease-out;
  358. transition: all 0.6s ease-out;
  359. }
  360.  
  361. #troll {
  362. height:12px;
  363. }
  364.  
  365. #hide {
  366. height:100px;
  367. overflow:auto;
  368. }
  369.  
  370. li, ul {
  371. list-style: hiragana;
  372. margin-left: 5px;
  373. }
  374.  
  375. #top {top:-10px; position:fixed;}
  376. #toplinku {position:fixed; bottom:10px; left:40px; z-index:999;}
  377.  
  378. </style>
  379. </head>
  380. <body>
  381.  
  382.  
  383. <div id="eunhyuk">
  384. <div id="jonghyun">
  385. <div style="text-align:center; letter-spacing:2px; font-size:14px;">{title}&nbsp;</div>
  386. {block:ifnotinfinitescrolling}
  387. <p><center>{block:Pagination}
  388. {block:PreviousPage}<a href="{PreviousPage}">back</a>&#160{CurrentPage}/{TotalPages}&#160 {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  389. {/block:Pagination} </center>
  390. {/block:ifnotinfinitescrolling}
  391.  
  392.  
  393.  
  394. <div id="boxu">
  395. <div id="troll">+ about</div>
  396. <div id="hide">
  397. {Description}
  398. </div>
  399.  
  400.  
  401. </div>
  402.  
  403. <img src="{image:sidebar}" width="120px" style="
  404. margin-bottom:0px;
  405. margin-left:-10px;
  406. -moz-border-radius:100px 100px 100px 100px;
  407. border-radius:100px 100px 100px 100px;
  408. opacity:.9;">
  409. <div id="la">
  410. ☆ navigation
  411. <p><a href="/" id="nabu"> &nbsp;index</a>
  412. <a href="/ask" id="nabu"> &nbsp;message</a>
  413. <a href="/archive" id="nabu"> &nbsp;history</a>
  414. <a href="{text:link 1 url}" id="nabu"> &nbsp;{text:link 1}</a>
  415. <a href="{text:link 2 url}" id="nabu"> &nbsp;{text:link 2}</a>
  416. <a href="{text:link 3 url}" id="nabu"> &nbsp;{text:link 3}</a>
  417. <a href="{text:link 4 url}" id="nabu"> &nbsp;{text:link 4}</a>
  418. <a href="http://hobakjeon.tumblr.com" target="new" id="nabu"> &nbsp;theme</a>
  419.  
  420. </div></div>
  421. {block:ifinfinitescrolling}<p><center><a href="#top">back to top</a></center>{/block:ifinfinitescrolling}
  422.  
  423. </div>
  424.  
  425.  
  426.  
  427. <div id="posts">
  428. {block:ifinfinitescrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}{block:Posts}
  429.  
  430. <div id="inpiniteu">
  431.  
  432. <a href="{permalink}" id="perm">+ {notecountwithlabel}</a>
  433.  
  434.  
  435.  
  436.  
  437. {block:Text}
  438. <div class="posteu">
  439. <div class="texts">
  440. {block:Title}
  441. <div class="title"><a href="{Permalink}">{Title}</a></div>
  442. {/block:Title}
  443.  
  444. {Body}
  445. </div></div>
  446. {/block:Text}
  447.  
  448. {block:Photo}<div class="posteu">
  449.  
  450. <a href="{Permalink}"><img class="photo"
  451. {block:IndexPage}{block:if500pxposts}src="{PhotoURL-500}"{/block:if500pxposts}
  452. {block:if400pxposts}src="{PhotoURL-500}" width="400px"{/block:if400pxposts}
  453. {block:if250pxposts}src="{PhotoURL-250}"{/block:if250pxposts}
  454. {/block:IndexPage} {block:PermalinkPage}src="{PhotoURL-500}"{/block:PermalinkPage}
  455. alt="{PhotoAlt}"/></a>
  456. {block:PermalinkPage}{block:Caption}
  457. {Caption}
  458. {/block:Caption}{/block:PermalinkPage}
  459. </div>
  460. {/block:Photo}
  461.  
  462. {block:Photoset}<div class="posteu">
  463. <div class="photoset">
  464.  
  465. <a href="{Permalink}">
  466. {block:IndexPage}{block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  467. {block:if400pxposts}{Photoset-400}{/block:if400pxposts}
  468. {block:if250pxposts}{Photoset-250}{/block:if250pxposts}
  469. {/block:IndexPage}
  470. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  471. </a>
  472.  
  473. {block:PermalinkPage}{block:Caption}
  474. {Caption}
  475. {/block:Caption}{/block:PermalinkPage}
  476. </div>
  477. </div>
  478. {/block:Photoset}
  479.  
  480. {block:Quote}<div class="posteu">
  481. <div class="quote">
  482. "{Quote}"
  483.  
  484. {block:Source}
  485. <div class="source">{Source}</div>
  486. {/block:Source}
  487. </div></div>
  488. {/block:Quote}
  489.  
  490. {block:Link}<div class="posteu">
  491. <div class="link">
  492. <a href="{URL}" class="link" {Target}>{Name}</a>
  493.  
  494. {block:Description}
  495. <div class="description">{Description}</div>
  496. {/block:Description}
  497. </div></div>
  498. {/block:Link}
  499.  
  500. {block:Chat}<div class="posteu">
  501. <div class="post chat">
  502. {block:Title}
  503. <h3><a href="{Permalink}">{Title}</a></h3>
  504. {/block:Title}
  505.  
  506. <div class="chat">
  507. {block:Lines}
  508. <div class="{Alt} user_{UserNumber}">
  509. {block:Label}
  510. <span class="label">{Label}</span>
  511. {/block:Label}
  512.  
  513. {Line}
  514. </div>
  515. {/block:Lines}
  516. </div>
  517. </div>
  518. </div>
  519. {/block:Chat}
  520.  
  521. {block:Video}<div class="posteu">
  522. <div class="video">
  523.  
  524. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  525. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  526. {block:if250pxposts}{Video-250}{/block:if250pxposts}
  527.  
  528. {block:PermalinkPage}{block:Caption}
  529. <div class="caption">{Caption}</div>
  530. {/block:Caption}{/block:PermalinkPage}
  531. </div></div>
  532. {/block:Video}
  533.  
  534. {block:Audio}<div class="posteu">
  535. <div class="audio">
  536. <center>{AudioPlayerWhite}
  537.  
  538.  
  539. {block:Caption}
  540. <div class="caption">{Caption}</div>
  541. {/block:Caption}</center>
  542. </div></div>
  543. {/block:Audio}
  544.  
  545. {block:PermalinkPage}
  546. <div id="permalink">
  547. Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}{block:RebloggedFrom} (via <a href="{ReblogParentURL}">{ReblogParentName}</a> , org. <a href="{ReblogRootURL}">{ReblogRootName}</a> ){/block:RebloggedFrom}
  548. <div>
  549. {block:HasTags}tagged :{block:Tags}
  550. &#160<a href="{TagURL}">#{Tag} </a> {/block:Tags}{/block:HasTags}
  551. <div id="taemin">{PostNotes}</div></div></div> {/block:PermalinkPage}
  552. </div>
  553.  
  554. {/block:Posts}
  555.  
  556. </body>
  557. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement