reconduzir

Murmura Theme

Apr 5th, 2012
4,260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.98 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5.  
  6. <html>
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}
  15.  
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18. <meta name="font:title" content="Georgia"/>
  19. <meta name="font:post title" content="Georgia"/>
  20. <meta name="font:body" content="Baskerville"/>
  21. <meta name="text:font size" content="11px"/>
  22. <meta name="text:post title size" content="13px"/>
  23. <meta name="text:links font size" content="8x"/>
  24. <meta name="text:title font size" content="20px"/>
  25. <meta name="text:line height" content="15px"/>
  26. <meta name="text:width" content="400"/>
  27. <meta name="text:next" content="Next »"/>
  28. <meta name="text:previous" content="« Previous"/>
  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="color:navbar background" content="#eeeeee"/>
  34. <meta name="color:color background" content="#fff"/>
  35. <meta name="color:content background" content="#fff"/>
  36. <meta name="color:title" content="#222"/>
  37. <meta name="color:text" content="#222"/>
  38. <meta name="color:link" content="#222"/>
  39. <meta name="color:link hover" content="#a8a8a8"/>
  40. <meta name="if:larger image permalink" content="0"/>
  41. <meta name="if:fixed nav" content="1" />
  42. <meta name="if:shadowed images" content="1" />
  43. <meta name="if:shadowed nav" content="0" />
  44. <meta name="if:border nav" content="0"/>
  45. <meta name="if:endless scrolling" content="0"/>
  46. <meta name="if:show captions" content="1"/>
  47. <meta name="if:description in sidebar" content="1"/>
  48. <meta name="if:Maximized Background Image" content="1"/>
  49. <meta name="if:Right Background" content="0"/>
  50. <meta name="image:Backg" content=""/>
  51.  
  52. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  53. <script type="text/javascript">
  54. $(document).ready(function () {
  55. $('li.drawer div:nth-child(2)').hide();
  56. $('li.drawer h1').click(function () {
  57. if ($(this).hasClass('open')) {
  58. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  59. else {
  60. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  61. $(this).next().slideDown();
  62. $(this).addClass('open');}
  63. });
  64. });
  65. </script>
  66.  
  67. <style type="text/css">
  68.  
  69. /* Theme feito e distribuído por Reconduzir.com / descortino.tumblr.com
  70. Não retire os créditos, por mais que a adaptação seja de sua autoria.
  71. Se for retirar o crédito, pega um theme de outra pessoa.*/
  72.  
  73.  
  74. body {
  75. background-repeat:no-repeat;
  76. background-image:url({image:Backg});
  77. {block:IfMaximizedBackgroundImage}
  78. background-size:100% 100%;
  79. {block:IfMaximizedBackgroundImage}
  80. {/block:IfNotMaximizedBackgroundImage}
  81. background-attachment:fixed;
  82. {/block:IfNotMaximizedBackgroundImage}
  83. {block:ifrightbackground}
  84. background-position:right bottom;
  85. {/block:ifrightbackground}
  86. {block:ifnotrightbackground}
  87. background-position:left bottom;
  88. {/block:ifnotrightbackground}
  89. background-color:{color:color background};
  90. margin:0px auto;
  91. font-family:{font:body};
  92. font-size:{text:font size};
  93. line-height:{text:line height};
  94. text-align:justify;
  95. color:{color:text};
  96. }
  97.  
  98. #posi {margin:3px auto;
  99. width:{text:width}px;
  100. }
  101.  
  102. #posts {width:{text:width}px;
  103. background-color:{color:content background};}
  104.  
  105. #navbar {width: {text:width}px;
  106. text-align: center;
  107. padding: 20px -100px 10px 5px;
  108. background-color: {color:navbar background};
  109. {block:iffixednav}
  110. position:fixed;
  111. {block:iffixednav}
  112. {block:ifnoyfixednav}
  113. position:absolute;
  114. {block:ifnoyfixednav}
  115. z-index:150px;
  116. opacity: .80;
  117. {block:ifbordernav}
  118. border-radius:5px;
  119. -moz-border-radius:5px;
  120. {/block:ifbordernav}
  121. {block:ifshadowednav}
  122. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  123. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  124. box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  125. {/block:ifshadowednav}
  126. }
  127.  
  128.  
  129. #centernav {width: {text:width}px; }
  130.  
  131. {block:ifshadowedimages}
  132. a img{
  133. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  134. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  135. box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  136. }
  137. {/block:ifshadowedimages}
  138.  
  139.  
  140. img {max-width: {text:width}px;
  141. }
  142.  
  143. #sopost{padding-top: 80px; background-color:{color:content background};
  144. }
  145. h3 {font-family:{font:post title}; font-size:{text:post title size}}
  146. a {text-decoration:none; color:{color:link}; -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;}
  147. a:hover {color:{color:link hover}; -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;}
  148. .caption {margin-top:-8px; margin-bottom:-8px; background:{color:caption background}; padding: 2px 0 2px 0;}
  149. .titleblog {font-size:{text:title font size}; font-family:{font:title}; margin-top:0px;}
  150. .links {font-size:{text:links font size};}
  151. .info {font-size:{text:links font size}; text-align: right; margin-top: 15px;}
  152.  
  153. .permalink {font-family:{font:body}; width:50px; padding: 0 0 0 10px; text-align: left; position:absolute; opacity:0; -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; margin-left:{text:width}px;}
  154.  
  155. .permalink a:hover{color:{color:link hover}}
  156.  
  157. #textpost {background:{color:text background}; padding: 5px;}
  158.  
  159. #entry {margin-bottom: 15px; padding-bottom: 10px;}
  160. #entry:hover .permalink {opacity: 1;}
  161.  
  162. #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;}
  163.  
  164. #entry .imgpermalink {width: 50px;
  165. font: 9px Georgia;
  166. text-transform: lowercase;
  167. position:absolute;
  168. text-align: center;
  169. background-color:#fff; color:#fff;
  170. overflow:hidden;
  171. -webkit-transition: opacity 0.7s linear;
  172. opacity: 0.0;
  173. -webkit-transition: all 0.4s linear;
  174. -moz-transition: all 0.4s linear
  175. ;transition: all 0.4s linear;
  176.  
  177. {block:iflargerimagepermalink}
  178. padding: 1px; margin: 5px -1px 5px;
  179. width: {text:width}px;
  180. {/block:iflargerimagepermalink}
  181. {block:ifnotlargerimagepermalink}
  182. padding: 2px; margin: 5px 0 0 5px;
  183. {/block:ifnotlargerimagepermalink}
  184. }
  185.  
  186. .imgpermalink a{color: #222; -webkit-transition: all .2s linear;
  187. -moz-transition: all .2s linear;
  188. transition: all 0.2s linear;}
  189.  
  190. .imgpermalink a:hover{color: #C5C5C5; -webkit-transition: all .2s linear;
  191. -moz-transition: all .2s linear;
  192. transition: all 0.2s linear;}
  193.  
  194. .audio{width:{text:width}px; height:35px; overflow:hidden;background:#000;
  195. }
  196.  
  197.  
  198. ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; border-bottom: dotted 0px #ccc;}
  199. ol.notes li.note {border-top: dotted 0px #ccc; padding: 3px;}
  200. ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 10px;width: 16px;height: 16px;}
  201. ol.notes li.note span.action {font-weight: normal;}
  202. ol.notes li.note .answer_content {font-weight: normal;}
  203. ol.notes li.note blockquote {border-color: #eee; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  204. ol.notes li.note blockquote a {text-decoration: none;}
  205. ul{margin-left:-40px!important; list-style:none;}
  206.  
  207. ::-webkit-scrollbar{width:7px;height:7px;}
  208.  
  209. ::-webkit-scrollbar-button:start:decrement
  210.  
  211. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  212.  
  213. ::-webkit-scrollbar-track-piece{background-color:{color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  214.  
  215. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:text};-webkit-border-radius:px;}
  216.  
  217. ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color:{color:text};-webkit-border-radius:px;}
  218.  
  219. ul#drawers {list-style: none; margin: auto; color: text-align:center; color:title; cursor: help;}
  220.  
  221. ul#drawers li h1 {margin: right; font-size:{text:font size} ; font-weight: normal;}
  222.  
  223. li.drawer h1.open {border-top: 0px;}
  224.  
  225. li.drawer div {padding:8px 0 0 0; margin: right; line-height: 15px;}
  226. li.drawer div li {list-style-type: disc;}
  227.  
  228.  
  229. {CustomCSS}
  230.  
  231. </style>
  232.  
  233. {block:IfEndlessScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  234.  
  235. </head>
  236.  
  237. <body>
  238.  
  239. <div style="position:fixed; bottom:35px; right:10px;"><a href="http://descortino.tumblr.com" title="theme from descortino">theme</a></div>
  240.  
  241.  
  242.  
  243.  
  244. <div id="posi">
  245.  
  246. <div id="posts">
  247. <div id="navbar">
  248.  
  249. <div id="centernav">
  250. <ul id="drawers">
  251. <div id="info"></div>
  252. <li class="drawer" id="info">
  253.  
  254. {block:ifdescriptioninsidebar}
  255. <h1><i>{description}</i> </h1>
  256. <div align="center">
  257. {/block:ifdescriptioninsidebar}
  258.  
  259. {block:ifnotdescriptioninsidebar}
  260. <h1><font size="5">{Title}</font></h1>
  261. <div align="center">
  262.  
  263. {block:ifnotdescriptioninsidebar}
  264.  
  265. <div class="links">
  266.  
  267. {block:ifdescriptioninsidebar}
  268. <font size="5"><a href="/">{Title}</a></font><br>
  269. {/block:ifdescriptioninsidebar}
  270.  
  271. <a href="/">home</a>&nbsp;&nbsp;<a href="/ask">message</a>&nbsp;&nbsp;<a href="/archive">archive</a> <a href="{URL}" class="nav"> {Label}</a> <a href="{text: url 1}" class="nav"> {text:text url 1}</a> <a href="{text: url 2}" class="nav"> {text:text url 2}</a> <a href="http://descortino.tumblr.com/" title="theme from descortino"> theme</a>
  272.  
  273. {block:ifnotdescriptioninsidebar}
  274. <br> <i>{description}</i>
  275. {/block:ifnotdescriptioninsidebar}
  276.  
  277.  
  278.  
  279. </div>
  280. </div>
  281. </li>
  282. </ul>
  283.  
  284. </div>
  285. </div>
  286. </div>
  287. <div class="autopagerize_page_element">
  288. <div id="sopost">
  289. {block:Posts}
  290.  
  291.  
  292. {block:Text}
  293. <div id="entry">
  294. <div id="textpost">
  295. <span class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  296. {block:Title}
  297. <h3>{Title}</h3>
  298. {/block:Title}
  299. {Body}
  300. </div>
  301. </div>
  302. {/block:Text}
  303.  
  304.  
  305. {block:Photo}
  306. {block:IndexPage}
  307. <div id="entry">
  308. <div class="imgpermalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br>
  309. <a href="{ReblogURL}" target="_blank">reblog</a>
  310. </div>{/block:IndexPage}
  311. <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="{text:width}" /></a>
  312. {block:ifshowcaptions}
  313. <div class="caption">{Caption}</div>
  314. {/block:ifshowcaptions}
  315. </div>
  316. {/block:Photo}
  317.  
  318. {block:Photoset}
  319. <div id="entry">
  320. <div class="photoset">
  321. <center><div style="max-width:{text:Width}px; height:auto; overflow:hidden;">{Photoset-400}</div></center>
  322. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  323. </div>
  324. </div>
  325. {/block:Photoset}
  326.  
  327.  
  328. {block:Quote}
  329. <div id="entry">
  330. <span class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>"<em>{Quote}</em>" {block:Source}- <b>{Source}</b>{/block:Source}
  331. </div>
  332. {/block:Quote}
  333.  
  334.  
  335. {block:link}
  336. <div id="entry"><span class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span><div class="linkpost"><a href="{URL}" class="linkpost" {Target}><h3>{Name}</h3></a>{block:Description}<div class="description">{Description}</div>{/block:Description}</div>
  337. </div>
  338. {/block:link}
  339.  
  340.  
  341. {block:Chat}
  342. <div id="entry"><span class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  343. {block:Title}<b>{Title}</b>{/block:Title}
  344. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  345. </div>
  346. {/block:Chat}
  347.  
  348.  
  349. {block:Video}
  350. <div id="entry"><div class="video">
  351. <center><div style="width:{text:width}px; height:auto; overflow:hidden;">{Video-500}</div></center>
  352. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
  353. </div>
  354. {/block:Video}
  355.  
  356.  
  357. {block:Audio}<div id="entry">
  358. <span class="permalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span><div class="audio">{AudioPlayerBlack}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  359. </div>
  360. {/block:Audio}
  361.  
  362. {block:PermalinkPage}
  363. {block:RebloggedFrom}
  364. Via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  365. Original <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  366. <div class="posted">Posted {TimeAgo}, with {NoteCount} Notes</div>
  367. <br>
  368. </div>
  369. <center>{block:ContentSource}
  370. <br><a href="{SourceURL}">
  371. {lang:Source}:
  372. {block:SourceLogo}
  373. <img src="{BlackLogoURL}" width="{LogoWidth}"
  374. height="{LogoHeight}" alt="{SourceTitle}" />
  375. {/block:SourceLogo}
  376. {block:NoSourceLogo}
  377. {SourceLink}
  378. {/block:NoSourceLogo}
  379. </a>
  380. {/block:ContentSource}</center>
  381. {/block:PermalinkPage}
  382. {/block:Posts}
  383. </div>
  384. </div>
  385.  
  386. <DIV style="text-align:right;">
  387. {block:ifNotendlessscrolling}
  388. {block:Pagination}
  389. {block:PreviousPage}<a href="{PreviousPage}">{text:previous}</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}">{text:next}</a>{/block:NextPage}</div>
  390. {/block:Pagination}
  391. {/block:ifNotendlessscrolling}
  392. </div>
  393.  
  394. </div>
  395.  
  396. </div>
  397. </body>
  398. </html>
Advertisement
Add Comment
Please, Sign In to add comment