Advertisement
bau-de-incertezas

Theme 7

Jul 18th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.36 KB | None | 0 0
  1. <!---------------------------------------------------
  2. ! !
  3. ! !
  4. !THEME POR BAU-DE-INCERTEZAS, CRÉDITOS EM TODO O CSS!
  5. ! !
  6. ! !
  7. !--------------------------------------------------->
  8.  
  9.  
  10. <!------------------------------------------------
  11. BBBBBBBB AA UU UU
  12. BB B AA AA UU UU
  13. BB B AA AA UU UU
  14. BB B AA AA UU UU
  15. BBBBBBBB AA AA UU UU
  16. BB B AAAAAAAAAAAAAA UU UU
  17. BB B AA AA UU UU
  18. BB B AA AA UUU UUU
  19. BBBBBBBB AA AA UUUUUUU
  20. ------------------------------------------------->
  21.  
  22. <html>
  23. <script type="text/javascript">
  24. //desabilita menu de opcoes ao clicar no botao direito
  25. function desabilitaMenu(e)
  26. {
  27. if (window.Event)
  28. {
  29. if (e.which == 2 || e.which == 3)
  30. return false;
  31. }
  32. else
  33. {
  34. event.cancelBubble = true
  35. event.returnValue = false;
  36. return false;
  37. }
  38. }
  39.  
  40. //desabilita botao direito
  41. function desabilitaBotaoDireito(e)
  42. {
  43. if (window.Event)
  44. {
  45. if (e.which == 2 || e.which == 3)
  46. return false;
  47. }
  48. else
  49. if (event.button == 2 || event.button == 3)
  50. {
  51. event.cancelBubble = true
  52. event.returnValue = false;
  53. return false;
  54. }
  55. }
  56.  
  57. //desabilita botao direito do mouse
  58. if ( window.Event )
  59. document.captureEvents(Event.MOUSEUP);
  60. if ( document.layers )
  61. document.captureEvents(Event.MOUSEDOWN);
  62.  
  63. document.oncontextmenu = desabilitaMenu;
  64. document.onmousedown = desabilitaBotaoDireito;
  65. document.onmouseup = desabilitaBotaoDireito;
  66. </script>
  67.  
  68.  
  69.  
  70.  
  71. <head><title>{Title}</title>
  72. <link rel="shortcut icon" href="http://static.tumblr.com/sbxkdxg/6Mjmpw40s/16-heart-red-xs.png">
  73.  
  74. <meta name="image:background" content="{image:background}" />
  75. <meta name="image:sidebar" content="{image:sidebar}"/>
  76.  
  77. <meta name="text:frase" content="Uma frase aqui...." />
  78. <meta name="text:subfrase" content="...e outra aqui" />
  79.  
  80. <meta name="color:background" content="#ffffff" />
  81. <meta name="color:text" content="#808080" />
  82. <meta name="color:scroll" content="#aca6a6"/>
  83. <meta name="color:chat" content="#000" />
  84. <meta name="color:ask" content="#C0C0C0" />
  85. <meta name="color:tags" content="#c5c5c5" />
  86. <meta name="color:link" content="#808080" />
  87. <meta name="color:linkshover" content="#808080" />
  88. <meta name="color:linkspost" content="#808080" />
  89. <meta name="color:post" content="#fff" />
  90. <meta name="color:textask" content="#fff" />
  91. <meta name="color:note" content="#fff" />
  92. <meta name="color:borda" content="#aca6a6" />
  93. <meta name="color:borda2" content="#aca6a6" />
  94. <meta name="color:subfrase" content="#aca6a6" />
  95. <meta name="color:frase" content="#aca6a6" />
  96. <meta name="color:sidebar" content="#fff" />
  97. <meta name="color:bg links" content="#c0c0c0" />
  98. <meta name="color:bg borda link" content="#808080" />
  99. <meta name="color:texto link" content="#fff" />
  100.  
  101.  
  102. <meta name="text:Link1" content="" />
  103. <meta name="text:Link1 Title" content="link 1" />
  104. <meta name="text:Link2" content="" />
  105. <meta name="text:Link2 Title" content="link 2" />
  106. <meta name="text:Link3" content="" />
  107. <meta name="text:Link3 Title" content="link 3" />
  108. <meta name="text:Link4" content="" />
  109. <meta name="text:Link4 Title" content="link 4" />
  110. <meta name="text:Link5" content="" />
  111. <meta name="text:Link5 Title" content="link 5" />
  112. <meta name="text:Link6" content="" />
  113. <meta name="text:Link6 Title" content="link 6" />
  114. <meta name="text:Link7" content="" />
  115. <meta name="text:Link7 Title" content="link 7" />
  116. <meta name="text:Link8" content="" />
  117. <meta name="text:Link8 Title" content="link 8" />
  118.  
  119. <style type="text/css">
  120.  
  121. /**--BAU-DE-INCERTTEZAS---**/
  122.  
  123. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  124.  
  125. 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;}
  126.  
  127. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  128.  
  129. a:hover {color: {color:linkshover};text-decoration:none;}
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. blockquote {margin: 6px 6px 6px 6px; border-left: 8px solid {color:background}; padding-left: 5px; }
  137. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  138. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  139. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  140.  
  141. blockquote img{max-width: 450px!important}
  142. blockquote blockquote img{max-width: 450px!important}
  143. blockquote blockquote blockquote img{max-width: 430px!important}
  144. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  145.  
  146.  
  147. #container {text-align: center; width: 900px; margin: -5px auto 15px auto; padding: 0px; z-index: 1}
  148.  
  149. #entry {float: left; margin-bottom: 26px; margin-left: 400px;}
  150.  
  151. /*******post*****************/
  152.  
  153. .posts {width: 410px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: Corbel; font-size: 13px; position: relative; color:{color:text};}
  154.  
  155. h1 {font-family: corbel; text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  156. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  157. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:links hover}; font-weight: normal; line-height: 18px;}
  158.  
  159.  
  160.  
  161. .image {text-align: center; border: 1px}
  162. .image img {max-width: 400px; margin-bottom: 1px; -webkit-transition-duration: 0.40s;}
  163. .image img:hover {max-width: 400px; margin-bottom: 1px; -webkit-filter: grayscale(100%); opacity: 0.8;}
  164.  
  165.  
  166. .myquote3{margin-left: 0px; margin-top:-30px; color: {color:text}; font-family:'dancingintheminefields'; font-size:60px; opacity:0.3; }
  167.  
  168. .myquote{color: {color:text}; font-family:corbel; text-align: left; font-size: 14px; line-height: 15px; padding: 10px; margin-top: -70px; opacity:0.8; margin-left:20px;}
  169. .myquote:first-letter{font-family:fuente__dilana; font-size:35px; opacity:0.8;}
  170.  
  171. .myquote2 {font-family:'consolas'; font-size:12px; text-align: right; color: {color:text}; opacity:0.8;}
  172.  
  173.  
  174.  
  175.  
  176. .chat {line-height: 20px; list-style: none }
  177. .chat ul {line-height: 13px; list-style: none; padding: 10px; line-height:14px;}
  178. .person1 {color: {color:chat}; padding: 2px; }
  179. .person1 .label {font-weight: bold; color:{color:chat}}
  180. .person2 {color: {color:chat}; padding: 2px; }
  181. .person2 .label {font-weight: bold; color:{color:chat}}
  182.  
  183. .player {background-color: #fff; text-align: left; display:block;}
  184.  
  185.  
  186. /************** ASK INSPIRADA EM I-NSEGUR-A***************/
  187. .question {margin-left:10px;position: relative;min-height:70px;padding:10px 15px;margin-bottom:2px;margin-right:10px; background: {color:ask}; }
  188. .question { color:{color:textask}; font-size: 11px;font-weight: normal;fon-family: verdana;line-height:95%; widht:400px;}
  189.  
  190. .asking {text-align:center; color:{color:text}; font:9px calibri; text-transform:uppercase; opacity:1; margin-top:5px; margin-left:50px;}
  191.  
  192. .asking a{color:{color:text}; text-transform:uppercase; margin-top:5px;}
  193.  
  194. .asking img {width:45px; vertical-align:middle; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;padding:3px;opacity:1;border:1px solid {color:ask}; }
  195.  
  196. .asking img:hover {webkit-filter: grayscale(1);-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;opacity:1}
  197.  
  198. .questionarrow {font-size:30px;color:{color:ask};vertical-align:middle;margin-left:-5px!important; }
  199.  
  200.  
  201.  
  202. #st {width: 400px; margin-top: -2px;}
  203. .source {display: none;}
  204.  
  205. #wih {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  206. #wih:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  207.  
  208.  
  209. #notest {background-color: {color:note}; border-bottom: 1px solid {color:tags} ;border-top: 1px solid {color:tags} ;text-align: left; margin-top:0px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;{block:If1coluna} ;margin: 7px 0 0 7px; {/block:If1coluna}}
  210. #notest a {font-size: 10px; font-style:normal;text-transform: uppercase;{block:If1coluna} border-top:0px solid {color:post fundo}; {/block:If1coluna}}
  211. #notest a:hover {font-style:italic;}
  212.  
  213.  
  214. ::-webkit-scrollbar {width: 8px; height:auto; background:{color:background}}
  215. ::-webkit-scrollbar-corner {padding:20px;background:{color:background}}
  216. ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:scrollbar}; }
  217. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 8px; display: block; background:{color:scrollbar}}
  218. ::-webkit-scrollbar-thumb:vertical {border-radius: 5px 0px 0px 5px; background:{color:scroll};}
  219. ::-webkit-scrollbar-thumb:horizontal {border-radius: 5px 0px 0px 5px; background: {color:background};}
  220. ::-webkit-scrollbar-thumb {background: {color:scroll};}
  221.  
  222.  
  223.  
  224. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  225. ol.notes {list-style:none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  226. ol.notes li {background-color: {color:dtlhpost}; margin-bottom: 2px; padding: 5px; }
  227. .notes img{display: none; border:0px}
  228.  
  229.  
  230. /*Paginação por bau-de-incertezas*/
  231.  
  232. #pagination{
  233. position:fixed;
  234. width: 100px;
  235. margin-top:85px;
  236. margin-left:100px;
  237. color:#808080;
  238. text-align:right;}
  239.  
  240. #page a {
  241. letter-spacing:1px;
  242. font-size:14px;
  243. font-family:georgia;}
  244.  
  245. /*************SIDEBAR bau-de-incertezas******************/
  246.  
  247.  
  248.  
  249.  
  250. #sidebarst {position: absolute;width:180px;height:195px;margin-left:150px;
  251. margin-top: 100px; border:2px solid {color:borda2};position:fixed; background: {color:sidebar};}
  252.  
  253. .imagem {position: absolute;width:165px;height:150px;margin-left:5px;
  254. margin-top: 5px; border:2px solid {color:borda};position:fixed;}
  255.  
  256. .imagem img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
  257. -moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:150px;width: 165px;padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;-webkit-border-radius: 0px 0px 0px 0px;}
  258.  
  259. .imagem img:hover {-webkit-transition: all 0.5s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear; -webkit-filter: grayscale(100%); opacity: 0.4;}
  260.  
  261.  
  262. /********links bau-de-incertezas**********/
  263. #baubaby {width:180px; height: 40px; float: left; margin-left:155px; margin-top:265px; padding: 0px; text-align: center; position: fixed; z-index:100000; }
  264. #baubaby a {z-index:10000; display: inline-block;border:1px solid {color:borda link}; float: left; margin-left: 1px; font-family: tahoma; font-size: 8px; text-align: center; margin-top: 0px; height: 12px; width: 40px; color:{color:texto link}; line-height: 12px; text-transform: uppercase; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; font-style: normal; background-color: {color:bg links}; letter-spacing:1px; }
  265. #baubaby a:hover{ color: {color:borda}; box-shadow: inset 0 0 0 20px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4); -moz-transition: all .9s ease-out; -webkit-transition: all .8s ease-out;background-color: {color:sidebar}; border: 1px dashed {color:borda};}
  266.  
  267.  
  268. .baulinks{ position: absolute;width:160px;height:10px;margin-left:160px;
  269. margin-top: 260px;position:fixed; }
  270. .baulinks a { margin-left:-10px; width:20px; font-family: 'consolas'; padding: 5px; letter-spacing:1px; font-size:11px; text-transform:uppercase; text-align:center; color: {color:link}; opacity:0.9; border:1px solid {color:borda}; }
  271.  
  272. .baulinks a:hover{font-size:9px; font-weight:italic; opacity:0.7; }
  273.  
  274.  
  275. .baudesc {margin-left:-20px; margin-top:5px; border-top:1px solid {color:borda2}; font-family:corbe; font-size:11px; text-align:right}
  276.  
  277.  
  278. #bautitulo {margin-left:160px; margin-top:300px;position:fixed; font-family:little_days ;font-size: 20px ; color: {color:frase};}
  279.  
  280. .bautitulo2 {margin-left:20px; margin-top:-10px; width: 150px; text-align:right; position: fixed; font-family:gotham_nights; font-size:13px; color: {color:subfrase};}
  281.  
  282. /***************+FOLLOW BRANCO *************/
  283. 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; }
  284.  
  285. /***********CREDITO****************/
  286.  
  287. .meutheme {overflow: hidden; width: 30px; padding: 5px; background-color: {color:background}; height:8px; border:1px dashed {color:borda};position:fixed;}
  288. .meutheme a {margin-top: -2px; margin-left: -15px; color: {color:text}; font-family: corbel; font-size: 11px; position: absolute;opacity: 0.9;}
  289. .meutheme a:hover {opacity:0.8; color: {color:hover}; font-size:12px;}
  290.  
  291. /******************FONTES ********************/
  292.  
  293. @font-face {font-family: "fuente__dilana";
  294. src: url(http://static.tumblr.com/sbxkdxg/wLBmpvxyc/fuente__dilana.ttf) format("truetype");}
  295.  
  296. @font-face {font-family: "capsuula";
  297. src: url(http://static.tumblr.com/sbxkdxg/AUempvxzk/capsuula.ttf) format("truetype");}
  298.  
  299. @font-face {font-family: "little_days";
  300. src: url(http://static.tumblr.com/sbxkdxg/Bx6mpvx6k/little_days.ttf) format("truetype");}
  301.  
  302. @font-face {font-family: "aubrey1";
  303. src: url(http://static.tumblr.com/sbxkdxg/PTHmpvw2n/aubrey1__.ttf) format("truetype");}
  304.  
  305.  
  306. @font-face {font-family: "wendy";
  307. src: url(http://static.tumblr.com/sbxkdxg/vZ8mpvvkk/wendy.ttf) format("truetype");}
  308.  
  309. @font-face {font-family: "vintage_straps_light";
  310. src: url(http://static.tumblr.com/sbxkdxg/Ts8mpvt7i/vintage_straps_light.ttf) format("truetype");}
  311.  
  312. @font-face {font-family: "gotham_nights";
  313. src: url(http://static.tumblr.com/sbxkdxg/eLqmpvt2h/gotham_nights.ttf) format("truetype");}
  314.  
  315.  
  316. @font-face {font-family: "dawningofanewday";
  317. src: url(http://static.tumblr.com/sbxkdxg/coPmpsffg/dawningofanewday.ttf) format("truetype");}
  318.  
  319. @font-face {font-family: "dancingintheminefields";
  320. src: url(http://static.tumblr.com/sbxkdxg/VbMmpu3dp/dancingintheminefields.ttf) format("truetype");}
  321.  
  322. @font-face {font-family: "cedarville_pnkfun_1_cursive";
  323. src: url(http://static.tumblr.com/sbxkdxg/P4Hmpsp6p/cedarville_pnkfun_1_cursive.ttf) format("truetype");}
  324.  
  325.  
  326. /************código de visitas**********/
  327. a.btn{position:absolute;z-index:999999999999;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: all;}
  328.  
  329.  
  330.  
  331. </style>
  332. </head>
  333.  
  334. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  335.  
  336.  
  337.  
  338. <div id="sidebarst">
  339. <div class="imagem">
  340. <img src="{image:sidebar}" height= "150"; width= "150"></div></div>
  341.  
  342. <div id="baubaby">
  343. <a href="{text:link1}">{text:link1 title}</a>
  344. <a href="{text:link2}">{text:link2 title}</a>
  345. <a href="{text:link3}">{text:link3 title}</a>
  346. <a href="{text:link4}">{text:link4 title}</a>
  347. <a href="{text:link5}">{text:link5 title}</a>
  348. <a href="{text:link6}">{text:link6 title}</a>
  349. <a href="{text:link7}">{text:link7 title}</a>
  350. <a href="{text:link8}">{text:link8 title}</a>
  351.  
  352. </div>
  353.  
  354.  
  355.  
  356. </div>
  357.  
  358. </center></div>
  359. <div id="pagination">
  360. <div class="page">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></div>
  361.  
  362. <div class="meutheme"><a href="http://bau-de-incertezas.tumblr.com/" title="bau-de-incertezas">Theme</a></div>
  363.  
  364.  
  365. <div id="bautitulo">{text:frase}
  366. <div class="bautitulo2">{text:subfrase}
  367. <div class="baudesc">{description}</div></div></div>
  368.  
  369.  
  370.  
  371. </div></div>
  372.  
  373.  
  374. <div id="allboxes">
  375.  
  376. <div id="post">
  377. <div class="autopagerize_page_element">
  378. <div id="entry">
  379.  
  380. {block:Posts}
  381. <div class="posts">
  382.  
  383. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  384.  
  385. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  386.  
  387. {block:Photoset}{Photoset-400}{/block:Photoset}
  388.  
  389. {block:Quote}
  390. <div class="myquote3">❝</div><div class="myquote">{Quote}</div>
  391. <div class="myquote2">
  392. {block:Source}{Source}{/block:Source}</div>
  393. {/block:Quote}
  394.  
  395. {block:Link}
  396. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  397. {block:Description}{Description}{/block:Description}
  398. {/block:Link}
  399.  
  400. {block:Chat}
  401. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  402. <div class="chat"><ul>{block:Lines}
  403. <li class="person{UserNumber}">{block:Label}
  404. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  405. {/block:Chat}
  406.  
  407. {block:Audio}
  408. <div class="player">{AudioPlayerBlack}</div>
  409. {block:Caption}{Caption}{/block:Caption}
  410. {/block:Audio}
  411.  
  412. {block:Video}{Video-400}{/block:Video}
  413.  
  414.  
  415. {block:Answer}
  416. <table width="420px" cellspacing="0" cellpadding="0">
  417. <tr>
  418. <td width="209px" class="question">{Question}</td>
  419. <td width="30px"><span class="questionarrow">◤</span></td>
  420. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  421. </tr>
  422. </table>
  423. <div class="answer">{Answer}</div>
  424. {/block:answer}
  425.  
  426. {block:Photoset}<center>{Photoset-100}</center>
  427. {/block:Photoset}
  428.  
  429.  
  430. <div id="st">
  431. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  432. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  433. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  434.  
  435. <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>
  436. {/block:ContentSource}</div></div>
  437. <br>
  438.  
  439. <div class="wih">
  440. {block:Date}<div id="notest">
  441. <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}
  442. </div></center>{/block:IfShowTags}{/block:Date}</div>
  443. </div>
  444.  
  445.  
  446. {/block:Posts}
  447. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  448.  
  449.  
  450. </div>
  451. </div>
  452. </div>
  453. </div>
  454.  
  455.  
  456.  
  457. </body>
  458. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement