reconduzir

Dudalo Theme

Jul 22nd, 2012
14,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.94 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
  2. <head>
  3. <!--
  4. toda a criação e distribuição deste código é de descortino.tumblr.com
  5. preserve a ética na internet, não retire os creditos. -->
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15. <meta name="image:Background" content="" />
  16. <meta name="image:Sidebar" content=""/>
  17. <meta name="image:bgSidebar" content=""/>
  18. <meta name="font:body" content="Futura" />
  19. <meta name="font:title" content="Futura" />
  20. <meta name="text:Width" content="400" />
  21. <meta name="text:top distance" content="50" />
  22. <meta name="text:Sidebar Width" content="240" />
  23. <meta name="text:post font size" content="11" />
  24. <meta name="text:post title size" content="12" />
  25. <meta name="text:blogtitle size" content="20" />
  26. <meta name="text:spacing" content="0" />
  27. <meta name="text:line height" content="1.3" />
  28. <meta name="text:side line height" content="1" />
  29. <meta name="text:url 1" content=""/>
  30. <meta name="text:text url 1" content=""/>
  31. <meta name="text:url 2" content=""/>
  32. <meta name="text:text url 2" content=""/>
  33. <meta name="text:url 3" content=""/>
  34. <meta name="text:text url 3" content=""/>
  35. <meta name="text:url 4" content=""/>
  36. <meta name="text:text url 4" content=""/>
  37. <meta name="color:font head" content="#000000" />
  38. <meta name="color:Text" content="#000000"/>
  39. <meta name="color:Links" content="#000000"/>
  40. <meta name="color:Hover" content="#dddddd"/>
  41. <meta name="color:Background" content="#ffffff"/>
  42. <meta name="if:Show captions" content="1"/>
  43. <meta name="if:Zeyada font title" content="0"/>
  44. <meta name="if:Side bar on bottom" content="1"/>
  45. <meta name="if:Uppercase blogtitle" content="0"/>
  46. <meta name="if:Endless Scroll" content="0"/>
  47. <meta name="if:Letter spacing hover" content="0"/>
  48. <meta name="if:More space between posts" content="0"/>
  49. <meta name="if:Less space between posts" content="0"/>
  50. <meta name="if:Maximised Background Image" content="0"/>
  51. <meta name="if:Right Background" content="0"/>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Zeyada' rel='stylesheet' type='text/css'>
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. iframe#tumblr_controls {
  59. top: 0% !important;
  60. right:0% !important;
  61. position: absolute !important;}
  62.  
  63. body {
  64. margin:auto;
  65. background-repeat:no-repeat;
  66. {block:IfNotMaximisedBackgroundImage}
  67. background-image:url({image:Background});
  68. background-attachment:fixed;
  69. {/block:IfNotMaximisedBackgroundImage}
  70. {block:ifrightbackground}
  71. background-position:right bottom;
  72. {/block:ifrightbackground}
  73. background-color: {color:background};
  74. font-family: {font:body};
  75. font-size: {text:post font size}px;
  76. text-align: justify;
  77. color: {color:Text};
  78. line-height: 10px;
  79. letter-spacing: {text:spacing}px;
  80.  
  81. }
  82. {block:IfMaximisedBackgroundImage}
  83. #bg img {
  84. z-index:-1;
  85. position:fixed;
  86. top:0;
  87. left:0;
  88. height:100%;
  89. width:100%;
  90. }
  91. {block:IfMaximisedBackgroundImage}
  92.  
  93. a:hover {color: {color:Hover};-webkit-transition-duration: .5s;{block:ifLetterSpacingHover}letter-spacing:3px;{/block:ifLetterSpacingHover}}
  94.  
  95. a {color: {color:Links};
  96. text-decoration: none;}
  97.  
  98. .caption {margin-top:5px; margin-bottom:15px;}
  99. .content {
  100. margin:auto;
  101. width:{text:width}px;
  102. margin-bottom:5px;
  103. padding-top:12px;
  104. }
  105.  
  106. .post{
  107. {color:background}
  108. padding: 2px 10px 2px 10px;
  109. width:{text:width}px;
  110. float:left;
  111. position:relative;
  112. margin-bottom:25px;
  113. {block:ifmorespacebetweenposts}margin-bottom:60px;{/block:ifmorespacebetweenposts}
  114. {block:iflessspacebetweenposts}margin-bottom:10px;{/block:iflessspacebetweenposts}
  115. font-size:{text:post font size}px;
  116. line-height:{text:line height};
  117. }
  118.  
  119. .post img{{block:indexpage}width:{text:width}px;{/block:indexpage} }
  120.  
  121.  
  122. ::-webkit-scrollbar-thumb:vertical { background-color:#000; height:100px; }
  123. ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; height:10px !important; }
  124. ::-webkit-scrollbar { height:10px; width:10px; background-color:#fff; }
  125.  
  126. .permalink{opacity:0;position:absolute;float:left;padding-left:15px;margin-left:{text:width}px; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  127. }
  128.  
  129. .permalink a:hover{
  130. color:{color:Hover}
  131. }
  132. .post:hover .permalink {opacity: 1;}
  133.  
  134. .information {text-align:right;line-height: 8px;padding-top:3px;
  135. }
  136. .next {font-size:9px; text-align:right;}
  137.  
  138. .links {font-size:9px;text-align:right;padding-bottom:3px;word-spacing: 4px;}
  139.  
  140. .source {font-family:{font:body};font-size:11px;opacity:.3;}
  141.  
  142. ol.notes {padding-left:5px; list-style-type:none;}
  143. ol.notes li.note {padding:2px;}
  144.  
  145. .posted {font-size:10px;}
  146.  
  147. .notes{width:{text:width}px;font-size:9px;color:#000;text-align:left;}
  148.  
  149. .viewnotes{
  150. margin-top:10px; font-size:9px; color:#000;text-align:left;
  151. }
  152.  
  153. .fonthead {margin-top:{text:top distance}px; color: {color:font head};}
  154.  
  155. .head { margin-left:-270px; position:fixed;width:{text:sidebar width}px; height:100%; padding: 2px 10px 2px 10px; line-height:{text:side line height};
  156. background: url({image:bgSidebar}) no-repeat center;background-size:190% 100%;}
  157.  
  158. #icon {width: 64px; height: 64px; -moz-border-radius: 64px; -webkit-border-radius: 64px; background-image:url({PortraitURL-64});float:right;margin-right:5px;}
  159.  
  160.  
  161. .audio{width:{text:width}px;overflow:hidden;background:#000;
  162. }
  163.  
  164. .ptitle {font-size:{text:post title size}px;font-style:italic;}
  165.  
  166. .blogtitle { text-align:right;color:{color:Blogtitle};font-family:{block:ifnotzeyadafonttitle}{font:title}{/block:ifnotzeyadafonttitle}{block:ifzeyadafonttitle}'Zeyada'{/block:ifzeyadafonttitle};padding-top:20px;font-size:{text:blogtitle size}px;{block:ifuppercaseblogtitle}text-transform:uppercase;{/block:ifuppercaseblogtitle}line-height:9px;}
  167.  
  168. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  169. {CustomCSS}
  170. </style>
  171. <script type="text/javascript">$(document).ready(function(){$( '.content' ).fadeIn("slow");});</script>
  172.  
  173. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  174. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  175. <script type="text/javascript" charset="utf-8">
  176. var $j = jQuery.noConflict();
  177. $j(function() {
  178. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  179. $j("img").lazyload({
  180. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  181. effect: "fadeIn",
  182. });
  183. });
  184. </script>
  185. </head>
  186. {block:IfEndlessScroll}
  187. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  188. {/block:IfEndlessScroll}
  189.  
  190. <body>
  191. <div style="position:fixed; bottom:10px; right:10px;"><a href="http://descortino.tumblr.com" title="theme from descortino">theme</a></div>
  192.  
  193. {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
  194.  
  195. <div class="content">
  196.  
  197. <div class="head">
  198. <div class="fonthead">
  199.  
  200. <div class="blogtitle"><a href="/">{Title}</a></div>
  201. {Description}
  202. {Block:IfSidebarImage}<img width="100%" style=" margin-top: 4px; margin-bottom: 4px;" src="{image:Sidebar}">{/Block:IfSidebarImage}
  203.  
  204. <div class="links">
  205. <a href="/ask">mensagem</a>
  206.  
  207. <a href="{text:url 1}"> {text:text url 1}</a>
  208. <a href="{text:url 2}"> {text:text url 2}</a>
  209. <a href="{text:url 3}"> {text:text url 3}</a>
  210. <a href="{text:url 4}"> {text:text url 4}</a>
  211. {block:HasPages}{block:Pages}
  212. <a href="{URL}">{Label}</a>
  213. {/block:Pages}{/block:HasPages}
  214. <a href="http://descortino.tumblr.com">credit</a>
  215. </div>
  216.  
  217. </div>
  218. </div>
  219.  
  220. {block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}
  221.  
  222. {block:Posts}
  223.  
  224.  
  225. {block:Text}
  226. <div class="post"><div class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></div><div class="text">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{Body}</div></div>{/block:Text}
  227.  
  228.  
  229.  
  230. {block:Photo}
  231. <div class="post">
  232. <div class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  233. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  234. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  235. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="{text:Width}px;"/>
  236. {block:IndexPage}</a>{/block:IndexPage}
  237. {block:PermalinkPage}{LinkCloseTag}
  238. {/block:PermalinkPage}{block:ifshowcaptions}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifshowcaptions}
  239. </div>
  240. {/block:Photo}
  241.  
  242.  
  243.  
  244. {block:Photoset}
  245. <div class="post">
  246. <div class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></div><div class="photoset">
  247. <div style="max-width:{text:Width}px; height:auto; overflow:hidden;">{Photoset-400}</div>
  248. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  249. </div></div>{/block:Photoset}
  250.  
  251.  
  252. {block:Quote}
  253. <div class="post">
  254. <div class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></div>"{Quote}" - <b>{Source}</b></div>
  255. {/block:Quote}
  256.  
  257. {block:Link}
  258. <div class="post"><div class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  259. <div class="ptitle"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  260. </div>
  261. {/block:Link}
  262.  
  263. {block:Chat}
  264. <div class="post"><div class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></div>{block:Title}<b>{Title}</b>{/block:Title}
  265. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  266. </div>
  267. {/block:Chat}
  268.  
  269. {block:Video}
  270. <div class="post">
  271. <div class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></div><div class="video">
  272. <div style="width:{text:width}px; height:auto; overflow:hidden;">{Video-400}</div>
  273. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div></div>{/block:Video}
  274.  
  275. {block:Audio}<div class="post"><div class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></div><div class="audio">
  276. {AudioPlayerBlack}</div>
  277. {block:Caption}<div class="source">{Caption}</div>{/block:Caption}</div>
  278. {/block:Audio}
  279.  
  280. {block:Answer}<div class="post"><div class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></div><b>{Question}</b> asked by <i>{Asker}</i><div class="text">{Answer}</div></div>{/block:answer}
  281.  
  282.  
  283.  
  284.  
  285. {block:PermalinkPage}
  286. {block:RebloggedFrom}
  287. Via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  288. Original <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  289. <div class="posted">Posted {TimeAgo}, with {NoteCount} Notes</div>
  290. <br>
  291. {block:PostNotes}<div class="viewnotes"></div>{/block:PostNotes}
  292. <div class="notes">
  293. {block:PostNotes}{PostNotes}{/block:PostNotes}
  294. </div>
  295. <center>{block:ContentSource}
  296. <br><a href="{SourceURL}">
  297. {lang:Source}:
  298. {block:SourceLogo}
  299. <img src="{BlackLogoURL}" width="{LogoWidth}"
  300. height="{LogoHeight}" alt="{SourceTitle}" />
  301. {/block:SourceLogo}
  302. {block:NoSourceLogo}
  303. {SourceLink}
  304. {/block:NoSourceLogo}
  305. </a>
  306. {/block:ContentSource}</center>
  307. {/block:PermalinkPage}
  308.  
  309. {/block:Posts}
  310.  
  311.  
  312.  
  313.  
  314.  
  315. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  316.  
  317. {block:IfNotEndlessScroll}
  318.  
  319. {block:Pagination}<div class="next">{block:PreviousPage}<a href="{PreviousPage}">reverse</a>{/block:PreviousPage}<br>{block:NextPage}<a href="{NextPage}">continue</a>{/block:NextPage}</div></div>{/block:Pagination}
  320.  
  321. {/block:IfNotEndlessScroll}
  322.  
  323.  
  324. </div>
  325. </div>
  326. </div>
  327. <div style="position:fixed; bottom:10px; right:10px;"><a href="http://descortino.tumblr.com" title="theme from descortino">theme</a></div>
  328.  
  329.  
  330. </body>
  331. </html>
Advertisement
Add Comment
Please, Sign In to add comment