Eduarda

Theme 52

Sep 18th, 2012
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.55 KB | None | 0 0
  1. <!----
  2. Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.
  3.  
  4. - - - - - - - - - - - - - -
  5. - THEME FEITO POR DUDA.R -
  6. - - - - - - - - - - - - - - ---->
  7.  
  8. <html>
  9.  
  10. <head>
  11.  
  12. <script type="text/javascript">
  13. //desabilita menu de opcoes ao clicar no botao direito
  14. function desabilitaMenu(e)
  15. {
  16. if (window.Event)
  17. {
  18. if (e.which == 2 || e.which == 3)
  19. return false;
  20. }
  21. else
  22. {
  23. event.cancelBubble = true
  24. event.returnValue = false;
  25. return false;
  26. }
  27. }
  28.  
  29. //desabilita botao direito
  30. function desabilitaBotaoDireito(e)
  31. {
  32. if (window.Event)
  33. {
  34. if (e.which == 2 || e.which == 3)
  35. return false;
  36. }
  37. else
  38. if (event.button == 2 || event.button == 3)
  39. {
  40. event.cancelBubble = true
  41. event.returnValue = false;
  42. return false;
  43. }
  44. }
  45.  
  46. //desabilita botao direito do mouse
  47. if ( window.Event )
  48. document.captureEvents(Event.MOUSEUP);
  49. if ( document.layers )
  50. document.captureEvents(Event.MOUSEDOWN);
  51.  
  52. document.oncontextmenu = desabilitaMenu;
  53. document.onmousedown = desabilitaBotaoDireito;
  54. document.onmouseup = desabilitaBotaoDireito;
  55. </script>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  58.  
  59. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  60. <script type="text/javascript">
  61. function slideSwitch() {
  62. var $active = $('#slideshow2 img.active');
  63.  
  64. $active.addClass('last-active');
  65.  
  66. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  67. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  68.  
  69. $next.css({opacity: 0.0})
  70. .addClass('active')
  71. .animate({opacity: 1.0}, 1000, function() {
  72. $active.removeClass('active last-active');
  73. });
  74. }
  75.  
  76. $(function() {
  77. //Executa a função a cada 2 segundos
  78. setInterval( "slideSwitch()", 2500 );
  79. });
  80. </script>
  81. <!-- DEFAULT VARIABLES -->
  82. <meta name="color:background" content="#DCDCDC" />
  83. <meta name="color:link" content="#8B8989" />
  84. <meta name="color:link hover" content="#000" />
  85. <meta name="color:text" content="#8B8989" />
  86. <meta name="color:post" content="#fff" />
  87. <meta name="color:sidebar" content="#fff" />
  88. <meta name="color:background links" content="#FF69B4" />
  89. <meta name="color:text links" content="#CDC9C9" />
  90. <meta name="color:borda" content="#fff" />
  91. <meta name="color:tags" content="#FF69B4" />
  92. <meta name="color:frase" content="#8B8989" />
  93. <meta name="color:linhadopost" content="#fff" />
  94. <meta name="color:djlink" content="#fff" />
  95.  
  96. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/tfymai3xs/varios_bg.jpg" />
  97. <meta name="image:fotinha" content="http://static.tumblr.com/2bh9bxo/U1Emaibj2/pretoebranco2.jpg"/>
  98. <meta name="image:fotinha1" content="http://static.tumblr.com/2bh9bxo/dGAmaiara/tumblr_m7bywbvwvf1r4000ho1_500.jpg"/>
  99. <meta name="image:fotinha2" content="http://static.tumblr.com/2bh9bxo/fLpmaibi3/pretoebranco3.jpg"/>
  100. <meta name="text:titulo" content="Ordinary Girl" />
  101.  
  102.  
  103.  
  104. <meta name="text:Link1" content="/" />
  105. <meta name="text:Link1 Title" content="link1" />
  106. <meta name="text:Link2" content="/" />
  107. <meta name="text:Link2 Title" content="link2" />
  108. <meta name="text:Link3" content="/" />
  109. <meta name="text:Link3 Title" content="link3" />
  110. <meta name="text:Link4" content="/" />
  111. <meta name="text:Link4 Title" content="link4" />
  112. <meta name="text:Link5" content="/" />
  113. <meta name="text:Link5 Title" content="link5" />
  114. <meta name="text:Link6" content="/" />
  115. <meta name="text:Link6 Title" content="link6" />
  116. <meta name="text:Simbololink6" content="†" />
  117.  
  118.  
  119.  
  120. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  121.  
  122.  
  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.  
  132. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  133.  
  134. <style type="text/css">
  135.  
  136. 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; }
  137.  
  138. a {color: {color:link}; text-decoration: none; text-transform: none;}
  139. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  140.  
  141. p {margin: 6px 0 0 0}
  142.  
  143. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:sidebar}; padding-left: 5px; }
  144. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:sidebar};}
  145. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:sidebar}; }
  146. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidebar}; }
  147.  
  148. blockquote img{max-width: 470px!important}
  149. blockquote blockquote img{max-width: 450px!important}
  150. blockquote blockquote blockquote img{max-width: 430px!important}
  151. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  152.  
  153. /*posts*/
  154. #baseduh {float: left; margin-left: 419px; margin-top: -2px;opacity:1;}
  155. /*theme e base por duda*/
  156. .baseduh1 {width: 500px; background-color: {color:post}; padding: 7px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 10.5px; position: relative;}/*base por duda*/
  157.  
  158. h1 {font-family: tahoma; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  159. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  160. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  161.  
  162. .baseduh2 {font-family: "tahoma"; text-align: center; font-size: 14px; line-height: 15px; padding: 4px;}
  163. .baseduh3 {text-align: center; text-transform: none; margin-bottom: 5px;}
  164. .baseduh3 a, a:hover{text-transform: none;}
  165.  
  166. .chat {line-height: 13px; list-style: none }
  167. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  168. .person1 {color: {color:text}; padding: 2px; }
  169. .person1 .label {font-weight: bold; color:{color:text}}
  170. .person2 {color: {color:text}; padding: 2px; }
  171. .person2 .label {font-weight: bold; color:{color:text}}
  172.  
  173. .player {background-color: #181818; text-align: justify; display:block;}
  174.  
  175.  
  176.  
  177. /* asker by o-mundo-de-uma-garota */
  178.  
  179. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  180. .asker img{float: left;border: 2px double {color:linhadopost}; margin: 0px 24px 12px 0; }
  181. .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 17px; padding: 0; margin: 0; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  182. .asker a:hover{font-size: 11px; color:{color:link hover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  183. .answer {padding: 4px}
  184. .answer img {max-width: 470px;}
  185.  
  186.  
  187. #date {text-align: left; font-size: 8px;background:{color:background};border: 3px double {color:linhadopost}; font-family: tinytots; text-transform: lowercase; z-index: 11;}
  188. #date a {font-size: 8px;}
  189.  
  190. .tags {color: {color:tags}; background:{color:background}; font-size: 8px; font-family: "verdana"; display: inline; list-style: none; text-transform: lowercase;}
  191. .tags a {font-size: 8px; color: {color:tags}; display: inline; list-style: none; text-transform: lowercase;}
  192.  
  193. #cap {width: 500px; margin-top: -2px;}
  194. .source {display: none;}
  195.  
  196. .notes {width: 530px; padding: 0px;background:{color:background}; margin-top: 5px; margin-bottom: 10px; font-size: 8px; text-align: left}
  197. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  198. ol.notes li {background-color: {color:background}; margin-bottom: 5px; padding: 5px; }
  199. .notes img{display: none; border:0px}
  200.  
  201. ::-webkit-scrollbar{width:4px;height:5px;}
  202. ::-webkit-scrollbar-button:start:decrement
  203. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  204. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  205. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  206. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: 000000;-webkit-border-radius:px;}
  207. #tumblr_controls{position: fixed!important}
  208. #tumblr_controls{position: fixed!important}
  209. #tumblr_controls{position: fixed!important}
  210. #tumblr_controls{position: fixed!important}
  211.  
  212. #baseduh4 {position: fixed; margin: -150px 0px 0px 140px;}
  213.  
  214. #baseduh5 {position: fixed; width:210px; margin-left:79px;}
  215.  
  216. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  217.  
  218. @font-face {font-family: "buymore";src: url('http://static.tumblr.com/ygkexbz/mpZm51k9i/buy_more.ttf');}
  219.  
  220.  
  221. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}/*theme por duda*/
  222. #duhimsure {background-color:;position: fixed;z-index: 3;width:110px; height:23; font-size:15px; font-family:"pacifico"; text-align:center; color:{color:frase}; padding: 5px; margin-top:110px;margin-left:230px;opacity:1;-webkit-transform: rotate(0deg); }
  223.  
  224. #notinholaduda {z-index: 7;background-color:{color:sidebar};position:fixed;width:135px; height:25; font-size:8px; font-family:tinytots; text-align:center; color:{color:text sidebar}; padding: 5px; margin-top:343px; margin-left:230px; overflow:hidden;}
  225.  
  226.  
  227. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  228. #paginal a {background: {color:text}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:sidebar};opacity:1; box-shadow: 0px 1px 20px rgba(0,0,0,0.35)}
  229. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  230. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  231. .ps {position: fixed; padding: 2px; width: 141px; margin-left: 230px; margin-top: 379px; height: auto; background-color: {color:sidebar}; color: {color:text};opacity:1; }
  232.  
  233. /*imagem e sid por o-mundo-de-uma-garota (Duda.r)*/
  234. #duhimg {display: block; margin-left: 11px;
  235. border: 3px solid {color:borda};float: right;
  236. margin-top: 299px; width: 140px;
  237. height: 156px; background-color: transparent;
  238. position: fixed; z-index:0;opacity:1; }
  239. .duh1 img {width: 130px; height: 148px;
  240. margin-bottom: 2px; border: 4px solid {color:sidebar};}
  241.  
  242. #DUUH1{ position: absolute; width: 80px;
  243. height: 200px; left:0px; top: 3px;
  244. -webkit-transition: all 0.8s ease-out;
  245. -moz-transition: all 0.8s ease-out; ;}
  246.  
  247. .DUUH1 img{width: 132px; height: 144px;
  248. left:100px;top: 70px; {color:borda};
  249. -webkit-transition: all 1.2s ease-out; }
  250.  
  251. .DUUH1 img:hover{width: 20px; height: 20px;
  252. margin-top: 70px; margin-left: 200px;}
  253.  
  254. #DUUH2 { position: absolute; width: 80px;
  255. height: 150px; left:0px; top: 0px;
  256. -webkit-transition: all 0.8s ease-out;
  257. -moz-transition: all 0.8s ease-out; ;}
  258.  
  259. .DUUH2 img{width:130px; height:144px;
  260. left:100px;top: 90px;
  261. -webkit-transition: all 1.2s ease-out; }
  262.  
  263. .DUUH2 img:hover{width: 320px; height: 230px;
  264. margin-top: 70px; margin-left: 270px;}
  265.  
  266.  
  267. /*Links by o-mundo-de-uma-garota*/
  268. .links5 {position: fixed; margin-left:230px; margin-top:327px; padding: 0px; text-align: center; z-index:3;}
  269. .links5 a {float: left; display: block; letter-spacing: 0px; font-size:8px; font-family:'tinytots'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 145px; background-color: {color:link hover}; color:{color:djlink}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border-top:1px solid {color:borda}; border-bottom:1px solid {color:borda};}
  270. .links5 a:hover{ background-color: {color:tags};color: {color:linkshover};border-top:5px solid{color:text};}
  271.  
  272. .links6 {position: fixed; margin-left:347px; margin-top:120px;-webkit-transform: rotate(10deg); padding: 0px; text-align: center; z-index:3;}
  273. .links6 a {float: left; display: block; letter-spacing: 0px; font-size:45px; font-family:'verdana'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 35px; background-color:; color:{color:tags}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}/*theme by: o-mundo-de-u,a-garota*/
  274. .links6 a:hover{ background-color:;color: {color:link};border-top:5px solid{color:text};}
  275.  
  276. .links2 {position: fixed; margin-left:266px; margin-top:312px; padding: 0px; text-align: center; z-index:3;}
  277. .links2 a {float: left; display: block; letter-spacing: 0px; font-size:8px; font-family:'tinytots'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 35px; background-color: {color:link hover}; color:{color:djlink}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  278. .links2 a:hover{ background-color: {color:background links};color: {color:link};border-top:5px solid{color:text};}
  279.  
  280. .links3 {position: fixed; margin-left:302px; margin-top:312px; padding: 0px; text-align: center; z-index:3;}
  281. .links3 a {float: left; display: block; letter-spacing: 0px; font-size:8px; font-family:'tinytots'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 35px; background-color: {color:link hover}; color:{color:djlink}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  282. .links3 a:hover{background-color: {color:background links};color: {color:link};text-align: center;border-top:5px solid{color:text};}
  283.  
  284. .links4 {position: fixed; margin-left:338px; margin-top:312px; padding: 0px; text-align: center; z-index:3;}
  285. .links4 a {float: left; display: block; letter-spacing: 0px; font-size:8px; font-family:'tinytots'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 37px; background-color: {color:link hover}; color:{color:djlink}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}/*theme by o-mundo-de-uma-garota*/
  286. .links4 a:hover{background-color: {color:background links};color: {color:link};text-align: center;border-top:5px solid{color:text};}
  287.  
  288. .links1 {position: fixed; margin-left:194px; margin-top:312px; padding: 0px; text-align: center; z-index:3;}
  289. .links1 a {float: left; display: block; letter-spacing: 0px; font-size:8px; font-family:'tinytots'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 35px; background-color: {color:link hover}; color:{color:djlink}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  290. .links1 a:hover{background-color: {color:background links};color: {color:link};text-align: center;border-top:5px solid{color:text};}
  291.  
  292. #estela1 {position: fixed; margin-left: 200px; width: 180px; height: 290px;background-color:{color:sidebar}; margin-top: 125px;-webkit-transform: rotate(0deg); -webkit-transform: rotate(180deg);}
  293.  
  294.  
  295. #linha {margin-left: 180px; margin-top: 180px; width: 260px; -webkit-transform: rotate(-90deg); height: 170px; text-align: center; background-color: {color:borda}; position: fixed; padding: 0px; ;}
  296.  
  297.  
  298. </style>
  299. <body oncontextmenu="return false">
  300.  
  301.  
  302. <div id="content">
  303.  
  304. <div id="entries">
  305. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  306. <script type="text/javascript"
  307.  
  308. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  309.  
  310.  
  311.  
  312. <div id="baseduh4">
  313. <div id="baseduh5">
  314. <div id="duhimg"><div class="duh1">
  315. <img src="{image:fotinha}"<IMG CLASS="duh2"alt="" title=" baby im sure duh " >
  316. <div id="DUUH1">
  317. <div class="DUUH1 img"><a href="Baby im sure duh"><img src="{image:fotinha1}" >
  318.  
  319. </div>
  320. <div id="DUUH2">
  321. <div class="DUUH2 img"><img src="{image:fotinha2}" >
  322. </div></div></div></div></div>
  323. </div></div>
  324.  
  325.  
  326.  
  327.  
  328. <div class="links1"><a href="{text:Link1}">{text:Link1 Title}</a></div>
  329. <div class="links2"><a href="{text:Link2}">{text:Link2 Title}</a></div>
  330. <div class="links3"><a href="{text:Link3}">{text:Link3 Title}</a></div>
  331. <div class="links4"><a href="{text:Link4}">{text:Link4 Title}</a></div>
  332. <div class="links5"><a href="{text:Link5}">{text:Link5 Title}</a></div>
  333. <div class="links6"><a href="{text:Link6}" title="{text:Link6 Title}">{text:Simbololink6}</a></a>
  334. </div>
  335.  
  336.  
  337.  
  338. </div>
  339. </div></div>
  340.  
  341. <div id="barrinha"></div>
  342.  
  343. <div id="notinholaduda">{Description}</div>
  344.  
  345.  
  346. <div class="ps"><div id="paginal">
  347. {block:JumpPagination length="4"}
  348. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  349. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  350. {/block:JumpPagination}
  351. </div></div>
  352.  
  353.  
  354.  
  355. <div style="margin-left:230px;-webkit-transform: rotate(0deg); width:145px;background:{color:sidebar}; font-family:tinytots;font-size:8px; margin-top: 394px; position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by :o-mundo-de-uma-garota</small></a><br>
  356. (<font color="{color:tags}">+</font>) not copie bicth.</a></div>
  357.  
  358. <div id="duhimsure">{text:titulo}</div>
  359.  
  360.  
  361.  
  362. <div id="baseduh">
  363.  
  364. {block:Posts}
  365. <div class="baseduh1">
  366.  
  367. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  368.  
  369. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  370.  
  371. {block:Photoset}{Photoset-500}{/block:Photoset}
  372.  
  373. {block:Quote}
  374. <div class="base2">“{Quote}”</div>
  375. {block:Source}<div class="base3"> — {Source}</div>
  376. {/block:Source}
  377. {/block:Quote}
  378.  
  379. {block:Link}
  380. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  381. {block:Description}{Description}{/block:Description}
  382. {/block:Link}
  383.  
  384. {block:Chat}
  385. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  386. <div class="chat"><ul>{block:Lines}
  387. <li class="person{UserNumber}">{block:Label}
  388. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  389. {/block:Chat}
  390.  
  391. {block:Audio}
  392. <div class="player">{AudioPlayerBlack}</div>
  393. {block:Caption}{Caption}{/block:Caption}
  394. {/block:Audio}
  395.  
  396. {block:Video}{Video-500}{/block:Video}
  397.  
  398. {block:Answer}
  399. <div class="asker"><img src="{AskerPortraitURL-30}" class="baby im sure duh"><b>{Asker}</b> sussurou:<br>{Question}</div>
  400. <div class="answer"><br>{Answer}</div>
  401. {/block:Answer}
  402.  
  403.  
  404. <div id="cap">
  405. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  406. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  407. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  408.  
  409. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  410. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  411. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  412. {/block:ContentSource}</div></div>
  413. <br>
  414.  
  415.  
  416. <div id="date">
  417. {block:Date}<div class="tags">{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  418. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b><font color="{color:tags}">Reblog</font></b> <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage}
  419. {block:RebloggedFrom}<br><font color="{color:tags}">Originally</font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} • <font color="{color:tags}">via</font> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  420. {/block:RebloggedFrom}
  421. </div>
  422. </div>{/block:Date}
  423.  
  424.  
  425. {/block:Posts}
  426. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435. </div>
  436. </div>
  437. </div>
  438. </div>
  439.  
  440. </body>
  441. </html>
Advertisement
Add Comment
Please, Sign In to add comment