Advertisement
themes-sdss

Theme 20

Jul 26th, 2012
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.89 KB | None | 0 0
  1.  
  2. <! THEME BY SUPERAR!>
  3.  
  4. <! ESSE THEME É PROTEGIDO !>
  5.  
  6. <html>
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:background" content="#f8f8f8" />
  10. <meta name="color:link" content="#aaaaaa" />
  11. <meta name="color:text" content="#666666" />
  12. <meta name="color:post" content="#fff" />
  13. <meta name="color:sidebar" content="#fff" />
  14. <meta name="color:frase1" content="#666666" />
  15. <meta name="color:frase2" content="#666666" />
  16. <meta name="color:floco" content="#aaaaaa" />
  17. <meta name="color:bgmenu" content="#fff" />
  18. <meta name="color:colormenu" content="#000" />
  19. <meta name="color:tags" content="#bcd1de" />
  20. <meta name="color:linkh" content="#9fc4db" />
  21. <meta name="color:lhover" content="#cccccc" />
  22. <meta name="color:scrollbar"content="#cccccc" />
  23. <meta name="color:borda" content="#9fc4db" />
  24. <meta name="color:balaodask1" content="#bcd1de" />
  25. <meta name="color:balaodask2" content="#eeeeee" />
  26.  
  27.  
  28.  
  29. <meta name="text:Link1 letra1" content="L" />
  30. <meta name="text:Link2 letra2" content="E" />
  31. <meta name="text:Link3 letra3" content="T" />
  32. <meta name="text:Link4 letra4" content="R" />
  33. <meta name="text:Link5 letra5" content="A" />
  34. <meta name="text:Link6 letra6" content="S" />
  35. <meta name="text:Link7 letra7" content="S" />
  36.  
  37.  
  38. <meta name="color:borders" content="#cccccc" />
  39. <meta name="color:shadows" content="#aaaaaa" />
  40.  
  41.  
  42.  
  43.  
  44. <meta name="image:background" content="" />
  45. <meta name="image:sidebar1" content="http://static.tumblr.com/wn9gxko/jqYm7sjzg/siiide.png" />
  46.  
  47.  
  48. <meta name="text:frase" content="Outra frase aqui oks ." />
  49. <meta name="text:frase2" content="UMA FRASE AQUI DESSE TAMANHO TA ." />
  50.  
  51. <meta name="text:Link1" content="/" />
  52. <meta name="text:Link1 Title" content="link" />
  53. <meta name="text:Link2" content="/" />
  54. <meta name="text:Link2 Title" content="link" />
  55. <meta name="text:Link3" content="/" />
  56. <meta name="text:Link3 Title" content="link" />
  57. <meta name="text:Link4" content="/" />
  58. <meta name="text:Link4 Title" content="link" />
  59. <meta name="text:Link5" content="/" />
  60. <meta name="text:Link5 Title" content="link" />
  61. <meta name="text:Link6" content="/" />
  62. <meta name="text:Link6 Title" content="link" />
  63. <meta name="text:Link7" content="/" />
  64. <meta name="text:Link7 Title" content="link" />
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. <script src="http://static.tumblr.com/03fwsqk/hHYm4m4l7/code2.js"></script>
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  82.  
  83. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  84.  
  85. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  86.  
  87. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  88.  
  89. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  90.  
  91.  
  92. <script type="text/javascript">
  93. $(window).load(function(){
  94. var $wall = $('#box');
  95. $wall.imagesLoaded(function(){
  96. $wall.masonry({
  97. itemSelector: '.post',
  98. isAnimated : true
  99. });
  100. });
  101. $wall.infinitescroll({
  102. navSelector : "div#navigation",
  103. nextSelector : "div#navigation a#nextPage",
  104. itemSelector : '.post',
  105. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  106. loadingText : " ",
  107. donetext : " ",
  108. extraScrollPx : 9000,
  109. bufferPx : 10000,
  110. debug : false,
  111. errorCallback: function() {
  112. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  113. }},
  114. function( newElements ) {
  115. var $newElems = $( newElements );
  116. $newElems.hide();
  117. $newElems.imagesLoaded(function(){
  118. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  119. });
  120. }); $('#box').show(500);
  121. });
  122. </script>
  123.  
  124. <title>{Title}</title>
  125. <link rel="shortcut icon" href="{Favicon}">
  126. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  127. {block:Description}
  128. <meta name="description" content="{MetaDescription}" />
  129. {/block:Description}
  130.  
  131. <style type="text/css">
  132.  
  133.  
  134. body {background-color: {color:background}; font-family: tahoma; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  135.  
  136. a {color: {color:link}; text-decoration: none; text-transform: none;}
  137. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  138.  
  139. p {margin: 6px 0 0 0}
  140.  
  141. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  142. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  143. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  144. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  145.  
  146. blockquote img{max-width: 470px!important}
  147. blockquote blockquote img{max-width: 450px!important}
  148. blockquote blockquote blockquote img{max-width: 430px!important}
  149. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  150. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
  151.  
  152. }
  153. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  154.  
  155. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; position:fixed; }
  156.  
  157. #entries{float: left; margin-left:445px; margin-top: 20px; position: relative; border-left: 0px solid {color:background}; z-index:1000; }
  158.  
  159. #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  160.  
  161.  
  162.  
  163. .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;border-bottom:1px solid {color:borders}; position:relative; opacity:0.8; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;box-shadow:0px 0px 9px {color:shadows};}
  164.  
  165. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  166. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  167. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  168.  
  169. .image {text-align: center; border: 0px}
  170. .image img {max-width: 500px; margin-bottom: 2px }
  171.  
  172. .xquote { text-align: center; font-size: 11px; font-family: georgia; line-height: 15px; padding: 3px;margin-left: 02px; border-bottom:1px solid {color:text};margin-bottom:3px;padding-top:5px;}
  173. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px; font-size: 09px; font-weight: bold;font-size: 9px; font-family: verdana;}
  174. .xquotesource a, a:hover{text-transform: none;}
  175.  
  176. .chat {line-height: 13px; list-style: none }
  177. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  178. .person1 {color: {color:text}; padding: 2px; }
  179. .person1 .label {font-weight: bold; color:{color:text}}
  180. .person2 {color: {color:text}; padding: 2px; }
  181. .person2 .label {font-weight: bold; color:{color:text}}
  182.  
  183. .player {background-color: #000; text-align: left; display:block;}
  184.  
  185.  
  186. .bg {width: 480px; background-color: {color:entrie}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
  187.  
  188. #info{margin-top: 15px; }
  189. #info a{color: {color:link} !important}
  190. #info a:hover{color:{color:linkhover}!important}
  191. .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  192.  
  193. .source{display:none}
  194.  
  195. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  196. #oidata a {font-size: 9px;}
  197.  
  198. #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
  199. #oidata2 a {font-size: 9px;}
  200.  
  201. #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px; }
  202. #oidata3 a {font-size: 9px;}
  203.  
  204. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  205. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  206.  
  207. #cap {width: 500px; margin-top: -2px;}
  208. .source {display: none;}
  209.  
  210. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  211. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  212. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  213. .notes img{display: none; border:0px}
  214.  
  215.  
  216. /*** Stilo de ask por things-to-help-you.tumblr.com ******/
  217. .pergunta {display: block; margin-left: 50px;background-color:{color:balaodask2}; padding: 8px;overflow: hidden; text-shadow: 0px 1px 1px #; }
  218. .resposta {background: #f7f7f7; padding: 3px; display: block;}
  219. .perguntou {display: block; margin-left: 50px; margin-top: 1px; background-color:{color:balaodask1}; line-height: 5px; font-style: none; color: #fff; height: 16px; text-align: left; text-shadow: 1px 1px 1px #bcd1de; line-height: 18px; padding-left: 6px; padding-right: 9px; font-family:"04b03", small fonts; font-size:8px; text-transform:uppercase;}
  220. .perguntou a {text-shadow: none; color: #848484; border-bottom: dotted 1px #fff;}
  221. .fotoask {float: left; margin-right: 27px; position: absolute; margin-top: 0px; margin-left: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
  222. .arrow {position: absolute; background: url('http://static.tumblr.com/ifqwhnb/XwFm3jh7s/arrowleft.png') no-repeat; width: 10px; height: 16px; margin-left: 43px;margin-top: 1px;}
  223. .linha { margin-top: 7px; margin-bottom: 7px;}
  224. @font-face {font-family: "04b03";
  225. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype"); }
  226. @font-face {font-family: "charnarr";
  227. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype"); }
  228.  
  229.  
  230.  
  231. #links2 {width: 360px; float: left; margin-left: 254px; margin-top: 327px; padding: 0px; text-align: center; position: fixed; z-index:1; }
  232.  
  233. #links2 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: Homenaje; font-size: 11px; text-align:center; margin-bottom: 1px; width: 25px; background-color: {color:bgmenu}; color:{color:colormenu}; text-decoration: none; line-height: 24px; overflow:hidden; -webkit-transition: all 0.3s ease-out;text-transform: uppercase; -moz-transition: all 0.3s ease-out; z-index:100;}
  234.  
  235. #links2 a:hover{text-align: center; font-weight: bold; color:{color:linkh};z-index:100;text-shadow:0px 0px 10px #666666; opacity:0.9; font-size:18px;}
  236.  
  237.  
  238. #oi {text-align: center; font-family: verdana; font-size: 35px; color: {color:floco}; letter-spacing: 0px; margin-top:585px; margin-left: 1090px; position:fixed;z-index: 90; -webkit-transform: rotate(-50deg);}
  239. #coroa {text-align:center; font-size:45px; padding-left:0px; padding-top:0px; margin-left:-90px; margin-top: 0px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; -moz-border-radius: 50px 0px 0px 50px; border-radius:0px 50px 50px 0px; width:35px;height:60px; float:left;}
  240.  
  241.  
  242. #oi2 {text-align: center; font-family: verdana; font-size: 29px; color: {color:floco}; letter-spacing: 0px; margin-top:550px; margin-left: 1160px; position:fixed;z-index: 90; -webkit-transform: rotate(-50deg);}
  243. #coroa2 {text-align:center; font-size:35px; padding-left:0px; padding-top:0px; margin-left:-90px; margin-top: 0px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; -moz-border-radius: 50px 0px 0px 50px; border-radius:0px 50px 50px 0px; width:25px;height:60px; float:left;}
  244.  
  245.  
  246. .credi { margin-left: 945px; margin-top: 95px; position:fixed; font-family: Homenaje; font-size: 11px; width: 80px; height: 20px;line-height:19px; z-index:7777777; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;-webkit-transform: rotate(90deg); }
  247. .credi a {font-size: 12px;}
  248.  
  249.  
  250.  
  251. .sdescri {text-align: center; margin-top:59px; margin-left: 247px; overflow: hidden; font-size: 40px; font-family:Megrim; position: fixed; background-color:{color:sidebar}; color:{color:frase2}; padding: 9px; width:168px; -moz-transition: all 2s ease-out; height: 243px; letter-spacing: 1px; line-height: 40px;z-index:100;text-transform: uppercase;opacity:0.0;}
  252.  
  253. .sdescri:hover {-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.5;}
  254.  
  255.  
  256. .xx {text-align: center; margin-top:20px; margin-left: 241px; overflow: hidden; font-size: 22px; font-family:homenaje; position: fixed; background-color:{color:sidebar}; color:{color:frase1}; padding: 9px; width:181px; -moz-transition: all 2s ease-out; height: 12px; letter-spacing: 0px; line-height: 12px;z-index:100; border-bottom:2px solid {color:borda};}
  257.  
  258. .xx:hover {-webkit-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.5;}
  259.  
  260. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  261.  
  262.  
  263.  
  264.  
  265.  
  266. #slideshow {position:fixed; width:185px; height:261px; margin-top: 52px; background-color:{color:borda}; padding: 2px; margin-left: 241px; -webkt-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border: 5px solid {color:sidebar};}
  267. #slideshow:hover {opacity:0.5 }
  268. #slideshow img { position:absolute; top:0; left: 0; width:185px; height:261px; padding: 2px; }
  269. #slideshow img.active { z-index: 0; }
  270. #slideshow img.last-active { z-index: 0; }
  271.  
  272. ::-webkit-scrollbar{width:4px;height:5px;}
  273. ::-webkit-scrollbar-button:start:decrement
  274. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  275. ::-webkit-scrollbar-track-piece{background-color: {color:sidebar}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  276. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  277. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: 000000;-webkit-border-radius:px;}
  278. #tumblr_controls{position: fixed!important}
  279. #tumblr_controls{position: fixed!important}
  280. #tumblr_controls{position: fixed!important}
  281. #tumblr_controls{position: fixed!important}
  282.  
  283. .pagin {font-family: georgia; position: fixed; margin-left: 220px; margin-top:125px; font-size: 30px; z-index: 0;}
  284. .pagin a {color: {color:text}; background-color: transparent;text-shadow: 0px 0px 5px {color:shadows}}
  285. .pagin a:hover {color: {color:text} ;}
  286.  
  287. .pagin2 {font-family: georgia; position: fixed; margin-left: 220px; margin-top: 175px; font-size: 30px; z-index: 0;}
  288. .pagin2 a {color: {color:text}; background-color: transparent;text-shadow: 0px 0px 5px {color:shadows}}
  289. .pagin2 a:hover {color: {color:text};}
  290.  
  291. #haha2 { margin-left: 253px; margin-top: 352px; width: 175px; font-size: 20px; height: 2px; text-align: justify; background-color:{color:borda}; line-height: 5px; color:transparent; position: fixed;;}
  292.  
  293.  
  294. </style>
  295. <body onkeydown="return false">
  296.  
  297. <div id="sidebar">
  298. <div id="side">
  299.  
  300.  
  301. <div id= "haha"></div>
  302. <div id= "haha2"></div>
  303. <div class="sdescri">{text:frase2}</div>
  304. <div class="xx">{text:frase}</div>
  305. <div id="coroa"><div id="oi">❅</div>
  306. <div id="coroa2"><div id="oi2">❅</div></div></div>
  307. <div id= "haha2"></div>
  308. <div id= "haha3"></div>
  309.  
  310. <div class="pagin">{block:NextPage}<a href="{NextPage}" title="next baby">↱ </a>{/block:NextPage}</div>
  311.  
  312. <div class="pagin2">{block:PreviousPage}<a href="{PreviousPage}" title="previous baby">↲</a>{/block:PreviousPage}</div>
  313.  
  314.  
  315. <div id="slideshow"><img class="active" src="{image:sidebar1}" alt="" title="stay strong" /></div></div>
  316.  
  317.  
  318. <div id="links2">
  319.  
  320. <a href="{text:Link1}" title="{text:Link1 Title}">{text:Link1 letra1}</a>
  321. <a href="{text:Link2}" title="{text:Link2 Title}">{text:Link2 letra2}</a>
  322. <a href="{text:Link3}" title="{text:Link3 Title}">{text:Link3 letra3}</a>
  323. <a href="{text:Link4}" title="{text:Link4 Title}">{text:Link4 letra4}</a>
  324. <a href="{text:Link5}" title="{text:Link5 Title}">{text:Link5 letra5}</a>
  325. <a href="{text:Link6}" title="{text:Link6 Title}">{text:Link6 letra6}</a>
  326. <a href="{text:Link7}" title="{text:Link7 Title}">{text:Link7 letra7}</a></div>
  327.  
  328.  
  329.  
  330.  
  331.  
  332. </div>
  333. </div>
  334.  
  335.  
  336.  
  337.  
  338. </div>
  339. </div>
  340. </div>
  341. </div>
  342.  
  343.  
  344.  
  345.  
  346. <div class="credi"><div style="margin-left: 0px"><a href="http://superar-r.tumblr.com" title="Superar-r">THMX BY</a> <a href="http://sem-retorno.tumblr.com" title="sem-retorno.">+</a> <a href="http://i-genuidade.tumblr.com" title="i-ngenuidade.">+</a></div></div>
  347.  
  348.  
  349.  
  350.  
  351. </div>
  352. </font>
  353.  
  354.  
  355.  
  356. <div id="entries">
  357. {block:Posts}
  358. <div class="danpost">
  359.  
  360. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  361.  
  362. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  363.  
  364. {block:Photoset}{Photoset-500}{/block:Photoset}
  365.  
  366. {block:Quote}
  367. <div class="xquote"alt="" title="delicate" >"{Quote}"</div>
  368. {block:Source}<div class="xquotesource"alt="" title="via" ><font color="{color:tags}">~ {Source}</font> ♡ </div>{/block:Source}
  369. {/block:Quote}
  370.  
  371. {/block:quote}
  372.  
  373. {block:Link}
  374. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  375. {block:Description}{Description}{/block:Description}
  376. {/block:Link}
  377.  
  378. {block:Chat}
  379. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  380. <div class="chat"><ul>{block:Lines}
  381. <li class="person{UserNumber}">{block:Label}
  382. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  383. {/block:Chat}
  384.  
  385. {block:Audio}
  386. <div class="player">{AudioPlayerBlack}</div>
  387. {block:Caption}{Caption}{/block:Caption}
  388. {/block:Audio}
  389.  
  390. {block:Video}{Video-500}{/block:Video}
  391.  
  392.  
  393. {block:Answer}
  394. <img src="{AskerPortraitURL-30}" class="fotoask">
  395. <div class="arrow"></div>
  396. <div class="perguntou">Asked by <b>{Asker}</b> </div>
  397. <div class="pergunta">{Question}</div>
  398. <div class="linha"></div>
  399. <div class="resposta">{Answer}</div>
  400. {/block:Answer}
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408. <div id="cap">
  409. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  410. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  411. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  412.  
  413. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  414. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  415. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  416. {/block:ContentSource}</div></div>
  417.  
  418. <div class="bg">
  419. <div class="tags"><b>in(direct):</b> {block:HasTags}{block:Tags}<font color="{color:tags}"># </font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  420.  
  421. <div class="tags">
  422. {block:Date}<a href="{Permalink}">{TimeAgo} . </a> {/block:Date} {block:NoteCount} <a href="{Permalink}"alt="" title="this is good" >{NoteCountWithLabel} <font color= {color:tags}>♥</font> </a>{/block:NoteCount}<div style="float:right;" class="details">{Block:IndexPage} <a href="{ReblogURL}" target="_blank" alt="" title="reblog this baby? i do a streep tease, hahahahaha" > reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class=" alt="" title="reblog this baby? i do a streep tease, hahahahaha" > </a>{/Block:IndexPage}<br></div><BR>{block:RebloggedFrom}<font color= {color:tags}>originally</font>: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  423. </span> {/block:RebloggedFrom}<div style="float:right;" class="details">{block:RebloggedFrom}<font color= {color:tags}>via</font>: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}</div>
  424. </div>
  425.  
  426.  
  427.  
  428. </div></div>
  429. {/block:Date}
  430.  
  431.  
  432. {/block:Posts}
  433. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442. </div>
  443. </div>
  444. </div>
  445. </div>
  446. </div>
  447. </div>
  448.  
  449. </body>
  450. </html>
  451.  
  452.  
  453.  
  454.  
  455. </div>
  456. </div>
  457. </div>
  458. </div>
  459. </div>
  460.  
  461. </body>
  462. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement