ubc-themes

theme 35

Oct 26th, 2012
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.95 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <! ----------------------------------------------
  3.      theme by: umabonecaciumenta
  4.        sem cópias totais ou parciais.
  5.          p l a g i o  e  c r i m e
  6. ---------------------------------------------- !>
  7. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  8. <head>
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#f8f8f8" />
  11. <meta name="color:link" content="#828282" />
  12. <meta name="color:linkhover" content="#f5f5f5" />
  13. <meta name="color:text" content="#828282" />
  14. <meta name="color:sidebar" content="#ffffff" />
  15. <meta name="color:link sid det" content="#acacac" />
  16. <meta name="color:post" content="#fff" />
  17. <meta name="color:entry" content="#acacac" />
  18.  <meta name="text:titulo" content="i really love you.
  19. " />
  20. <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
  21. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  22. <meta name="text:frase" content="uma frase bem aqui" />
  23.  
  24. <meta name="color:font" content="#999999" />
  25. <meta name="color:entry" content="#ffffff" />
  26. <meta name="color:links" content="#999999" />
  27. <meta name="color:sidebar" content="#ffffff" />
  28. <meta name="color:link" content="#ffffff" />
  29.  
  30. <meta name="image:background" content=""/>
  31. <meta name="font:text" content="verdana" />
  32. <meta name="color:titulo" content="#fff" />
  33. <meta name="text:titulo" content="don't forget" />
  34.  
  35. <meta name="color:bglinks" content="#fff" />
  36.  <meta name="color:links" content="#828282" />
  37. <meta name="color:linkshover" content="#828282" />
  38. <meta name="color:bglinkshover" content="#fff" />
  39. <meta name="image:sidebar" content="" />
  40. <meta name="color:background" content="#f1f1f1" />
  41. <meta name="color:sidebar" content="#ffffff" />
  42. <meta name="color:link" content="#696969" />
  43. <meta name="color:link hover" content="#696969" />
  44. <meta name="color:text" content="#696969" />
  45. <meta name="color:post" content="#ffffff" />
  46. <meta name="color:background" content="#f8f8f8" />
  47. <meta name="color:borda1" content="#828282" />
  48. <meta name="color:borda2" content="#f5f5f5" />
  49. <meta name="color:text" content="#828282" />
  50. <meta name="color:sidebar" content="#ffffff" />
  51.  
  52. <meta name="color:post" content="#fff" />
  53. <meta name="color:entry" content="#acacac" />
  54.      <meta name="text:titulo" content="you are everything" />
  55.    
  56.         <meta name="text:titulo2" content="So come back to the light" />
  57.    
  58. <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
  59. <meta name="text:Link1" content="" />
  60. <meta name="text:Link1 Title" content="link1" />
  61. <meta name="text:Link2" content="" />
  62. <meta name="text:Link2 Title" content="link2" />
  63. <meta name="text:Link3" content="" />
  64. <meta name="text:Link3 Title" content="link3" />
  65. <meta name="text:Link4" content="" />
  66. <meta name="text:Link4 Title" content="link4" />
  67. <meta name="text:Link5" content="" />
  68. <meta name="text:Link5 Title" content="link5" />
  69.  
  70.     <meta name="image:sidebar" content="http://static.tumblr.com/5zz5za6/do3m6uy2y/11111.jpg" />
  71. <meta name="text:frase" content=" " />
  72. <meta name="color:background" content="#F5f5f5" />
  73. <meta name="color:font" content="#999999" />
  74. <meta name="color:entry" content="#ffffff" />
  75. <meta name="color:links" content="#999999" />
  76. <meta name="color:sidebar" content="#ffffff" />
  77. <meta name="color:link" content="#ffffff" />
  78. <meta name="image:fotinha1" content=""/>
  79. <meta name="image:fotinha2" content=""/>
  80. <meta name="image:fotinha3" content=""/>
  81. <meta name="color:bglinks" content="#ffffff" />
  82. <meta name="color:link" content="#000000" />
  83. <meta name="color:letral" content="ffffff" />
  84. <meta name="color:letrafra" content="ffffff" />
  85. <meta name="color:hoverlinks" content="ffffff" />
  86.  
  87.  
  88.   <title>{Title}</title>
  89.         <link rel="shortcut icon" href="{Favicon}">
  90.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  91. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  92. </head>
  93.  
  94.  <style type="text/css">
  95. iframe#tumblr_controls {
  96. top:0px !important;
  97. right:3px !important;
  98. position: fixed !important;
  99. -webkit-transition: opacity 0.6s linear;
  100. opacity: 0.3;
  101. -webkit-transition: all 0.8s ease-out;
  102. -moz-transition: all 0.8s ease-out;
  103. transition: all 0.8s ease-out;
  104. z-index:999999999999999999;}
  105.  
  106. iframe#tumblr_controls:hover{
  107. -webkit-transition: opacity 0.6s linear;
  108. opacity: 0.8;
  109. -webkit-transition: all 0.4s ease-out;
  110. -moz-transition: all 0.4s ease-out;
  111. transition: all 0.4s ease-out;
  112. z-index:999999999999999999999;}
  113.  
  114. ::-webkit-scrollbar{width:16px;height:0px;}
  115. ::-webkit-scrollbar-button:start:decrement
  116. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  117. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  118. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#fff;-webkit-border-radius:px;}
  119. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#d3d3d3;-webkit-border-radius:px;}
  120.  
  121.  
  122.  
  123. body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: justify; font-size: 10px;  background-image:url('{image:background}'); background-attachment: fixed; }
  124.  
  125. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  126. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  127.  
  128. p {margin: 6px 0 0 0}
  129.  
  130. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
  131. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text};}
  132. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  133. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  134.  
  135. blockquote img{max-width: 370px!important}
  136. blockquote blockquote img{max-width: 350px!important}
  137. blockquote blockquote blockquote img{max-width: 330px!important}
  138. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  139.  
  140.  
  141.  
  142. #allboxes {float: left; margin-left: 412px; margin-top: -5px; border: 4px solid #transp; padding:3px; }
  143.  
  144. .entry  {width:400px; background-color: {color:entry}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: calibri; font-size: 11px;z-index: 100;border:4px double {color:background};  }
  145.  
  146. h1 {font-family: calibri; text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  147. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  148. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  149.  
  150. .image {text-align: center; border: 0px; text-align: center; border: 0px;  opacity: 10; -webkit-transition: 0.8s ease-in;
  151. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  152.  
  153. .image:hover {opacity: 0.8; -webkit-transition: 0.8s ease-in;
  154. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  155.  
  156. .image img {max-width: 400px; margin-bottom: 2px }
  157.    /*theme umabonecaciumenta*/
  158. .xquote {text-align:justify; font-family:calibri; font-size: 11px; line-height:15px; padding:3px;margin-left:02px; margin-bottom:3px; margin-top:-66px;}
  159. .xquotesource {font-family:calibri; text-align: center; text-transform: none; margin-bottom:5px; font-size: 11px; font-weight: bold}
  160. .xquotesource a, a:hover{text-transform: none;}
  161. #quote {position:relative; top:-22px;left:-3px;font-size:60px;opacity:0.3;}
  162.  
  163. .chat {line-height: 13px; list-style: none }
  164. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  165. .person1 {color: {color:text}; padding: 2px; }
  166. .person1 .label {font-weight: bold;  color:{color:text}}
  167. .person2 {color: {color:text}; padding: 2px;  }
  168. .person2 .label {font-weight: bold;  color:{color:text}}
  169.  
  170. .player {background-color: #trans; text-align: left; display:block;}
  171.  
  172. #ssource{margin-left:10px; display:none}
  173.  
  174. #perma {margin-top:10px; font-family: calibri; color: {color:text}; text-align: center;  -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; text-transform: uppercase; background-color: {color:entry}; padding-top: 1px; border-top: solid 1px {color:background}; border-bottom: solid 1px {color:entry} }
  175. #perma a {font-size: 10px; font-family: calibri; text-transform: uppercase; color: {color:text}; opacity:10; }
  176. #perma a:hover {opacity:0.6;}
  177.  
  178.  
  179. /*** Stilo da Ask por things-to-help-you **/
  180. .pergunta  {background:{color:entry}; padding:11px; margin-top:0px; border-bottom:1px solid #; margin-left:67px;margin-right:0;overflow: hidden; text-shadow: 0px 1px 1px #;}
  181. .perguntou  {letter-spacing: 1px; text-transform:none;font-family: calibri;  font-size: 10px; background:{color:text}; padding:9px; margin-top:-11px; border-bottom:1px solid #; margin-left:-11px;margin-right: -11px;overflow: hidden; text-shadow: 0px 1px 1px #;color: #fff; margin-bottom: 7px;}
  182. .perguntou g  {color:#fff;}
  183. .perguntou a {color: #fff;}
  184. .askfoto {opacity: 0.7;}
  185. .askfoto:hover {opacity: 0.9;}
  186.  
  187.  
  188.   /*theme umabonecaciumenta*/
  189. #cap {width: 400px; margin-top: -2px;}
  190. .source {display: none;}
  191.  
  192. .notes {width: 500px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  193. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  194. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  195. .notes img{display: none; border:0px}
  196.  
  197.  
  198.  
  199.  /*theme umabonecaciumenta*/
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  209. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  210. #a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  211. #pgs span.pagina_atual {background: {color:border};  padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  212. .pg { position:fixed !important; clear: both; float: left; margin-top: 120px; margin-left: 100px; width: 207px; height: 15; font-size: 9px; padding: 2px;  background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  213.  
  214. #pagina{ margin-top: 194px; margin-left: 340px; width: 100px; float: right; background-color: transparent; position: fixed;  height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000 }
  215.  
  216. /*** Paginação by madlyluv.com ***/
  217. #paginacaoml {font-size: 30px; font-family: tahoma; line-height: 24px;}
  218. #paginacaoml a {font-size: 30px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:links}; text-decoration: none;}
  219. #paginacaoml a:hover {font-size: 30px; font-family: tahoma; background: transparent; border: none;}
  220. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: #aaaaaa; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: #aaaaaa; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
  221.  
  222. /*theme by umabonecaciumenta*/  
  223. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  224.  
  225.  
  226.  
  227.  /*theme umabonecaciumenta*/
  228.  
  229.  
  230.  
  231.  
  232.  
  233.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  234.  
  235.  
  236.  
  237.  /*theme umabonecaciumenta*/
  238.  
  239.  
  240.  
  241.  
  242. #lnv {position: fixed; margin-top: 8px; margin-left: 290px; width: 200px; height: auto;font-family: verdana; font-size: 9px; }
  243.  
  244. #aux {position: fixed; margin-top: 136px; margin-left: 167px; width: 190px; height: 285px; background: transparent; overflow: hidden; color: {color:sidebar}; }
  245.  
  246. #sidebar{margin-left:189px; margin-top: 251px; width:204px; height:237px; padding:5px; position:fixed; overflow:hidden; z-index:0; border: 5px solid #fff; background-color:{color:sidebar};}
  247.  
  248. #image {margin-top: -15px; margin-left: -20px; position:absolute; width: 275px; height: 270px;}
  249. #image img {width: 300px; height: 300px; opacity: .7; -webkit-transition-duration: 1.76s;}
  250. #image img:hover {margin-left: -30px; margin-top: -20px;}
  251.  
  252.  
  253.  
  254. #title {margin-top: 262px; margin-left: 10px; width: 200px; text-align: right; height: auto; padding-bottom: 2px; color:{color:sidebar};border-bottom: 1px solid {color:textfoto}; font-family: calibri; font-size: 16px; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding-right: 4px}
  255. #title a {color:{color:textfoto};font-size:14px;}
  256.  
  257. #dscrpt {margin-top: 0px; margin-bottom: -296px;color:{color:sidebar}; padding: 0px 4px 3px 4px; height: auto; width: 200px; line-height: 120%; margin-left: 5px; letter-spacing: 0px; font-family: trebuchet ms; font-size: 10px; text-align: center; opacity: 1;}
  258.  
  259.  #aux {position: fixed; margin-top: 214px; margin-left: 190px; width: 259px; height: 285px; background: transparent; overflow: hidden; color: {color:sidebar}; }
  260.  
  261. #aux:hover #title {margin-top: 205px; }
  262.  
  263. #thats {width:380px; height: auto; float: left; margin-left:231px; margin-top:484px; padding-left: 1px; text-align: center;   background-color: transparent; position: fixed; opacity:1; border-left:0px solid {color:bglinks};}
  264.  
  265. #thats:hover{opacity: 1;}
  266.  
  267. .thats1 { margin-left: -44px; margin-top:25px;}
  268. .thats1 a {float: left; font-size:8px; font-family:calibri; text-align: center; height: 15px; margin-left:1px; width: 42px; background-color: {color:bglinks}; color:{color:links}; border-bottom:0px solid {color:borda};letter-spacing: 2px; opacity:1; text-transform:uppercase; padding-left: 2px;  line-height: 15px;;}
  269.  
  270. .thats1  a:hover{text-align: center; opacity:0.9; background-color:{color:bglinkshover}; color:{color:bglinks};}
  271.  
  272.  
  273.  
  274.  
  275.  
  276. #b2 {width: 0; height: 0; border-top: 20px solid {color:banner shadow}; border-left: 20px solid transparent;position:absolute;margin-top:126px;margin-left:140px; position: fixed; }
  277.  
  278.  @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  279.  #thait2 {
  280. background-color:{color:sidebar};
  281. padding: 0px;
  282. height:22px;
  283. line-height:19px;
  284. float:left;
  285. position:fixed;
  286. margin-left:189px;
  287. margin-top: 228px;
  288. width:224px;
  289. font-family: Rochester;
  290. font-size:20px;
  291. letter-spacing:25px;
  292. text-align: left;
  293. color: {color:linksid}; letter-spacing:-1px;
  294. z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none; }
  295.  
  296.  
  297.  
  298. #hms {margin-top:525px; margin-left: 369px; position: fixed; color: #030303; width:42px; height: 1px; background-color:  {color:borda1}; border: 1px solid  {color:borda1};-webkit-transform: rotate(0deg)}
  299.  
  300. #hmu {margin-top:525px; margin-left:189px; position: fixed; color: #030303; width:181px; height: 1px; background-color: {color:borda2}; border: 1px solid  {color:borda2};-webkit-transform: rotate(0deg)}
  301.  
  302. #hmd {margin-top:224px; margin-left: 189px; position: fixed; color: #030303; width:57px; height: 1px; background-color: {color:borda1}; border: 1px solid  {color:borda1};-webkit-transform: rotate(0deg)}
  303.  
  304.  
  305. #hmc {margin-top:224px; margin-left: 249px; position: fixed; color: #030303; width:162px; height: 1px; background-color: {color:borda2}; border: 1px solid  {color:borda2};-webkit-transform: rotate(0deg)}
  306.  
  307.   #credito {text-align: center; overflow: hidden; height:28px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 8px; font-family: calibri; position: fixed; margin-left: 0px; width: 46px; background-color:{color:sidebar}; color: {color:text}; padding: 5px; margin-top: -10px; background-attachment: fixed; -webkit-transition: all 6s ease-out; -moz-transition: all 6s ease-out; ; letter-spacing: 0px; text-transform: uppercase;line-height: 8px ;  z-index:900;line-height:30px;border-bottom: 1px solid #b3b1b1}
  308.  #credito a {color: {color:#afafaf;text-transform: uppercase;font-size:8px;}
  309.  
  310.  #credito a:hover {color:{color:Text};text-transform: uppercase;font-size:8px; height: 30px}  
  311.    
  312.    
  313.    
  314.    
  315. </style>
  316.  
  317. <body onkeydown="return false">
  318.  
  319.  
  320.  
  321. <div id="sidebar"><div id="image"><img src="{image:sidebar}"/></div></div></div>
  322.  
  323. <div id="aux">
  324.  
  325.  
  326.  <div id="title"> {text:titulo2} </div>
  327.    
  328. <div id="dscrpt">{description}</div>
  329. </div>
  330.    
  331.  
  332.  
  333. <div id="thats">
  334. <div class="thats1">
  335. <a href="{text:link1}">{text:link1 title}</a>
  336. <a href="{text:link2}">{text:link2 title}</a>
  337. <a href="{text:link3}">{text:link3 title}</a>
  338. <a href="{text:link4}">{text:link4 title}</a>
  339. <a href="{text:link5}">{text:link5 title}</a>
  340. </div class>
  341.  </div>
  342.  
  343.   <div id="credito" > <a href="http://umabonecaciumenta.tumblr.com" title="Créditos:  UMABONECACIUMENTA ©, dlths w-orshiped. NÃO COPIE!(c)  " >BONECA <font color="{color:borda1}">©</font></a></div></div>
  344.  
  345.  
  346.  
  347.  <div id="thait2"><center>{text:titulo}
  348.  </center></div>
  349. <div id="hmu"></div>
  350.     <div id="hmd"></div>
  351.    <div id= "hmt"></div>
  352.  <div id= "hmq"></div>
  353.   <div id= "hmc"></div>
  354.  <div id= "hms"></div>
  355. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous page baby">-</a>{/block:PreviousPage}{/block:Pagination}
  356.  
  357. {block:JumpPagination length="0"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"alt="" title="next page baby">+</a>{/block:NextPage}{/block:Pagination}</div></div>
  358.  
  359.  
  360. </div></div>
  361. <div id="allboxes">
  362.  
  363. {block:Posts}
  364.  
  365. <div class="entry">
  366.  
  367.  
  368. {block:Text}
  369. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  370.  
  371. {block:Photo}
  372. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  373.  
  374. {block:Photoset}
  375. {Photoset-400}{/block:Photoset}
  376.  
  377. {block:Quote}
  378. <div id="quote">&#10077;</div><div class="xquote">{Quote}</div>
  379. {block:Source}<div class="xquotesource"> — {Source}</div>
  380. {/block:Source}
  381. {/block:Quote}
  382.  
  383. {block:Link}
  384. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  385. {block:Description}{Description}{/block:Description}
  386. {/block:Link}
  387.  
  388. {block:Chat}
  389. {block:Title}
  390. <h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  391. <div class="chat"><ul>{block:Lines}
  392. <li class="person{UserNumber}">{block:Label}
  393. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  394. {/block:Chat}
  395.  
  396. {block:Audio}
  397. <div class="player">{AudioPlayerBlack}</div>
  398. {block:Caption}{Caption}{/block:Caption}
  399. {/block:Audio}
  400.  
  401. {block:Video}
  402. {Video-400}{/block:Video}
  403.  
  404. {block:Answer}
  405. <div class="caixa">
  406. <img src="{AskerPortraitURL-64}" align="left" class="askfoto">
  407. <div class="pergunta">
  408. <div class="perguntou"><g>{Asker}</g> asked  {TimeAgo}</div>
  409. {Question}    
  410. </div><br>
  411. {Answer}
  412. </div>
  413. {/block:Answer}
  414.  
  415. <div id="cap">
  416. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  417. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  418. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  419.  
  420.  
  421. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  422. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  423. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  424. {/block:ContentSource}</div></div> <div id="perma">
  425. {block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} - <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} - <a href="{ReblogURL}" target="_blank">reblog  </a> {block:RebloggedFrom}(<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>)
  426. {/block:RebloggedFrom}
  427. <br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  428. </div></div>
  429.  
  430.  {/block:Posts}
  431. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  432.  </div>
  433. </div>
  434. </div>
  435. </div>
  436.  </div>
  437. </div>
  438.  
  439. </div>
  440. </div>
  441. </div>
  442.  
  443. </div>
  444. </div>
  445. </div>
  446. </div>
  447. </div>
  448. </div>
  449. </div>
  450. <!-- PLEASE DO NOT REMOVE THE CREDIT LINK. I'D APPRECIATE THAT VERY MUCH !DON'T COPY BITCH.DON'T COPY BITCH. DON'T COPY BITCH . DON'T COPY BITCH -->
  451. <div style="font-size: 10px; font-family:calibri;position:fixed;bottom:5px;right:5px; color:{color:text}">
  452. <a href="http://umabonecaciumenta.tumblr.com" title="Créditos:  UMABONECACIUMENTA ©, NÃO COPIE!(c)  " ><big>BONECA ©</big></big></big></a>
  453. </body>
  454.  
  455. </html>
  456.  
  457. </html>
Advertisement
Add Comment
Please, Sign In to add comment