Eduarda

theme 62

Oct 2nd, 2012
6,390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.75 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. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  59.  
  60. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  61. <script type="text/javascript">
  62. function slideSwitch() {
  63. var $active = $('#slideshow2 img.active');
  64.  
  65. $active.addClass('last-active');
  66.  
  67. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  68. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  69.  
  70. $next.css({opacity: 0.0})
  71. .addClass('active')
  72. .animate({opacity: 1.0}, 1000, function() {
  73. $active.removeClass('active last-active');
  74. });
  75. }
  76.  
  77. $(function() {
  78. //Executa a função a cada 2 segundos
  79. setInterval( "slideSwitch()", 2500 );
  80. });
  81. </script>
  82. <!-- DEFAULT VARIABLES -->
  83. <meta name="color:background" content="#1C1C1C" />
  84. <meta name="color:link" content="#BEBEBE" />
  85. <meta name="color:link hover" content="#000" />
  86. <meta name="color:text" content="#BEBEBE" />
  87. <meta name="color:post" content="#000" />
  88. <meta name="color:sidebar" content="#000" />
  89. <meta name="color:background links" content="#fff" />
  90. <meta name="color:text links" content="#000" />
  91. <meta name="color:borda" content="#363636" />
  92. <meta name="color:tags" content="#FF69B4" />
  93. <meta name="color:frase" content="#BEBEBE" />
  94. <meta name="color:linhadopost" content="#1C1C1C" />
  95. <meta name="color:djlink" content="#BEBEBE" />
  96. <meta name="color:bgfrase" content="#8B8989" />
  97.  
  98. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/SwDmb8al9/www.jpg" />
  99. <meta name="image:fotinha" content="http://static.tumblr.com/2bh9bxo/pGYmb86q3/tumblr_mb86knk82c1rqbmimo1_250.png"/>
  100.  
  101. <meta name="text:titulo" content="Ordinary Girl" />
  102. <meta name="text:frase" content="Uma dose de amor" />
  103. <meta name="text:frase1" content="por favor encha o copo" />
  104.  
  105. <meta name="text:Link1" content="/" />
  106. <meta name="text:Link1 Title" content="link1" />
  107. <meta name="text:Link2" content="/" />
  108. <meta name="text:Link2 Title" content="link2" />
  109. <meta name="text:Link3" content="/" />
  110. <meta name="text:Link3 Title" content="link3" />
  111. <meta name="text:Link4" content="/" />
  112. <meta name="text:Link4 Title" content="link4" />
  113. <meta name="text:Link5" content="/" />
  114. <meta name="text:Link5 Title" content="link5" />
  115. <meta name="text:Link6" content="/" />
  116. <meta name="text:Link6 Title" content="link6" />
  117.  
  118.  
  119.  
  120.  
  121. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  122.  
  123. <!-- Código botão "volte ao topo" por Lucas Sibie -->
  124.  
  125. <script type="text/javascript" src="http://dl.dropbox.com/u/29000897/jquerbylucassibie.js"></script>
  126. <script type="text/javascript" src="http://dl.dropbox.com/u/29000897/scrolltotopbylucassibie.js"></script>
  127.  
  128. <!-- Final do código -->
  129.  
  130.  
  131.  
  132. <title>{Title}</title>
  133. <link rel="shortcut icon" href="{Favicon}">
  134. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  135. {block:Description}
  136. <meta name="description" content="{MetaDescription}" />
  137. {/block:Description}
  138.  
  139.  
  140. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  141.  
  142. <style type="text/css">
  143.  
  144. 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; }
  145.  
  146. a {color: {color:link}; text-decoration: none; text-transform: none;}
  147. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  148.  
  149. p {margin: 6px 0 0 0}
  150.  
  151. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:sidebar}; padding-left: 5px; }
  152. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:sidebar};}
  153. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:sidebar}; }
  154. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidebar}; }
  155.  
  156. blockquote img{max-width: 470px!important}
  157. blockquote blockquote img{max-width: 450px!important}
  158. blockquote blockquote blockquote img{max-width: 430px!important}
  159. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  160.  
  161. /*posts*/
  162. #baseduh {float: left; margin-left: 409px;border: 5px double {color:linhadopost};margin-top: -4px;opacity:0.8;}
  163. /*theme e base por duda*/
  164. .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*/
  165.  
  166. h1 {font-family: tahoma; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  167. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  168. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  169.  
  170. .baseduh2 {font-family: "tahoma"; text-align: center; font-size: 14px; line-height: 15px; padding: 4px;}
  171. .baseduh3 {text-align: center; text-transform: none; margin-bottom: 5px;}
  172. .baseduh3 a, a:hover{text-transform: none;}
  173.  
  174. .chat {line-height: 13px; list-style: none }
  175. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  176. .person1 {color: {color:text}; padding: 2px; }
  177. .person1 .label {font-weight: bold; color:{color:text}}
  178. .person2 {color: {color:text}; padding: 2px; }
  179. .person2 .label {font-weight: bold; color:{color:text}}
  180.  
  181. .player {background-color: #181818; text-align: justify; display:block;}
  182.  
  183.  
  184.  
  185. /* asker by o-mundo-de-uma-garota */
  186.  
  187. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  188. .asker img{float: left;border: 2px double {color:linhadopost}; margin: 0px 24px 12px 0; }
  189. .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; }
  190. .asker a:hover{font-size: 11px; color:{color:link hover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  191. .answer {padding: 4px}
  192. .answer img {max-width: 470px;}
  193.  
  194.  
  195. #date {text-align: left; font-size: 8px;background:{color:background};border: 3px double {color:linhadopost}; font-family: tinytots; text-transform: lowercase; z-index: 11;}
  196. #date a {font-size: 8px;}
  197.  
  198. .tags {color: {color:tags}; background:{color:background}; font-size: 8px; font-family: "verdana"; display: inline; list-style: none; text-transform: lowercase;}
  199. .tags a {font-size: 8px; color: {color:tags}; display: inline; list-style: none; text-transform: lowercase;}
  200.  
  201. #cap {width: 500px; margin-top: -2px;}
  202. .source {display: none;}
  203.  
  204. .notes {width: 530px; padding: 0px;background:{color:background}; margin-top: 5px; margin-bottom: 10px; font-size: 8px; text-align: left}
  205. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  206. ol.notes li {background-color: {color:background}; margin-bottom: 5px; padding: 5px; }
  207. .notes img{display: none; border:0px}
  208.  
  209. ::-webkit-scrollbar{width:8px;height:5px;}
  210. ::-webkit-scrollbar-button:start:decrement
  211. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  212. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  213. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:tags};-webkit-border-radius:px;}
  214. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: 000000;-webkit-border-radius:px;}
  215. #tumblr_controls{position: fixed!important}
  216. #tumblr_controls{position: fixed!important}
  217. #tumblr_controls{position: fixed!important}
  218. #tumblr_controls{position: fixed!important}
  219.  
  220. #baseduh4 {position: fixed; margin: -150px 0px 0px 140px;}
  221.  
  222. #baseduh5 {position: fixed; width:210px; margin-left:79px;}
  223.  
  224. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  225.  
  226. @font-face {font-family: "buymore";src: url('http://static.tumblr.com/ygkexbz/mpZm51k9i/buy_more.ttf');}
  227. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  228.  
  229. /*theme por duda*/
  230. #duhimsure {background-color:{color:bgfrase};position: fixed;z-index: 3;width:140px; height:23px; line-height:23px;font-size:19px; font-family:'pacifico'; text-align:center; color:{color:frase}; padding: 5px; margin-top:50px;margin-left:155px;opacity:1;-webkit-transform: rotate(0deg);opacity:0.8; }
  231.  
  232. #notinholaduda {z-index: 7;background-color:{color:sidebar};position:fixed;width:169px; height:25; font-size:8px; font-family:tinytots; text-align:center; color:{color:text sidebar}; padding: 5px; margin-top:250px; margin-left:190px; overflow:hidden;opacity:0.5;}
  233.  
  234. /* paginação by Duda.r (omdg) */
  235. #pagination {position:fixed; margin-top: 355px; margin-left:325px;}
  236. #pagination a{width: 55px; height: 10px; line-height: 8px; padding: 5px; font-size:29px; font-family:georgia; text-align:center; color:{color:link}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  237.  
  238. /*imagem e sid por o-mundo-de-uma-garota (Duda.r)*/
  239. #duhimg {display: block; margin-left: -48px;
  240. border: 5px solid {color:borda};float: right;
  241. margin-top: 233px; width: 210px;
  242. height: 220px; background-color: transparent;
  243. position: fixed; z-index:0;opacity:0.8; }
  244. .duh1 img {width: 201px; height: 212px;
  245. margin-bottom: 2px; border: 4px solid {color:sidebar};}
  246.  
  247. #DUUH1{ position: absolute; width: 80px;
  248. height: 200px; left:0px; top: 3px;
  249. -webkit-transition: all 0.8s ease-out;
  250. -moz-transition: all 0.8s ease-out; ;}
  251.  
  252. .DUUH1 img{width: 132px; height: 144px;
  253. left:100px;top: 70px; {color:borda};
  254. -webkit-transition: all 1.2s ease-out; }
  255.  
  256. .DUUH1 img:hover{width: 20px; height: 20px;
  257. margin-top: 70px; margin-left: 200px;}
  258.  
  259. #DUUH2 { position: absolute; width: 80px;
  260. height: 150px; left:0px; top: 0px;
  261. -webkit-transition: all 0.8s ease-out;
  262. -moz-transition: all 0.8s ease-out; ;}
  263.  
  264. .DUUH2 img{width:130px; height:144px;
  265. left:100px;top: 90px;
  266. -webkit-transition: all 1.2s ease-out; }
  267.  
  268. .DUUH2 img:hover{width: 320px; height: 230px;
  269. margin-top: 70px; margin-left: 270px;}
  270.  
  271.  
  272.  
  273.  
  274. #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; ;}
  275.  
  276.  
  277.  
  278. #barra {float: left; margin-top: 68px; margin-left: 40px; width: 240px; background-color: transparent; color: ; padding: 3px; font-size: 31px; font-family: consolas; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; color:{color:bgfrase};opacity:0.8;position:fixed; letter-spacing: 0px; -webkit-transform: rotate(deg)}
  279. #barra a{font-size: 9px; color: }
  280.  
  281. #barra2 {float: left; margin-top: 439px; margin-left:153px; width: 240px; background-color: transparent; color: ; padding: 3px; font-size: 11px; font-family: consolas; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px;color:#000; position:fixed; letter-spacing: 0px; -webkit-transform: rotate(0deg)}
  282. #barra2 a{font-size: 9px; color:}
  283.  
  284.  
  285. #estela1 {position: fixed; margin-left: 174px; width: 202px;box-shadow: 0px 0px 9px ; height: 460px; background-color:{color:sidebar}; margin-top: -50px;-webkit-transform: rotate(50deg); -webkit-transform: rotate(180deg);border:6px double {color:borda};opacity:0.8;}
  286.  
  287.  
  288. /* Detalhes de links aqui por superar-r*/
  289. #links2 {width: 290px; float: left; margin-left: 309px; height:18px; margin-top: 46px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;opacity:0.8; z-index:900000000000000000000000000000000000000000000000000;}
  290.  
  291. #links2 a {float: left; margin-right: 0px; border:3px solid {color:borda};display: block; width: 52px; letter-spacing: 0px; font-family: calibri; font-size: 10px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color:{color:link hover}; color: {color:djlink}; text-decoration: none; line-height: 18px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;opacity:0.8; }
  292.  
  293. #links2 a:hover{text-align: center; color: {color:background links}; font-size:11px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;opacity:0.9;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; text-shadow: -2px 0px #fff, 2px 0px #eeeeee;-webkit-box-shadow:inset 0 0 95px 5px #fff, 0 0 95px 35px #fff;opacity:0.8}
  294.  
  295. #links3 {width: 240px; float: left; margin-left: 180px; height:20px; margin-top: 315px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;z-index:900000000000000000000000000000000000000000000000000;opacity:0.8; }
  296.  
  297. #links3 a {float: left; margin-right: 0px;border:3px solid {color:borda}; display: block; width: 52px; letter-spacing: 0px; font-family: calibri; font-size: 10px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color:{color:link hover}; color: {color:djlink}; text-decoration: none; line-height: 15px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;opacity:0.9; }
  298.  
  299. #links3 a:hover{text-align: center; color: {color:background links}; font-size:11px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;opacity:0.9;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; text-shadow: -2px 0px #fff, 2px 0px #eeeeee;-webkit-box-shadow:inset 0 0 95px 5px #fff, 0 0 95px 35px #fff;opacity:0.9;}
  300.  
  301. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}/*theme por duda*/
  302. #babyimsure {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:370px;margin-left:225px;opacity:1;-webkit-transform: rotate(0deg); }
  303.  
  304. #imsureduh {margin-top: 393px; margin-left: 252px; width:187px;height: 10px;text-align: left; background-color: font-family:tinytots; color: {color:frase};font-size: 8px; position: fixed;z-index:99;padding: 5px; -webkit-transition: 0.5s ease-in; line-height: 10px;
  305. -moz-transition: 0.2s ease-in; transition: 0.2s ease-in; overflow: hidden; opacity: 1;}
  306. </style>
  307. <body oncontextmenu="return false">
  308.  
  309.  
  310.  
  311. <div id="content">
  312.  
  313. <div id="entries">
  314. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  315. <script type="text/javascript"
  316.  
  317. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  318.  
  319. <div id="estela1"></div>
  320.  
  321.  
  322. <div id="barra"> <font color=>◥</font> </div>
  323.  
  324.  
  325.  
  326. <div id="baseduh4">
  327. <div id="baseduh5">
  328. <div id="duhimg"><div class="duh1">
  329. <img src="{image:fotinha}"<IMG CLASS="duh2"alt="" title=" baby im sure duh " >
  330.  
  331. </div></div></div></div></div>
  332.  
  333.  
  334. <div id="barrinha"></div>
  335.  
  336. <div id="notinholaduda">{Description}</div>
  337.  
  338.  
  339. <div id="links2">
  340.  
  341. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</a>
  342.  
  343. </div>
  344.  
  345.  
  346. <div id="links3">
  347. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</a>
  348. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</a>
  349. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</a>
  350. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</a>
  351. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</a>
  352.  
  353.  
  354.  
  355. </div>
  356. <div id="pagination">
  357. {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  358. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  359. </div></div>
  360.  
  361.  
  362. <div style="margin-left:200px;-webkit-transform: rotate(0deg); width:145px;background:{color:sidebar}; font-family:tinytots;font-size:8px; margin-top: -5px; position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by :o-mundo-de-uma-garota</small></a><br>
  363. (<font color="{color:tags}">+</font>) dtlh:superar-r.</a></div>
  364.  
  365. <div id="duhimsure">{text:titulo}</div>
  366.  
  367. <div id="babyimsure">{text:frase} </div>
  368. <div id="imsureduh">{text:frase1}</div>
  369.  
  370. <div id="baseduh">
  371.  
  372. {block:Posts}
  373. <div class="baseduh1">
  374.  
  375. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  376.  
  377. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  378.  
  379. {block:Photoset}{Photoset-500}{/block:Photoset}
  380.  
  381. {block:Quote}
  382. <div class="base2">“{Quote}”</div>
  383. {block:Source}<div class="base3"> — {Source}</div>
  384. {/block:Source}
  385. {/block:Quote}
  386.  
  387. {block:Link}
  388. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  389. {block:Description}{Description}{/block:Description}
  390. {/block:Link}
  391.  
  392. {block:Chat}
  393. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  394. <div class="chat"><ul>{block:Lines}
  395. <li class="person{UserNumber}">{block:Label}
  396. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  397. {/block:Chat}
  398.  
  399. {block:Audio}
  400. <div class="player">{AudioPlayerBlack}</div>
  401. {block:Caption}{Caption}{/block:Caption}
  402. {/block:Audio}
  403.  
  404. {block:Video}{Video-500}{/block:Video}
  405.  
  406. {block:Answer}
  407. <div class="asker"><img src="{AskerPortraitURL-30}" class="baby im sure duh"><b>{Asker}</b> sussurou:<br>{Question}</div>
  408. <div class="answer"><br>{Answer}</div>
  409. {/block:Answer}
  410.  
  411.  
  412. <div id="cap">
  413. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  414. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  415. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  416.  
  417. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  418. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  419. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  420. {/block:ContentSource}</div></div>
  421. <br>
  422.  
  423.  
  424. <div id="date">
  425. {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>
  426. <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}
  427. {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>
  428. {/block:RebloggedFrom}
  429. </div>
  430. </div>{/block:Date}
  431.  
  432.  
  433. {/block:Posts}
  434. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443. </div>
  444. </div>
  445. </div>
  446. </div>
  447.  
  448. </body>
  449. </html>
Advertisement
Add Comment
Please, Sign In to add comment