Advertisement
Decrepitar

Theme 116

Aug 22nd, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 17.87 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" />
  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: 600px;}
  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. #decrepitar-side {width: 180px ; height: 200px ; margin-top: 80px ; margin-left:820px ; position: fixed ; background: #transp. ;  ; border-right:3px solid;color:; border:1px solid;color:#eee;}
  239. .decrepitar-foto img {width:170px; height:190px;margin-top: 5px ; margin-left:0px ;-webkit-filter: grayscale(80%);opacity:0.85;z-index:999;}
  240. .decrepitar-foto img:hover {-webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(0%);-webkit-transition:All 1s ease;
  241. -moz-transition:All 1s ease;
  242. -o-transition:All 1s ease;}
  243.  
  244.    /******* THEME POR DECREPITAR , NÃO RETIRE OS CREDITOS ********/
  245.  
  246. #sombra {width: 20px ; height: 900px ; margin-top: -10px ; margin-left:780px ; position: fixed;z-index:99;opacity:0.85;border-right:1px solid #eee;}
  247.  
  248.    /******* THEME POR DECREPITAR , NÃO RETIRE OS CREDITOS ********/
  249.    
  250. @font-face {font-family: "honeyscript"; src: url('http://static.tumblr.com/q54tzar/vvam21fco/honeyscript-light_1_.ttf'); }
  251.    
  252.  
  253. #frase {height:23px;line-height:23px; font-weight: normal; letter-spacing: 0px; color: {color:frase}; text-align:center; width: 190px;  ; position: absolute; -moz-transition: all 0.4s ease-out; font-family:'honeyscript'; margin-top:50px; margin-left:810px; text-transform: none; position: fixed; padding: 2px; font-size: 25px;border: 0px dashed ;z-index:99;}
  254.      /******* THEME POR DECREPITAR , NÃO RETIRE OS CREDITOS ********/
  255.  #page{position:fixed;padding:3px; text-align:center;text-transform:uppercase;font-family: 'muli'; font-size:9px; 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: 170px;  margin-top: 400px; margin-left: 820px}
  256. #page:first-letter{font-family: 'annie use your telescope';  font-size: 18px; font-weight: bold;background:#eee;border-radius:45px;opacity:0.75}
  257.  
  258.  
  259.    /******* THEME POR DECREPITAR  ********/
  260.  .linka1 {width: 175px;height:20px;margin-top: 285px; margin-left:820px; position:fixed; width: ; z-index:99999999999999999999999999999;background-color:#;border-radius:0px 0px 0px 0px;opacity:0.85;z-index:999;}
  261.      
  262. .linka1 a{text-transform: none; display: inline-block  ;   font-family: arial ;  color: {color:linkss}; width: 178px; text-align: center; font-size: 8px; line-height:20px;text-transform:uppercase; -webkit-transition-duration: .66s;margin: 1px 0 0px 0;border:1px solid #eee;;}
  263.  .linka1 a:hover{-webkit-transition-duration: .80s;  ; }
  264.  
  265.     /******* THEME POR DECREPITAR  ********/  
  266.    
  267.    
  268.    
  269. </style>
  270. <body>
  271. <!----------NÃO MEXA AQUI , OLHA A LEI EM , PENSE BEM ;)  ------------>
  272. <div id="cred">
  273. <a href="http://DECREPITAR.tumblr.com" title=" THEME DECREPITAR NÃO COPIE ATG. LEI 184 ." target="_blank" >Theme por decrepitar | DC</a>
  274. </div>
  275.  
  276. <!----------NÃO MEXA AQUI SE NÃO VOU TE ROGAR UMA MACUMBA ------------>
  277.  
  278. <div id="decrepitar-side">
  279. <div class ="decrepitar-foto"> <img src="{image:foto}">
  280. </div></div></div></div>
  281.  
  282. <!----------NÃO MEXA AQUI SE NÃO VOU TE ROGAR UMA MACUMBA ------------>
  283.  
  284. <div id="sombra"></div>
  285.  
  286. <!----------NÃO MEXA AQUI SE NÃO VOU TE ROGAR UMA MACUMBA ------------>
  287.  
  288. <div id="frase">{text:frase}</div>
  289.   <div id="page">{description}<br><br>
  290.  {block:PreviousPage}<a href="{PreviousPage}">«</a>  {/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}
  291. </div>
  292. </DIV>
  293.  
  294. <!----------NÃO MEXA AQUI SE NÃO VOU TE ROGAR UMA MACUMBA ------------>
  295.   <div id="content">
  296.   <div class="linka1"><center>
  297. <a href="{text:link1}">{text:link1 title} </a>
  298. <a href="{text:link2}">{text:link2 title} </a>
  299. <a href="{text:link3}">{text:link3 title} </a>
  300. <a href="{text:link4}">{text:link4 title} </a>
  301. <a href="{text:link5}">{text:link5 title} </a>
  302. </div></div></div>
  303.  
  304.  
  305.  
  306. </div></div></div>
  307.  
  308. </div>
  309. {block:IndexPage}
  310. <div class="column navigation" id="navigation">
  311. {block:Pagination}
  312. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  313. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  314. </div>
  315. {/block:IndexPage}
  316. </div></div></div></div>
  317.  
  318. <br></center></div></div></div></div></div></div>
  319.  
  320. <div id="enter">
  321.  
  322.  
  323. <div class="autopagerize_page_element">
  324.  {block:Posts}
  325.  
  326. <div class="posts">
  327.  
  328. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  329.  
  330. {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}
  331.  
  332. {block:Photoset}{Photoset-250}{/block:Photoset}
  333.  
  334.  
  335. {block:Quote}
  336. <div class="quote"><center>{Quote}</center></div>
  337. {block:Source}<div class="quotesource"> — {Source}</div>
  338. {/block:Source}
  339. {/block:Quote}
  340.  
  341. {block:Link}
  342. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  343. {block:Description}{Description}{/block:Description}
  344. {/block:Link}
  345.  
  346. {block:Chat}
  347. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  348. <div class="chat"><ul>{block:Lines}
  349. <li class="person{UserNumber}">{block:Label}
  350. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  351. {/block:Chat}
  352.  
  353. {block:Audio}
  354. <div class="player">{AudioPlayerBlack}</div>
  355. {block:Caption}{Caption}{/block:Caption}
  356. {/block:Audio}
  357.  
  358. {block:Video}{Video-250}{/block:Video}
  359.  
  360.  
  361. {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>
  362. {/block:Answer}
  363.  
  364.  
  365.  
  366. <div class="creditoaokaique">
  367. {block:Date}<div id="info">
  368.  <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>
  369. </div>{/block:IfShowTags}{/block:Date}</div></div>
  370.  
  371.  
  372.  {/block:Posts}</div></div>
  373.  
  374.  
  375. </div></div></div></div>
  376. </body>
  377. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement