Advertisement
sunkei

Hiken

Dec 8th, 2012
7,012
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.21 KB | None | 0 0
  1. <!--
  2. hiken
  3. theme made by gyapo.tumblr.com
  4. don't remove this comment
  5.  
  6. up: music player + width
  7. -->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.  
  14. <head>
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. {/block:Description}
  21.  
  22.  
  23. <meta name="image:Background" content="http://static.tumblr.com/..."/>
  24. <meta name="image:Pic" content="http://static.tumblr.com/s2ymoja/aeCmeq9lx/jung2.png"/>
  25.  
  26.  
  27. <meta name="color:Background" content="#fff" />
  28. <meta name="color:Title" content="#000" />
  29. <meta name="color:Description" content="#aaa" />
  30. <meta name="color:Menu" content="#96cef5" />
  31. <meta name="color:MenuBG" content="#eee" />
  32. <meta name="color:PicBorder" content="#eee" />
  33. <meta name="color:Links" content="#3d9f69" />
  34. <meta name="color:Links hover" content="#4ca2bd" />
  35. <meta name="color:PostBG" content="#fff" />
  36. <meta name="color:PostBorder" content="#eee" />
  37. <meta name="color:Text" content="#000" />
  38. <meta name="color:Reblog" content="#216585" />
  39. <meta name="color:Tags" content="#56a5b6" />
  40.  
  41.  
  42. <meta name="if:EndlessScroll" content="0"/>
  43.  
  44. <meta name="if:TitleEffect" content="1"/>
  45.  
  46. <meta name="if:250" content="1"/>
  47. <meta name="if:400" content="0"/>
  48. <meta name="if:500" content="0"/>
  49.  
  50. <meta name="text:Music Player" content="">
  51. <meta name="text:Player Width" content="50">
  52. <meta name="text:Link title" content="+" />
  53. <meta name="text:Link" content="URL" />
  54.  
  55. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  56.  
  57. {block:IfEndlessScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScroll}
  58.  
  59. <style type="text/css">
  60.  
  61. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  62.  
  63. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  64.  
  65.  
  66.  
  67. body
  68. {font-family:lucida console;
  69. font-size:9px;
  70. color:{color:Text};
  71. background-color:{color:Background};
  72. background-image:url('{image:Background}');
  73. background-position: fixed;
  74. background-attachment:fixed;
  75. background-repeat:repeat;}
  76.  
  77. a
  78. {text-decoration:none;
  79. color:{color:Links};
  80. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;
  81. opacity:1;}
  82.  
  83. a:hover
  84. {text-decoration:none;
  85. color:{color:Links hover};
  86. opacity:1;}
  87.  
  88. blockquote
  89. {border-left:2px solid;
  90. margin-left:15px;
  91. padding-left:5px;}
  92.  
  93. #all
  94. {margin-top:0px;margin-left:22px;}
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101. #posts
  102. {width:{block:If250}250px{block:If250} {block:If400}400px{block:If400} {block:If500}500px{block:If500};
  103. margin-left:-6px}
  104.  
  105. .post
  106. {width:{block:If250}250px{block:If250} {block:If400}400px{block:If400} {block:If500}500px{block:If500};
  107. background-color:{color:PostBG};
  108. margin:15px 0px 15px 0px;
  109. font-family:lucida console;
  110. text-align:justify;
  111. padding:5px;
  112. border:1px solid transparent;
  113. overflow:hidden;
  114. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  115.  
  116. .post:hover
  117. {border:1px solid {color:PostBorder};}
  118.  
  119. .post img
  120. {max-width:{block:If250}250px{block:If250} {block:If400}400px{block:If400} {block:If500}500px{block:If500};}
  121.  
  122. #hover
  123. {position:absolute;
  124. margin-left:{block:If250}250px{block:If250} {block:If400}400px{block:If400} {block:If500}500px{block:If500};
  125. padding-left:10px;
  126. font-size:10px;
  127. text-transform:uppercase;
  128. font-family:courier;
  129. opacity:0;
  130. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  131.  
  132. #reblog
  133. {color:{color:Reblog};
  134. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  135. #reblog:hover
  136. {opacity:0.5;}
  137.  
  138.  
  139. .post:hover #infos
  140. {opacity:1;}
  141.  
  142. .post:hover #hover
  143. {opacity:1;}
  144.  
  145. #infos
  146. {margin-top:10px;text-align:left;}
  147.  
  148. #date
  149. {color:{color:Links};}
  150. #tags
  151. {color:{color:Tags};
  152. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  153. #tags:hover
  154. {opacity:0.5;}
  155.  
  156. .titre
  157. {font-size:14px;
  158. color:{color:Reblog};
  159. text-transform:uppercase;
  160. font-family:courier;}
  161.  
  162. #quote
  163. {color:{color:Links};}
  164.  
  165. #player
  166. {margin-bottom:5px;
  167. width:{block:If250}250px{block:If250} {block:If400}400px{block:If400} {block:If500}500px{block:If500};
  168. background-color:#000;}
  169.  
  170. .name
  171. {letter-spacing:1px;
  172. text-transform:uppercase;
  173. font-family:courier;}
  174.  
  175. #per .name
  176. {margin-left:10px;
  177. }
  178.  
  179. .texte {font-size:10px;font-family:courier;text-transform:uppercase;}
  180.  
  181. .diez
  182. {color:{color:Reblog};}
  183.  
  184. #plus
  185. {width:250px;padding:5px 5px 3px 5px;margin-left:-5px;text-align:justify;color:{color:Description};}
  186. #plus img
  187. {float:left;margin-right:5px;margin-bottom:-3px;border:1px solid {color:PicBorder}; padding:5px; }
  188.  
  189. #menut
  190. {position:absolute;text-align:right;margin-left:-105px;width:100px;padding-top:12px;}
  191.  
  192. #oh
  193. {
  194. margin-bottom:4px;color:{color:Menu};letter-spacing:2px;}
  195. .bg:hover
  196. {background-color:{color:Background};
  197. }
  198.  
  199. .bg
  200. {background-color:{color:MenuBG};padding:0px 5px 0px 5px;-webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  201.  
  202. #ok
  203. {position:fixed;right:10px;bottom:10px;}
  204. #hep
  205. {text-align:right;font-size:20px;letter-spacing:-1px;margin-bottom:-8px;padding-right:5px;{block:IfTitleEffect}text-shadow:1px 0px #96cef5,-1px -0px #f79b9b;{/block:IfTitleEffect}color:{color:Title};}
  206. </style>
  207.  
  208.  
  209. </head>
  210. <body>
  211.  
  212. {block:IfEndlessScroll}
  213. <div style="bottom:5px;right:10px;position:fixed;"><a href="#top" class="texte">back to top</a> / <a title="francis theme" class="texte" href="http://gyapo.tumblr.com">©</a></div>{/block:IfEndlessScroll}
  214.  
  215. <div id="ok">
  216. <div id="hep">{Title}</div>
  217. <div id="menut"><a href="/"><div id="oh"><span class="bg">home</span></div></a>
  218. <a href="/ask"><div id="oh"><span class="bg">ask</span></div></a>
  219. <a href="/archive"><div id="oh"><span class="bg">archive</span></div></a>
  220. <a href="{text:Link}"><div id="oh"><span class="bg">{text:Link title}</span></div></a> </div>
  221. <div id="plus"><div><img src="{image:Pic}" width="50px"/></div><div style="padding-top:7px;"><div>{Description} <div style="overflow:hidden;width:{text:Player Width}px;">{text:Music Player}</div></div> </div>
  222.  
  223. </div>
  224. </div>
  225.  
  226.  
  227. <table id="all" cellspacing="0" cellpadding="0">
  228.  
  229.  
  230.  
  231.  
  232.  
  233. <tr><td>
  234. <div id="posts">
  235.  
  236.  
  237. {block:Posts}
  238.  
  239.  
  240.  
  241. <div class="post">
  242.  
  243. <div id="hover">
  244. {block:Date}<a title="{NoteCountWithLabel}" href="{Permalink}"><div id="date">{TimeAgo}</div></a>{/block:Date}
  245. <a href="{ReblogURL}" target="_blank"><div id="reblog">reblog</div></a>
  246. <!--<a title="{NoteCount}" href="{Permalink}"><div id="notes"><img src="{image:Notes}"/></div></a>-->
  247. <div id="infos">
  248. {block:HasTags}{block:Tags}<a href="{TagURL}"><div id="tags"><span class="diez">#</span>{Tag}</div></a>{/block:Tags} {/block:HasTags}
  249. </div><!--hover-->
  250. </div><!--hover-->
  251.  
  252. {block:IndexPage}
  253. {block:ContentSource}
  254. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  255. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  256. {/block:SourceLogo}
  257. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  258. {/block:ContentSource}
  259.  
  260. {block:RebloggedFrom}
  261. <!--{ReblogParentName}-->
  262. {/block:RebloggedFrom}
  263. {/block:IndexPage}
  264.  
  265. {block:Quote}
  266. <div class="titre" id="quote">
  267. "{Quote}"
  268. </div>
  269. <div id="source" class="name">— {Source}</div>
  270. {/block:Quote}
  271.  
  272. {block:Photo}
  273. {block:IndexPage}
  274. <a href="{Permalink}"><div><img style="margin-bottom:-2px;" src="{PhotoURL-500}" width="{block:If250}250px{/block:If250} {block:If400}400px{/block:If400} {block:If500}500px{/block:If500}"/></div></a>
  275. {/block:IndexPage}
  276. {block:PermalinkPage}
  277. {LinkOpenTag}<div><img src="{PhotoURL-500}" width="{block:If250}250px{/block:If250} {block:If400}400px{/block:If400} {block:If500}500px{/block:If500}"/></div>
  278. {LinkCloseTag}
  279. {/block:PermalinkPage}
  280. {/block:Photo}
  281.  
  282. {block:Text}
  283. {block:Title}<div class="titre">{Title}</div> {/block:Title}
  284. <div id="body">{Body}</div>
  285. {/block:Text}
  286.  
  287. {block:Link}
  288. <a href="{URL}" {Target}><div class="titre" id="quote">{Name}</div></a>
  289. <div id="body">{block:Description} {Description}{/block:Description}</div>
  290. {/block:Link}
  291.  
  292. {block:Chat}
  293. {block:Title}<div class="titre">{Title}</div> {/block:Title}
  294. <div id="body">
  295. {block:Lines} <div>-{block:Label}<span class="name">{Label}</span> {/block:Label}{Line}</div>{/block:Lines}
  296. </div>
  297. {/block:Chat}
  298.  
  299.  
  300.  
  301. {block:Audio}
  302. {block:IfShowCaption}
  303. {block:IndexPage}
  304. <div id="caption">{Caption}</div>
  305. {/block:IndexPage}
  306. {/block:IfShowCaption}
  307. <!--<div id="album">{block:AlbumArt}<img width="100px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>-->
  308. <div id="player"><div style="margin-top:-3px;">{AudioPlayerBlack}</div></div>
  309. <div id="per">
  310. <div class="name">{block:TrackName}
  311. {TrackName}
  312. {/block:TrackName}</div>
  313. {block:Artist}
  314. <div class="name" id="artist">by {Artist}</div>
  315. {/block:Artist}
  316.  
  317. <div class="name">{PlayCountWithLabel}</div>
  318. </div>
  319. {/block:Audio}
  320.  
  321. {block:Photoset}
  322. <div>
  323. {block:If250}
  324. {Photoset-250}
  325. {/block:If250}
  326. {block:If400}
  327. {Photoset-400}
  328. {/block:If400}
  329. {block:If500}
  330. {Photoset-500}
  331. {/block:If500}
  332. </div>
  333. {/block:Photoset}
  334.  
  335. {block:Video}
  336. <div>
  337. {block:If250}
  338. {Video-250}
  339. {/block:If250}
  340. {block:If400}
  341. {Video-400}
  342. {/block:If400}
  343. {block:If500}
  344. {Video-500}
  345. {/block:If500}
  346. </div>
  347. {/block:Video}
  348.  
  349.  
  350. </div>
  351.  
  352. {block:PermalinkPage}
  353. <div style="text-align:justify;margin-left:-20px;padding:10px;{block:If250}
  354. width:300px;
  355. {/block:If250}
  356. {block:If400}
  357. width:450px;
  358. {/block:If400}
  359. {block:If500}
  360. width:550px;
  361. {/block:If500}">{Caption}</div>
  362. <div style="text-align:justify;margin-left:-20px;border-top:1px solid;padding:10px;font-family:courier;text-transform:uppercase;{block:If250}
  363. width:300px;
  364. {/block:If250}
  365. {block:If400}
  366. width:450px;
  367. {/block:If400}
  368. {block:If500}
  369. width:550px;
  370. {/block:If500}">
  371. <div>{block:Date}{TimeAgo}{/block:Date} {block:HasTags}// {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}</div>
  372. {block:RebloggedFrom}<div><a href="{ReblogRootURL}">source</a> & <a href="{ReblogParentURL}">via</a></div> {/block:RebloggedFrom}
  373. {block:PostNotes}{PostNotes} {/block:PostNotes}
  374. </div>
  375. {/block:PermalinkPage}
  376.  
  377. {block:ContentSource}
  378. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  379. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  380. {/block:SourceLogo}
  381. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  382. {/block:ContentSource}
  383. {/block:Posts}
  384.  
  385. </div>
  386.  
  387.  
  388.  
  389.  
  390. {block:IfNotEndlessScroll}
  391. {block:Pagination}
  392. <div style="text-align:center;">
  393. {block:PreviousPage}
  394. ←<a style="bottom:5px;left:10px;" href="{PreviousPage}" class="texte">back</a> /
  395. {/block:PreviousPage}
  396. <a title="hiken theme" href="http://gyapo.tumblr.com" class="texte">©</a>
  397. {block:NextPage}
  398. / <a style="bottom:5px;right:10px;" href="{NextPage}" class="texte">next</a>→{/block:NextPage}
  399. </div>
  400. {/block:Pagination}{/block:IfNotEndlessScroll}
  401.  
  402.  
  403. </div><!--posts-->
  404.  
  405. </td>
  406.  
  407. </tr>
  408. </table>
  409.  
  410.  
  411. </body>
  412. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement