Advertisement
kellyblaesing

novo tema

Sep 4th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.00 KB | None | 0 0
  1.  
  2. <!-- © 2014 Gramaticas -->
  3.  
  4.  
  5. <html>
  6. <head>
  7. <meta name="color:background" content="#FFF"/>
  8. <meta name="color:text" content="#7b7979"/>
  9. <meta name="color:link" content="#7b7979"/>
  10. <meta name="color:Scroll" content="#d6d2d2"/>
  11. <meta name="if:followbranco" content="1"/>
  12. <meta name="if:BackgroundTelaCheia" content="0"/>
  13. <meta name="image:background" content=""/>
  14.  
  15. <meta name="text:Link1" content="/" />
  16. <meta name="text:Link1 Title" content="link" />
  17. <meta name="text:Link2" content="/" />
  18. <meta name="text:Link2 Title" content="link" />
  19. <meta name="text:Link3" content="/" />
  20. <meta name="text:Link3 Title" content="link" />
  21. <meta name="text:Link4" content="/" />
  22. <meta name="text:Link4 Title" content="link" />
  23.  
  24.  
  25.  
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  28. <meta name="viewport" content="width=820" />
  29.  
  30. {block:IndexPage}
  31.  
  32. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  33.  
  34. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  35.  
  36. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  37.  
  38. <script type="text/javascript">
  39. $(window).load(function(){
  40. var $wall = $('#content');
  41. $wall.imagesLoaded(function(){
  42. $wall.masonry({
  43. itemSelector: '.entry',
  44. isAnimated : true
  45. });
  46. });
  47. $wall.infinitescroll({
  48. navSelector : "div#navigation",
  49. nextSelector : "div#navigation a#nextPage",
  50. itemSelector : '.entry',
  51. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  52. loadingText : " ",
  53. donetext : " ",
  54. extraScrollPx : 9000,
  55. bufferPx : 10000,
  56. debug : false,
  57. errorCallback: function() {
  58. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  59. }},
  60. function( newElements ) {
  61. var $newElems = $( newElements );
  62. $newElems.hide();
  63. $newElems.imagesLoaded(function(){
  64. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  65. });
  66. }); $('#content').show(500);
  67. });
  68. </script>
  69.  
  70. {/block:IndexPage}{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  71. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Waiting+for+the+Sunrise|Josefin+Slab|Inconsolata' rel='stylesheet' type='text/css'>
  72.  
  73. <style type="text/css">
  74.  
  75. @font-face {
  76. font-family: "Champagne";
  77. src: url('http://static.tumblr.com/e1ydrvt/WJTmhu1c0/cac_champagne.ttf') format("truetype");
  78. }
  79.  
  80. body, a, a:hover {
  81. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur),
  82. default !important;}
  83.  
  84. iframe#tumblr_controls{top: 1px !important;margin: 0 0 0 0;right: 6px !important;position: fixed !important;}
  85.  
  86.  
  87. body {background-image: url('{image:background}');
  88. background-attachment:fixed;
  89. background-color:{color:background};
  90. {block:IfBackgroundTelacheia}background-repeat: no-repeat;
  91. background-position: center;
  92. background-attachment: fixed;
  93. -webkit-background-size: cover;
  94. -o-background-size: cover;{/block:IfBackgroundTelacheia}
  95. font-size:12px;
  96.  
  97. /*-- Font Theme --*/
  98. font-family:;
  99. /*-- Font Theme --*/
  100. text-align:justify;
  101. letter-spacing:0px;
  102. color:{color:text};}
  103.  
  104. a:link, a:active,
  105. a:visited{color:{color:link};
  106. text-decoration: none;}
  107. a:hover{color:{color:hover};}
  108.  
  109. ::-webkit-scrollbar-thumb{
  110. background-color: {color:Scroll};
  111. border: 3px solid {color:background};
  112. height:auto;
  113. -moz-border-radius: 10px;
  114. border-radius: 10px;
  115. }
  116.  
  117. ::-webkit-scrollbar {
  118. height:auto;
  119. width:9px;
  120. background-color: {color:Scroll};
  121. border: 4px solid {color:background};
  122. }
  123.  
  124.  
  125. div#content{margin:0px auto;
  126. right:0px auto;
  127. width:300px;
  128. min-height:100%;}
  129.  
  130. .pquote {
  131. font-size:12px;
  132. line-height:15px;
  133. margin-top:0px;
  134. letter-spacing:0px;
  135. text-align:justify; }
  136.  
  137. .quotesource{
  138. font-size:12px;
  139. text-align:left;
  140. letter-spacing:0px; }
  141.  
  142.  
  143. .post_title{
  144. font-size:12px;
  145. color:{color:link};
  146. line-height:12px;}
  147.  
  148.  
  149. .entry{border:0px solid #656565;
  150. position:relative;
  151. width:250px;
  152. padding:20px;
  153. float:left;
  154. /* Margin das postagens */
  155. margin: 25 25 0 25px;
  156. /* Margin das postagens */
  157. background-color:transparent;
  158. {block:PermalinkPage}width:250px;{/block:PermalinkPage};}
  159.  
  160. .entry img{
  161. {block:PermalinkPage}width:250px;{/block:PermalinkPage};}
  162.  
  163. #postnotes {text-align:left; z-index:11; padding:20px; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out; width:250px;}
  164.  
  165.  
  166. .per {
  167. position:relative;
  168. text-align:justify;
  169. padding:0px 1px; margin:0;
  170. clear:both;
  171. color:{color:text};}
  172.  
  173. .fe {
  174. display:block;
  175. position:absolute;
  176. bottom:-15px;
  177. left:15px;
  178. width:0;
  179. border-width:15px 15px 0;
  180. border-style:solid;
  181. border-color: transparent;}
  182.  
  183. .text {text-align:center;}
  184.  
  185. blockquote{
  186. padding:0px 0px 0px 5px;
  187. margin:0px 0px 2px 1px;
  188. border-left: 1px solid {color:Text};}
  189.  
  190. .perms {background:{color:background};
  191. font-size:11px;
  192. text-align:center;
  193. opacity: 0;
  194. -webkit-transition-duration: .75s;
  195. bottom:-10px;
  196. width:250px;
  197. padding: ;background:{color:background};
  198. height:auto;
  199. padding:1 4 1 4px;
  200. position: absolute;
  201. margin-top:0px;
  202. margin-left:-5px;
  203. font-style:;
  204. text-transform: lowercase;
  205. font-family:;
  206. letter-spacing:0px;border:1px solid #656565;
  207. display:block;}
  208.  
  209.  
  210.  
  211. .entry:hover .perms {
  212. opacity:1;
  213. z-index:999999;
  214. -webkit-transition-duration: 0.65s;}
  215.  
  216.  
  217. .perms a:hover{
  218. text-decoration:line-through;}
  219.  
  220.  
  221. #cred {position:fixed;
  222. right:-35px;
  223. bottom:105px;
  224. font-size:12px;
  225. -webkit-transition-duration: .75s;
  226. padding:5 5 5 5;
  227. border-radius:0px;
  228. z-index:999999;}
  229.  
  230. #cred:hover{right:0px;
  231. ;-webkit-transition-duration: .75s;}
  232.  
  233. {block:Iffollowbranco}
  234. iframe#tumblr_controls {
  235. white-space:nowrap;
  236. -webkit-filter: invert(100%);
  237. -moz-filter: invert(100%);
  238. -o-filter: invert(100%);
  239. -ms-filter: invert(100%);
  240. filter: invert(100%);
  241. opacity:.7;
  242. transition: .8s ease-in-out;
  243. -webkit-transition: .8s ease-in-out;
  244. -moz-transition: .8s ease-in-out;
  245. -o-transition: .8s ease-in-out; }
  246. {/block:Iffollowbranco}
  247.  
  248. #painel {padding:0px;
  249. width:250px;margin:0px auto;
  250. right:0px auto;
  251.  
  252. }
  253.  
  254. #sidebar {background:transparent;
  255. position:relative;
  256. width:260px;
  257. height:auto;
  258. margin-top:50px;
  259. margin:0px auto;
  260. right:0px auto;border:0px solid #ddd;padding:15px;
  261. text-align:left;z-index:1;
  262. }
  263.  
  264. #sidebarimage img {
  265. width:260px;
  266. height:10px; -webkit-filter: grayscale(30%);
  267. margin-top:-0px;
  268. margin-left:-2px;
  269. margin-bottom:10px;
  270. }
  271.  
  272. #links {background:{color:background};
  273. font-size:11px;
  274. text-align:center;
  275. opacity: 0;
  276. -webkit-transition-duration: .75s;
  277. bottom:-8px;
  278. width:250px;
  279. padding: 3px;
  280. height:auto;
  281. position: absolute;
  282. margin-top:2px;
  283. margin-right:-50px;border:1px solid #656565;
  284. font-style:;
  285. text-transform: lowercase;
  286. font-family:;
  287. letter-spacing:0px;
  288. display:block;
  289. }
  290.  
  291. #links a{ width:80px;
  292. letter-spacing:0px;
  293.  
  294. margin-top:3px;
  295. margin-left:5px;
  296. color:{color:link};
  297. -moz-transition-duration:.7s;
  298. -webkit-transition-duration:.7s;
  299. -o-transition-duration:.7s;
  300. }
  301.  
  302. #links a:hover {text-decoration:line-through;}
  303.  
  304.  
  305. #sidebar:hover #links{
  306. opacity:1;
  307. -webkit-transition: all 1s linear;
  308. }
  309.  
  310.  
  311. #description {
  312. width:260px;
  313. margin-bottom:0px;
  314. margin-top:2px;
  315. margin-left:-8px;
  316. padding:6px;
  317. padding-top:05px;
  318. text-align:center;
  319. color: {color:text};
  320. letter-spacing:0px;font-size:11px;
  321. line-height:105%;
  322. -webkit-transition: all .4s linear;}
  323.  
  324.  
  325. #title {font-size:38px;
  326. line-height:200%;
  327. margin-bottom:2px;letter-spacing:0px;
  328. text-align:center;
  329. font-family:'Champagne';;}
  330.  
  331. #title a{color:{color:text};
  332. opacity:1;
  333. padding:6px 60px 6px 60px;
  334. border-bottom:1px solid #656565;}
  335.  
  336.  
  337. </style>
  338.  
  339.  
  340.  
  341.  
  342. <body>
  343.  
  344.  
  345. <div id="painel">
  346. <div id="sidebar">
  347.  
  348. <div id="title"><a href="/">Confidence</a></div>
  349. <div id="description">{description}<center></div>
  350.  
  351. <div id="links">
  352. <a href="{text:Link1}">{text:Link1 Title}</a>
  353.  
  354. <a href="{text:Link2}">{text:Link2 Title}</a>
  355.  
  356. <a href="{text:Link3}">{text:Link3 Title}</a>
  357.  
  358. <a href="{text:Link4}">{text:Link4 Title}</a>
  359.  
  360. </div>
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. </div>
  368.  
  369.  
  370. </div>
  371.  
  372. </div>
  373. <div id="cred"><a href="http://gramaticas.tumblr.com">C&nbsp;&nbsp;&nbsp;redit</a></div>
  374.  
  375. </div>
  376. </div>
  377. </div>
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386. <!-- Inicio Das postagens --->
  387.  
  388. <div id="content">
  389. {block:Posts}
  390.  
  391. {block:Text}
  392. <div class="entry">
  393. {block:IndexPage}
  394. <div class="perms">
  395. <a href="{Permalink}">{SourceURL} </a>
  396. <a href="{permalink}">total de {notecountwithlabel}</a> —
  397. <a href="{ReblogURL}" target="_blank"><b>reblogar postagem</b></a>
  398. </div> {/block:IndexPage}
  399. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  400. {Body}
  401. </div>
  402. {/block:Text}
  403.  
  404. {block:Photo}
  405. <div class="entry">
  406. <!--- Tamanho das fotos --->
  407. <img src="{PhotoURL-250}">
  408. <!--- Tamanho das fotos --->
  409. {block:IndexPage}
  410. <div class="perms">
  411. <a href="{permalink}">total de {notecountwithlabel}</a> —
  412. <a href="{ReblogURL}" target="_blank"><b>reblogar postagem</b></a>
  413. </div>
  414. {/block:IndexPage}
  415. </div>
  416. {/block:Photo}
  417.  
  418. {block:Photoset}
  419. <div class="entry">
  420. <!--- Tamanho dos Photosets --->
  421. <center>{Photoset-250}</center>
  422. <!--- Tamanho dos Photosets --->
  423. {block:IndexPage}
  424. <div class="perms">
  425. <a href="{permalink}">total de {notecountwithlabel}</a> —
  426. <a href="{ReblogURL}" target="_blank"><b>reblogar postagem</b></a>
  427. </div>
  428. {/block:IndexPage}
  429. </div>
  430. {/block:Photoset}
  431.  
  432.  
  433. {block:Quote}
  434. <div class="entry">
  435. <div class="pquote"> {Quote} <div class="quotesource"><b>— {Source}</b></div></div>
  436. {block:IndexPage}
  437. <div class="perms">
  438. <a href="{permalink}">total de {notecountwithlabel}</a> —
  439. <a href="{ReblogURL}" target="_blank"><b>reblogar postagem</b></a>
  440. </div>
  441. {/block:IndexPage}
  442. </div>
  443. {/block:Quote}
  444.  
  445. {block:Chat}
  446. <div class="entry">
  447. {block:IndexPage}<div class="perms">
  448. <a href="{permalink}">total de {notecountwithlabel}</a> —
  449. <a href="{ReblogURL}" target="_blank"><b>reblogar postagem</b></a>
  450. </div> {/block:IndexPage}
  451. {block:Title}
  452. <span class="post_title">{Title}</span>{/block:Title}
  453. <div id="chat">
  454. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  455. </div>
  456. </div>
  457. {/block:Chat}
  458.  
  459. {block:Link}
  460. <div class="entry">
  461. {block:IndexPage}
  462. <div class="perms">
  463. <a href="{permalink}">total de {notecountwithlabel}</a> —
  464. <a href="{ReblogURL}" target="_blank"><b>reblogar postagem</b></a>
  465. </div> {/block:IndexPage}
  466. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a>
  467. {block:Description}{Description}{/block:Description}
  468.  
  469. </div>
  470. {/block:Link}
  471.  
  472. {block:Audio}
  473. <div class="entry">
  474. <center>
  475. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="250"/><p>{/block:AlbumArt}</center>
  476. <div class="audiocas">{AudioPlayerGrey}</div>
  477. {block:Caption}{Caption}
  478. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  479. {block:IndexPage}<div class="perms"> <a href="{permalink}">total de {notecountwithlabel}</a> —
  480. <a href="{ReblogURL}" target="_blank"><b>reblogar postagem</b></a>
  481. </div> {/block:IndexPage}
  482. </div>
  483. {/block:Audio}
  484.  
  485. {block:Video}
  486. <div class="entry">
  487. {Video-250}
  488. {block:IndexPage}
  489. <div class="perms">
  490. <a href="{permalink}">total de {notecountwithlabel}</a> —
  491. <a href="{ReblogURL}" target="_blank"><b>reblogar postagem</b></a>
  492. </div> {/block:IndexPage}
  493. </div>
  494. {/block:Video}
  495.  
  496. {block:Answer}
  497. <div class="entry">
  498. <div class="per"><p><b>{Asker}:</b> {Question}<p><div class="fe"></div></div>
  499. <p>
  500. <div class="text"><p>{Answer}</p></div>
  501. {block:IndexPage}<div class="perms"> <a href="{permalink}">total de {notecountwithlabel}</a> —
  502. <a href="{ReblogURL}" target="_blank"><b>reblogar postagem</b></a>
  503. </div> {/block:IndexPage}
  504. </div>
  505. {/block:Answer}
  506.  
  507.  
  508. {block:PostNotes}
  509. <div id="postnotes">
  510. Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  511. {block:RebloggedFrom}Reblogged of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  512. {block:HasTags}Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  513.  
  514. </div><p>
  515. {PostNotes}
  516. {/block:PostNotes}
  517.  
  518. {/block:posts}
  519.  
  520. {block:IndexPage}
  521. <div class="column navigation" id="navigation">
  522. {block:Pagination}
  523. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  524. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  525. </div>
  526. {/block:IndexPage}
  527.  
  528.  
  529. </div>
  530.  
  531. <script type="text/javascript"> Cufon.now(); </script>
  532.  
  533. <!-- © 2014 Gramaticas -->
  534.  
  535.  
  536.  
  537. </body>
  538.  
  539. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement