Advertisement
itau

Theme 08: Hyorei

Jul 14th, 2014
1,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.81 KB | None | 0 0
  1. <!--
  2. HYOREI THEME MADE BY GA-E
  3. do not remove credits or i will stab yu to death e___e
  4. -->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  10. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  12.  
  13. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22.  
  23. <meta name="color:Background" content="#FAFAFA" />
  24. <meta name="color:Post Border" content="#F0F0F0" />
  25. <meta name="color:Post Background" content="#fff" />
  26. <meta name="color:Bold Text" content="#505050"/>
  27. <meta name="color:Italic Text" content="#DDD"/>
  28. <meta name="color:Link" content="#CCC" />
  29. <meta name="color:Link Hover" content="#FFF" />
  30. <meta name="color:panel 1" content="#FFF" />
  31. <meta name="color:panel 1 border" content="#F0F0F0" />
  32. <meta name="color:panel 2" content="#FFF" />
  33. <meta name="color:panel 2 border" content="#F0F0F0" />
  34. <meta name="color:Sidebar Background" content="#FFF" />
  35. <meta name="color:Sidebar Border" content="#F0F0F0" />
  36. <meta name="color:Text" content="#AAA" />
  37. <meta name="color:Scrollbar" content="#EEE"/>
  38. <meta name="color:Scrollbar Background" content="#FFF"/>
  39.  
  40. <meta name="image:Background" content=""/>
  41. <meta name="image:Sidebar" content=""/>
  42.  
  43. <meta name="if:ShowCaptions" content="1">
  44. <meta name="if:250px" content="0"/>
  45. <meta name="if:400px" content="1"/>
  46. <meta name="if:500px" content="0"/>
  47.  
  48. <meta name="text:Text Size" content="10px" />
  49. <meta name="text:Top Description" content=""/>
  50. <meta name="text:Top Description Extra" content=""/>
  51.  
  52. <meta name="text:Link 1" content="Link 1"/>
  53. <meta name="text:Link 1 URL"content=""/>
  54. <meta name="text:Link 2" content="Link 2"/>
  55. <meta name="text:Link 2 URL"content=""/>
  56. <meta name="text:Link 3" content="Link 3"/>
  57. <meta name="text:Link 3 URL"content=""/>
  58. <meta name="text:Link 4" content="Link 4"/>
  59. <meta name="text:Link 4 URL"content=""/>
  60.  
  61. <style type="text/css">
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:20px;}
  64. ::-webkit-scrollbar {width:8px;background-color:{color:Scrollbar Background};}
  65. ::-moz-selection {background: #F0F0F0; color: #505050;}
  66. ::selection {background: #F0F0F0; color:#505050; }
  67.  
  68. body {background: {color:Background} url('{image:Background}');background-attachment: fixed;color: {color:Text};font-family: calibri;font-size: {text:Text Size};margin-top: -10px;}
  69.  
  70. a {cursor:help;color:{color:Link};text-decoration: none;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
  71.  
  72. a:hover {color:{color:Link Hover};-webkit-transition:opacity 0.2s linear;-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; transition:all 0.2s linear;}
  73.  
  74. b, strong {color:{color:Bold Text};}
  75.  
  76. i, em {color:{color:Italic Text};}
  77.  
  78. #content {margin: auto;
  79. {block:IndexPage}
  80. {block:If250px}width:290px;{/block:If250px}
  81. {block:If400px}width:440px;{/block:If400px}
  82. {block:If500px}width:540px;{/block:If500px}
  83. {/block:IndexPage}
  84. {block:PermalinkPage}
  85. margin:auto;width:433px;
  86. {/block:PermalinkPage}}
  87.  
  88. .posts {background: {color:Post Background};overflow: hidden;margin-top:15px;border:1px solid {color:Post Border};padding:15px;
  89. {block:IndexPage}
  90. {block:If250px}width:250px;{/block:If250px}
  91. {block:If400px}width:400px;{/block:If400px}
  92. {block:If500px}width:500px;{/block:If500px}
  93. {/block:IndexPage}}
  94. .posts img {max-width: 100%; opacity: 0.8;
  95. -webkit-filter: grayscale(0.2);
  96. -webkit-transition: opacity 0.6s linear;
  97. -webkit-transition: all 0.4s ease-in-out;
  98. -moz-transition: all 0.4s ease-in-out;}
  99.  
  100. .posts img:hover {
  101. opacity:.9;}
  102.  
  103. .perm {position: absolute;background: #fff;opacity: 0;padding: 2px;text-align: center;text-transform: uppercase;margin-top: -25px;margin-left:8px;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;height:13px;overflow:hidden;
  104. {block:If250px}width:50px;{/block:If250px}
  105. {block:If400px}width:50px;{/block:If400px}
  106. {block:If500px}width:50px;{/block:If500px}}
  107. .posts:hover .perm {opacity:1;color:#bbb;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;
  108. }
  109.  
  110.  
  111. .perma {position: absolute;background: {color:Post Border};opacity: 1;padding: 1px;text-align:center;text-transform: uppercase;width: 420px;margin-left:-16px;
  112. {block:IndexPage}
  113. {block:If250px}width:280px;{/block:If250px}
  114. {block:If400px}width:430px;{/block:If400px}
  115. {block:If500px}width:530px;{/block:If500px}
  116. {/block:IndexPage}}
  117.  
  118. blockquote {border-left: 2px solid {color:Post Border};padding: 1px 1px 1px 10px;margin: 5px;}
  119.  
  120. #captions {background: #fafafa;display: block;padding: 1px 10px 1px 10px;margin-top: 10px;{block:IfNotShowCaptions}{block:IndexPage}display: none;{/block:IndexPage}{/block:IfNotShowCaptions}}
  121.  
  122. #asker{float:left;margin-top:-7px;margin-left:-7px;text-transform:uppercase;padding:7px;}
  123. #answer{margin-top:-4px;}
  124.  
  125. #permalink{text-align:center;padding:0px 10px 10px 10px;border-bottom:1px solid {color:Post Border};}
  126.  
  127. #s-m-t-tooltip{max-width:300px;z-index:9999;margin:24px 14px 7px 12px;padding:3px;background:#fff;-moz-border-radius:3px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);font-family:calibri;text-transform:uppercase;font-size:8px;line-height:5px;color:#aaa;}
  128.  
  129. #linkss {padding:1px;width:18px;background:#FFFFFF;text-align:center;z-index:9999;position:fixed;bottom:5px;right:3px;opacity:.5;color:#000;font-size:13px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;}
  130. #linkss:hover {opacity:1;color:#505050;}
  131.  
  132. #audioplayer { width:25px;height:25px;overflow:hidden;position:absolute;margin-top:15px;margin-bottom:15px;margin-left:15px;opacity: 0;filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear;}#audioplayer:hover {opacity: 0.7;filter:alpha(opacity=70);-moz-opacity: 0.7;-khtml-opacity: 0.7;linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear;}
  133. #audiocaption{border-left:7px solid {color:Post Border};margin-left:60px; padding-left:3px;height:55px;}#albumart {float:left;}
  134.  
  135. .title {font-size:13px;text-align:center;border-bottom:1px solid {color:Sidebar Border};padding-bottom:6px;text-transform:uppercase;}
  136.  
  137. #desctop{overflow:hidden;cursor:help;border-bottom:1px solid {color:Sidebar Border};margin-top:50px;height:15px;padding:3px;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;border-left:0px solid {color:Sidebar Border};}
  138. #desctop:hover {border-left:20px solid {color:Sidebar Border};}
  139.  
  140. ul {
  141. list-style-type:hiragana
  142. }
  143.  
  144. .photoset {
  145. opacity: 0.8;
  146. -webkit-filter: grayscale(0.2);
  147. -webkit-transition: opacity 0.6s linear;
  148. -webkit-transition: all 0.4s ease-in-out;
  149. -moz-transition: all 0.4s ease-in-out;}
  150.  
  151. .photoset:hover {
  152. opacity:.9;}
  153.  
  154. iframe#tumblr_controls {position: fixed !important;z-index: 9999;opacity:0.1;-webkit-filter: invert(100%);-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  155. iframe#tumblr_controls:hover {opacity:0.3;-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  156.  
  157. #sidebar {
  158. position:fixed;
  159. width:150px;
  160. height:205px;
  161. background:{color:Sidebar Background};
  162. border:1px solid {color:Sidebar Border};
  163. margin-left:-200px;
  164. z-index:1;}
  165.  
  166. #hold {
  167. height:80px;
  168. width:85px;
  169. background:{color:Sidebar Background};
  170. border-top:1px solid {color:Sidebar Border};
  171. border-bottom:1px solid {color:Sidebar Border};
  172. margin-left:11px;
  173. margin-top:10px;
  174. z-index:-1;
  175. -webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  176. #holder {
  177. position:fixed;
  178. height:100px;
  179. background:{color:panel 2};
  180. border:1px solid {color:panel 2 border};
  181. width:10px;
  182. margin-left:-215px;
  183. margin-top:0px;
  184. -webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  185. #holder:hover {
  186. margin-left:-295px;}
  187.  
  188. #hold2 {
  189. height:80px;
  190. width:85px;
  191. background:{color:Sidebar Background};
  192. border-top:1px solid {color:Sidebar Border};
  193. border-bottom:1px solid {color:Sidebar Border};
  194. margin-left:11px;
  195. margin-top:10px;
  196. z-index:-1;
  197. -webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  198. #holder2 {
  199. position:fixed;
  200. height:100px;
  201. background:{color:panel 1};
  202. border:1px solid {color:panel 1 border};
  203. width:10px;
  204. margin-left:-215px;
  205. margin-top:105px;
  206. -webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  207. #holder2:hover {
  208. margin-left:-295px;}
  209.  
  210. #box {
  211. margin-left:-190px;
  212. margin-top:-50px;
  213. height:280px;
  214. width:130px;
  215. background:{color:Sidebar Background};
  216. border:1px solid {color:Sidebar Border};
  217. position:fixed;}
  218.  
  219. #navi {
  220. margin-top:282px;
  221. margin-left:-1px;}
  222. #navigation {
  223. float:left;
  224. width:126px;
  225. text-align:center;
  226. text-transform:uppercase;
  227. font-family:"cambria";
  228. font-size:8px;
  229. padding:2px;
  230. background:{color:Sidebar Background};
  231. margin-top:2px;
  232. border:1px solid {color:Sidebar Border};
  233. -webkit-transition:opacity 0.2s linear;-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; transition:all 0.2s linear;}
  234. #navigation:hover {
  235. background:{color:Sidebar Border};
  236. color:{color:Text};}
  237. #title {
  238. width:100px;
  239. margin-top:20px;
  240. margin-left:15px;
  241. height:16px;
  242. letter-spacing:5px;
  243. text-align:center;
  244. text-transform:uppercase;
  245. font-size:10px;
  246. border-bottom: 2px solid {color:Sidebar Border};
  247. position:fixed;
  248. -webkit-transition:opacity 0.2s linear;-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; transition:all 0.2s linear;}
  249.  
  250. #description {
  251. width:73px;
  252. height:65px;
  253. overflow:hidden;
  254. margin-left:5px;
  255. margin-top: 5px;}
  256. #link {
  257. margin-top:3px;
  258. margin-left:9px;}
  259. #links {
  260. width:50px;
  261. padding:2px;
  262. float:left;
  263. text-align:center;
  264. text-transform:uppercase;
  265. font-family:"cambria";
  266. font-size:8px;
  267. background:{color:Sidebar Background};
  268. margin-top:2px;
  269. border-top:1px solid {color:Sidebar Border};
  270. border-bottom:1px solid {color:Sidebar Border};
  271. border-right:6px solid {color:Sidebar Border};
  272. border-left:6px solid {color:Sidebar Border};
  273. -webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear;}
  274. #links:hover {
  275. width:62px;
  276. border-right:1px solid {color:Sidebar Border};
  277. border-left:1px solid {color:Sidebar Border};}
  278.  
  279.  
  280. </style>
  281. </head>
  282.  
  283. <body onkeydown="return false">
  284. <div id="content">
  285.  
  286. <div id="box">
  287. <div id="title">{title}</div>
  288. <div id="navi">
  289. <a href="/"><div id="navigation">home</div></a>
  290. <a href="/ask"><div id="navigation">message</div></a>
  291. <a href="/archive"><div id="navigation">archive</div></a>
  292. </div>
  293. </div>
  294.  
  295. <div id="sidebar">
  296. <img style="opacity: 0.9;width:140px;height:195px; margin-left:5px; margin-top:5px;"src="{image:Sidebar}">
  297. </div>
  298.  
  299. <div id="holder">
  300. <div id="hold">
  301. <div id="description">{description}</div>
  302. </div>
  303. </div>
  304.  
  305. <div id="holder2">
  306. <div id="hold2">
  307. <div id="link">
  308. <div id="links"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
  309. <div id="links"><a href="{text:Link 2 URL}">{text:Link 2}</a></div>
  310. <div id="links"><a href="{text:Link 3 URL}">{text:Link 3}</a></div>
  311. <div id="links"><a href="{text:Link 4 URL}">{text:Link 4}</a></div>
  312. </div>
  313. </div>
  314. </div>
  315.  
  316. <div id="desctop">
  317. <big><big>{text:Top Description}</big></big>
  318. </div>
  319. {text:Top Description Extra}
  320.  
  321. </div>
  322.  
  323. <div id="content">
  324. {block:Posts}
  325. <div class="posts">
  326.  
  327. {block:Text}
  328. {block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{block:IndexPage}<div style="margin-top:15px;"></div><div class="perma">
  329. {Month} {DayOfMonth}{DayOfMonthSuffix} with <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  330. {/block:Text}
  331.  
  332. {block:Photo}
  333. {block:IndexPage}{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" {block:If250px}width="250px"{/block:If250px}{block:If400px}width="400px"{/block:If400px}{block:If500px}width="500px"{/block:If500px} alt="{PhotoAlt}"></a>{LinkCloseTag}<div class="perm">{NoteCountWithLabel}</div>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-400}">{/block:PermalinkPage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
  334. {/block:Photo}
  335.  
  336. {block:Photoset}
  337. {block:IndexPage}
  338. {block:If250px}{Photoset-250}{/block:If250px}{block:If400px}{Photoset-400}{/block:If400px}{block:If500px}{Photoset-500}{/block:If500px}<div class="perm"><a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
  339. </div>{/block:IndexPage}{block:PermalinkPage}<div class="photoset">{Photoset-400}</div></div>{/block:PermalinkPage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
  340. {/block:Photoset}
  341.  
  342. {block:Quote}
  343. <center><big><big>❝{Quote}❞</big></big></center>{block:Source}<br><br>—{Source}{/block:Source}{block:IndexPage}<div style="margin-top:15px;"></div><div class="perma">{Month} {DayOfMonth}{DayOfMonthSuffix} with <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  344. {/block:Quote}
  345.  
  346. {block:Link}
  347. <div class="title"><a href="{URL}" {Target}>{Name}</a> <big></big></div>{block:Description}{Description}{/block:Description}{block:IndexPage}<div style="margin-top:15px;"></div><div class="perma">{Month} {DayOfMonth}{DayOfMonthSuffix} with <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  348. {/block:Link}
  349.  
  350. {block:Chat}
  351. {block:Title} {Title} {/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{block:IndexPage}<div style="margin-top:15px;"></div><div class="perma">{Month} {DayOfMonth}{DayOfMonthSuffix} with <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  352. {/block:Chat}
  353.  
  354. {block:Video}
  355. {block:IndexPage}
  356. <div class="perm">
  357. {Month} {DayOfMonth}{DayOfMonthSuffix} with <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a></div>{block:If250px}{Video-250}{/block:If250px}{block:If400px}{Video-400}{/block:If400px}{block:If500px}{Video-500}{/block:If500px}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}
  358. {/block:Video}
  359.  
  360. {block:Audio}
  361. <div id="audioplayer">{AudioPlayerWhite}</div><div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="55">{/block:AlbumArt}</div><div id="audiocaption">{block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  362. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}<b>Plays:</b> {PlayCount}<br> </div>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:IndexPage}<div style="margin-top:15px;"></div>
  363. <div class="perma">{Month} {DayOfMonth}{DayOfMonthSuffix} with <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  364. {/block:Audio}
  365.  
  366. {block:Answer}
  367. <div style="background:#fafafa;padding:8px;"><div id="asker">{Asker}</div>: {Question}</div><div id="answer">{Answer}</div>{block:IndexPage}<div style="margin-top:15px;"></div><div class="perma">{Month} {DayOfMonth}{DayOfMonthSuffix} with <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  368. {/block:Answer}
  369.  
  370. </div>
  371.  
  372. {block:PermalinkPage}
  373. <div style="margin-top:20px;"></div><div style="width:433px;margin:auto;">
  374. {block:PostNotes}<div style="background:{color:Post Background};padding:10px 0px 10px 0px;border:1px solid {color:Post Border};">
  375. {block:Date}<div id="permalink">Posted <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date}{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:HasTags}<br>Tagged: {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}{/block:HasTags}</div>{PostNotes}</div>{/block:PostNotes}</div>{/block:PermalinkPage}
  376.  
  377. {/block:Posts}
  378. <a href="http://ga-e.tumblr.com"><div id="linkss" title="theme">©</div></a>
  379. </div>
  380. </body>
  381. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement