diariodeumjudas

Theme 32

Nov 19th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.85 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! theme by sintonizo
  6. DONT COPY BABY, be original (c) !>
  7.  
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Engagement' rel='stylesheet' type='text/css'>
  14.  
  15. <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  18.  
  19. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  20. <script type="text/javascript">
  21. function slideSwitch() {
  22. var $active = $('#slideshow2 img.active');
  23.  
  24. $active.addClass('last-active');
  25.  
  26. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  27. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  28.  
  29. $next.css({opacity: 0.0})
  30. .addClass('active')
  31. .animate({opacity: 1.0}, 1000, function() {
  32. $active.removeClass('active last-active');
  33. });
  34. }
  35.  
  36. $(function() {
  37. //Executa a função a cada 2 segundos
  38. setInterval( "slideSwitch()", 2500 );
  39. });
  40. </script>
  41. <script type="text/javascript">
  42. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  43.  
  44. function tb8_makeArray(n){
  45. this.length = n;
  46. return this.length;
  47. }
  48. tb8_messages = new tb8_makeArray(1);
  49. tb8_messages[0] = "{Title}";
  50. tb8_rptType = 'infinite';
  51. tb8_rptNbr = 5;
  52. tb8_speed = 100;
  53. tb8_delay = 2000;
  54. var tb8_counter=1;
  55. var tb8_currMsg=0;
  56. var tb8_tekst ="";
  57. var tb8_i=0;
  58. var tb8_TID = null;
  59. function tb8_pisi(){
  60. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  61. document.title = tb8_tekst;
  62. tb8_sp=tb8_speed;
  63. tb8_i++;
  64. if (tb8_i==tb8_messages[tb8_currMsg].length){
  65. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  66. }
  67. if (tb8_currMsg == tb8_messages.length){
  68. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  69. clearTimeout(tb8_TID);
  70. return;
  71. }
  72. tb8_counter++;
  73. tb8_currMsg = 0;
  74. }
  75.  
  76. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}
  77. tb8_pisi()
  78.  
  79. </script>
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  82.  
  83. <!-- DEFAULT VARIABLES -->
  84.  
  85. <meta name="font:text" content="verdana" />
  86. <meta name="font:title" content="georgia" />
  87. <meta name="color:background" content="#f8f8f8" />
  88. <meta name="color:fundo" content="#ffffff" />
  89. <meta name="color:link" content="#000000" />
  90. <meta name="color:text" content="#000000" />
  91. <meta name="color:post" content="#ffffff" />
  92. <meta name="color:scroll" content="#000000" />
  93. <meta name="color:ask" content="#ebebeb" />
  94. <meta name="color:links" content="#000" />
  95. <meta name="color:tags" content="#000" />
  96. <meta name="color:linkbg" content="#ffffff" />
  97. <meta name="color:linktext" content="#000" />
  98. <meta name="color:linkbghover" content="#000" />
  99. <meta name="color:linktexthover" content="#fff" />
  100. <meta name="color:border" content="#EEEEEE" />
  101. <meta name="color:titlee" content="#EEEEEE" />
  102.  
  103.  
  104. <meta name="image:background" content="" />
  105.  
  106. <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_mamp904K9L1rzamyno1_500.jpg"/>
  107.  
  108. <meta name="text:title1" content="blood" />
  109. <meta name="text:title2" content="into" />
  110. <meta name="text:title3" content="flames" />
  111.  
  112.  
  113. <meta name="text:link1" content="/" />
  114. <meta name="text:Link1 Title" content="link" />
  115. <meta name="text:Link2" content="/" />
  116. <meta name="text:Link2 Title" content="link" />
  117. <meta name="text:Link3" content="/" />
  118. <meta name="text:Link3 Title" content="link" />
  119. <meta name="text:Link4" content="/" />
  120. <meta name="text:Link4 Title" content="link" />
  121. <meta name="text:Link5" content="/" />
  122. <meta name="text:Link5 Title" content="link" />
  123. <meta name="text:Link6" content="/" />
  124. <meta name="text:Link6 Title" content="link" />
  125.  
  126.  
  127.  
  128.  
  129. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  130.  
  131.  
  132.  
  133.  
  134.  
  135. <title>{Title}</title>
  136. <link rel="shortcut icon" href="{Favicon}">
  137. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  138. {block:Description}
  139. <meta name="description" content="{MetaDescription}" />
  140. {/block:Description}
  141.  
  142. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  143.  
  144.  
  145. <style type="text/css">
  146.  
  147.  
  148. body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  149.  
  150. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  151.  
  152. p {margin: 6px 0 0 0}
  153.  
  154. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  155. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  156. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  157. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  158.  
  159. blockquote img{max-width: 470px!important}
  160. blockquote blockquote img{max-width: 450px!important}
  161. blockquote blockquote blockquote img{max-width: 430px!important}
  162. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  163. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
  164.  
  165. }
  166. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  167.  
  168. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width:400px; position:fixed; }
  169.  
  170.  
  171. #entries{float: left; margin-left:490px; margin-top: 20px; position: relative; border-left: 0px solid {color:background}; z-index:1000; }
  172.  
  173.  
  174. #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  175.  
  176.  
  177.  
  178.  
  179. .danpost {width: 400px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
  180.  
  181. .danpost:hover #info {opacity:0.9; margin-left:140px; margin-top:0px;}
  182. .danpost:hover #infu {opacity:1}
  183.  
  184. #infu {text-align: center; font-size: 9px; font-family: tahoma; text-transform: lowercase; z-index: 11; margin-top:10px;}
  185. #infu a {font-size: 9px;}
  186.  
  187. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  188. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  189. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  190.  
  191. .image {text-align: center; border: 0px}
  192. .image img {max-width: 400px; margin-bottom: 2px }
  193.  
  194. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  195. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  196. .oiqqtts a, a:hover{text-transform: none;}
  197.  
  198. .chat {line-height: 13px; list-style: none }
  199. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  200. .person1 {color: {color:text}; padding: 2px; }
  201. .person1 .label {font-weight: bold; color:{color:text}}
  202. .person2 {color: {color:text}; padding: 2px; }
  203. .person2 .label {font-weight: bold; color:{color:text}}
  204.  
  205. .player {background-color: #000; text-align: left; display:block;}
  206.  
  207. /* asker */
  208.  
  209. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  210. .asker img{float: left; padding: 0px 5px 0px 0px}
  211. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  212. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  213. .question {font-size: 10px;}
  214. .answer {padding: 4px}
  215. .answer img {max-width: 470px;}
  216.  
  217. .bg {width: 480px; background-color: {color:entrie}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
  218.  
  219.  
  220. #infoa {text-align:center;margin-top:0px; height:10px; text-transform:uppercase; padding:5px; font-size:9px; text-transform: none; text-align:center;opacity:2; border-bottom: 1px solid {color:fundo}; border-top: 1px solid {color:fundo};}
  221.  
  222.  
  223. .source{display:none; }
  224.  
  225. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; }
  226. #oidata a {font-size: 9px;}
  227.  
  228. #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
  229. #oidata2 a {font-size: 9px; }
  230.  
  231. #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px;}
  232. #oidata3 a {font-size: 9px; }
  233.  
  234. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; margin-left: 100px; text-transform: lowercase;}
  235. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase; opacity: 0.7;}
  236.  
  237. .pquote {font-family: tahoma; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  238. .pquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
  239. .pquotesource a, a:hover{text-transform: none;}
  240.  
  241. #cap {width: 400px; margin-top: -2px; }
  242. .source {display: none;}
  243.  
  244. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left; }
  245. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  246. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; border:2px solid #000;}
  247. .notes img{display: none; border:0px}
  248.  
  249.  
  250. .question {
  251. color:{color:text};
  252. font-size: 11px;
  253. font-weight: normal;
  254. font-family: verdana;
  255. line-height:95%;
  256. background: {color:background};
  257. position: relative;
  258. min-height:70px;
  259. padding:10px 15px;
  260. margin-bottom:2px;
  261. margin-right:-10px;}
  262.  
  263. .questionarrow {
  264. font-size:30px;
  265. color:{color:background};
  266. vertical-align:middle;
  267. margin-left:-5px!important;}
  268.  
  269. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  270. .asker a {color:{color:text};}
  271. .asker img {float:left; margin-left:500px; vertical-align:top; margin-right:3px; max-height:15px;}
  272.  
  273. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  274. .asking a{color:{color:text};}
  275. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  276.  
  277. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  278.  
  279. .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15; -moz-opacity: 0.15; filter: alpha(opacity=15);}
  280. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  281.  
  282. /** estilo de ask by htmland **/
  283. @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  284. .hlanswer {background: #bebebe color: {color:text}; background: {color:ask}; width: 385px; font: normal 10px arial; margin-bottom: 2px; padding-top: 8px; padding-left: 13px; padding-bottom: 13px; text-align: justify; display: block; overflow: hidden; border-top: 2px solid #bebebe;}
  285. .hlanswer img {border: 2px solid #bebebe; float: right; margin-top: -15px; margin-left: 13px; margin-bottom: -13px; opacity: 0.8; }
  286. .hlanswer img:hover {opacity: 1.0}
  287. .hlanswerinfo {background: transparent; padding: 3px; float: left; display: inline-block; width: auto; color: {color:text}; font: normal 10px "tahoma"; text-transform: none; margin-bottom: -1px}
  288. .hlanswerinfo a {color: {color:text};}
  289.  
  290. #entry {float: left; margin-left: 250px; margin-top:0px; opacity:0.9; }
  291.  
  292. .posts { width: 400px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; }
  293.  
  294.  
  295.  
  296.  
  297. ::-webkit-scrollbar{width:5px;height:5px;}
  298. ::-webkit-scrollbar-button:start:decrement
  299. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  300. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  301. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  302. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  303.  
  304. #tumblr_controls{position: fixed!important}
  305. #tumblr_controls{position: fixed!important}
  306. #tumblr_controls{position: fixed!important}
  307. #tumblr_controls{position: fixed!important}
  308.  
  309. #contain {margin: 0px auto; -webkit-transition: all 1.2s ease-in-out; z-index:9}
  310.  
  311. #side {position: fixed; margin-top: -8px; margin-left: 60px; width: 140px; height: 1130px; background: {color:fundo}; z-index:20}
  312.  
  313. #imagebru1{float: left; margin-top: 200px; margin-left:8px; padding: 0px; width: 120px; height:190px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color: {color:background}; border: 2px solid {color:background};}
  314. #imagebru1 a {background-attachment: absolute;}
  315. #imagebru2 {margin-top: 0px; margin-left: 0px; position: absolute;}
  316. #imagebru2 img{width: 120px; height:190px; position: absolute; -webkit-transform: rotate(0deg); -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-filter: grayscale(70%);}
  317. #imagebru2 img:hover {opacity:0.8}
  318.  
  319. #title {position: absolute; margin-left: 10px; font-family: Trebuchet MS; font-size: 14px; text-align: center; margin-top: 112px; height:80px; width: 120px; color:{color:titlee}; line-height: 19px; letter-spacing: 0px; background-color: ; padding: 0px; border-bottom: 1px solid {color:titlee};}
  320.  
  321. #paginal {font-family: verdana; font-size: 10px; text-align: center;}
  322. #paginal a {background: {color:linkbg}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:linktext};}
  323. #paginal a:hover {background: {color:linkbg}; color: {color:linktext};}
  324. #paginal span.pagina_atual {background: {color:linkbg}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:linktext}; font-weight: bold; text-decoration: none;}
  325. .ps {position:fixed; color: #000; padding: 0px; margin-top: 475px; margin-left: 20px; width: 220px; height:5px; z-index: 2000000;}
  326.  
  327. #bru1 {width:120px; height: 192px; float: left; margin-left:10px; margin-top: 200px; padding: 0px; text-align: center; position: absolute; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; border-bottom: 0px solid {color:fundo}; border-right: 0px solid {color:fundo}; border-top: 0px solid {color:fundo}; border-bottom: 0px solid {color:fundo}; opacity:0; background: url(http://static.tumblr.com/kwaqeuc/cbCm42wjc/bg.png);}
  328. #bru1:hover {opacity:1}
  329. #bru1 a {float: left; margin-left: 1px; font-family: georgia; font-size: 9px; text-align: center; margin-top: 4px; height: 27px; width: 116px; color:#fff line-height: 31px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:fundo}; text-transform: lowercase; text-shadow:1px 1px 1px #000;}
  330. #bru1 a:hover{color:#000;}
  331.  
  332. .love {clear: both; float: left; width: 164px; margin-top: 397px; text-align: center; margin-left: 8px; }
  333.  
  334. .love a {float: left; margin-right: 1px; display: block; width: 116px; letter-spacing: 0px; font-family: calibri; font-size: 11px; text-align: right; margin-bottom: 1px; background-color: {color:linkbg}; color:{color:linktext};; text-decoration: none; text-transform: lowercase; height: 4px; line-height: 4px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; padding: 4px;}
  335. .love a:hover {letter-spacing: 0px; background-color: {color:linktext}; color:{color:linkbg}; font-weight: bold; }
  336.  
  337. </style>
  338.  
  339. </head>
  340.  
  341. <body>
  342.  
  343. <div id="contain">
  344. <div id="side">
  345.  
  346. <div id="title">
  347. <div style="font-family: Oranienbaum; line-height: 15px; text-transform: uppercase; font-size: 35px;"><link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>{text:title1}</h1></div>
  348. <div style="font-family: Oranienbaum; line-height: 45px; text-transform: uppercase; font-size: 30px;"><link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>
  349. {text:title2}</h1></div>
  350. <div style="font-family: Oranienbaum; line-height: 7px; text-transform: uppercase; font-size: 30px;"><link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>{text:title3}</h1></div>
  351. </div>
  352.  
  353. <div id="imagebru1">
  354. <div id="imagebru2">
  355. <img src="{image:sidebar}"/>
  356. </div></div>
  357.  
  358. <div id="bru1"><br>
  359. {description}
  360. </div>
  361.  
  362. <div class="love">
  363. <a href="{text:Link1}" class="link1">{text:Link1 Title}</a>
  364. <a href="{text:Link2}" class="link2">{text:Link2 Title}</a>
  365. <a href="{text:Link3}" class="link3">{text:Link3 Title}</a>
  366. <a href="{text:Link4}" class="link4">{text:Link4 Title}</a>
  367. <a href="{text:Link5}" class="link5">{text:Link5 Title}</a>
  368. <a href="{text:Link6}" class="link6">{text:Link6 Title}</a>
  369.  
  370. </div></div>
  371.  
  372.  
  373.  
  374. <div class="ps"><div id="paginal">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  375. {block:JumpPagination length="5"}
  376. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  377. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  378. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  379. </div></div>
  380.  
  381.  
  382. <div style="display:block; height: 350px; bottom:-295px;left:102px;font-size:9px;font-family:georgia;position:fixed;background-color:{color:linkbg}; color: {color:linktext}; padding:3px;border-radius:0px;z-index:55554235555;opacity:0.75;"><a href="http://sintonizo.tumblr.com" title= "made by sintonizo, dtlhs of a-cids and promisse.">sintonizo</a> <font color="#000">©</font></a></div>
  383.  
  384. <div id="entry">
  385.  
  386. {block:Posts}
  387. <div class="posts">
  388.  
  389. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  390.  
  391. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  392.  
  393. {block:Photoset}{Photoset-400}{/block:Photoset}
  394.  
  395. {block:Quote}
  396. <div class="pquote">“{Quote}”</div>
  397. {block:Source}<div class="pquotesource"> <font color="(color:tags)"> — </font></a> {Source}</div>
  398. {/block:Source}
  399. {/block:Quote}
  400.  
  401. {block:Link}
  402. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  403. {block:Description}{Description}{/block:Description}
  404. {/block:Link}
  405.  
  406. {block:Chat}
  407. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  408. <div class="chat"><ul>{block:Lines}
  409. <li class="person{UserNumber}">{block:Label}
  410. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  411. {/block:Chat}
  412.  
  413. {block:Audio}
  414. <div class="player">{AudioPlayerBlack}</div>
  415. {block:Caption}{Caption}{/block:Caption}
  416. {/block:Audio}
  417.  
  418. {block:Video}{Video-400}{/block:Video}
  419.  
  420.  
  421. {block:Answer}
  422. <table width="400px" cellspacing="0" cellpadding="0">
  423. <tr>
  424. <td width="415px" class="question">{Question}</td>
  425. <td width="30px"><span class="questionarrow">◤</span></td>
  426. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  427. </tr>
  428. </table>
  429. <div class="answer">{Answer}</div>
  430. {/block:answer}
  431.  
  432.  
  433. <div id="cap">
  434. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  435. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  436. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  437.  
  438. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  439. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  440. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  441. {/block:ContentSource}</div></div>
  442. <br>
  443.  
  444. <div class="credito">
  445. {block:Date}<div id="infoa">
  446. <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}
  447. </div></center>{/block:IfShowTags}{/block:Date}</div>
  448. <div class="tags">{block:HasTags}{block:Tags} <font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  449. </div>
  450.  
  451.  
  452. {/block:Posts}
  453. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  454.  
  455.  
  456. </div>
  457. </div>
  458. </div>
  459. </div>
  460.  
  461. </body>
  462. </html>
Advertisement
Add Comment
Please, Sign In to add comment