reconduzir

Bookcase Theme

Apr 18th, 2012
5,879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.43 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="Tebuchet MS"/>
  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:link 1" content=""/>
  27. <meta name="text:text link 1" content=""/>
  28. <meta name="text:link 2" content=""/>
  29. <meta name="text:text link 2" content=""/>
  30. <meta name="color:scrollbar" content="#c2c2c2"/>
  31. <meta name="color:color background" content="#fff"/>
  32. <meta name="color:content background" content="#ffffff"/>
  33. <meta name="color:caption background" content="#ffffff"/>
  34. <meta name="color:text" content="#222"/>
  35. <meta name="color:link" content="#222"/>
  36. <meta name="color:link hover" content="#a8a8a8"/>
  37. <meta name="if:help cursor" content="1"/>
  38. <meta name="if:larger image permalink" content="0"/>
  39. <meta name="if:Cedarville Font" content="0"/>
  40. <meta name="if:shadowed images" content="1" />
  41. <meta name="if:Click To Show And Hide Nav" content="1"/>
  42. <meta name="if:show captions" content="0"/>
  43. <meta name="if:central" content="1"/>
  44. <meta name="if:Maximized Background Image" content="1"/>
  45. <meta name="if:Right Background" content="0"/>
  46. <meta name="image:Fundo" content=""/>
  47.  
  48.  
  49. {block:ifClickToShowAndHideNav}
  50. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  51. <script type="text/javascript">
  52. jQuery(document).ready(function() {
  53. jQuery(".nav").hide();
  54. //toggle the componenet with class msg_body
  55. jQuery(".blogtitle").click(function()
  56. {
  57. jQuery(this).next(".nav").slideToggle(500);
  58. });});
  59. </script>
  60. {/block:ifClickToShowAndHideNav}
  61.  
  62. <style type="text/css">
  63. iframe#tumblr_controls {
  64. top: 0% !important;
  65. right:0% !important;
  66. position: absolute !important;}
  67.  
  68. body {
  69. margin:auto;
  70. background-repeat:no-repeat;
  71. {block:IfMaximizedBackgroundImage}
  72. background-size:100% 100%;
  73. {block:IfMaximizedBackgroundImage}
  74. {/block:IfNotMaximizedBackgroundImage}
  75. background-image:url({image:Fundo});
  76. background-attachment:fixed;
  77. {/block:IfNotMaximizedBackgroundImage}
  78. {block:ifrightbackground}
  79. background-position:right bottom;
  80. {/block:ifrightbackground}
  81. {block:ifnotrightbackground}
  82. background-position:left bottom;
  83. {/block:ifnotrightbackground}
  84. background-color: {color:color background};
  85. font-family: {font:body};
  86. font-size:{text:font size};
  87. line-height:{text:line height};
  88. color:{color:text};
  89.  
  90. }
  91.  
  92.  
  93. {block:ifshadowedimages}
  94. a img{
  95. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  96. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  97. box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  98. }
  99. {/block:ifshadowedimages}
  100.  
  101. #posts {
  102. padding:19px;
  103. text-align: justify;
  104. background-color: {color:content background};
  105.  
  106. {block:ifcentral}
  107. margin:auto;
  108. {/block:ifcentral}
  109. {block:ifnotcentral}
  110. margin-left: {text:distancia da esquerda}px;
  111. {/block:ifnotcentral}
  112. width:{text:Width}px;
  113. margin-top:10px;
  114. margin-bottom:15px;
  115. }
  116.  
  117. #entry {margin-bottom: 10px;}
  118.  
  119. .blogtitle {
  120. text-align: center;
  121. font-weight:bold;
  122. font-family:georgia;
  123. font-size:25px;
  124. line-height:25px;
  125. -webkit-transition: 0.5s ease-in;
  126. -webkit-text-stroke: 1px transparent;
  127. text-transform:lowercase;
  128. {block:ifClickToShowAndHideNav}
  129. {block:ifhelpcursor}
  130. cursor: help;
  131. {/block:ifhelpcursor}
  132. {block:ifnothelpcursor}
  133. cursor: default;
  134. {/block:ifnothelpcursor}
  135. {/block:ifClickToShowAndHideNav}
  136. color:{color:text};
  137. }
  138. .blogtitle a{
  139. color:{color:title};
  140. }
  141.  
  142. .blogtitle a:hover{
  143. color:{color:Title Hover};
  144. }
  145. .nav {
  146. text-align: center;
  147. text-transform:lowercase;
  148. word-spacing: 3px;
  149. letter-spacing:1px;
  150. margin-bottom:3px;
  151. margin-top:5px;
  152. font-size:9px;
  153. }
  154. .nav a{
  155. color:{color:Nav Links};
  156. -webkit-transition: 0.5s ease-in;}
  157.  
  158.  
  159.  
  160.  
  161. img {max-width: {text:width}px;}
  162.  
  163. h3 {font-family:{font:post title}; font-size:{text:post title size}; text-decoration:none;}
  164.  
  165. a {text-decoration:none; color:{color:link}; -webkit-transition: all .2s linear;
  166.  
  167. -moz-transition: all .2s linear;
  168. transition: all 0.2s linear;}
  169.  
  170. a:hover {color:{color:link hover};
  171. -webkit-transition: all .2s linear;
  172. -moz-transition: all .2s linear;
  173. transition: all 0.2s linear;}
  174.  
  175. .caption {
  176. margin-top:-8px;
  177. margin-bottom:-8px;
  178. background-color:{color:caption background};
  179. padding: 2px 0 2px 0;}
  180.  
  181.  
  182.  
  183. #entry:hover .permalink {display: block;}
  184.  
  185. .permalink {font-size: {text:font size}; font-weight: normal; text-align: left; position: absolute; padding-left: 20px; margin-left:{text:width}px; display: none;
  186. }
  187.  
  188.  
  189. #entry:hover .imgpermalink {overflow:visible;
  190. -webkit-transition: opacity 0.7s linear;
  191. opacity: 0.6;
  192. -webkit-transition: all 0.2s linear;
  193.  
  194. -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  195. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  196. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  197. box-shadow: 0px 2px 8px rgba(0,0,0,0.33);}
  198.  
  199. #entry .imgpermalink {width: 50px;
  200. font: 9px Georgia;
  201. text-transform: lowercase;
  202. position:absolute;
  203. text-align: center;
  204. background-color:#fff; color:#fff;
  205. overflow:hidden;
  206. -webkit-transition: opacity 0.7s linear;
  207. opacity: 0.0;
  208. -webkit-transition: all 0.4s linear;
  209. -moz-transition: all 0.4s linear
  210. ;transition: all 0.4s linear;
  211.  
  212. {block:iflargerimagepermalink}
  213. padding: 1px; margin: 5px -1px 5px;
  214. width: {text:width}px;
  215. {/block:iflargerimagepermalink}
  216. {block:ifnotlargerimagepermalink}
  217. padding: 2px; margin: 5px 0 0 5px;
  218. {/block:ifnotlargerimagepermalink}
  219. }
  220.  
  221. .imgpermalink a{color: #222; -webkit-transition: all .2s linear;
  222. -moz-transition: all .2s linear;
  223. transition: all 0.2s linear;}
  224.  
  225. .imgpermalink a:hover{color: #C5C5C5; -webkit-transition: all .2s linear;
  226. -moz-transition: all .2s linear;
  227. transition: all 0.2s linear;}
  228.  
  229. .audio{width:{text:width}px; height:35px; overflow:hidden;background:#000;
  230. }
  231.  
  232. ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; border-bottom: dotted 1px #ccc;}
  233. ol.notes li.note {border-top: dotted 0px #ccc; padding: 3px;}
  234. ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 10px;width: 16px;height: 16px;}
  235. ol.notes li.note span.action {font-weight: normal;}
  236. ol.notes li.note .answer_content {font-weight: normal;}
  237. ol.notes li.note blockquote {border-color: #eee; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  238. ol.notes li.note blockquote a {text-decoration: none;}
  239. ul{margin-left:-40px!important; list-style:none;}
  240.  
  241. ::-webkit-scrollbar{width:7px;height:7px;}
  242. ::-webkit-scrollbar-button:start:decrement
  243. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  244. ::-webkit-scrollbar-track-piece{background-color:#fff; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  245. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  246. ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color: {color:scrollbar}; -webkit-border-radius:px;}
  247.  
  248. {CustomCSS}
  249.  
  250. </style>
  251.  
  252. {block:Ifrolageminfinita}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:Ifrolageminfinita}
  253.  
  254.  
  255.  
  256. </head>
  257.  
  258. <body>
  259.  
  260. <div style="position:fixed; bottom:10px; right:10px;"><a href="http://descortino.tumblr.com" title="theme from descortino">theme</a></div>
  261.  
  262. <div id="posts">
  263. <div class="blogtitle">{block:ifNotClickToShowAndHideNav}<a href="/">{Title}</a>{block:ifNotClickToShowAndHideNav}{block:ifClickToShowAndHideNav}{Title}{/block:ifClickToShowAndHideNav}</div>
  264.  
  265. <div class="nav">{block:ifClickToShowAndHideNav}<a href="/">home</a>{/block:ifClickToShowAndHideNav}
  266. <a href="/archive">archive</a>
  267. {block:AskEnabled}<a href="/ask">ask</a>{/block:AskEnabled}
  268. <a href="{text:url link 1}">{text:link 1}
  269. </a> <a href="{text:url Link 2}">{text:link 2}</a>
  270. {block:HasPages}{block:Pages}
  271. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  272. <br>{block:Description}{Description}{/block:Description}</div><br>
  273.  
  274. <div class = "autopagerize_page_element" >
  275.  
  276.  
  277.  
  278. {block:Posts}
  279.  
  280. {block:Text}
  281. <div id="entry">
  282. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  283. {block:Title}
  284. <h3><a href="{Permalink}">{Title}</a></h3>
  285. {/block:Title}
  286. {Body}
  287. <div><a href="{Permalink}">{text:Permalink}</a></div>
  288. </div>
  289. {/block:Text}
  290.  
  291.  
  292. {block:Photo}
  293. {block:IndexPage}
  294. <div id="entry">
  295. <div class="imgpermalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br>
  296. <a href="{ReblogURL}" target="_blank">reblog</a>
  297. </div>{/block:IndexPage}
  298. <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="{text:width}" /></a>
  299. {block:ifshowcaptions}
  300. <div class="caption">{Caption}</div>
  301. {/block:ifshowcaptions}
  302. </div>
  303. {/block:Photo}
  304.  
  305.  
  306. <div id="entry">
  307. {block:Photoset}
  308. <div style="max-width:{text:Width}px; height:auto; overflow:hidden;">{Photoset-400}</div>
  309. {block:Caption}
  310. <div class="caption">{Caption}</div>
  311. {/block:Caption}
  312. {/block:Photoset}
  313. </div>
  314.  
  315.  
  316. {block:Quote}
  317. <div id="entry">
  318. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a>
  319. </span>
  320. <div class="post quote">
  321. "{Quote}"{block:Source} - <strong>{Source}{/block:Source}</strong></div>
  322. </div>
  323. {/block:Quote}
  324.  
  325.  
  326. {block:Link}
  327. <div id="entry">
  328. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  329. <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
  330. {block:Description}
  331. <div class="description">{Description}</div>
  332. {/block:Description}
  333. </div>
  334. {/block:Link}
  335.  
  336.  
  337. {block:Chat}
  338. <div id="entry">
  339. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  340. <div class="post chat">
  341. {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>
  342. </div>
  343. {/block:Chat}
  344.  
  345.  
  346. {block:Video}
  347. <div id="entry">
  348. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  349. <div style="width:{text:width}px; height:auto; overflow:hidden;">{Video-500}</div>
  350. {block:Caption}
  351. <div class="caption">{Caption}</div>
  352. {/block:Caption}
  353. </div>
  354. {/block:Video}
  355.  
  356.  
  357. {block:Audio}
  358. <div id="entry">
  359. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  360. <div class="audio">
  361. {AudioPlayerBlack}
  362. </div>
  363. {block:Caption}
  364. <div class="caption">{Caption}</div>
  365. {/block:Caption}
  366. </div>
  367. {/block:Audio}
  368.  
  369. {block:PermalinkPage}
  370. {block:RebloggedFrom}
  371. Via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  372. Original <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  373. <div class="posted">Posted {TimeAgo}, with {NoteCount} Notes</div>
  374. <br>
  375. {block:PostNotes}<div class="viewnotes"></div>{/block:PostNotes}
  376. <div class="notes">
  377. {block:PostNotes}{PostNotes}{/block:PostNotes}
  378. </div>
  379. <center>{block:ContentSource}
  380. <br><a href="{SourceURL}">
  381. {lang:Source}:
  382. {block:SourceLogo}
  383. <img src="{BlackLogoURL}" width="{LogoWidth}"
  384. height="{LogoHeight}" alt="{SourceTitle}" />
  385. {/block:SourceLogo}
  386. {block:NoSourceLogo}
  387. {SourceLink}
  388. {/block:NoSourceLogo}
  389. </a>
  390. {/block:ContentSource}</center>
  391. {/block:PermalinkPage}
  392.  
  393.  
  394. {/block:Posts}
  395.  
  396. </div>
  397.  
  398. <DIV style="text-align:right;">
  399.  
  400. {block:Pagination}
  401. {block:PreviousPage}<a href="{PreviousPage}">{text:Anterior}</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}" >{text:proxima}</a>{/block:NextPage}</div>
  402. {/block:Pagination}
  403.  
  404. </div>
  405.  
  406.  
  407.  
  408. </div>
  409. <div style="position:fixed; bottom:10px; right:10px;"><a href="http://descortino.tumblr.com" title="theme from descortino">theme</a></div>
  410. </body>
  411. </html>
Advertisement
Add Comment
Please, Sign In to add comment