Advertisement
Decrepitar

Theme 117

Aug 23rd, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 17.00 KB | None | 0 0
  1.   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!--------------
  3.  
  4.                  THEMES POR DECREPITAR
  5.                
  6.                
  7.   DDDDDDDDDD      EEEEEEEEEE    =======>> CREPITAR
  8.   DD       DD     EE            =======>> CREPITAR
  9.   DD        DD    EEEEEEE       =======>> CREPITAR
  10.   DD        DD    EEEEEEE       =======>> CREPITAR
  11.   DD       DD     EE            =======>> CREPITAR
  12.   DDDDDDDDDD      EEEEEEEEEEE   =======>> CREPITAR
  13. ----------------------------------------------------------------------
  14.                                     * NÃO RETIRE OS CREDITOS ;
  15.                       * NÃO PLAGIE , ART. LEI 184
  16. * PENSE BEM ANTES DE FAZER BESTEIRA
  17. ----------------------------------------------------------------------
  18. ---------------->
  19.  
  20. <html>
  21. <head>
  22.  
  23. <!-------------------COLOQUE SUA PLAYLIST AQUIII----------------------->
  24.        
  25.        
  26.        
  27.        
  28.  
  29. <!------------------------FIM DA SUA PLAYLIST-------------------------->
  30.  
  31.  
  32.  
  33.  
  34.  
  35. <!-- METASS NÃO MEXA AQUII , VAI BUGAR TUDINHO .--->
  36.  
  37. <meta name="image:background" content="" />
  38. <meta name="color:background" content="#ffffff" />
  39. <meta name="color:text" content="#a1a1a1" />
  40. <meta name="color:link" content="#a1a1a1" />
  41. <meta name="color:posts" content="#ffffff" />
  42. <meta name="color:scrollbar" content="#a1a1a1">
  43.  <meta name="image:foto" content "http://static.tumblr.com/8267bf26e5204c0ec5f4964e602bdd61/gdekeu9/6R0mrmtq0/tumblr_static_tumblr_static_jpeg.jpeg" />
  44. <meta name="text:frase" content="Eu preciso de ti aqui bem pertinho de mim" />
  45.  <meta name="color:linkss" content="#a1a1a1"/>
  46. <meta name="color:frase" content="#a1a1a1"/>
  47. <meta name="text:Link1" content="/" />
  48. <meta name="text:Link1 Title" content="link " />
  49. <meta name="text:Link2" content="/ask" />
  50. <meta name="text:Link2 Title" content="link" />
  51. <meta name="text:Link3" content="/submit" />
  52. <meta name="text:Link3 Title" content="link " />
  53. <meta name="text:Link4" content="#" />
  54. <meta name="text:Link4 Title" content="link" />
  55. <meta name="text:Link5" content="#" />
  56. <meta name="text:Link5 Title" content="link" />
  57.  
  58. <!----CABEÇALHO---->
  59. <title>{Title}</title>
  60. <link rel="shortcut icon" href="{Favicon}">
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  62. {block:Description}
  63. <meta name="description" content="{MetaDescription}" />
  64. {/block:Description}
  65.  
  66.  <!-----FONTES------>
  67.   <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  68.  <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  69.  <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  70.  <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  71. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  72.  <link href='http://fonts.googleapis.com/css?family=Princess+Sofia|Crafty+Girls|Stalemate|Allura|Sevillana|Great+Vibes|Mouse+Memoirs|Merienda' rel='stylesheet' type='text/css'>
  73. </script>
  74. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  75.  
  76.  
  77.  
  78. {block:IndexPage}
  79.  
  80. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  81.  
  82. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  83.  
  84. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  85.  
  86. <script type="text/javascript">
  87. $(window).load(function(){
  88. var $wall = $('#enter');
  89. $wall.imagesLoaded(function(){
  90. $wall.masonry({
  91. itemSelector: '.posts',
  92. isAnimated : true
  93. });
  94. });
  95. $wall.infinitescroll({
  96. navSelector : "div#navigation",
  97. nextSelector : "div#navigation a#nextPage",
  98. itemSelector : '.posts',
  99. loadingImg : "http://static.tumblr.com/gdekeu9/M6Wmrjlhk/iiiiiiii.png",
  100. loadingText : "",
  101. donetext : " ",
  102. extraScrollPx : 1000,
  103. bufferPx : 10100,
  104. debug : false,
  105. errorCallback: function() {
  106. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  107. }},
  108. function( newElements ) {
  109. var $newElems = $( newElements );
  110. $newElems.hide();
  111. $newElems.imagesLoaded(function(){
  112. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  113. });
  114. }); $('#enter').show(500);
  115. });
  116. </script>
  117.  
  118.  
  119. {/block:IndexPage}
  120.  
  121.  
  122. <style type="text/css">
  123.  /******* THEME POR DECREPITAR   ********/
  124. body {background-color: {color:background}; font-family: 'Calibri', arial; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  125.  
  126. a {color: {color:link}; text-decoration: none; text-transform: none;}
  127. a:hover {color: {color:link}; background-color: transparent; text-decoration: none;}
  128.  
  129. p {margin: 6px 0 0 0}
  130.  /******* THEME POR DECREPITAR   ********/
  131. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  132. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  133. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  134. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  135.  
  136. blockquote img{max-width: 240px!important}
  137. blockquote blockquote img{max-width: 230px!important}
  138. blockquote blockquote blockquote img{max-width: 220px!important}
  139. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  140.  
  141.  /******* THEME POR DECREPITAR   ********/
  142. #container {text-align: center; width: 935px; margin: 0px auto 0px auto; padding: 0px; z-index: 1}
  143.  
  144. #enter {float: center; margin-left: 250px; margin-top:0px; width: 800px;}
  145.  
  146. .posts {width: 250px; background-color: {color:post}; padding: 10px; padding: 6px; float: left; margin: 2px 0 0 2px;opacity:2; text-align: justify; font-family: 'muli'; font-size: 11px; position: relative; ;border:1px solid #eee;border-radius:3px;}
  147.  
  148.  
  149.  
  150.  /******* THEME POR DECREPITAR   ********/
  151.  
  152. h1 {font-family: 'Muli', cursive; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  153. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  154. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  155.  
  156.  /******* THEME POR DECREPITAR   ********/
  157.  
  158. .image {text-align: center; border: 0px}
  159. .image img { max-width: 250px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(80%); }
  160. .image img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(0%);-webkit-transition:All 1s ease;
  161. -moz-transition:All 1s ease;
  162. -o-transition:All 1s ease; -webkit-transform:rotate(0deg);outline-offset: -10px;outline: 10px solid rgba(255, 255, 255, 0.4);}
  163.  
  164.  /******* THEME POR DECREPITAR   ********/
  165.  
  166. .quote:first-letter{font-family: 'annie use your telescope';  font-size: 18px; font-weight: bold;}
  167. .quote {margin: 0; padding: 5px; font: normal 12px 'muli'; text-align: justify;}
  168. .quotesource {text-align: center; text-transform: none; margin-bottom: 3px;}
  169. .quotesource a, a:hover{text-transform: none;}
  170.  
  171.  /******* THEME POR DECREPITAR   ********/
  172.  
  173. .chat {line-height: 14px; list-style: none; }
  174. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  175. .person1 {color: {color:text}; padding: 2px;  }
  176. .person1 .label {font-weight: bold;  color:{color:text}}
  177. .person2 {color: {color:text}; padding: 2px;  }
  178. .person2 .label {font-weight: bold;  color:{color:text}}
  179.  
  180. .player {background-color: #000; text-align: left; display:block;}
  181.  
  182. /******* THEME POR DECREPITAR   ********/
  183. .creditoaokaique {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;;}
  184. .creditoaokaique:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  185.  
  186. #info {text-align: center ; margin-top:10px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;border-top:1px solid #eee}
  187. #info a {font-size: 10px; text-transform: uppercase;}
  188.  
  189. #tags {color: {color:text}; font-size: 10px; font-family: calibri;  display: inline; list-style: none; text-transform: uppercase;;}
  190. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  191.  
  192. #cap {width: 500px; margin-top: -2px;}
  193. .source {display: none;}
  194.  
  195. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center;}
  196. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  197. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  198. .notes img{display: none; border:0px}::-webkit-scrollbar{width:7px;height:7px;}
  199.  
  200. /** estilo de ask #04 - bombasticdesign.tumblr.com **/
  201. .askfoto{border-radius: 50px;border:2px solid #eee;margin-left:10px;margin-top:-10px;}
  202. .perguntou{background:#fff;padding:4px;color:#fff}
  203. .perguntou a {color:#a1a1a1; font-family:'tahoma'}
  204. .perguntou:hover a {color:#a1a1a1;font-family:'tahoma'}
  205. .resposta{background-color:#fff;padding:7px;font-family:'tahoma', sans-serif; font-size: 9pt;color:#aaa;text-align: left;border-radius:0px 0px 5px 5px}
  206. .pergunta{ margin-left: 50px;
  207. font-family: 'Sintony', sans-serif;}
  208. .perguntas{background-color:#f8f8f8;padding:7px;font-family:'tahoma', sans-serif; font-size: 9pt;color:#aaa;text-align: left;border-radius:5px 5px 0px 0px;}
  209.  
  210. /******* THEME POR DECREPITAR   ********/
  211.  
  212.  
  213. #tumblr_controls{position: fixed!important;z-index:15; -webkit-filter:invert(100%);}
  214.  
  215. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;-webkit-filter:invert(100%);}
  216. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -webkit-filter:invert(100%);}
  217.  
  218.  
  219.  /******* THEME POR DECREPITAR  ********/
  220.  
  221. ::-webkit-scrollbar{width:7px;height:7px;}
  222. ::-webkit-scrollbar-button:start:decrement
  223. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  224. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  225. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};}
  226. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};}
  227.  
  228.  
  229.    /******* THEME POR DECREPITAR , NÃO RETIRE OS CREDITOS ********/
  230.  
  231. #cred {top: 50px; left: -130px; position:fixed; width: auto; z-index:99999999999999999999999999999;}
  232.      
  233. #cred a{text-transform: none; display: block;   font-family: 'arial'; background-color:#000; color: #FFF; width: 150px; text-align: center; font-size: 9px; height:20px;line-height:20px;text-transform:uppercase; -webkit-transition-duration: .66s;opacity:0.75;border-radius:0px 8px 8px 0px;}
  234. #cred a:hover{margin-left:128px;}
  235.  
  236.  /******* THEME POR DECREPITAR , NÃO RETIRE OS CREDITOS ********/
  237.  
  238. #sombra {width: 800px ; height: 50px ; bottom: 70px ; margin-left:250px ; position: fixed;z-index:99;opacity:0.95;border-right:1px solid #eee;box-shadow:0px -1px 30px -5px #a9a9a9;z-index:999999999;background:#fff}
  239.  
  240.  
  241.  
  242.      /******* THEME POR DECREPITAR , NÃO RETIRE OS CREDITOS ********/
  243.  #page{position:fixed;padding:3px; text-align:left;text-transform:none;font-family: 'Great Vibes'; font-size:40px; height:30px; color:{color:frase};z-index:999;opacity:10;text-shadow: 0 0 0.2em color: ; title;-webkit-transition-duration: .88s;z-index:99999999999999999999999999999999;width: 500px; bottom: 85px; margin-left: 490px}
  244.  
  245.      /******* THEME POR DECREPITAR , NÃO RETIRE OS CREDITOS ********/
  246. #linka {width:240px;  bottom: 92px; margin-left: 250px; position:fixed;z-index:9999999999}
  247.  
  248.  #linka a{text-transform: none; display: inline-block  ;   font-family: verdana ; background-color:transp.; color: {color:linkss}; width: 35px; text-align:center; font-size: 10px; height:10px;line-height:10px;text-transform:uppercase; -webkit-transition-duration: .66s;margin-bottom: 10px;opacity:0.48;border:0px solid ; }  
  249.  #linka a:hover{ margin-bottom:5px; }
  250.    
  251.    
  252. </style>
  253. <link href='http://fonts.googleapis.com/css?family=Allura|Josefin+Slab|Great+Vibes' rel='stylesheet' type='text/css'>
  254.  
  255. <body>
  256. <!----------NÃO MEXA AQUI , OLHA A LEI EM , PENSE BEM ;)  ------------>
  257. <div id="cred">
  258. <a href="http://DECREPITAR.tumblr.com" title=" THEME DECREPITAR NÃO COPIE ATG. LEI 184 ." target="_blank" >Theme por decrepitar | DC</a>
  259. </div>
  260.  
  261. <!----------NÃO MEXA AQUI SE NÃO VOU TE ROGAR UMA MACUMBA ------------>
  262.  
  263.  <div id="content">
  264.   <div id="linka"><b>
  265. <a href="{text:link1}" title="  {text:link1 title}  " ><img height="40" src="https://cdn4.iconfinder.com/data/icons/brightmix/128/monotone_arrow_play_right_next.png" width="40"/></a>
  266. <a href="{text:link2}" title="  {text:link2 title}  " ><img height="40" src="https://cdn4.iconfinder.com/data/icons/brightmix/128/monotone_talk_chat.png" width="40"/></a>
  267. <a href="{text:link3}" title="  {text:link3 title}  " ><img height="40" src="https://cdn4.iconfinder.com/data/icons/brightmix/128/monotone_pen_write_round.png" width="40"/></a>
  268. <a href="{text:link4}" title="  {text:link4 title}  " ><img height="40" src="https://cdn4.iconfinder.com/data/icons/brightmix/128/monotone_paper_clip_document_attachment.png" width="40"/></a>
  269. <a href="{text:link5}" title="  {text:link5 title}  " ><img height="40" src="https://cdn4.iconfinder.com/data/icons/brightmix/128/monotone_close_exit_delete_small.png" width="40"/></a>
  270. </b>
  271.  </div></div>
  272.  
  273. <!----------NÃO MEXA AQUI SE NÃO VOU TE ROGAR UMA MACUMBA ------------>
  274.  
  275. <div id="sombra"></div>
  276.  
  277. <!----------NÃO MEXA AQUI SE NÃO VOU TE ROGAR UMA MACUMBA ------------>
  278.  
  279.   <div id="page">{text:frase}
  280. </div>
  281. </DIV>
  282.  
  283. <!----------NÃO MEXA AQUI SE NÃO VOU TE ROGAR UMA MACUMBA ------------>
  284.  
  285.  
  286.  
  287.  
  288. </div></div></div>
  289.  
  290. </div>
  291. {block:IndexPage}
  292. <div class="column navigation" id="navigation">
  293. {block:Pagination}
  294. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  295. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  296. </div>
  297. {/block:IndexPage}
  298. </div></div></div></div>
  299.  
  300. <br></center></div></div></div></div></div></div>
  301.  
  302. <div id="enter">
  303.  
  304.  
  305. <div class="autopagerize_page_element">
  306.  {block:Posts}
  307.  
  308. <div class="posts">
  309.  
  310. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  311.  
  312. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-250}"><img src="http://static.tumblr.com/gdekeu9/72ymrp1vt/tumblr_lpn6ksezug1qm57imo1_500.png"></a></div>{LinkCloseTag}{/block:Photo}
  313.  
  314. {block:Photoset}{Photoset-250}{/block:Photoset}
  315.  
  316.  
  317. {block:Quote}
  318. <div class="quote"><center>{Quote}</center></div>
  319. {block:Source}<div class="quotesource"> — {Source}</div>
  320. {/block:Source}
  321. {/block:Quote}
  322.  
  323. {block:Link}
  324. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  325. {block:Description}{Description}{/block:Description}
  326. {/block:Link}
  327.  
  328. {block:Chat}
  329. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  330. <div class="chat"><ul>{block:Lines}
  331. <li class="person{UserNumber}">{block:Label}
  332. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  333. {/block:Chat}
  334.  
  335. {block:Audio}
  336. <div class="player">{AudioPlayerBlack}</div>
  337. {block:Caption}{Caption}{/block:Caption}
  338. {/block:Audio}
  339.  
  340. {block:Video}{Video-250}{/block:Video}
  341.  
  342.  
  343. {block:Answer}<div class="perguntas">{Question}</div><div class="perguntou"><img src="{AskerPortraitURL-30}" align="left" class="askfoto"><div class="pergunta">{Asker} perguntou:</div></div><div class="resposta">{Answer}</div>
  344. {/block:Answer}
  345.  
  346.  
  347.  
  348. <div class="creditoaokaique">
  349. {block:Date}<div id="info">
  350.  <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} - <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}- <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  351. </div>{/block:IfShowTags}{/block:Date}</div></div>
  352.  
  353.  
  354.  {/block:Posts}</div></div>
  355.  
  356.  
  357. </div></div></div></div>
  358. </body>
  359. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement