umlugardocaralho

atual com barras

May 12th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.45 KB | None | 0 0
  1. <!-- theme credit: @themesbybrenda adaptado por rocklessly.tumblr.com -->
  2.  
  3. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  4. <script>
  5. $(document).ready(function(){
  6. $(".inside").hide();
  7. $(".label").click(function(){
  8. $(this).next(".inside").slideToggle('fast');
  9. });
  10. });
  11. </script>
  12.  
  13. <!--Default Variables-->
  14. <meta name="color:Link" content=""/>
  15. <meta name="color:Link Hover" content=""/>
  16. <meta name="color:Scrollbar" content=""/>
  17. <meta name="color:Text" content=""/>
  18. <meta name="color:Title" content=""/>
  19. <meta name="color:Hover" content=""/>
  20. <meta name="color:Border" content=""/>
  21. <meta name="color:Post BG" content=""/>
  22. <meta name="color:link sidebar" content="#000" />
  23.  
  24. <meta name="image:background" content""/>
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <meta name="text:Link1" content="um" />
  28. <meta name="text:Link1 Title" content="um" />
  29. <meta name="text:Link2" content="dois" />
  30. <meta name="text:Link2 Title" content="dois" />
  31. <meta name="text:Link3" content="tres" />
  32. <meta name="text:Link3 Title" content="tres" />
  33. <meta name="text:Link4" content="quatro" />
  34. <meta name="text:Link4 Title" content="quatro" />
  35. <meta name="text:Link5" content="cinco" />
  36. <meta name="text:Link5 Title" content="cinco" />
  37. <meta name="text:Link6" content="cinco" />
  38. <meta name="text:Link6 Title" content="seis" />
  39. <meta name="text:Link7" content="cinco" />
  40. <meta name="text:Link7 Title" content="sete" />
  41.  
  42. <script type="text/javascript" language="javascript" src="https://assets.tumblr.com/javascript/tumblelog.js?7"></script>
  43.  
  44. <script type="text/javascript" src="/api/read/json?id={PostID}"></script>
  45. <script type="text/javascript">
  46. var color = "ff0000";
  47. var player = tumblr_api_read['posts'][0]['audio-player'].replace("color=FFFFFF", "color=" + color);
  48. replaceIfFlash(9, "audio_player_{PostID}", player);
  49. </script>
  50.  
  51. <script language="JavaScript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  52.  
  53. <style type="text/css">
  54.  
  55. .wrapper{
  56. margin:auto;
  57. width: 717px;
  58. }
  59.  
  60. #tumblr_controls{
  61. position:fixed !important;
  62. top: 3px;
  63. right: 3px;
  64. }
  65.  
  66. iframe#tumblr_controls {
  67. top: 0% !important;
  68. right:0% !important;
  69. opacity:0.3;
  70. position: fixed !important;
  71. filter:alpha(opacity=30);
  72. -webkit-transition: all 0.7s ease;
  73. -moz-transition: all 0.7s ease;
  74. -o-transition: all 0.7s ease;
  75. }
  76.  
  77. iframe#tumblr_controls:hover{
  78. top: 0% !important;
  79. right:0% !important;
  80. opacity:0.8;
  81. position: fixed !important;
  82. filter:alpha(opacity=80);
  83. -webkit-transition: all 0.7s ease;
  84. -moz-transition: all 0.7s ease;
  85. -o-transition: all 0.7s ease;
  86. }
  87.  
  88. ::-webkit-scrollbar {width: 1px; height: 4px; background:#fff; }
  89. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  90.  
  91. body{
  92. background-color: #fff;
  93. background-image: url({image:Background});
  94. background-attachment: fixed;
  95. background-repeat: repeat;
  96. background-position: center;
  97. text-align:left;
  98. font-family: 'Monda', sans-serif;
  99. font-size: 10px;
  100. color:{color:Text};
  101. }
  102.  
  103. a:link, a:active, a:visited{
  104. color: {color:Link};
  105. text-decoration:none;
  106. -webkit-transition: all 0.1s linear;
  107. -moz-transition: all 0.1s linear;
  108. transition: all 0.1s linear;
  109. }
  110.  
  111. #posts {
  112. position:relative;
  113. margin-top: 0px;
  114. background-color: transparent;
  115. {block:IndexPage}
  116. margin-left:-30px;
  117. width:900px;
  118. {/block:IndexPage}
  119. {block:PermalinkPage}
  120. width: 300px;
  121. margin-left:120px;
  122. margin-top:0px;
  123. {/block:PermalinkPage}
  124. }
  125.  
  126. .info {
  127. margin-left:100px;
  128. margin-top:4px;
  129. line-height:14px;
  130. }
  131.  
  132. .entry .permalink{
  133. position:absolute;
  134. width: auto;
  135. margin-top: 15px;
  136. margin-left: 15px;
  137. padding: 10px;
  138. height: auto;
  139. background-color: #fff;
  140. overflow:visible;
  141. text-transform:uppercase;
  142. font-family: 'Monda', sans-serif;
  143. font-size: 10px;
  144. line-height:13px;
  145. text-align:center;
  146. opacity:0.0;
  147. -webkit-transition: all 0.6s ease-out;
  148. -moz-transition: all 0.6s ease-out;
  149. transition: all 0.6s ease-out;
  150. }
  151.  
  152. .entry:hover .permalink{
  153. overflow:visible;
  154. opacity: 1;
  155. z-index: 99999999999;
  156. margin-bottom: 0px;
  157. -webkit-transition: all 0.6s ease-out;
  158. -moz-transition: all 0.6s ease-out;
  159. transition: all 0.6s ease-out;
  160. }
  161.  
  162. .permalinktext {
  163. display:block;
  164. padding: 2px;
  165. margin: 5px 5px 0px 5px;
  166. text-transform:uppercase;
  167. font-family: 'Monda', sans-serif;
  168. font-size: 8px;
  169. color: black;
  170. line-height: 15px;
  171. letter-spacing:1px;
  172. text-align: right;
  173. text-decoration: none;
  174. border-top:1px solid #eee;
  175. webkit-transition: all 0.2s linear;
  176. -webkit-transition: all 0.2s linear;
  177. -moz-transition: all 0.2s linear;
  178. transition: all 0.2s linear;
  179. }
  180.  
  181. .permalinktext:hover{
  182. webkit-transition: all 0.2s linear;
  183. -webkit-transition: all 0.2s linear;
  184. -moz-transition: all 0.2s linear;
  185. transition: all 0.2s linear;
  186. }
  187.  
  188. .entry {
  189. opacity: 1;
  190. margin:10px;
  191. float:left;
  192. background-color:transparent;
  193. font-family: 'Monda', sans-serif;
  194. font-size:10px;
  195. line-height:14px;
  196. {block:IndexPage}
  197. width:250px;
  198. {/block:IndexPage}
  199. {block:PermalinkPage}
  200. width:500px;
  201. {/block:PermalinkPage}
  202. }
  203.  
  204. .entry img{
  205. {block:IndexPage}
  206. outline:1px dotted {color:Border};
  207. outline-offset:-7px;
  208. max-width:250px;
  209. opacity: 1;
  210. {/block:IndexPage}
  211. {block:PermalinkPage}
  212. max-width:500px;
  213. {/block:PermalinkPage}
  214. }
  215.  
  216. div#sidebar {
  217. opacity: 1;
  218. position:fixed !important;
  219. background-color: transparent;
  220. width: 145px;
  221. height: auto;
  222. font-family: 'Monda', sans-serif;
  223. font-size: 10px;
  224. font-style: none;
  225. text-align: center;
  226. line-height:10px;
  227. margin-left:-225px;
  228. bottom:0px;
  229. padding:20px;
  230. z-index:99999999;
  231. }
  232.  
  233. #sidebar img{
  234. background:transparent;
  235. opacity: 1;
  236. width: 140px;
  237. padding-bottom: 5px;
  238. height: auto;
  239. z-index:99999999;
  240. }
  241.  
  242. div#side{
  243. opacity: 1;
  244. width:830px;
  245. position:fixed !important;
  246. text-align:center;
  247. top:0px;
  248. height:100%;
  249. margin-left:-40px;
  250. background-color:{color:Post BG};
  251. border-right: solid 1px {color:Border};
  252. border-left: solid 1px {color:Border};
  253. }
  254.  
  255. #postnotes blockquote{
  256. border: 0px;}
  257.  
  258. .links{
  259. display: block;
  260. font-size: 9px;
  261. text-align: center;
  262. margin-left: 0px;
  263. background-color:#fff;
  264. }
  265.  
  266. .links {
  267. width: 25px;
  268. padding: 0px;
  269. height: 15px;
  270. margin-top: -20px;
  271. background-color: #fff;
  272. font-size:10px;
  273. font-family: 'Monda', sans-serif;
  274. font-style: bold;
  275. letter-spacing:2px;
  276. text-transform: uppercase;
  277. line-height:15px;
  278. text-align:center;
  279. color: {color:Link};
  280. display: inline-block;
  281. }
  282.  
  283. .links:hover {
  284. background-color: {color:Hover};
  285. -webkit-transition-duration: .2s;
  286. border-top-right-radius:70px;
  287. border-bottom-right-radius:70px;
  288. border-top-left-radius:70px;
  289. border-bottom-left-radius:70px;
  290. }
  291.  
  292. .title{
  293. font-family:georgia;
  294. text-transform: normal;
  295. letter-spacing:1px;
  296. font-size: 15px;
  297. line-height: 25px;
  298. color: {color:Title};
  299. padding: 0px 0px 0px 0px;
  300. }
  301.  
  302. .info{
  303. margin-top:5px;
  304. margin-left:10px;
  305. font-style:italic;
  306. }
  307.  
  308. askk {
  309. font-family: 'Mr Dafoe', cursive;
  310. color: {color:Title};
  311. text-transform: normal;
  312. font-size:15px;
  313. z-index:1;
  314. }
  315.  
  316. #postnotes{
  317. text-align: justify;
  318. }
  319.  
  320. #postnotes blockquote{
  321. border: 0px;}
  322.  
  323. #infscr-loading{
  324. bottom: 0px;
  325. position: absolute;
  326. left: 50%;
  327. margin-left:-8px;
  328. width:16px;
  329. height:11px;
  330. overflow:hidden;
  331. margin-bottom: 50px;
  332. }
  333.  
  334. blockquote{
  335. margin-top:-5px;
  336. margin-bottom:0px;
  337. margin-left:0px;
  338. margin-right:0px;
  339. padding:2px;
  340. padding-left:10px;
  341. background:{color:Blockquote};
  342. border-left: 1px solid {color:Border};
  343. }
  344.  
  345. blockquote p, ul{
  346. margin:0px;
  347. padding:0px;
  348. }
  349.  
  350. .p { padding-top: 5px; }
  351. .ol, ul { margin-left: 10px; padding: 5px; }
  352. .ul { list-style-type: square; }
  353.  
  354. a img{border: 0px;}
  355.  
  356. .chat .line{
  357. margin-top:-2px;
  358. padding: 4px;
  359. }
  360. .chat .line.odd{
  361. margin-top:-2px;
  362. }
  363.  
  364. .label {font-weight:bold;}
  365. .cover {position: absolute; z-index: 1;margin-left:10px;}
  366. .audioplayer {position:absolute; overflow:hidden; background:#E4E4E4; width:70px; height:70px; top:0px; margin-left:130px; padding:10px;}
  367. .button { position:absolute; overflow:hidden; width:30px; height:30px; margin-top:23px; margin-left:23px;}
  368. .notes img{width:10px; position:left; top:3px; -webkit-border-radius: 10px;
  369. -moz-border-radius: 10px; border-radius: 10px;}
  370.  
  371. #c{
  372. position:fixed;
  373. font-family:Inconsolata;
  374. font-size:15px;
  375. bottom:0;
  376. right:0;
  377. padding:8px;
  378. }
  379.  
  380. #sslide {margin-left:2px; text-align:left; font-size: 9px; font-family: verdana; width:50px;height: auto; background-color:{color:post};}
  381.  
  382. #sslide a {font-size: 10px; font-family: cambria; font-style:; color:{color:text};}
  383. #sslide a:hover{color:{color:hover};}
  384.  
  385. #asa {position:fixed; margin-top:45px; margin-left:-270px;}
  386. #asa2 {position:fixed; margin-top:65px; margin-left:-320px;}
  387.  
  388. #sidebarbia {width:100px; top: 100px; margin-left:-190px; height: auto; position:fixed; padding:10px; width:150px; text-align:center;}
  389.  
  390. #basetitulo {position:relative; margin-top: 1px; width: 100px; height: 300px; margin-left:-35px; padding:5px; color:#000; font-family: verdana; font-size: 9px; letter-spacing: -1px; overflow:hidden; text-align:center; -webkit-transition: 0.9s ease-in; -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  391.  
  392. #baselinks {font-size:7px; overflow:hidden; margin-top: 1px; position:relative; -moz-transition: all 1.3s ease-in-out!important; -o-transition: all 1.3s ease-in-out!important; transition: all 1.3s ease-in-out!important; -webkit-transition: all 1.3s ease-in-out!important;}
  393.  
  394. #baselinks a{padding:2px; display:block; letter-spacing: 0px; font-size: 10px; margin-bottom: 1px; text-align: right; font-family: georgia; text-transform: lowercase; color: #999; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5 s ease-in; transition: 0.5s ease-in;}
  395. #baselinks a:hover {opacity:0.5;}
  396.  
  397.  
  398.  
  399.  
  400. #descriptionbia {margin-left: 13px; font-size: 10px; padding:2px; font-family: georgia; text-align: right; color:#999; letter-spacing: 0px; text-transform: lowercase; }
  401.  
  402. #descriptionbia a{font-size: 10px; padding:2px; font-family: georgia; text-align: right; color:#999; letter-spacing: 0px;}
  403.  
  404.  
  405. #titlebia { background-color: #; font-size: 14px; padding:5px; font-family: georgia; overflow:hidden; height: 15px; padding:3px; text-align: right; -moz-transition: all .9s ease-in-out!important; -o-transition: all .9s ease-in-out!important; transition: all .9s ease-in-out!important; -webkit-transition: all .9s ease-in-out!important; color:#999;}
  406. #titlebia:hover {height:250px;}
  407.  
  408.  
  409.  
  410. #imagem { margin-left:0px; position:; text-align:center;-moz-border-radius: 500px; border-radius: 500px;}
  411. #imagem img {width:150px; height:; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; transition:all 0.3s ease-out; opacity:1.0; -moz-border-radius: 500px; border-radius: 500px;}
  412.  
  413.  
  414. #barra {margin-top:-20px; margin-left:-350px; position:fixed;}
  415.  
  416.  
  417. #barra1{font-size: 9px; font-family: verdana; position: relative; margin-left: 260px; width: 10px; background-color: #f0f0f0; padding: 0px; margin-top: 0px; background-attachment: fixed; background-image:url(''); height:1427px;}
  418.  
  419. #barra2{font-size: 9px; font-family: verdana; position: relative; margin-left: 270px; width: 7px; background-color: #e7e7e7e; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
  420.  
  421. #barra3{font-size: 9px; font-family: verdana; position: relative; margin-left: 277px; width: 5px; background-color: #d1d1d1; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
  422.  
  423. #barra4{font-size: 9px; font-family: verdana; position: relative; margin-left: 282px; width: 12px; background-color: #f0f0f0; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
  424.  
  425. #barra5{font-size: 9px; font-family: verdana; position: relative; margin-left: 294px; width: 6px; background-color: #d1d1d1; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
  426.  
  427. #barra6{font-size: 9px; font-family: verdana; position: relative; margin-left: 300px; width: 16px; background-color: #e7e7e7e; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
  428.  
  429. #barra7{font-size: 9px; font-family: verdana; position: relative; margin-left: 246px; width: 14px; background-color: #d1d1d1; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
  430.  
  431. #barra8{font-size: 9px; font-family: verdana; position: relative; margin-left: 241px; width: 5px; background-color: #f0f0f0; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
  432.  
  433. #barra9{font-size: 9px; font-family: verdana; position: relative; margin-left: 307px; width: 10px; background-color: #f0f0f0; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
  434.  
  435.  
  436. {CustomCSS}
  437. </style>
  438.  
  439. <link href="https://fonts.googleapis.com/css?family=Mr+Dafoe" rel="stylesheet">
  440.  
  441. <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  442. <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  443.  
  444. <script type="text/javascript">
  445. $(window).load(function(){
  446. var $wall = $('#posts');
  447. $wall.imagesLoaded(function(){
  448. $wall.masonry({
  449. itemSelector: '.entry, .entry_photo',
  450. isAnimated : false
  451. });
  452. });
  453.  
  454. $wall.infinitescroll({
  455. navSelector : '#pagination',
  456. nextSelector : '#pagination a',
  457. itemSelector : '.entry, .entry_photo',
  458. bufferPx : 2000,
  459. debug : false,
  460. errorCallback: function() {
  461. $('#infscr-loading').fadeOut('normal');
  462. }},
  463. function( newElements ) {
  464. var $newElems = $( newElements );
  465. $newElems.hide();
  466. $newElems.imagesLoaded(function(){
  467. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  468. });
  469. }); $('#posts').show(500);
  470. });
  471. </script>
  472.  
  473.  
  474.  
  475. <title>{title}</title>
  476.  
  477. <link rel="shortcut icon" href="{Favicon}">
  478. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  479. <meta name="viewport" content="width=820" />
  480.  
  481. </head>
  482. <body>
  483.  
  484. <!-- SCM Music Player https://www.scmplayer.net -->
  485. <script type="text/javascript" src="https://www.scmplayer.net/script.js"
  486. data-config="{'skin':'https://static.tumblr.com/l3gbi5c/zzbmjtwnb/branco.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'hallelujah','url':'https://www.youtube.com/watch?v=ebtqoKHyHzk'},{'title':'lorde royals','url':'https://www.youtube.com/watch?v=G-6TGjIZxek'},{'title':'JAY HORSTH Canceriana','url':'https://www.youtube.com/watch?v=OCa0tZCPL4g'},{'title':'Edward Sharpe e The Magnetic Zeros Home ','url':'https://www.youtube.com/watch?v=DHEOF_rcND8'}]}" ></script>
  487. <!-- SCM Music Player script end -->
  488.  
  489.  
  490.  
  491.  
  492. <div class="wrapper">
  493.  
  494. <div id="c">
  495. </div>
  496.  
  497. <div id="side"></div>
  498. <div id="sidebar">
  499.  
  500.  
  501. <img src="{image:sidebar}"></a>
  502. </div>
  503.  
  504. <div id="barra">
  505. <div id="barra1"> </div>
  506. <div id="barra2"> </div>
  507. <div id="barra3"> </div>
  508. <div id="barra4"> </div>
  509. <div id="barra5"> </div>
  510. <div id="barra6"> </div>
  511. <div id="barra8"> </div>
  512. <div id="barra7"> </div>
  513. <div id="barra9"> </div>
  514.  
  515. </div>
  516.  
  517. <div id="asa"><img src="https://static.tumblr.com/ou7mfsd/eBgmfelsv/wing2_copy.png"></div>
  518. <div id="asa2"><img src="https://static.tumblr.com/ou7mfsd/eBgmfelsv/wing2_copy.png"></div>
  519.  
  520.  
  521. <div id="sidebarbia">
  522. <div id="imagem"><img src="https://31.media.tumblr.com/e2a3c1cd59e206aa050b901644de7391/tumblr_n2n1g1q8241rtk6qmo1_500.jpg"></div>
  523. <div id="basetitulo">
  524. <div id="titlebia"><i>stonehenge</i>
  525. <div id="descriptionbia">{Description}</div>
  526. <div id="baselinks"><i>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  527. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title}</a>{/block:ifLink2}
  528. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
  529. {block:ifLink4}<a href="{text:Link4}"> {text:Link4 Title}</a>{/block:ifLink4}
  530. {block:ifLink5}<a href="{text:Link5}"> {text:Link5 Title}</a>{/block:ifLink5}
  531. {block:ifLink6}<a href="{text:Link6}"> {text:Link6 Title}</a>{/block:ifLink6}
  532. {block:ifLink7}<a href="{text:Link7}"> {text:Link7 Title}</a>{/block:ifLink7}
  533. </div></div>
  534. </div>
  535.  
  536. </div>
  537.  
  538. <div id="posts">
  539.  
  540. {block:Posts}
  541. <div class="entry">
  542.  
  543. {block:IndexPage}
  544. {/block:IndexPage}
  545.  
  546. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> | <a href="{permalink}">{NoteCount}</a></div>
  547. {/block:Text}
  548.  
  549. {block:Link}<br><a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{ReblogURL}">>Reblog</a> | <a href="{permalink}">{NoteCount}</a></div>{block:Link}
  550.  
  551. {block:Photo}
  552. {block:IndexPage}
  553. <div class="permalink"><body link="{color:Text}">
  554. <a href="{reblogurl}"><FONT COLOR="{color:Text}"> ↺ </FONT></a>
  555. <FONT COLOR="{color:Border}"> | </FONT>
  556. <a href="{permalink}"><FONT COLOR="{color:Text}">{notecount}</FONT></a></span></div>
  557. {/block:IndexPage}
  558. {block:IndexPage}{LinkOpenTag}
  559. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  560. {/block:IndexPage}
  561. {block:PermalinkPage}<center>{LinkOpenTag}
  562. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  563. {LinkCloseTag}
  564. {/block:PermalinkPage}</center>
  565. {/block:Photo}
  566.  
  567. {block:Photoset}
  568. {block:IndexPage}
  569. <div class="post">
  570. <div class="permalink">
  571. <a href="{ReblogURL}" target="_blank">
  572. <FONT COLOR="{color:Text}"> ↺ </FONT></a>
  573. <FONT COLOR="{color:Border}"> | </FONT>
  574. <a href="{Permalink}">
  575. <a href="{permalink}">
  576. <FONT COLOR="{color:Text}">{notecount}</FONT></a></div>
  577. {Photoset}
  578. {/block:IndexPage}
  579. {block:PermalinkPage}
  580. {Photoset-500}
  581. {/block:PermalinkPage}
  582. </div>
  583. {/block:Photoset}
  584.  
  585. {LinkCloseTag}
  586. {/block:PermalinkPage}
  587. {/block:Photo}
  588.  
  589. {block:Quote}<span class="title"><i>
  590. "{Quote}"</i></span><br> {block:Source}<div style="text-align:right; font-weight:bold;"> — {Source} </div>{/block:Source}<div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Quote}
  591.  
  592. {block:Chat}
  593. {block:Title}<span class="title">{Title}</span>{/block:Title}
  594. <div class="chat">
  595. <ul>
  596. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  597. </ul>
  598. </div>
  599. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  600. {/block:Chat}
  601.  
  602. {block:Audio}
  603.  
  604. {block:AudioPlayer}
  605. <div class="audioplayer">
  606. <div class="button">
  607. {AudioPlayerGrey}
  608. </div>
  609. </div>
  610. {/block:AudioPlayer}
  611.  
  612. {block:Albumart}
  613. <div class="albumart">
  614. <img src="{albumarturl}" width="90">
  615. </div>
  616. {/block:Albumart}
  617. {block:ifCaptions}
  618. {block:Caption}{Caption}{/block:Caption}
  619. {/block:ifCaptions}
  620. {block:ifNotCaptions}
  621. {block:PermalinkPage}
  622. {block:Caption}{Caption}{/block:Caption}
  623. {/block:PermalinkPage}
  624. {/block:ifNotCaptions}
  625. {/block:Audio}
  626.  
  627. {block:Answer}
  628. <div style=" border: 1px solid {color:Border}; margin:0px; min-height:40px; padding: 5px; background:#fff;">
  629. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:5px; padding:5px; border-radius: 100px;"/>
  630. <askk>{Asker}</askk>: {Question}<br></div>
  631. <div style="font-family:calibri; font-style: italic; font-size:11px;">
  632. {Answer}
  633. </div>
  634. {/block:Answer}
  635.  
  636. {block:Video}
  637. {block:IndexPage}
  638. <center>
  639. {Video-250}</center>
  640. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  641. {/block:IndexPage}
  642. {block:PermalinkPage}
  643. <center>
  644. {Video-500}</center>
  645. {/block:PermalinkPage}
  646. {block:Video}
  647.  
  648. {block:PermalinkPage}
  649. <center>
  650. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  651. {block:RebloggedFrom}
  652. posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  653. posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  654. {block:ContentSource}
  655. <a href="{SourceURL}">
  656. {lang:Source}:
  657. {block:SourceLogo}
  658. <img src="{BlackLogoURL}" width="{LogoWidth}"
  659. height="{LogoHeight}" alt="{SourceTitle}" />
  660. {/block:SourceLogo}
  661. {block:NoSourceLogo}
  662. {SourceLink}
  663. {/block:NoSourceLogo}
  664. </a>
  665. {/block:ContentSource}</center>
  666. {block:NoteCount} <div style="text-align: center; margin: 10px;"></div>{/block:NoteCount}
  667. </center>
  668. {/block:PermalinkPage}
  669.  
  670. {block:PostNotes}<div align="middle"></div>
  671. <center></center></span><br>
  672. <div id="postnotes">{PostNotes}</div><br>
  673. <center>
  674. {/block:PostNotes}
  675.  
  676. </div>
  677. {/block:Posts}
  678. </div></div>
  679. {block:IndexPage}
  680. {block:Pagination}
  681. <div id="pagination">
  682. {block:NextPage}
  683. <a id="nextPage" href="{NextPage}"></a>
  684. {/block:NextPage}
  685. {block:PreviousPage}
  686. <a href="{PreviousPage}"></a>
  687. {/block:PreviousPage}
  688. </div>
  689. {/block:Pagination}
  690. {/block:IndexPage}
  691.  
  692.  
  693. <div style="position:fixed; bottom:-4px; margin-left:1208px; z-index:9; background-color:{color:Post BG};">
  694. <a href="https://themesbybrenda.tumblr.com/"><a href="https://themesbybrenda.tumblr.com/"><img src="https://66.media.tumblr.com/84630dba13722ef8db13f60a6fbc35b9/tumblr_inline_plsuxeEGt71qbugcf_500.png" width="150"></a> </div>
  695.  
  696. <div style="position:fixed; bottom:10px; right:50px;">
  697. <a href="https://themesbybrenda.tumblr.com/"><a href="https://themesbybrenda.tumblr.com/"><img src="https://66.media.tumblr.com/9373059878fa663dd601f670536843ca/tumblr_inline_plcbcktWcX1qbugcf_500.png" width="50"></a> </div>
Add Comment
Please, Sign In to add comment