Advertisement
oikawas

totoro theme

Mar 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <script>
  7. if(window.location.pathname == '/') location.replace('/tagged/x');/*replace /tagged/xyz/ with whatever your tag is!*/
  8. </script>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{favicon}">
  12. <link rel="alternate" type="application/rss[Reblog]xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17.  
  18. <!--- theme 13 by miluneun.tumblr.com
  19.  
  20. do not remove the credits
  21. do not use as base for your own theme
  22. do not mix with other theme-makers' themes
  23. do not repost
  24. do not remove this comment
  25.  
  26. thank you so much and enjoy ! --->
  27.  
  28.  
  29. <meta name="image:side1" content=""/>
  30. <meta name="image:side2" content=""/>
  31.  
  32. <meta name="image:BG">
  33. <meta name="image:Side" content="http://static.tumblr.com/58a6ccead64b84eb9cbb3705487f03f8/ok3wtcv/ngXn2c7qb/tumblr_static_tumblr_inline_moefi27luw1qz4rgp.gif">
  34.  
  35. <meta name="color:BG" content="#fff">
  36. <meta name="color:Posts background" content="#fff">
  37. <meta name="color:Text" content="#bbb">
  38. <meta name="color:Bold text" content="#8c8b8b">
  39. <meta name="color:Link" content="#e3bbbb">
  40. <meta name="color:Link hover" content="#969697">
  41. <meta name="color:Scroll" content="#e3bbbb">
  42. <meta name="color:Blockquote border" content="#ddd">
  43. <meta name="color:Borders" content="#eee">
  44.  
  45. <meta name="if:250px" content="1">
  46. <meta name="if:400px">
  47. <meta name="if:500px">
  48. <meta name="if:Pagination">
  49. <meta name="if:Caption">
  50. <meta name="if:Show Tags">
  51.  
  52. <meta name="text:Opacity" content="0.9">
  53. <meta name="text:Link 1">
  54. <meta name="text:Link 1 title">
  55. <meta name="text:Link 2">
  56. <meta name="text:Link 2 title">
  57. <meta name="text:Link 3">
  58. <meta name="text:Link 3 title">
  59.  
  60.  
  61.  
  62. <meta name="select:Body Font" content="Open Sans" title="Open Sans" />
  63. <meta name="select:Body Font" content="Source Sans Pro" title="Source Sans Pro" />
  64. <meta name="select:Body Font" content="Lato" title="Lato" />
  65. <meta name="select:Body Font" content="Roboto" title="Roboto" />
  66. <meta name="select:Body Font" content="Karla" title="Karla" />
  67. <meta name="select:Body Font" content="calibri" title="Calibri" />
  68. <meta name="select:Body Font" content="helvetica" title="Helvetica" />
  69. <meta name="select:Body Font" content="trebuchet ms" title="Trebuchet ms" />
  70. <meta name="select:Body Font" content="Lora" title="Lora" />
  71. <meta name="select:Body Font" content="Droid Serif" title="Droid Serif" />
  72. <meta name="select:Body Font" content="cambria" title="Cambria" />
  73. <meta name="select:Body Font" content="georgia" title="Georgia" />
  74. <meta name="select:Body Font" content="times new roman" title="Times New Roman" />
  75. <meta name="select:Body Font" content="courier" title="Courier" />
  76. <meta name="select:Body Font" content="consolas" title="Consolas" />
  77. <meta name="select:Body Font" content="lucida console" title="Lucida Console" />
  78.  
  79.  
  80. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700|Lato:400,700|Lora:400,700|Droid+Serif:400,700|Karla:400,700|Source+Sans+Pro:400,700' rel='stylesheet' type='text/css' />
  81.  
  82. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  83.  
  84. <style type="text/css">
  85.  
  86. img {
  87. max-width:100%;
  88. height:auto;
  89. }
  90.  
  91. *, body, img { cursor:url(http://static.tumblr.com/vmteopo/Eggo12azo/small_white_cursor.png), auto;}
  92.  
  93. a, a:hover, a:active, a i {cursor:url(http://static.tumblr.com/vmteopo/kOPo12azz/small_white_cursor_help.png), crosshair; }
  94.  
  95. iframe#tumblr_controls {
  96. right:0px;
  97. position:fixed;
  98. opacity:.5;
  99. z-index:999;
  100. -webkit-filter:invert(100%);}
  101.  
  102. ::-webkit-scrollbar-track {
  103. background-color:{color:text};
  104. border:5px solid #fff;
  105. margin:50px 0;}
  106.  
  107. ::-webkit-scrollbar-thumb {
  108. background-color:{color:scroll};
  109. -webkit-border-radius: 50px;
  110. -moz-border-radius: 50px;
  111. border-radius: 50px;
  112. border:3px solid #fff;}
  113.  
  114. ::-webkit-scrollbar {width:11px;height:11px;}
  115.  
  116. body {background:{color:bg} url('{image:bg}') fixed repeat center;
  117. color:{color:text};
  118. text-align:justify;
  119. font-family:{select:Body Font}, sans-serif;
  120. font-size:10px;
  121. word-wrap:break-word;}
  122.  
  123. a {text-decoration:none;
  124. color:{color:link};
  125. -webkit-transition:all 0.2s ease-in-out;
  126. -moz-transition:all 0.2s ease-in-out;
  127. -o-transition:all 0.2s ease-in-out;
  128. transition:all 0.2s ease-in-out;}
  129.  
  130. a:hover {color:{color:link hover};
  131. text-decoration:underline;}
  132.  
  133. b, strong { font-weight:normal;
  134. color:{color:bold text};}
  135.  
  136. img {max-width:100%;}
  137.  
  138. small, sub {font:9px calibri;
  139. letter-spacing:2px;}
  140.  
  141. li {margin-left:-10px;}
  142.  
  143. blockquote {padding-left:7px;
  144. border-left:1px solid {color:blockquote border};
  145. margin:0 17px; line-height:15px;}
  146.  
  147. iframe, img, embed, object, video {opacity:{text:opacity};
  148. -webkit-border-radius:3px;
  149. -moz-border-radius:3px;
  150. border-radius:3px;
  151. -webkit-transition:all 0.7s ease-in-out;
  152. -moz-transition:all 0.7s ease-in-out;
  153. -o-transition:all 0.7s ease-in-out;
  154. transition:all 0.7s ease-in-out;}
  155.  
  156. iframe:hover, img:hover, embed:hover, object:hover, video:hover {
  157. opacity:1;}
  158.  
  159. #posts {margin-left:2%;
  160. width:500px;
  161. margin-top:60px;}
  162.  
  163. .cada {margin:50px 0;
  164. padding:10px;
  165. background:{color:posts background};
  166. {block:if250px}width:250px;{/block:if250px}
  167. {block:if400px}width:400px;{/block:if400px}
  168. {block:if500px}width:500px;{/block:if500px}
  169. {block:PermalinkPage}width:400px;
  170. margin-bottom:0;
  171. padding:10px;{/block:PermalinkPage}}
  172.  
  173. .caption {border:1px solid {color:borders};
  174. padding:3px 10px;
  175. margin:3px 0;}
  176.  
  177. .visual {border:1px solid {color:borders};}
  178.  
  179. .visual iframe {overflow:hidden;
  180. margin-bottom:-3px;
  181. {block:if250px}width:248px;{/block:if250px}
  182. {block:if400px}width:398px;{/block:if400px}
  183. {block:if500px}width:498px;{/block:if500px}
  184. {block:PermalinkPage}width:498px;{/block:PermalinkPage}}
  185.  
  186.  
  187. #data {font:9px trebuchet ms;
  188. padding:3px 0;
  189. letter-spacing:1px;
  190. {block:if250px}width:253px;{/block:if250px}
  191. {block:if400px}width:403px;{/block:if400px}
  192. {block:if500px}width:503px;{/block:if500px}
  193. {block:permalinkpage}display:none;{/block:permalinkpage}}
  194.  
  195. #data a:hover {text-decoration:none;}
  196.  
  197. .etiqueta a {color:{color:text};
  198. font-size:8px;
  199. opacity:0.7;
  200. letter-spacing:1px;}
  201.  
  202. .etiqueta a:hover {opacity:0.3;}
  203.  
  204.  
  205.  
  206. .envolto {margin-left:40%;
  207. width:100px;}
  208.  
  209. #sobre {position:fixed;
  210. width:140px;
  211. margin-left:-200px;
  212. margin-top:200px;}
  213.  
  214. #sobre img {max-width:70%;}
  215.  
  216. .desc {text-align:center;}
  217.  
  218. .sidelinks {
  219. margin-top:3px;
  220. font:9px trebuchet ms;
  221. font-style:italic;
  222. letter-spacing:1px;
  223. text-align:center;
  224. line-height:15px;
  225. -webkit-transition:all 0.7s ease-in-out;
  226. -moz-transition:all 0.7s ease-in-out;
  227. -o-transition:all 0.7s ease-in-out;
  228. transition:all 0.7s ease-in-out;}
  229.  
  230. #sobre:hover .sidelinks {opacity:1;}
  231.  
  232.  
  233. #player {width:25px;
  234. position:absolute;
  235. height:25px;
  236. z-index:999;
  237. opacity:0.5;
  238. margin:8px;
  239. border:28px solid transparent;
  240. overflow:hidden;
  241. background:#fff;}
  242.  
  243. .audio:hover #albumart img {opacity:0.1;}
  244.  
  245. #descricao {border:1px solid {color:borders};
  246. padding-left:85px;
  247. min-height:81px;
  248. line-height:20px;
  249. text-align:center;
  250. padding-top:15px;}
  251.  
  252. #descricao d {font-weight:bold;
  253. font-size:12px;
  254. margin-top:10px;}
  255.  
  256. #albumart img {float:left;
  257. margin:8px;
  258. border:none;
  259. width:80px;
  260. -webkit-transition:all 0.7s ease-in-out;
  261. -moz-transition:all 0.7s ease-in-out;
  262. -o-transition:all 0.7s ease-in-out;
  263. transition:all 0.7s ease-in-out;}
  264.  
  265.  
  266. .pagination {text-align:center;
  267. {block:ifNotPagination}display:none;{/block:ifNotPagination}}
  268.  
  269. #previous {padding:2px;
  270. font-size:12px;}
  271.  
  272. #next {padding:2px;
  273. font-size:12px;}
  274.  
  275. .current_page {color:{color:bold text};}
  276.  
  277.  
  278. #permalinks {width:500px;
  279. padding:0 10px 20px;
  280. background:{color:posts background};}
  281.  
  282. #permalinks img {display:none;}
  283.  
  284. .per {padding:5px;
  285. border:1px solid {color:borders};}
  286.  
  287. .notas li {line-height:20px;}
  288.  
  289. h9 {margin-top:-5px;
  290. margin-bottom:-20px;
  291. line-height:9px;
  292. font:25px trebuchet ms;
  293. float:left;
  294. padding-right:3px;
  295. opacity:0.7;
  296. color:{color:link};}
  297.  
  298. .quo, .titulo {font:11px helvetica;
  299. letter-spacing:1px;
  300. font-style:italic;}
  301.  
  302. #aswr {border-top:1px solid {color:borders};
  303. margin-top:5px;}
  304.  
  305. #carta img {display:none;}
  306.  
  307. .pergunta {color:{color:text};}
  308.  
  309. .asker, .label {color:{color:bold text};}
  310.  
  311. .poslin {text-align:center;
  312. font-size:13px;
  313. padding:5px;
  314. background:{color:link};}
  315.  
  316. .poslin a {color:#fff;}
  317.  
  318. {CustomCSS}
  319.  
  320. iframe.tmblr-iframe {
  321. z-index:99999999999999!important;
  322. top:0!important;
  323. right:0!important;
  324. opacity:0.4;
  325. /* delete invert(1) from here */
  326. filter:invert(1) contrast(150%);
  327. -webkit-filter:invert(1) contrast(150%);
  328. -o-filter:invert(1) contrast(150%);
  329. -moz-filter:invert(1) contrast(150%);
  330. -ms-filter:invert(1) contrast(150%);
  331. /* to here if your blog has a dark background */
  332. transform:scale(0.65);
  333. transform-origin:100% 0;
  334. -webkit-transform:scale(0.65);
  335. -webkit-transform-origin:100% 0;
  336. -o-transform:scale(0.65);
  337. -o-transform-origin:100% 0;
  338. -moz-transform:scale(0.65);
  339. -moz-transform-origin:100% 0;
  340. -ms-transform:scale(0.65);
  341. -ms-transform-origin:100% 0;}
  342.  
  343. iframe.tmblr-iframe:hover {
  344. opacity:0.6!important;}
  345.  
  346.  
  347. #box{right: 15px;
  348. bottom: 5px;
  349. position: fixed;
  350. z-index:9999999999999;
  351. background:#ffffff;
  352. }
  353. #box a{border: none; padding-bottom: 2px; color: #4f4f4f;}
  354. #box #musica{overflow: hidden; width: 50px; height: 20px; display: inline-block; margin-bottom: -6px;}
  355.  
  356. </style>
  357.  
  358. {block:IndexPage}
  359. {block:IfNotPagination}
  360. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>{/block:IfNotPagination}
  361. {/block:IndexPage}
  362.  
  363.  
  364. </head><body>
  365.  
  366. <img style="position: fixed; left: 0; top: 0;" src="{image:side2}">
  367.  
  368. <img style="position: fixed; right: 0; bottom: 0;" src="{image:side1}">
  369.  
  370. <div id="box">
  371. <div style="font-size:12px;"> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "4226079";
  372. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  373. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  374. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  375. </script> / <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2601835&name="></script> |
  376.  
  377. <div id="musica">
  378.  
  379. <embed src="https://www.sheepproductions.com/billy/billy.swf?autoplay=false
  380.  
  381. &f0=https://www.dropbox.com/s/cau1ysx3xw5ic09/the%20flower%20garden.mp3?dl=1&t0=
  382.  
  383. &f1=https://www.dropbox.com/s/6vwcor0qh4abjnh/Secret%20Cave.mp3?dl=1&t1=
  384.  
  385. &f2=https://www.dropbox.com/s/neltl7fjxutp46z/ItsLoveIsntIt__HowlsMovingCastle.mp3?dl=1&t2=
  386.  
  387. &total=3" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  388. </div></div></div>
  389.  
  390.  
  391.  
  392. <div class="envolto">
  393.  
  394. <div id="sobre">
  395. <a href="/"><center>
  396. <img src="{image:side}"></a></center>
  397. <div class="desc">{description}</div>
  398.  
  399. <div class="sidelinks">
  400. <a href="/">return</a>
  401. <a href="/ask">mail</a>
  402. <a href="/archive">past</a>
  403. {block:iflink1}<br><a href="{text:link 1}"> {text:link 1 title}</a>{/block:iflink1}
  404. {block:iflink2}<a href="{text:link 2}"> {text:link 2 title}</a>{/block:iflink2}
  405. {block:iflink3}<a href="{text:link 3}"> {text:link 3 title}</a>{/block:iflink3}</div>
  406.  
  407. <div class="pagination">
  408. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" id="previous" title="previous page">«</a>{/block:PreviousPage}
  409.  
  410. {block:JumpPagination length="3"}{block:CurrentPage}
  411. <span class="current_page">{PageNumber}</span>
  412. {/block:CurrentPage}{block:JumpPage}
  413. <a class="jump_page" href="{URL}">{PageNumber}</a>
  414. {/block:JumpPage}{/block:JumpPagination}
  415.  
  416. {block:NextPage}<a href="{NextPage}" id="next" title="next page">»</a>{/block:NextPage}{/block:Pagination}</div>
  417.  
  418. </div>
  419.  
  420. <div id="posts">
  421.  
  422. {block:Posts}{block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  423. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  424. {/block:ContentSource}<!-- {block:NoRebloggedFrom} {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom} {/block:NoRebloggedFrom} -->
  425.  
  426.  
  427. {block:Text}
  428. <div class="cada text">
  429. {block:Title}<br><div class="titulo">{Title}</div>{/block:Title}{Body}
  430. <div id="data">{Month} {DayOfMonthWithZero}, {24HourWithZero}:{Minutes}
  431. <span style="float:right;">「 <a href="{Permalink}">{notecountwithlabel}</a> 」</span>
  432. {block:ifshowtags}<div class="etiqueta">
  433. {block:HasTags}{block:Tags}<a href="{TagURL}"><b>#</b>{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  434. </div>{/block:Text}
  435.  
  436.  
  437. {block:Photo}
  438. <div class="cada image">
  439. {block:indexpage}<center><a href="{Permalink}">
  440. <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="visual" style="margin-left:-1px;"></center></a>
  441. {block:ifcaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}
  442. {/block:indexpage}{block:PermalinkPage}
  443. {LinkOpenTag}<img src="{PhotoURL-500}" class="visual" style="margin-left:-1px;">{LinkCloseTag}
  444. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Permalinkpage}
  445. <div id="data">{Month} {DayOfMonthWithZero}, {24HourWithZero}:{Minutes}
  446. <span style="float:right;">「 <a href="{Permalink}">{notecountwithlabel}</a> 」</span>
  447. {block:ifshowtags}<div class="etiqueta">
  448. {block:HasTags}{block:Tags}<a href="{TagURL}"><b>#</b>{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  449. </div>{/block:Photo}
  450.  
  451.  
  452. {block:Photoset}
  453. <div class="cada photoset">
  454. {block:indexpage}<div class="visual">
  455. {block:if250px}{Photoset-250}{/block:if250px}
  456. {block:if400px}{Photoset-400}{/block:if400px}
  457. {block:if500px}{Photoset-500}{/block:if500px}</div>
  458. {block:ifcaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:indexpage}
  459. {block:PermalinkPage}
  460. <div class="visual">{Photoset-500}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Permalinkpage}
  461. <div id="data">{Month} {DayOfMonthWithZero}, {24HourWithZero}:{Minutes}
  462. <span style="float:right;">「 <a href="{Permalink}">{notecountwithlabel}</a> 」</span>
  463. {block:ifshowtags}<div class="etiqueta">
  464. {block:HasTags}{block:Tags}<a href="{TagURL}"><b>#</b>{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  465. </div>{/block:Photoset}
  466.  
  467.  
  468. {block:Answer}
  469. <div class="cada">
  470. <div id="carta"><a href="{AskerURL}"><img src="{AskerPortraitURL-64}"></a>
  471. <span class="asker">{Asker} said:
  472. <div class="pergunta">{Question}</div></div>
  473. <div id="aswr">{Answer}</div>
  474. <div id="data">{Month} {DayOfMonthWithZero}, {24HourWithZero}:{Minutes}
  475. <span style="float:right;">「 <a href="{Permalink}">{notecountwithlabel}</a> 」</span>
  476. {block:ifshowtags}<div class="etiqueta">
  477. {block:HasTags}{block:Tags}<a href="{TagURL}"><b>#</b>{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  478. </div>{/block:Answer}
  479.  
  480.  
  481. {block:Quote}
  482. <div class="cada quote">
  483. <div id="citacao"><br><h9>“</h9>
  484. <span class="quo">{Quote}</div>
  485. {block:Source}<br><small><center>{Source}</center></small><br>{/block:Source}
  486. <div id="data">{Month} {DayOfMonthWithZero}, {24HourWithZero}:{Minutes}
  487. <span style="float:right;">「 <a href="{Permalink}">{notecountwithlabel}</a> 」</span>
  488. {block:ifshowtags}<div class="etiqueta">
  489. {block:HasTags}{block:Tags}<a href="{TagURL}"><b>#</b>{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  490. </div>{/block:Quote}
  491.  
  492.  
  493. {block:Link}
  494. <div class="cada link">
  495. <div class="poslin"><a href="{URL}" class="link" {Target}>{Name}</div></a>
  496. {block:Description}{Description}{/block:Description}
  497. <div id="data">{Month} {DayOfMonthWithZero}, {24HourWithZero}:{Minutes}
  498. <span style="float:right;">「 <a href="{Permalink}">{notecountwithlabel}</a> 」</span>
  499. {block:ifshowtags}<div class="etiqueta">
  500. {block:HasTags}{block:Tags}<a href="{TagURL}"><b>#</b>{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  501. </div>{/block:Link}
  502.  
  503.  
  504. {block:Chat}
  505. <div class="cada chat">
  506. <div class="titulo">{block:Title}{Title}{/block:Title}</div>
  507. {block:Lines}<div class="{Alt} user_{UserNumber}" id="lines">
  508. {block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines}<br>
  509. <div id="data">{Month} {DayOfMonthWithZero}, {24HourWithZero}:{Minutes}
  510. <span style="float:right;">「 <a href="{Permalink}">{notecountwithlabel}</a> 」</span>
  511. {block:ifshowtags}<div class="etiqueta">
  512. {block:HasTags}{block:Tags}<a href="{TagURL}"><b>#</b>{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  513. </div>{/block:Chat}
  514.  
  515.  
  516. {block:Video}
  517. <div class="cada video">
  518. {block:indexpage}<div class="visual">
  519. {block:if250px}{video-250}{/block:if250px}
  520. {block:if400px}{video-400}{/block:if400px}
  521. {block:if500px}{video-500}{/block:if500px}</div>{block:ifcaption}
  522. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}{/block:indexpage}
  523. {block:PermalinkPage}
  524. {Video-500}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Permalinkpage}
  525. <div id="data">{Month} {DayOfMonthWithZero}, {24HourWithZero}:{Minutes}
  526. <span style="float:right;">「 <a href="{Permalink}">{notecountwithlabel}</a> 」</span>
  527. {block:ifshowtags}<div class="etiqueta">
  528. {block:HasTags}{block:Tags}<a href="{TagURL}"><b>#</b>{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  529. </div>{/block:Video}
  530.  
  531.  
  532. {block:Audio}
  533. <div class="cada audio">
  534. <div id="player">{AudioPlayer}</div>
  535. <div id="albumart">
  536. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  537. <div id="descricao">
  538. {block:TrackName}<d>{TrackName}</d><br>{/block:TrackName}
  539. {block:Artist}{Artist}{/block:Artist}</br>{PlayCountWithLabel}</div>
  540. {block:indexpage}
  541. {block:ifcaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  542. {/block:ifcaption}{/block:indexpage}
  543. {block:permalinkpage}
  544. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:permalinkpage}
  545. <div id="data">{Month} {DayOfMonthWithZero}, {24HourWithZero}:{Minutes}
  546. <span style="float:right;">「 <a href="{Permalink}">{notecountwithlabel}</a> 」</span>
  547. {block:ifshowtags}<div class="etiqueta">
  548. {block:HasTags}{block:Tags}<a href="{TagURL}"><b>#</b>{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:ifshowtags}</div>
  549. </div>{/block:Audio}
  550.  
  551.  
  552.  
  553. {block:PermalinkPage}
  554. <div id="permalinks">
  555. {block:Date}
  556. <div class="per">{lang:Posted on Month DayOfMonth Year}{/block:Date}{block:NoteCount} — {lang:It has NoteCount notes}.{/block:NoteCount}</div>
  557. {block:RebloggedFrom} Source: <a href="{ReblogRootURL}">{ReblogRootName}</a> / Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>.<br>{/block:RebloggedFrom}
  558. {block:HasTags} {lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  559. <div class="notas">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  560. {/block:PermalinkPage}
  561.  
  562.  
  563. {/block:Posts}
  564.  
  565.  
  566.  
  567. </div>
  568.  
  569. <span style="position:fixed; bottom:10px; left:10px; font:8px calibri; text-decoration:none; letter-spacing:1px; text-transform:uppercase; padding:2px 7px; background:{color:bg};">
  570. <a title ="Theme created by Miluneun" href="http://miluneun.tumblr.com">theme</a></span>
  571.  
  572.  
  573.  
  574. </body>
  575. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement