luisquintanilha

Theme 18

Dec 19th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.21 KB | None | 0 0
  1. <html>
  2.  
  3. <!---- THEME BY ROMANTIZO ------>
  4.  
  5. <head>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  8.  
  9.  
  10. <meta name="color:background" content="#f5f5f5" />
  11. <meta name="color:link" content="#696969" />
  12. <meta name="color:text" content="#696969" />
  13. <meta name="color:entries" content="#fff" />
  14.  
  15. <meta name="color:sidebar" content="#fff" />
  16. <meta name="color:linkmenu" content="#8f8b8b" />
  17. <meta name="color:border" content="#f5f5f5" />
  18.  
  19.  
  20.  
  21. <meta name="image:sideimg" content=""/>
  22.  
  23. <meta name="if:Show tags" content=""/>
  24.  
  25. <meta name="text:titulo" content="" />
  26.  
  27. <meta name="text:Link1" content="/" />
  28. <meta name="text:Link1 Title" content="link1" />
  29. <meta name="text:Link2" content="/" />
  30. <meta name="text:Link2 Title" content="link2" />
  31. <meta name="text:Link3" content="/" />
  32. <meta name="text:Link3 Title" content="link3" />
  33. <meta name="text:Link4" content="/" />
  34. <meta name="text:Link4 Title" content="link4" />
  35. <meta name="text:Link5" content="/" />
  36. <meta name="text:Link5 Title" content="link5" />
  37. <meta name="text:Link6" content="/" />
  38. <meta name="text:Link6 Title" content="link6" />
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. <title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}
  49. <meta name="description" content="{MetaDescription}" />
  50. {/block:Description}
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  53. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  54. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  55. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  56. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Creepster' rel='stylesheet' type='text/css'>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
  69.  
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  74. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  75. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  76. <style type="text/css">
  77.  
  78. body {background-color: {color:background}; font-family:verdana; color: {color:text}; text-align: center; font-size: 9px; text-transform:none; background-image:url('{image:background}'); background-attachment: fixed; }
  79.  
  80. a {color: {color:link}; text-decoration: none; text-transform: none;}
  81. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  82.  
  83. p {margin: 6px 0 0 0}
  84.  
  85. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  86. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  87. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  88. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  89.  
  90. blockquote img{max-width: 470px!important}
  91. blockquote blockquote img{max-width: 450px!important}
  92. blockquote blockquote blockquote img{max-width: 430px!important}
  93. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  94.  
  95.  
  96. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  97.  
  98. iframe#tumblr_controls {
  99. top:0px !important;
  100. right:3px !important;
  101. position: fixed !important;
  102. -webkit-transition: opacity 0.7s linear;
  103. opacity: 0.4;
  104. -webkit-transition: all 0.8s ease-out;
  105. -moz-transition: all 0.8s ease-out;
  106. transition: all 0.8s ease-out;
  107. z-index:999999999999999999;}
  108.  
  109. iframe#tumblr_controls:hover{
  110. -webkit-transition: opacity 0.7s linear;
  111. opacity: 1;
  112. -webkit-transition: all 0.4s ease-out;
  113. -moz-transition: all 0.4s ease-out;
  114. transition: all 0.4s ease-out;
  115. z-index:999999999999999999999;}
  116.  
  117.  
  118.  
  119. .c1 {position: fixed; background-color:{color:background}; background-image:url('{image:background}'); z-index: 1; width: 920px; height: 79px; margin-top: -56px; margin-left:60px;}
  120. #c2 {position: fixed; margin: 0px 0px 0px 12px;}
  121. #c3{font-size: 2px; font-family: arial; position: relative; margin-left: 434px; width: 519px; background-color: {color:sbar}; padding: 1px; margin-top: 20px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:1px; z-index:3;}
  122.  
  123. #entries {width:410px; float:left; margin-left:516px; margin-top:10px; position:relative; z-index:999}
  124.  
  125. .entries {width:500px; padding:12px; background-color:{color:entries}; margin-bottom: 1px; float:right; text-align:justify; border-bottom: px solid {color:border} ;}
  126. }
  127.  
  128. #reblogs {display:none; background-color:{color:post};}
  129.  
  130. .entries:hover #information {opacity:1;}
  131.  
  132. #information{position:absolute; font-size:9px ;font-family:calibri; text-transform:uppercase; color:{color:text};margin-left:0px; opacity:0; margin-top:-10px;height:auto; width: 500px; border-left:1px dotted {color:entries}; background-color: {color:entries}; display:block; text-align:center; padding:4px; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out;-webkit-transform: rotate(0deg);-moz-border-radius:0px;
  133.  
  134. border-bottom-left-radius: 0em;
  135.  
  136.  
  137. border-bottom-right-radius: 0em;
  138.  
  139.  
  140. border-top-left-radius: 0em;
  141.  
  142.  
  143. border-top-right-radius: 0em}
  144. #information a{text-transform:uppercase; color:{color:permalink}; font-style:normal; text-align: center;}
  145. #information a:hover {text-align:center;color:{color:info link hover};}
  146.  
  147. .noted a{font:13px give You Glory!important; color:{color:permalink}!important; letter-spacing:0px; text-transform:uppercase!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important;}
  148. .noted a:hover {color:{color:text}!important;}
  149.  
  150. .dated {font-family: georgia; font-size:10px;text-transform:none; color:{color:link};}
  151.  
  152. #title {width:500px;}
  153. .texttitle {font-size:15px; font-family:calibri; margin:0px 0px -03px 0px; font-weight:normal; color: {color:text}; text-transform:uppercase; padding:2px 1px; text-align:center; border-bottom:px solid {color:text};}
  154. .texttitle a {font-size:16px; font-family:calibri; margin:0px 0px -03px 0px; font-weight: normal; color: {color:text}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  155.  
  156. .texttitle:hover {text-transform:none;}
  157.  
  158. .tags {color: {color:text}; font-size: 8px; font-family: calibri; display: inline; text-align:center; text-transform: uppercase;}
  159. .tags a {font-size: 8px; color: calibri; display: inline; text-align:center; text-transform: uppercase;}
  160.  
  161. .chat .line{
  162. font:10px {font:Body};
  163. background-color:{color:chat1};
  164. margin: 0 0 1px;
  165. padding: 2px;
  166. }
  167. .chat .line.odd{ background-color:{color:chat2};}
  168.  
  169. .label {font-weight:bold; color:{color:bold}}
  170.  
  171.  
  172. .credit {background-color: transparent; color: {color:text};width:180px; height:8px; text-align:center; font-size:10px; font-family: homenaje; margin-top:2px; margin-left:-25px; letter-spacing:1px; position:fixed; z-index:0; padding: 0px; -webkit-transform: rotate(0deg); opacity: 0.7;}
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179. @font-face {font-family: tinytots;src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  180. .x2 {clear: both; float: left; width: 220px; margin-top: 287px; text-align: center; margin-left: 182px;}
  181. .x2 a {float: left; margin-right: 3px; display: block; width:196px; letter-spacing: px; font-family: calibri; font-size: 9px; text-align:center; margin-bottom: 5px;border: 1px solid {color:border};background-color: {color:border}; color:{color:linkmenu}; text-decoration: none; text-transform:uppercase; height: 8px; line-height: 8px;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; padding: 4px; opacity: 1px;}
  182. .x2 a:hover {color:{color:border}; background-color: {color:link};opacity:1; text-transform:uppercase;}
  183.  
  184.  
  185.  
  186. .linkdescription {padding:0px; margin:0px; font:10px {font:Body};}
  187.  
  188. .pquote {font-family: georgia; font-style: ;text-align: center; font-size: 12px; line-height: 16px; padding: 3px; border-bottom:0px solid{color:border};}
  189. .pquotesource {text-align: center; font-size: 9px; font-family: calibri; text-transform: uppercase; margin-bottom: 5px; margin-top:2px;}
  190. .pquotesource a, a:hover{text-transform:uppercase;}
  191.  
  192. @font-face {
  193. font-family: "pacifico";
  194. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");
  195. }
  196.  
  197.  
  198. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  199.  
  200. #spencer {color: {color:text}; background-color: {color:sidebar}; font-family:Courgette; font-size: 16px; font-style:;text-shadow:0px 0px 10px color:{color:border}; letter-spacing: px; text-align: center; text-transform: none; width: 210px; line-height: 20px; height: 4px;; margin-left: 0px; margin-top: -10px; font-weght; border-bottom:px solid {color:border};-moz-transition: all .5s ease-in-out!important; -o-transition: all .5s; -webkit-transform: rotate(deg); -moz-transform: rotate(-90deg); text-shadow:0px 0px 0px {color:text}; opacity:1;}
  201.  
  202.  
  203. .player {background-color: {color:entries}; text-align: left; display:block;}
  204.  
  205. .question {
  206. color:{color:text};
  207. font-size: 11px;
  208. font-weight: normal;
  209. font-family: verdana;
  210. line-height:95%;
  211. background: {color:background};
  212. position: relative;
  213. min-height:70px;
  214. padding:10px 15px;
  215. margin-bottom:2px;
  216. margin-right:-10px;}
  217.  
  218. .questionarrow {
  219. font-size:30px;
  220. color:{color:background};
  221. vertical-align:middle;
  222. margin-left:-5px!important;}
  223.  
  224. /** estilo de ask by htmland **/
  225. @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  226. .hlanswer {background: #bebebe color: {color:text}; width: 485px; font: normal 10px calibri; margin-bottom: 2px; padding-top: 13px; padding-left: 13px; padding-bottom: 13px; text-align: justify; display: block; overflow: hidden; border-top: 2px solid #bebebe;}
  227. .hlanswer img {border: 2px solid #bebebe; float: right; margin-top: -15px; margin-left: 13px; margin-bottom: -13px; opacity: 0.8; }
  228. .hlanswer img:hover {opacity: 1.0}
  229. .hlanswerinfo {background: transparent; padding: 3px; float: right; display: inline-block; width: auto; color: {color:text}; font: normal 10px "georgia"; text-transform: none; margin-bottom: -1px}
  230. .hlanswerinfo a {color: {color:text};}
  231.  
  232. #sidebar {background-color:{color:sidebar};
  233. border:1px solid {color:border};
  234. width:221px;
  235. height:730px;
  236. position:fixed;
  237. margin-left:159px;
  238. margin-top:-10px;
  239. }
  240.  
  241. #sideimg2 {width: 2px; height: auto; top: 20px; left: -13px; padding: 6px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  242. .simg2 img {padding:6px;display: inline; margin-right:5px; ; width:180px; margin-left:-10px; margin-top:-429px; height:255px; text-align:center; margin-bottom: 10px; border:7px solid {color:border};}
  243. .simg2 img:hover {;}
  244.  
  245. #description {
  246. letter-spacing:0px;
  247. position:fixed;
  248. width: 205px;
  249. font-family:georgia;
  250. text-transform:none;
  251. font-size:10px;
  252. font-style:italic;
  253. margin-top:460px;
  254. margin-left: 163px;
  255. padding:5px;
  256. border-top:px solid{color:border};
  257. text-align:center;
  258. }
  259.  
  260. .caption {margin:0px; padding:0px; font:10px {font:Body};}
  261.  
  262. #postnotes {text-align:left;display:block; margin-left:-13px; width:500px; background-color:{color:post};}
  263.  
  264. ol.notes {list-style-type:none;}
  265.  
  266. .notperm {width:488px; font:9px verdana; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  267. .tagperm {width:488px; font:9px verdana; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  268. .rebperm {width:488px; font:9px verdana; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  269. .notperm a, .tagperm a, .rebperm a {color:{color:permalink};}
  270.  
  271. .qnda {position:absolute; width:240px; height:180px; left: 580px; top:0px; margin:0 auto;}
  272.  
  273. .qnda img {position:absolute; -webkit-transition: all 1s ease-in-out; -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: 180px; width: 240px; background: {color:sidebar} center center; color: {color:sidebar}; padding: 5px; text-align:center; text-decoration: none; letter-spacing:1px; font: italic 10px/67px Georgia, "Times New Roman", Times, serif;}
  274.  
  275. .qnda img.top {-webkit-transform:scale(0,0); -moz-transform:scale(0,0); -o-transform:scale(0,0);
  276. -ms-transform:scale(0,0); transform:scale(0,0); opacity:0;}
  277.  
  278. .qnda:hover img.top, .cf4.hover_effect img.top {opacity:1; -webkit-transform:scale(1,1); -webkit-transform-origin: top right; -moz-transform:scale(1,1); -moz-transform-origin: top right; -o-transform:scale(1,1); -o-transform-origin: top right; -ms-transform:scale(1,1); -ms-transform-origin: top right; transform:scale(1,1); transform-origin: top right;}
  279.  
  280. .qnda:hover img.bottom, .cf4.hover_effect img.bottom {-webkit-transform:scale(0,0); -webkit-transform-origin: bottom left; -moz-transform:scale(0,0); -moz-transform-origin: bottom left;
  281. -o-transform:scale(0,0); -o-transform-origin: bottom left; -ms-transform:scale(0,0); -ms-transform-origin: bottom left; transform:scale(0,0); transform-origin: bottom left;}
  282.  
  283. #ps {position: fixed; margin-top:574px; margin-left:157px;}
  284.  
  285. #pagination {width:143px; margin:auto!important; font:11px calibri; color:{color:text}; text-align:right; border-top:0px dotted {color:text}; padding-top:2px; letter-spacing:1px;}
  286. #pagination a {color:{color:text};}
  287. #pagination a:hover{color:{color:text};}
  288.  
  289. .bmenu{padding: 0px; margin: 0 0 10px 0; position: relative; margin-top:10px;opacity:0;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;}
  290.  
  291. .bmenu li{font-size: 9px; display: block;}
  292.  
  293. .bmenu li a{color: {color:text}; display: block; text-transform: none; text-align: center; font-family:verdana;}
  294.  
  295. .bmenu:hover li a{text-shadow: 0px 0px 35px {color:sidebar};}
  296.  
  297. .bmenu li a:hover{text-shadow: 0px 0px 1px {color:sidebar}; -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
  298.  
  299.  
  300.  
  301. .port{position: absolute; top: -3px; left: -3px;}
  302.  
  303. ::-webkit-scrollbar{width:6px;height:auto;}
  304. ::-webkit-scrollbar-button:start:decrement
  305. ::-webkit-scrollbar-button:end:increment{display:block;height:auto;background-color:text;}
  306. ::-webkit-scrollbar-track-piece{background-color: {color:sidebar}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  307. ::-webkit-scrollbar-thumb:vertical{height:10px; background-color: {color:text};-webkit-border-radius:px;}
  308. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:text};-webkit-border-radius:px;}
  309.  
  310. #tumblr_controls{position: fixed!important}
  311. #tumblr_controls{position: fixed!important}
  312. #tumblr_controls{position: fixed!important}
  313. #tumblr_controls{position: fixed!important}
  314.  
  315.  
  316. </style>
  317.  
  318.  
  319. <body>
  320.  
  321.  
  322.  
  323.  
  324. <div id="sidebar"></div>
  325.  
  326. <div id="sideimg2"><div class="simg2">
  327.  
  328. <div id="ps">{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}" title="previous">«</a>{/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}" title="next">»</a>{/block:NextPage}</div>
  329. {/block:Pagination}</div>
  330.  
  331.  
  332.  
  333. <div class="x2">
  334.  
  335. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title} </a>{/block:ifLink1}
  336. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title} </a>{/block:ifLink2}
  337. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title} </a>{/block:ifLink3}
  338. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title} </a>{/block:ifLink4}
  339. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title} </a>{/block:ifLink5}
  340. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title} </a>{/block:ifLink6}
  341.  
  342.  
  343.  
  344. <img src="{image:sideimg}">
  345. <div id="spencer">{title} </div>
  346.  
  347. </div>
  348. </div></div>
  349.  
  350. <div id="description">"{Description}</div>
  351.  
  352.  
  353. <div id="s1"></div>
  354. <div id="s2"></div>
  355. <div id="s3"></div>
  356.  
  357.  
  358. <div id="entries">
  359. {block:Posts}
  360. <div class="entries {block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
  361.  
  362. {block:IndexPage}
  363.  
  364.  
  365. <div id="information">
  366.  
  367. <a href="{Permalink}">POSTED AT {month} {dayofmonth} {year}</a>
  368. <a href="{Permalink}"> WITH <b>{NoteCount} </b>Notes</a>
  369. <a href="{ReblogURL}" target="_blank"> + <b>reblog</b></a>
  370.  
  371. <a href="{Permalink}">
  372.  
  373.  
  374.  
  375.  
  376. {/block:RebloggedFrom}
  377. <a href="{ReblogURL}" target="_blank"> </a></a>
  378. </div>
  379. {/block:IndexPage}
  380.  
  381. {block:Text}
  382. <div id="title">
  383. {block:Title}
  384. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  385. {/block:Title}
  386. </div>
  387. {Body}
  388. {/block:Text}
  389.  
  390. {block:Photo}
  391. <div id="photox"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  392. {block:HighRes}<div class="hres"><a href="{PhotoURL-HighRes}"></a></div> {/block:HighRes}</div>
  393. {block:Caption}
  394. <div class="caption">{Caption}</div>
  395. {/block:Caption}
  396. {/block:Photo}
  397.  
  398. {block:Photoset}
  399. {Photoset-500}
  400. {block:Caption}
  401. <div class="caption">{Caption}</div>
  402. {/block:Caption}
  403. {/block:Photoset}
  404.  
  405. {block:Quote}
  406. <div class="pquote">“{Quote}”</div>
  407. {block:Source}<div class="pquotesource"> {Source}</div>
  408. {/block:Source}
  409. {/block:Quote}
  410.  
  411. {block:Link}
  412. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  413. {block:Description}
  414. <div class="linkdescription">{Description}</div>
  415. {/block:Description}
  416. {/block:Link}
  417.  
  418. {block:Chat}
  419. {block:Title}
  420. <div id="title"><div class="texttitle">{Title}</div></div>
  421. {/block:Title}<br>
  422. <div class="chat">
  423. {block:Lines}<div class="chat"><div class="line {Alt}">
  424. <div class="{Alt} user_{UserNumber}">
  425. {block:Label}
  426. <span class="label"><b>{Label}</b></span>
  427. {/block:Label}
  428. {Line}</div>
  429. </div></div>
  430. {/block:Lines}
  431. </div>
  432. {/block:Chat}
  433.  
  434. {block:Video}
  435. {Video-500}
  436. {block:Caption}
  437. <div class="caption">{Caption}</div>
  438. {/block:Caption}
  439. {/block:Video}
  440.  
  441. {block:Audio}
  442. <div class="player">{AudioPlayerBlack}</div>
  443. {block:Caption}{Caption}{/block:Caption}
  444. {/block:Audio}
  445.  
  446. {block:Answer}
  447. <div class="hlanswerinfo">{Asker} asked:</div>
  448. <div class="hlanswer">
  449. <img src="{AskerPortraitURL-24}">
  450. {Question}
  451. </div>
  452. {Answer}
  453. {/block:Answer}
  454.  
  455. {block:IfShowTags}{block:HasTags}<center><div class="tags">
  456. {block:Tags}#<a href="{TagURL}" target="_blank">{Tag}</a> {/block:Tags}</div></center>
  457. {/block:HasTags}{/block:IfShowTags}
  458. </div>
  459.  
  460. {block:PermalinkPage}
  461. {block:PostNotes}
  462. <div id="postnotes">{PostNotes}</div><br>
  463. {/block:PostNotes}
  464. {/block:PermalinkPage}
  465. {/block:Posts}
  466.  
  467. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>reblogged <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  468. {block:ContentSource}source <a href="{SourceURL}">{SourceLink}</a><br>
  469. {/block:ContentSource}
  470. <a href="{Permalink}"> {block:NoteCount}{NoteCount} <b>reblog</b> </a> {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  471.  
  472. </div></div>
  473. </div>
  474. </div>
  475. <a style="position:fixed;bottom:10px;right:15px;font-family:CALIBRI;font-size:10px;opacity:0.7;" href="http://romantizo.tumblr.com">© ROMANTIZO
  476. </a>
  477.  
  478. </body>
  479. </html>
Advertisement
Add Comment
Please, Sign In to add comment