Advertisement
bau-de-incertezas

Theme 14

Jul 26th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.10 KB | None | 0 0
  1. <!---------------------------------------------------
  2. ! !
  3. ! !
  4. !THEME POR BAU-DE-INCERTEZAS, CRÉDITOS EM TODO O CSS!
  5. ! !
  6. ! !
  7. !--------------------------------------------------->
  8.  
  9. <html>
  10.  
  11. <head>
  12. <!--DON'T COPY, FIZ ESSA MERDA COM TANTO CARINHO *-* -->
  13. <script type="text/javascript">
  14. //desabilita menu de opcoes ao clicar no botao direito
  15. function desabilitaMenu(e)
  16. {
  17. if (window.Event)
  18. {
  19. if (e.which == 2 || e.which == 3)
  20. return false;
  21. }
  22. else
  23. {
  24. event.cancelBubble = true
  25. event.returnValue = false;
  26. return false;
  27. }
  28. }
  29.  
  30. //desabilita botao direito
  31. function desabilitaBotaoDireito(e)
  32. {
  33. if (window.Event)
  34. {
  35. if (e.which == 2 || e.which == 3)
  36. return false;
  37. }
  38. else
  39. if (event.button == 2 || event.button == 3)
  40. {
  41. event.cancelBubble = true
  42. event.returnValue = false;
  43. return false;
  44. }
  45. }
  46.  
  47. //desabilita botao direito do mouse
  48. if ( window.Event )
  49. document.captureEvents(Event.MOUSEUP);
  50. if ( document.layers )
  51. document.captureEvents(Event.MOUSEDOWN);
  52.  
  53. document.oncontextmenu = desabilitaMenu;
  54. document.onmousedown = desabilitaBotaoDireito;
  55. document.onmouseup = desabilitaBotaoDireito;
  56. </script>
  57.  
  58. <head><title>{Title}</title>
  59. <link rel="shortcut icon" href="{Favicon}">
  60.  
  61.  
  62. <meta name="image:background" content="{image:background}" />
  63. <meta name="image:sidebar" content="http://static.tumblr.com/kqwwc30/rhfmqjvua/large__50_.jpg" />
  64.  
  65.  
  66. <meta name="text:frase" content="" />
  67. <meta name="text:subfrase" content="" />
  68.  
  69. <meta name="color:background" content="#ffffff" />
  70. <meta name="color:text" content="#c0c0c0" />
  71. <meta name="color:scroll" content="#c0c0c0"/>
  72. <meta name="color:chat" content="#000" />
  73. <meta name="color:ask" content="#C0C0C0" />
  74. <meta name="color:tags" content="#c5c5c5" />
  75. <meta name="color:links" content="#808080" />
  76. <meta name="color:linkshover" content="#808080" />
  77. <meta name="color:linkspost" content="#808080" />
  78. <meta name="color:post" content="#fff" />
  79. <meta name="color:textask" content="#fff" />
  80. <meta name="color:note" content="#fff" />
  81. <meta name="color:texto link" content="#fff" />
  82. <meta name="color:borda note" content="#c0c0c0" />
  83. <meta name="color:texto note" content="#c0c0c0" />
  84. <meta name="color:scrollbar" content="#c0c0c0" />
  85. <meta name="color:borda ask" content="#c0c0c0" />
  86.  
  87. <meta name="color:borda" content="#c0c0c0" />
  88. <meta name="color:links" content="#c0c0c0" />
  89. <meta name="color:bg links hover" content="#c0c0c0" />
  90. <meta name="color:borda links" content="#c0c0c0" />
  91. <meta name="color:links hover" content="#ff" />
  92. <meta name="color:frase" content="#d4d4d4" />
  93. <meta name="color:hover descricao" content="#d4d4d4" />
  94. <meta name="color:descricao" content="#000" />
  95.  
  96. <meta name="text:Link1" content="" />
  97. <meta name="text:Link1 Title" content="link 1" />
  98. <meta name="text:Link2" content="" />
  99. <meta name="text:Link2 Title" content="link 2" />
  100. <meta name="text:Link3" content="" />
  101. <meta name="text:Link3 Title" content="link 3" />
  102. <meta name="text:Link4" content="" />
  103. <meta name="text:Link4 Title" content="link 4" />
  104. <meta name="text:Link5" content="" />
  105. <meta name="text:Link5 Title" content="link 5" />
  106. </head>
  107.  
  108.  
  109. <style>
  110.  
  111. body {background-color: {color:background}; font-family: ebrima; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  112.  
  113. a {text-decoration:none;outline:none;-moz-outline-style:none;color:{color:links};text-decoration:none;-moz-transition:0.4s ease-in;-webkit-transition: 0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in;}
  114.  
  115. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  116.  
  117. a:hover {color: {color:linkshover};text-decoration:none;}
  118.  
  119. /***********CREDITO NAO RETIRE****************/
  120.  
  121. .meutheme {overflow: hidden; width: 30px; padding: 5px; background-color: {color:background}; height:8px; border-bottom:1px solid {color:borda};position:fixed;}
  122.  
  123. .meutheme a {margin-top: -2px; margin-left: -17px; color: {color:text}; font-family: corbel; font-size: 11px; position: absolute;opacity: 0.9;}
  124. .meutheme a:hover {opacity:0.4; font-family:14px;}
  125.  
  126.  
  127. /*****+ FF BRANCO I LOVE THEMES *******/
  128. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  129.  
  130.  
  131.  
  132.  
  133. blockquote {margin: 6px 6px 6px 6px; border-left: 8px solid {color:background}; padding-left: 5px; }
  134. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  135. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  136. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  137.  
  138. blockquote img{max-width: 450px!important}
  139. blockquote blockquote img{max-width: 450px!important}
  140. blockquote blockquote blockquote img{max-width: 430px!important}
  141. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  142.  
  143.  
  144. #container {text-align: center; width: 900px; margin: -5px auto 15px auto; padding: 0px; z-index: 1}
  145.  
  146. #entry {float: left; margin-bottom: 26px; margin-left: 450px;}
  147.  
  148. /*******post*****************/
  149.  
  150.  
  151.  
  152. .posts {width: 420px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: 'Muli'; font-size: 12px; position: relative; color:{color:text}; border:0px solid{color:borda}; margin-left:-70px;}
  153.  
  154.  
  155.  
  156. h1 {font-family: 'baumans'; text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  157. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  158. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:linkshover}; font-weight: normal; line-height: 18px;}
  159.  
  160.  
  161.  
  162. .image {text-align: center; border: 1px}
  163. .image img {max-width: 420px; height:auto;margin-bottom: 1px; -webkit-transition-duration: 0.40s;}
  164. .image img:hover {max-width: 420px; margin-bottom: 1px; -webkit-filter: grayscale(100%); opacity: 0.8;}
  165.  
  166.  
  167.  
  168.  
  169. .myquote2 {font-family:'muli'; font-size:12px; text-align: right; color: {color:text}; }
  170.  
  171. .myquote {font-weight:none; text-align:justify;font-size: 12px; font-style:;font-family:'muli'; line-height: 16px; text-indent:2px; padding: 0px; }
  172.  
  173.  
  174.  
  175.  
  176.  
  177. .chat {line-height: 20px; list-style: none }
  178. .chat ul {line-height: 13px; list-style: none; padding: 10px; line-height:14px;}
  179. .person1 {color: {color:chat}; padding: 2px; }
  180. .person1 .label {font-weight: bold; color:{color:chat};}
  181. .person2 {color: {color:chat}; padding: 2px; }
  182. .person2 .label {font-weight: bold; color:{color:chat};}
  183.  
  184. .player {background-color: #fff; text-align: left; display:block;}
  185.  
  186.  
  187. /*****ASK*******/
  188.  
  189. .pergunta {background: {color:post}; padding: 8px; margin-top: 0px; border-bottom: 0px solid {color:ask}; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px {color:borda};line-height:9px;}
  190. .perguntou {width: 415px;height:14px; margin-top:0px; background: {color:borda}; color:#fff; border:2px solid {color:borda ask}; padding:3px; margin-bottom:5px; margin-left:-8px; border-radius: 20px 20px 20px 20px;}
  191. .perguntou g {color:borda;}
  192. .perguntou a {color: {color:ask}; font-size:10px; font-family: 'corbel'; font-size: 10px; text-align:left;line-height:16px;text-transform:uppercase;}
  193. .askfoto {border-radius:100px;opacity: 0.7; margin-right:10px; border: 2px solid {color:borda}; width: 40px;height: 40px; -webkit-transition-duration: 0.8s; -webkit-filter: saturate(2); }
  194.  
  195. .respost { background: {color:post}; font-family: consolas; font-size: 10px;}
  196. .askfoto:hover {-webkit-filter: grayscale(100%); opacity:0.6; -webkit-transition-duration: 0.8s;}
  197.  
  198.  
  199. #st {width: 400px; margin-top: -2px;}
  200. .source {display: none;}
  201.  
  202. #wih {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  203. #wih:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  204.  
  205.  
  206. #notest {background-color: {color:note}; border-top: 1px solid {color:borda note};text-align: left; margin-top:-5px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;{block:If1coluna} ;margin: 7px 0 0 7px; {/block:If1coluna}}
  207. #notest a {font-size: 10px; font-style:normal;text-transform: uppercase;{block:If1coluna} {/block:If1coluna}; color:{color:texto note};}
  208. #notest a:hover {font-style:italic;}
  209.  
  210.  
  211. ::-webkit-scrollbar {width: 6px; height:auto; background:{color:background}}
  212. ::-webkit-scrollbar-corner {padding:20px;background:{color:background}}
  213. ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:scrollbar}; }
  214. ::-webkit-scrollbar-button:horizontal {width: 5px; height: 8px; display: block; background:{color:scrollbar}; }
  215. ::-webkit-scrollbar-thumb:vertical {border-radius: 5px 0px 0px 5px; background:{color:scroll};}
  216. ::-webkit-scrollbar-thumb:horizontal {border-radius: 5px 0px 0px 5px; background: {color:background};}
  217. ::-webkit-scrollbar-thumb {background: {color:scroll};}
  218.  
  219.  
  220.  
  221. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  222. ol.notes {list-style:none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  223. ol.notes li {background-color: {color:dtlhpost}; margin-bottom: 2px; padding: 5px; }
  224. .notes img{display: none; border:0px}
  225.  
  226.  
  227. /****PAGINAÇÃO****/
  228.  
  229. #pagination{
  230. position:fixed;
  231. width: 100px;
  232. margin-top:400px;
  233. margin-left:100px;
  234. color:#808080;
  235. text-align:right;
  236. text-transform:uppercase;
  237. color:{color: borda}}
  238.  
  239. #pagination a {text-transform:uppercase;
  240. letter-spacing:1px;
  241. font-size:10px;
  242. font-family:corbel;
  243. color:{color: borda};}
  244.  
  245. /*****SIDEBAR******/
  246.  
  247. .detal {width:164; height:164; margin-top:106px; margin-left:136px; background-color:transparent; border:2px solid {color:borda}; position:fixed; -webkit-transition-duration: 0.9s;}
  248.  
  249. .detal:hover {width:0px; height:0px; margin-top:180px; margin-left:220px; position:center; border:2px solid transparent;}
  250.  
  251.  
  252. #frase {font-family: cambria; font-size:20px; margin-top:77px; margin-left:130px; position:fixed; text-align:left; color:{color:frase};-webkit-transition-duration: 0.9s; }
  253.  
  254. #frase:hover {padding-left:56px; }
  255.  
  256.  
  257. .fotosidebar {-webkit-transition-duration: 0.25s; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  258. -moz-transition: all 1s ease-in-out;
  259. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;position: absolute;width:170px;height:170px;margin-left:130px;
  260. margin-top: 100px; position:fixed; -webkit-transition-duration: 0.8s; position:fixed; border:5px solid {color:borda};}
  261.  
  262.  
  263.  
  264. .fotosidebar img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 5s ease-in-out;-webkit-transform: rotate(0deg);-moz-transition: all 5s ease-in-out;
  265. -o-transition: all 5s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 5s ease-in-out;display: block;height:160px;width:160px;
  266. padding:0px;margin:5px;opacity:0.8;-webkit-transition-duration: 1s;opacity: 1.0; position:fixed; }
  267. .fotosidebar img:hover {-webkit-filter: grayscale(100%); opacity: 1.3;}
  268.  
  269.  
  270. #fundinho {margin-top:282px; margin-left:130px; position:fixed;}
  271.  
  272.  
  273. #nenis { font-family: 'muli'; text-transform:lowercase; font-size: 11px; width:175px; text-align:left; margin: 0px; padding: 0px 0px 0px 6px; box-shadow: inset 0px 0 0px 0 {color:bg links hover}; -moz-transition: all 1s ease-out; -webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out; -ms-transition: all 0.85s ease-out; transition: all 1s ease-out; }
  274. #nenis:hover {box-shadow: inset 200px 0 0px 0 #d4d4d4; color: {color:links hover};}
  275. #nenis:hover a{color: {color:links hover}; padding-left:50px;}
  276.  
  277. .desc{margin-top:110px; margin-left:120px;background-color:transparent padding:0px; width: 200px; height: 160px; text-align:center; color: {color:descricao}; font-family:'muli'; font-size: 10px; opacity: 0; -webkit-transition-duration: 1s; -moz-transition-duration: 0.40s; position:fixed;}
  278. .desc:hover { opacity: 0.75;-webkit-transition:0.3s; -webkit-transform: rotate(360deg); padding-top:230px;}
  279.  
  280.  
  281. @font-face {
  282. font-family: 'Muli';
  283. font-style: normal;
  284. font-weight: 400;
  285. src: local('Muli'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
  286.  
  287. @font-face {
  288. font-family: 'Wire One';
  289. font-style: normal;
  290. font-weight: 400;
  291. src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
  292. }
  293.  
  294. @font-face {
  295. font-family: 'Baumans';
  296. font-style: normal;
  297. font-weight: 400;
  298. src: local('Baumans'), local('Baumans-Regular'), url(http://themes.googleusercontent.com/static/fonts/baumans/v2/3DEdKAl82M5rDSLBVcU5jA.woff) format('woff');
  299. }
  300. @font-face {
  301. font-family: 'Orienta';
  302. font-style: normal;
  303. font-weight: 400;
  304. src: local('Orienta'), local('Orienta-Regular'), url(http://themes.googleusercontent.com/static/fonts/orienta/v1/nPJ0J30J_zQZtBhztPPbaA.woff) format('woff');
  305. }
  306. @font-face {
  307. font-family: 'Pacifico';
  308. font-style: normal;
  309. font-weight: 400;
  310. src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://themes.googleusercontent.com/static/fonts/pacifico/v4/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
  311. }
  312. @font-face {font-family: "murray";
  313. src: url(http://static.tumblr.com/sbxkdxg/O2jmpziur/richardm.ttf) format("truetype");}
  314.  
  315. @font-face {font-family: "Admiration";
  316. src: url(http://static.tumblr.com/sbxkdxg/3y3mq24wv/admiration_pains.ttf) format("truetype");}
  317.  
  318. @font-face {font-family: "contribute";
  319. src: url(http://static.tumblr.com/sbxkdxg/rA9mq250j/contribute_free-version.ttf) format("truetype");}
  320.  
  321. @font-face {font-family: "geosans";
  322. src: url(http://static.tumblr.com/sbxkdxg/y16mq254k/geosanslight.ttf) format("truetype");}
  323.  
  324. @font-face {font-family: "amazing";
  325. src: url(http://static.tumblr.com/sbxkdxg/88emq258m/the_amazing_grace.ttf) format("truetype");}
  326.  
  327. @font-face {font-family: "long";
  328. src: url(http://static.tumblr.com/sbxkdxg/UKCmq25b6/longcoolwoman.ttf) format("truetype");}
  329.  
  330. @font-face {font-family: "mers";
  331. src: url(http://static.tumblr.com/sbxkdxg/3asmq25cp/mers.ttf) format("truetype");}
  332.  
  333. @font-face {font-family: "litos";
  334. src: url(http://static.tumblr.com/sbxkdxg/Slimq25et/litos_script_regular.otf) format("truetype");}
  335.  
  336. @font-face {font-family: "aerolite";
  337. src: url(http://static.tumblr.com/sbxkdxg/UHmmq25gr/aerolite.otf) format("truetype");}
  338.  
  339. @font-face {font-family: "urania";
  340. src: url(http://static.tumblr.com/sbxkdxg/CWKmq25iq/urania_serif.ttf) format("truetype");}
  341.  
  342. @font-face {font-family: "open";
  343. src: url(http://static.tumblr.com/sbxkdxg/E6Gmq25jz/opendyslexicalta-regular.otf) format("truetype");}
  344.  
  345. @font-face {font-family: "mov";
  346. src: url(http://static.tumblr.com/sbxkdxg/rnBmq25sc/movlette.ttf) format("truetype");}
  347.  
  348.  
  349. @font-face { font-family: "lekton";
  350. src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf');}
  351. @font-face {font-family: "wendy";
  352. src: url(http://static.tumblr.com/sbxkdxg/vZ8mpvvkk/wendy.ttf) format("truetype");}
  353. @font-face {font-family: "aubrey1";
  354. src: url(http://static.tumblr.com/sbxkdxg/PTHmpvw2n/aubrey1__.ttf) format("truetype");}
  355. @font-face {font-family: "little_days";
  356. src: url(http://static.tumblr.com/sbxkdxg/Bx6mpvx6k/little_days.ttf) format("truetype");}
  357. @font-face {font-family: "dilana";
  358. src: url(http://static.tumblr.com/sbxkdxg/wLBmpvxyc/fuente__dilana.ttf) format("truetype");}
  359. @font-face {font-family: "capsuula";
  360. src: url(http://static.tumblr.com/sbxkdxg/AUempvxzk/capsuula.ttf) format("truetype");}
  361.  
  362.  
  363. @font-face {font-family: "vintage";
  364. src: url(http://static.tumblr.com/sbxkdxg/Ts8mpvt7i/vintage_straps_light.ttf) format("truetype");}
  365.  
  366.  
  367.  
  368. </style>
  369. <body>
  370. <!------- SUA PLAYLIST AQUI ----------->
  371.  
  372.  
  373. <!----- Se mexer aqui vai da pani, e o theme não vai funcionar--->
  374. <div class="meutheme"><a href="http://bau-de-incertezas.tumblr.com/" title="bau-de-incertezas">Crédito</a></div></div></div></div></div>
  375.  
  376.  
  377. <div class="fotosidebar">
  378. <img src="{image:sidebar}"></div>
  379.  
  380. <div id="fundinho">
  381. <div id="nenis">
  382. <a href="{text:link1}">✝ {text:link1 title}</a><br></div>
  383. <div id="nenis">
  384. <a href="{text:link2}">✝ {text:link2 title}</a><br></div>
  385. <div id="nenis">
  386. <a href="{text:link3}">✝ {text:link3 title}</a><br></div>
  387. <div id="nenis">
  388. <a href="{text:link4}">✝ {text:link4 title}</a><br></div>
  389. <div id="nenis">
  390. <a href="{text:link5}">✝ {text:link5 title}</a><br></div>
  391. </div>
  392. </div>
  393. <div id="frase">{text:frase}</div>
  394. <div class="detal"></div>
  395.  
  396.  
  397. <div id="pagination">
  398. <div class="page">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div></div>
  399.  
  400. <div id="allboxes">
  401.  
  402.  
  403. <div id="post">
  404. <div class="autopagerize_page_element">
  405. <div id="entry">
  406.  
  407. {block:Posts}
  408. <div class="posts">
  409.  
  410. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  411.  
  412. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  413.  
  414. {block:Photoset}{Photoset-400}{/block:Photoset}
  415.  
  416.  
  417.  
  418. {block:Quote}
  419. <div class="myquote">" {Quote} "</div>
  420. <div class="myquote2">
  421. {block:Source}{Source}{/block:Source}</div>
  422. {/block:Quote}
  423.  
  424. {block:Link}
  425. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  426. {block:Description}{Description}{/block:Description}
  427. {/block:Link}
  428.  
  429. {block:Chat}
  430. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  431. <div class="chat"><ul>{block:Lines}
  432. <li class="person{UserNumber}">{block:Label}
  433. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  434. {/block:Chat}
  435.  
  436. {block:Audio}
  437. <div class="player">{AudioPlayerBlack}</div>
  438. {block:Caption}{Caption}{/block:Caption}
  439. {/block:Audio}
  440.  
  441. {block:Video}{Video-400}{/block:Video}
  442.  
  443. {block:Answer}
  444. <div class="post">
  445. <img src="{AskerPortraitURL-64}" align="right" class="askfoto">
  446. <div class="pergunta">
  447. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}:</div>
  448. {Question}
  449. </div>
  450. <div class= "respost">{Answer}</div></div>
  451. {/block:Answer}
  452.  
  453. {block:Photoset}<center>{Photoset-100}</center>
  454. {/block:Photoset}
  455.  
  456.  
  457. <div id="st">
  458. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  459. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  460. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  461.  
  462. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  463. {/block:ContentSource}</div></div>
  464. <br>
  465.  
  466. <div class="wih">
  467. {block:Date}<div id="notest">
  468. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} . <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} . <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}.<a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  469. </div></center>{/block:IfShowTags}{/block:Date}</div>
  470. </div>
  471.  
  472.  
  473. {/block:Posts}
  474. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  475.  
  476.  
  477. </div>
  478. </div>
  479. </div>
  480. </div>
  481.  
  482.  
  483.  
  484. </body>
  485. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement