reconduzir

Devore Theme

Apr 5th, 2012
8,470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.09 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. <html>
  3.  
  4. <!--
  5. toda a criação e distribuição deste código é de descortino.tumblr.com -->
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12.  
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15. <meta name="font:title" content="Georgia"/>
  16. <meta name="font:post title" content="Georgia"/>
  17. <meta name="font:body" content="Tebuchet MS"/>
  18. <meta name="text:font size" content="11px"/>
  19. <meta name="text:width" content="350"/>
  20. <meta name="text:distancia da esquerda" content="240"/>
  21. <meta name="text:post title size" content="11px"/>
  22. <meta name="text:title font size" content="16px"/>
  23. <meta name="text:altura da linha" content="14px"/>
  24. <meta name="text:Proxima" content="past"/>
  25. <meta name="text:Anterior" content="future"/>
  26. <meta name="text:url 1" content=""/>
  27. <meta name="text:text url 1" content=""/>
  28. <meta name="text:url 2" content=""/>
  29. <meta name="text:text url 2" content=""/>
  30. <meta name="text:url 3" content=""/>
  31. <meta name="text:text url 3" content=""/>
  32. <meta name="text:url 4" content=""/>
  33. <meta name="text:text url 4" content=""/>
  34. <meta name="color:scrollbar" content="#c2c2c2"/>
  35. <meta name="color:color background" content="#fff"/>
  36. <meta name="color:content background" content="#f4f4f4"/>
  37. <meta name="color:caption background" content="#f3f3f3"/>
  38. <meta name="color:text" content="#222"/>
  39. <meta name="color:link" content="#222"/>
  40. <meta name="color:link hover" content="#a8a8a8"/>
  41. <meta name="if:larger image permalink" content="0"/>
  42. <meta name="if:rolagem infinita" content="0"/>
  43. <meta name="if:show captions" content="0"/>
  44. <meta name="if:central" content="1"/>
  45. <meta name="if:Maximized Background Image" content="1"/>
  46. <meta name="if:Right Background" content="0"/>
  47. <meta name="image:Fundo" content=""/>
  48.  
  49.  
  50.  
  51. <style type="text/css">
  52. iframe#tumblr_controls {
  53. top: 0% !important;
  54. right:0% !important;
  55. position: absolute !important;}
  56.  
  57. body {
  58. margin:auto;
  59. background-repeat:no-repeat;
  60. {block:IfMaximizedBackgroundImage}
  61. background-size:100% 100%;
  62. {block:IfMaximizedBackgroundImage}
  63. {/block:IfNotMaximizedBackgroundImage}
  64. background-image:url({image:Fundo});
  65. background-attachment:fixed;
  66. {/block:IfNotMaximizedBackgroundImage}
  67. {block:ifrightbackground}
  68. background-position:right bottom;
  69. {/block:ifrightbackground}
  70. {block:ifnotrightbackground}
  71. background-position:left bottom;
  72. {/block:ifnotrightbackground}
  73. background-color: {color:color background};
  74. font-family: {font:body};
  75. font-size:{text:font size};
  76. line-height:{text:line height};
  77. color:{color:text};
  78.  
  79. }
  80.  
  81.  
  82.  
  83.  
  84. #posts {
  85. padding:15px;
  86. text-align: justify;
  87. background-color: {color:content background};
  88.  
  89. {block:ifcentral}
  90. margin:auto;
  91. {/block:ifcentral}
  92. {block:ifnotcentral}
  93. margin-left: {text:distancia da esquerda}px;
  94. {/block:ifnotcentral}
  95. width:{text:Width}px;
  96. margin-top:10px;
  97. margin-bottom:15px;
  98. }
  99.  
  100. #links {word-spacing: 4px;}
  101. #entry {margin-bottom: 10px;}
  102.  
  103. #nav {position:fixed bottom; width: {text:width}px; margin-right:10px; text-align: right;}
  104.  
  105. #nav img {max-width: {text:width}px;}
  106. img {max-width: {text:width}px;}
  107.  
  108. h3 {font-family:{font:post title}; font-size:{text:post title size}; text-decoration:none;}
  109.  
  110. a {text-decoration:none; color:{color:link}; -webkit-transition: all .2s linear;
  111.  
  112. -moz-transition: all .2s linear;
  113. transition: all 0.2s linear;}
  114.  
  115. a:hover {color:{color:link hover};
  116. -webkit-transition: all .2s linear;
  117. -moz-transition: all .2s linear;
  118. transition: all 0.2s linear;}
  119.  
  120. .caption {
  121. margin-top:-8px;
  122. margin-bottom:-8px;
  123. background-color:{color:caption background};
  124. padding: 2px 0 2px 0;}
  125.  
  126. .title {
  127. font-size:{text:title font size};
  128. font-family:{font:title};
  129. margin-top:-20px;
  130. margin-right:10px;
  131. }
  132.  
  133. .description {
  134. text-align: justify;
  135. }
  136.  
  137. #entry:hover .permalink {display: block;}
  138.  
  139. .permalink {font-size: {text:font size}; font-weight: normal; text-align: left; position: absolute; padding-left: 20px; margin-left:{text:width}px; display: none;}
  140.  
  141.  
  142. #entry:hover .imgpermalink {overflow:visible; -webkit-transition: opacity 0.7s linear; opacity: 0.6; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  143.  
  144. #entry .imgpermalink {width: 50px;
  145. font: 9px Georgia;
  146. text-transform: lowercase;
  147. position:absolute;
  148. text-align: center;
  149. background-color:#fff; color:#fff;
  150. overflow:hidden;
  151. -webkit-transition: opacity 0.7s linear;
  152. opacity: 0.0;
  153. -webkit-transition: all 0.4s linear;
  154. -moz-transition: all 0.4s linear
  155. ;transition: all 0.4s linear;
  156.  
  157. {block:iflargerimagepermalink}
  158. padding: 1px; margin: 5px -1px 5px;
  159. width: {text:width}px;
  160. {/block:iflargerimagepermalink}
  161. {block:ifnotlargerimagepermalink}
  162. padding: 2px; margin: 5px 0 0 5px;
  163. {/block:ifnotlargerimagepermalink}
  164. }
  165.  
  166. .imgpermalink a{color: #222; -webkit-transition: all .2s linear;
  167. -moz-transition: all .2s linear;
  168. transition: all 0.2s linear;}
  169.  
  170. .imgpermalink a:hover{color: #C5C5C5; -webkit-transition: all .2s linear;
  171. -moz-transition: all .2s linear;
  172. transition: all 0.2s linear;}
  173.  
  174. .audio{width:{text:width}px; height:35px; overflow:hidden;background:#000;
  175. }
  176.  
  177. ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; border-bottom: dotted 1px #ccc;}
  178. ol.notes li.note {border-top: dotted 0px #ccc; padding: 3px;}
  179. ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 10px;width: 16px;height: 16px;}
  180. ol.notes li.note span.action {font-weight: normal;}
  181. ol.notes li.note .answer_content {font-weight: normal;}
  182. ol.notes li.note blockquote {border-color: #eee; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  183. ol.notes li.note blockquote a {text-decoration: none;}
  184. ul{margin-left:-40px!important; list-style:none;}
  185.  
  186. ::-webkit-scrollbar{width:7px;height:7px;}
  187. ::-webkit-scrollbar-button:start:decrement
  188. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  189. ::-webkit-scrollbar-track-piece{background-color:#fff; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  190. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  191. ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color: {color:scrollbar}; -webkit-border-radius:px;}
  192.  
  193. {CustomCSS}
  194.  
  195. </style>
  196.  
  197. {block:Ifrolageminfinita}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:Ifrolageminfinita}
  198.  
  199.  
  200.  
  201. </head>
  202.  
  203. <body>
  204. <div style="position:fixed; bottom:35px; right:10px;"><a href="http://descortino.tumblr.com" title="theme from descortino">theme</a></div>
  205.  
  206. <div id="posts">
  207. <div id="nav">
  208.  
  209.  
  210. <div id="links" align="left"><a href="/ask">ask</a>
  211. <a href="http://descortino.tumblr.com/">credit</a>
  212. <a href="{text:url 1}"> {text:text url 1}</a>
  213. <a href="{text:url 2}"> {text:text url 2}</a>
  214. <a href="{text:url 3}"> {text:text url 3}</a>
  215. <a href="{text:url 4}"> {text:text url 4}</a>
  216. {block:HasPages}{block:Pages}
  217. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  218. </div>
  219. <div class="title"><a href="/">{title}</a></div>
  220. <div class="description">{block:Description}{Description}{/block:Description}</div>
  221. <hr width=100% align=center size=1>
  222.  
  223. </div>
  224.  
  225. <div class = "autopagerize_page_element" >
  226.  
  227.  
  228.  
  229. {block:Posts}
  230.  
  231. {block:Text}
  232. <div id="entry">
  233. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  234. {block:Title}
  235. <h3><a href="{Permalink}">{Title}</a></h3>
  236. {/block:Title}
  237. {Body}
  238. <div><a href="{Permalink}">{text:Permalink}</a></div>
  239. </div>
  240. {/block:Text}
  241.  
  242.  
  243. {block:Photo}
  244. {block:IndexPage}
  245. <div id="entry">
  246. <div class="imgpermalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br>
  247. <a href="{ReblogURL}" target="_blank">reblog</a>
  248. </div>{/block:IndexPage}
  249. <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="{text:width}" /></a>
  250. {block:ifshowcaptions}
  251. <div class="caption">{Caption}</div>
  252. {/block:ifshowcaptions}
  253. </div>
  254. {/block:Photo}
  255.  
  256.  
  257.  
  258. {block:Photoset}
  259. <div id="entry">
  260. <div style="max-width:{text:Width}px; height:auto; overflow:hidden;">{Photoset-400}</div>
  261. {block:Caption}
  262. <div class="caption">{Caption}</div>
  263. {/block:Caption}
  264. </div>
  265. {/block:Photoset}
  266.  
  267.  
  268.  
  269. {block:Quote}
  270. <div id="entry">
  271. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a>
  272. </span>
  273. <div class="post quote">
  274. "{Quote}"{block:Source} - <strong>{Source}{/block:Source}</strong></div>
  275. </div>
  276. {/block:Quote}
  277.  
  278.  
  279. {block:Link}
  280. <div id="entry">
  281. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  282. <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
  283. {block:Description}
  284. <div class="description">{Description}</div>
  285. {/block:Description}
  286. </div>
  287. {/block:Link}
  288.  
  289.  
  290. {block:Chat}
  291. <div id="entry">
  292. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  293. <div class="post chat">
  294. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>
  295. </div>
  296. {/block:Chat}
  297.  
  298.  
  299. {block:Video}
  300. <div id="entry">
  301. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  302. <div style="width:{text:width}px; height:auto; overflow:hidden;">{Video-500}</div>
  303. {block:Caption}
  304. <div class="caption">{Caption}</div>
  305. {/block:Caption}
  306. </div>
  307. {/block:Video}
  308.  
  309.  
  310. {block:Audio}
  311. <div id="entry">
  312. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  313. <div class="audio">
  314. {AudioPlayerBlack}
  315. </div>
  316. {block:Caption}
  317. <div class="caption">{Caption}</div>
  318. {/block:Caption}
  319. </div>
  320. {/block:Audio}
  321.  
  322. {block:PermalinkPage}
  323. {block:RebloggedFrom}
  324. Via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  325. Original <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  326. <div class="posted">Posted {TimeAgo}, with {NoteCount} Notes</div>
  327. <br>
  328. </div>
  329. <center>{block:ContentSource}
  330. <br><a href="{SourceURL}">
  331. {lang:Source}:
  332. {block:SourceLogo}
  333. <img src="{BlackLogoURL}" width="{LogoWidth}"
  334. height="{LogoHeight}" alt="{SourceTitle}" />
  335. {/block:SourceLogo}
  336. {block:NoSourceLogo}
  337. {SourceLink}
  338. {/block:NoSourceLogo}
  339. </a>
  340. {/block:ContentSource}</center>
  341. {/block:PermalinkPage}
  342.  
  343.  
  344. {/block:Posts}
  345.  
  346. </div>
  347.  
  348. <DIV style="text-align:right;">
  349. {block:ifNotrolageminfinita}
  350. {block:Pagination}
  351. {block:PreviousPage}<a href="{PreviousPage}">{text:Anterior}</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}" >{text:proxima}</a>{/block:NextPage}</div>
  352. {/block:Pagination}
  353. {/block:ifNotrolageminfinita}
  354. </div>
  355.  
  356.  
  357.  
  358. </div>
  359. <div style="position:fixed; bottom:35px; right:10px;"><a href="http://descortino.tumblr.com" title="theme from descortino">theme</a></div>
  360. </body>
  361. </html>
Advertisement
Add Comment
Please, Sign In to add comment