Eduarda

Theme 46

Sep 5th, 2012
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.67 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <! theme por o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os créditos,aliás não foi vc quem fez né amr?! {NOT COPIE} plágio é crime e denuncias existem então já sabe nada de plágios.!>
  6. <head>
  7.  
  8. <script type="text/javascript">
  9.  
  10. //desabilita menu de opcoes ao clicar no botao direito
  11.  
  12. function desabilitaMenu(e)
  13.  
  14. {
  15.  
  16. if (window.Event)
  17.  
  18. {
  19.  
  20. if (e.which == 2 || e.which == 3)
  21.  
  22. return false;
  23.  
  24. }
  25.  
  26. else
  27.  
  28. {
  29.  
  30. event.cancelBubble = true
  31.  
  32. event.returnValue = false;
  33.  
  34. return false;
  35.  
  36. }
  37.  
  38. }
  39.  
  40.  
  41.  
  42. //desabilita botao direito
  43.  
  44. function desabilitaBotaoDireito(e)
  45.  
  46. {
  47.  
  48. if (window.Event)
  49.  
  50. {
  51.  
  52. if (e.which == 2 || e.which == 3)
  53.  
  54. return false;
  55.  
  56. }
  57.  
  58. else
  59.  
  60. if (event.button == 2 || event.button == 3)
  61.  
  62. {
  63.  
  64. event.cancelBubble = true
  65.  
  66. event.returnValue = false;
  67.  
  68. return false;
  69.  
  70. }
  71.  
  72. }
  73.  
  74.  
  75.  
  76. //desabilita botao direito do mouse
  77.  
  78. if ( window.Event )
  79.  
  80. document.captureEvents(Event.MOUSEUP);
  81.  
  82. if ( document.layers )
  83.  
  84. document.captureEvents(Event.MOUSEDOWN);
  85.  
  86.  
  87.  
  88. document.oncontextmenu = desabilitaMenu;
  89.  
  90. document.onmousedown = desabilitaBotaoDireito;
  91.  
  92. document.onmouseup = desabilitaBotaoDireito;
  93.  
  94. </script>
  95.  
  96. <!-- DEFAULT VARIABLES -->
  97. <meta name="color:background" content="#CDC9C9" />
  98. <meta name="color:link" content="#CDC9C9" />
  99. <meta name="color:hover" content="#FFFFFF" />
  100. <meta name="color:links" content="#FFFFFF" />
  101. <meta name="color:bglinkshover" content="#CDC9C9" />
  102. <meta name="color:rolagem bg" content="#FFFFFF" />
  103. <meta name="color:rolagem" content="#CDC9C9" />
  104. <meta name="color:sidebar" content="#CDC9C9" />
  105. <meta name="color:text" content="#CDC9C9" />
  106. <meta name="color:post" content="#FFFFFF" />
  107. <meta name="color:tags" content="#FF85B8" />
  108. <meta name="color:frase" content="#FF85B8" />
  109. <meta name="color:textdesc" content="#fff" />
  110. <meta name="color:textdask" content="#DCDCDC" />
  111.  
  112. <meta name="image:background" content="http://media.tumblr.com/tumblr_m9taeooyUB1r7pt6k.jpg"/>
  113. <meta name="image:sidebar"content="http://static.tumblr.com/2bh9bxo/8aRm9w4kc/tumblr_m9s42158ip1rsbxiio1_500.jpg"/>
  114.  
  115.  
  116.  
  117. <meta name="text:frase" content="Frase pequena aqui." />
  118. <meta name="text:palavra" content="Frase pequena aqui." />
  119. <meta name="text:Link1" content="/" />
  120. <meta name="text:Link1 Title" content="link" />
  121. <meta name="text:Link2" content="/" />
  122. <meta name="text:Link2 Title" content="link" />
  123. <meta name="text:Link3" content="/" />
  124. <meta name="text:Link3 Title" content="link" />
  125. <meta name="text:Link4" content="/" />
  126. <meta name="text:Link4 Title" content="link" />
  127. <meta name="text:Link5" content="/" />
  128. <meta name="text:Link5 Title" content="link" />
  129. <meta name="text:Link6" content="/" />
  130. <meta name="text:Link6 Title" content="link" />
  131.  
  132.  
  133.  
  134. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  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. {block:IfEnableEndlessScrolling}
  143. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  144. {/block:IfEnableEndlessScrolling}
  145.  
  146.  
  147. <style type="text/css">
  148.  
  149.  
  150. body {
  151. background-color: {color:background};
  152. color:{color:text};
  153. font-family: tahoma;
  154. font-size: 10px;
  155. text-align: center;
  156. line-height:120%;
  157. margin:0;
  158. padding:0;
  159. background-image:url('{image:background}');
  160. background-attachment: fixed
  161. }
  162.  
  163. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: .40s;}
  164. a:hover {color: {color:hover}; background-color: {color:bg hover}; text-decoration: none;}
  165.  
  166. p {margin: 6px 0 0 0}
  167.  
  168. blockquote {border-left:2px {color:post} solid; padding-left:5px; margin:0px 2px 0px 10px}
  169.  
  170.  
  171. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:background}}
  172. /* base por Duda.r */
  173. #omdg{margin-top:30px; }
  174.  
  175. #omdg1 {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; color:{color:text}; margin-left:359px;}
  176.  
  177. #xright {position: fixed; margin-top: 20px; margin-left: 597px; overflow: auto; width: 526px; height: 705px;}
  178.  
  179.  
  180.  
  181. .tags{font-size: 9px; width:500px;color:{color:link}; font-family: verdana; background-color: {color:background};}
  182. .tags a:hover {background-color: {color:background}; color:{linkhover}; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; transition: all 0.2s linear;}
  183.  
  184.  
  185. h1 {font-family: georgia; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  186.  
  187. h1 a {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  188.  
  189. h1 a:hover {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  190.  
  191.  
  192.  
  193. .image {text-align: center; border: 0px; }
  194. .image img {max-width: 500px; margin-bottom: 3px }
  195. .baseduda {font-size: 90px; font-family: {font:title}; color:{color:text}; line-height: 90px; margin-left: 5px; opacity: 0.1; filter:alpha (opacity=100);}
  196. .dt {font-family: verdana; font-size: 18px; line-height: 23px; margin-top: -95px; margin-left: 45px; padding: 10px;}
  197. .duh{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  198. .duh a, a:hover{text-transform: none;}
  199.  
  200. .chat {line-height: 12px; list-style: none }
  201. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  202. .person1 {background-color:{color:background}; color: {color:text}; }
  203. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  204. .person2 {color: {color:text}; }
  205. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  206.  
  207. .audio{background-color:black; display:block;}
  208. .source{display:none}
  209.  
  210. /* asker por : amor-compulsivo*/
  211.  
  212. .asker {width: 480px; background-color: {color:background}; color:{color:textdask}; padding: 10px}
  213. .asker img{float: left; margin: 0px 4px 2px 0; }
  214. .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  215. .asker a:hover{font-size: 11px; color:{color:links}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  216. .answer {padding: 4px}
  217. .answer img {max-width: 470px;}
  218.  
  219.  
  220. #cap {width: 500px; margin-top: -2px;}
  221. #dda {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  222. .creditosduda a {font-size: 9px;}
  223.  
  224. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  225. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  226.  
  227. .baseduda1{font-size: 80px; font-weight: bold; line-height: 80px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; opacity: 0.2; filter:alpha (opacity=20)}
  228.  
  229. .daduda {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  230. .dsource {text-align: center; text-transform: none; margin-left: 0px; margin-bottom: 5px;}
  231. .dsource a, a:hover{text-transform: none;}
  232.  
  233. .notes {width: 520px; padding: 0px; margin-top: 0px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:0px;}
  234. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11; margin-left:369px;}
  235. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  236. .notes img{display: none; border:0px}
  237.  
  238. b{text-transform: block; color:;}
  239. i{text-transform: italic; color:{color:text}}
  240. p{margin:2px 0 2px 0}
  241. u {text-decoration: none; border-bottom: 1px dashed;}
  242. d1 {opacity:0.8}
  243. d2 {opacity:0.6}
  244. d3 {opacity:0.4}
  245. d4 {opacity:0.2}
  246.  
  247. ::-webkit-scrollbar{width:5px;height:5px;}
  248. ::-webkit-scrollbar-button:start:decrement
  249. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  250. ::-webkit-scrollbar-track-piece{background-color:{color:rolagem bg};}
  251. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:{color:rolagem};}
  252. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:rolagem};}
  253.  
  254.  
  255.  
  256. #atencaoduda {position:fixed; float: justify; z-index:2; left: -580px; top: 50px; padding-top:50px; padding: 1px; text-align: justify; width: auto; height:12px; background-color: transparent}
  257.  
  258.  
  259. /* dlths da fotinha por: somosocultos */
  260.  
  261. @font-face {font-family: "tahoma";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  262. #pic {margin-top:0px;width:200px; z-index:9; height:auto;margin-left:0px; position:relative; overflow:hidden;}
  263. #pic img{width:200px;height:auto; -webkit-transition-duration: .49s;}
  264. #pic img:hover {margin-left:70px;-webkit-transition-duration: .49s;}
  265.  
  266. #imagesm {margin-top:15px;width:200px;z-index:9;height:auto;margin-left:340px; overflow:hidden; position:fixed;}
  267. #imagesm img{width:200px;height:auto; -webkit-transition-duration: .49s;}
  268.  
  269. /*IMAGENS POR DUDA*/
  270. #dudaimag img {width: 150px;
  271. height: 200px; overflow:hidden;}
  272.  
  273. #dudaimag:hover #baselinks {margin-top: -170px;
  274. margin-left: 15px; -webkit-transition: 0.3s ease-in; -moz-transition: 0.5s ease-in; transition: 0.2s ease-in;}
  275.  
  276.  
  277. #dudaimag {background-color:{color:background};
  278. float: left; margin-top: 90px; margin-left: 750px;
  279. position: fixed; overflow: hidden; width: 147px;
  280. height: 235px; border: 6px solid {color:sidebar};}
  281.  
  282.  
  283. /*Links aqui por :g-alaxia */
  284.  
  285. @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
  286.  
  287. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  288. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  289.  
  290. .s1 {text-align: center; position: fixed; margin-left: -6px; margin-top: -222px;}
  291.  
  292. .s1 a {display: block; letter-spacing: 0px; font-family:swagger; font-size: 12px; text-align: center; margin-bottom: 1px; width: 27px; height: 10px; background-color:{color:bglinkshover} ; color: {color:links}; text-decoration: none; text-transform: ; padding: 1px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; line-height: 16px; letter-spacing: 1px;}
  293.  
  294. .s1 a:hover {background-color: ; color:{color:bglinkshover}; padding: 1px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 2px;}
  295.  
  296. .s2 {text-align: center; position: fixed; margin-left: 32px; margin-top: -222px;}
  297.  
  298. .s2 a {display: block; letter-spacing: 0px; font-family:swagger; font-size: 12px; text-align: center; margin-bottom: 1px; width: 20px; height: 10px; background-color:{color:bglinkshover} ; color: {color:links}; text-decoration: none; text-transform: ; padding: 1px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; line-height: 16px; letter-spacing: 1px;}
  299.  
  300. .s2 a:hover {background-color: ; color:{color:linksidebarhover}; padding: 1px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;letter-spacing: 2px;}
  301.  
  302. .s3 {text-align: center; position: fixed; margin-left: 63px; margin-top: -222px;}
  303.  
  304. .s3 a {display: block; letter-spacing: 0px; font-family:swagger; font-size: 12px; text-align: center; margin-bottom: 1px; width: 25px; height: 10px; background-color:{color:bglinkshover} ; color: {color:links}; text-decoration: none; text-transform: ; padding: 1px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; line-height: 16px; letter-spacing: 1px;}
  305.  
  306. .s3 a:hover {background-color: ; color:{color:linksidebarhover}; padding: 1px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;letter-spacing: 2px;}
  307.  
  308.  
  309. .s4 {text-align: center; position: fixed; margin-left: 99px; margin-top: -222px;}
  310.  
  311. .s4 a {display: block; letter-spacing: 0px; font-family:swagger; font-size: 12px; text-align: center; margin-bottom: 1px; width: 44px; height: 10px; background-color:{color:bglinkshover} ; color: {color:links}; text-decoration: none; text-transform: ; padding: 1px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; line-height: 16px; letter-spacing: 1px;}
  312.  
  313. .s4 a:hover {background-color: ; color:{color:linksidebarhover}; padding: 1px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;letter-spacing: 2px;}
  314.  
  315. /* LINKS DUDA */
  316. @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
  317.  
  318. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  319.  
  320.  
  321. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  322.  
  323. @font-face {font-family: "Edo"; src: url('http://static.tumblr.com/lj4xzrj/an4m39jkw/edo.ttf');}
  324.  
  325. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  326.  
  327. .d1 {text-align: center; position: fixed; margin-left: 69px; margin-top: 35px;}
  328.  
  329. .d1 a {display: block; letter-spacing: 0px; font-family:tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 25px; height: 10px; background-color: {color:bglinkshover}; color: {color:links}; text-decoration: none; text-transform: uppercase; padding: 1px 5px 5px 5px;-webkit-transition: all 1.4s ease-out; -moz-transition: all 1.4s ease-out; line-height: 16px; }
  330.  
  331. .d1 a:hover {background-color: ; color:{color:linkssidebarhover}; padding: 1px 5px 5px 5px;-webkit-transition: all 1.4s ease-out; -moz-transition: all 1.4s ease-out;}
  332.  
  333. .d2 {text-align: center; position: fixed; margin-left: 105px; margin-top: 35px;}
  334.  
  335. .d2 a {display: block; letter-spacing: 0px; font-family:tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 25px; height: 10px; background-color:{color:bglinkshover} ; color: {color:links}; text-decoration: none; text-transform: uppercase; padding: 1px 5px 5px 5px;-webkit-transition: all 1.4s ease-out; -moz-transition: all 1.4s ease-out; line-height: 16px;}
  336.  
  337. .d2 a:hover {background-color: ; color:{color:linkssidebarhover}; padding: 1px 5px 5px 5px;-webkit-transition: all 1.4s ease-out; -moz-transition: all 1.4s ease-out;}
  338.  
  339. #notinholaduda {margin-left: -6px; margin-top: -25px; width:149px; font-size: 10px; height: 45px; text-align: center; background-color:{color:sidebar}; transparent; font-family: Century Gothic; color: {color:textdesc}; position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  340. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;}
  341.  
  342. /* paginação by Duda.r (omdg) */
  343. #pagination {position:fixed; margin-top: 60px; margin-left:30px;}
  344. #pagination a{width: 55px; height: 10px; line-height: 8px; padding: 5px; font-size:39px; font-family:georgia; text-align:center; color:{color:link}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  345. /* titulos and frasinhas feita por mim duda .r */
  346. .avaduda {margin-top: 55px ; margin-left:750px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color:{color:sidebar}; font-family: Agency FB; font-size:15px; width:124px;-webkit-transform: rotate(-5deg); color: {color:frase}; height:10px; line-height:8px; padding: 3px; font-style: normal}
  347.  
  348.  
  349.  
  350. #avaduda2{width: 150px; height: 22px; position: fixed; background-color:transparent;margin-top: -70px; margin-left: 140px; z-index:2; text-align: right; -webkit-transform: rotate(-90deg)}
  351.  
  352. .avaduda3{font-family: discoverbeauty; font-size: 12px; line-height: 14px; margin-top: -194px; margin-left: 52px; text-align: center; width: 156px; color: {color:frase};text-shadow: 0px 0px 9px #fff; height: 18px; word-spacing: 1px; background-color: {color:borda};}
  353.  
  354. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  355.  
  356.  
  357. .dudexcred {margin-top: -85px; margin-left:-110px;-webkit-transform: rotate(-90deg); position: fixed; background-color:{color:bglinkshover}; font-family: tahoma; font-size:8px; width:auto; text-align: left; height: auto; font-style: none; color: {color:text}; padding: 1px; -webkit-transition-duration: .2s; -moz-transition-duration: 1.0s; border-bottom:1px solid {color:background}; border-top: 0px solid {color:background}}
  358. .dudexcred a{color: {color:links};}
  359.  
  360.  
  361.  
  362.  
  363.  
  364. #tumblr_controls{position: fixed!important}
  365. #tumblr_controls{position: fixed!important}
  366. #tumblr_controls{position: fixed!important}
  367. #tumblr_controls{position: fixed!important}
  368.  
  369. iframe#tumblr_controls {position: fixed !important; top: 0 !important; right: 0 !important; opacity: 1.0 !important; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  370.  
  371. iframe#tumblr_controls:hover {position: fixed !important; top: 0 !important; right: 0 !important;
  372. opacity: 0.8 !important; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  373.  
  374.  
  375. </style>
  376. <body onkeydown=”return false”>
  377.  
  378.  
  379. <div id="omdg">
  380. {block:Posts}
  381. <div id="omdg1">
  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-500}"></div>{LinkCloseTag}{/block:Photo}
  386.  
  387. {block:Photoset}{Photoset-500}{/block:Photoset}
  388.  
  389. {block:Quote}
  390. <div class="daduda"><center>“{Quote}”</div>
  391. {block:Source}<div class="dsource">— {Source}</center></div>{/block:Source}
  392. {/block:Quote}
  393.  
  394. {block:Link}
  395. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  396. {block:Description}{Description}{/block:Description}
  397. {/block:Link}
  398.  
  399. {block:Chat}
  400. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  401. <div class="chat"><ul>{block:Lines}
  402. <li class="person{UserNumber}">{block:Label}
  403. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  404. {/block:Chat}
  405.  
  406. {block:Audio}
  407. <br>
  408. <div class="audio">{AudioPlayerBlack}</div>
  409. {block:Caption}{Caption}{/block:Caption}
  410. {/block:Audio}
  411.  
  412. {block:Video}{Video-500}{/block:Video}
  413.  
  414.  
  415. {block:Answer}
  416. <div class="asker"><img src="{AskerPortraitURL-30}" class="barbie"><b>{Asker}</b> sussurou:<br>{Question}</div>
  417. <div class="answer"><br>{Answer}</div>
  418. {/block:Answer}
  419.  
  420.  
  421.  
  422. <div id="cap">
  423. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  424. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  425. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  426.  
  427. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  428. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  429. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  430. {/block:ContentSource}</div></div>
  431. <br>
  432. <div class="tags">{block:HasTags}<b>in(direct):</b> {block:Tags}<a href="{TagURL}">*{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  433.  
  434. <div id="creditosduda">
  435.  
  436.  
  437. <div style="float:left;" class="tags">
  438. {block:Date} <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IndexPage} · <a href="{ReblogUrl}" target="_blank">you should <b><font color="{color:tags}">Reblog</font></b> this</a>{/block:IndexPage}<br>
  439. {block:RebloggedFrom} <font color="{color:tags}">originally</font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>)
  440. </span>{/block:RebloggedFrom} {block:RebloggedFrom} · <font color="{color:tags}">via</font> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  441. </div>
  442. </ br>
  443. <br clear="all" /></div></div>
  444.  
  445.  
  446. {/block:Posts}
  447. {block:PostNotes}
  448. <div id="notes"><div id="ntstext">{PostNotes}</div></div>
  449. {/block:PostNotes}
  450.  
  451. </div>
  452. </div>
  453.  
  454.  
  455.  
  456.  
  457. <div id="atencaoduda">
  458. <div class="avaduda"><center>{text:palavra}</center></div>
  459.  
  460. <div id="dudaimag"><a href="/"><div id="imagesm"></div><div id="pic"><img src="{image:sidebar}"/<img src="{image:sidebar}"/></a>
  461.  
  462. <div class="d1">{block:ifLink1Title}<a href="{text:Link1 Url}">{text:Link1 Title}</a>{/block:ifLink1Title}</div>
  463.  
  464. <div class="d2">{block:ifLink2Title}<a href="{text:Link2 Url}">{text:Link2 Title}</a>{/block:ifLink2Title}</div>
  465.  
  466.  
  467. <div class="s1">{block:ifLink3Title}<a href="{text:Link3 Url}">{text:Link3 Title}</a>{/block:ifLink3Title}</div>
  468.  
  469. <div class="s2">{block:ifLink4Title}<a href="{text:Link4 Url}">{text:Link4 Title}</a>{/block:ifLink4Title}</div>
  470.  
  471. <div class="s3">{block:ifLink5Title}<a href="{text:Link5 Url}">{text:Link5 Title}</a>{/block:ifLink5Title}</div>
  472.  
  473. <div class="s4">{block:ifLink6Title}<a href="{text:Link6 Url}">{text:Link6 Title}</a>{/block:ifLink6Title}</div>
  474.  
  475. </div>
  476.  
  477.  
  478. <div id="notinholaduda">{description}</div>
  479.  
  480.  
  481. <div class="dudexcred"><a href="http://o-mundo-de-uma-garota.tumblr.com" title="Not copie">theme by o-mundo-de-uma-garota</a> <font color="{color:tags}">+</font><a href="http://somosocultos-themes.tumblr.com/" > dtlhs</a></a><a href="http://g-alaxia.tumblr.com/" ><font color="{color:tags}"> +</font></a><a href="http://amor-compulsivo.tumblr.com/" ><font color="{color:tags}"> +</font></a></div>
  482.  
  483. <div id="avaduda2">
  484. <center><div class="avaduda3">{text:frase}</div></div>
  485.  
  486.  
  487. <div id="pagination">
  488. {block:PreviousPage}<a href="{PreviousPage}">↩</a> {/block:PreviousPage}
  489. {block:NextPage}<a href="{NextPage}">↪</a>{/block:NextPage}
  490. </div>
  491.  
  492. </div>
Advertisement
Add Comment
Please, Sign In to add comment