Advertisement
worenow

tema 17

Dec 3rd, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.38 KB | None | 0 0
  1. <!-- worenow+ base fckraw -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. {block:IndexPage}
  10. <script type="text/javascript">Cufon.now(); </script>
  11. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  12. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  13. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>{/block:IndexPage}
  14.  
  15. <meta name="color:background" content= #fff />
  16. <meta name="color:font" content= #4a4a4a />
  17. <meta name="color:link" content= #f1f1f1 />
  18. <meta name="color:hover" content= #0000 />
  19.  
  20. <meta name="image: sidebar" content="" />
  21. <meta name="image: background" content= "" />
  22.  
  23. <meta name="text:frase" content="" />
  24. <meta name="text:Link1" content="/" />
  25. <meta name="text:Link1 Title" content="" />
  26. <meta name="text:Link2" content="/" />
  27. <meta name="text:Link2 Title" content="" />
  28. <meta name="text:Link3" content="/" />
  29. <meta name="text:Link3 Title" content="" />
  30. <meta name="text:Link4" content="/" />
  31. <meta name="text:Link4 Title" content="" />
  32.  
  33.  
  34.  
  35. <link rel="stylesheet" href="http://static.tumblr.com/txad1ud/n1znfha38/post.treparemos.css">
  36. <link rel="stylesheet" href="http://static.tumblr.com/txad1ud/POrnfhajn/menu.thm.css">
  37.  
  38. <style type="text/css" media="screen">
  39.  
  40. ::-webkit-scrollbar{width:6px;height:5px;}
  41. ::-webkit-scrollbar-button:start:decrement
  42. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#fff;}
  43. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  44. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #4f4f4f;-webkit-border-radius:px;}
  45. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #4f4f4f;-webkit-border-radius:px;}
  46.  
  47. </style><script type="text/javascript">
  48. $(window).load(function(){
  49. var $wall = $('#container');
  50. $wall.imagesLoaded(function(){
  51. $wall.masonry({
  52. itemSelector: '.posts',
  53. isAnimated : true
  54. });
  55. });
  56. $wall.infinitescroll({
  57. navSelector : "div#navigation",
  58. nextSelector : "div#navigation a#nextPage",
  59. itemSelector : '.posts',
  60. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  61. loadingText : " ",
  62. donetext : " ",
  63. extraScrollPx : 9000,
  64. bufferPx : 10000,
  65. debug : false,
  66. errorCallback: function() {
  67. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  68. }},
  69. function( newElements ) {
  70. var $newElems = $( newElements );
  71. $newElems.hide();
  72. $newElems.imagesLoaded(function(){
  73. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  74. });
  75. }); $('#container').show(500);
  76. });
  77. </script><style>
  78.  
  79. .tumblrAutoPager_page_separator,
  80. .tumblrAutoPager_page_info {display: none;}
  81.  
  82. #tumblr_controls{position: fixed!important}
  83. #tumblr_controls{position: fixed!important}
  84. #tumblr_controls{position: fixed!important}
  85. #tumblr_controls{position: fixed!important}
  86.  
  87. iframe#tumblr_controls{top: 2px !important; position: fixed !important; right: 5px !important; margin: 0 0 0 0;}
  88.  
  89.  
  90. body {background-color:{color:background}; background-image:url('{image:background}'); color: {color:font} font-family:'Calibri'; font-size:13px; text-align: justify; line-height:15px;}
  91.  
  92.  
  93. a {color:{color:link}; text-decoration: none; text-transform: none;}
  94. a:hover {color: {color:hover};}
  95.  
  96. p {margin: 6px 0 0 0}
  97.  
  98. blockquote {margin: 0px; padding-left: 0px; }
  99. blockquote img{width: 400px!important; text-align:justify;}
  100.  
  101.  
  102.  
  103. #sidebar {position:fixed; width: 150px; height:160px; margin-left:250px;margin-top:170px; -webkit-transition-duration: 0.4s;}
  104.  
  105. #foto img {display: inline; margin-left:0px; position:fixed; text-align:left;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; margin-top:3px;}
  106. #foto img {width:170px; height:224px; margin-top:-280px;margin-left:-70px;}
  107. #sidebar:hover #foto img {-webkit-filter: opacity(0.8);invert (0.1);}
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. #l { font: 10px calibri;opacity:0; width:165px;text-align:center; margin-left:-40px;margin-top:-115px;color:#fff; -webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed;box-shadow: 0em 0em 0em;}
  115. #l a{color:#949494; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;}
  116. #l a:hover{background-color: -moz-opacity:0; text-shadow:0px 0px 1px; color:#FFC0CB; -khtml-opacity: 1.0; opacity: 1.0; -webkit-transition: all 0.5s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;}
  117. #sidebar:hover #l {opacity:1;}
  118.  
  119.  
  120.  
  121.  
  122. #frase{opacity:10;font-size: 10px; font-family:corbel;margin-left:0px;position:fixed;margin-top:-117px;color:#000;width:170px;text-transform:lowercase; text-align:left;font-style:;opacity:;-webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;padding:2px;background-color:transparent;text-shadow: 0 0px 18px #000;}
  123. #sidebar:hover #frase {-webkit-transform: rotateY(360deg);-webkit-transform: rotateX(360deg); margin-top:-107px;}
  124.  
  125.  
  126.  
  127.  
  128.  
  129. #aloha1 img {opacity:0;margin-top:-117px;margin-left:115px; width:22px;height:auto;position:fixed;background-color:transparent;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.2s ease-out;}
  130. #sidebar:hover #aloha1 img {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-webkit-transition: all 0.6 ease-out;-moz-transition: all 0.6s ease-out;opacity:10;}
  131.  
  132.  
  133.  
  134.  
  135. @font-face { font-family: "petit"; src: url('http://static.tumblr.com/jpkny6t/Ftxmqvdxg/petit-formal-script.regular.ttf'); }
  136.  
  137. #tudo {width:150px; margin-left:20px; margin-top:300px;}
  138. ::-webkit-scrollbar{width:7px;
  139. height:0px;}
  140. ::-webkit-scrollbar-button:start:decrement
  141. ::-webkit-scrollbar-button:end:increment{display:block;
  142. height:0;
  143. background-color:#000;}
  144. ::-webkit-scrollbar-track-piece{background-color:#fff
  145. -webkit-border-radius:0;
  146. -webkit-border-bottom-right-radius:3px;
  147. -webkit-border-bottom-left-radius:3px;}
  148. ::-webkit-scrollbar-thumb:vertical{height:50px;
  149. background-color:#000;}
  150. ::-webkit-scrollbar-thumb:horizontal{width:50px;
  151. background-color:#000;}
  152.  
  153. </style>
  154.  
  155.  
  156.  
  157. <style type="text/css">{CustomCSS}</style>
  158.  
  159.  
  160.  
  161. <body onkeydown="return false">
  162.  
  163.  
  164.  
  165. <div id="sidebar">
  166. <div id="side">
  167. <img src="{image: sidebar}"></div>
  168. <div id="tudo">
  169.  
  170.  
  171.  
  172.  
  173.  
  174. <div id="l"><a href="{text:Link1}">{text:Link1 Title}<font color=#CDC9C9> ✿ </font></a>
  175.  
  176.  
  177. <a href="{text:Link2}">{text:Link2 Title}<font color=#CDC9C9> ✿ </font></a>
  178.  
  179. <a href="{text:Link3}">{text:Link3 Title}<font color=#CDC9C9> ✿ </font></a>
  180.  
  181. <a href="{text:Link4}">{text:Link4 Title}<font color=#CDC9C9> </font></a>
  182. </div></div>
  183. <div id="frase">{text:frasinha}</div>
  184.  
  185. <div id="aloha1"><img src="http://static.tumblr.com/txad1ud/9gxnfh0i0/tpr.flor.png"</div>
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194. </div>
  195.  
  196.  
  197.  
  198. </div>
  199.  
  200. </div>
  201.  
  202. </div></div>
  203.  
  204.  
  205. <div id="container">{block:Posts}
  206.  
  207. {block:Text}
  208. <div class="posts">{block:Title}<h1>{Title}</h1>{/block:Title}{body}
  209. {block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / <span class="heart" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"> </span> <a href="{Permalink}">{block:NoteCount}{block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel} {block:IndexPage} <font color=#CD6090>♥</font> {/block:IndexPage}</div> {/block:IndexPage}</div>
  210. {/block:Text}
  211.  
  212.  
  213. {block:Photo}
  214. <div class="posts"><img src="{PhotoURL-500}">{block:IndexPage}
  215. {block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <font color=#CD6090>♥</font> {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}</div>
  216. {/block:Photo}
  217.  
  218.  
  219. {block:Photoset}
  220. <div class="posts"><center>{Photoset-250}</center>{block:IndexPage}
  221. {block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <font color=#CD6090>♥</font> {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}</div>
  222. {/block:Photoset}
  223.  
  224.  
  225. {block:Quote}
  226. <div class="posts"><div class="quote">{Quote}</div><div class="sorc">— {Source}</div>{block:IndexPage}
  227. {block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / <a href="{Permalink}">{block:NoteCount}{block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel} <font color=#CD6090>♥</font> {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}</div>
  228. {/block:Quote}
  229.  
  230.  
  231. {block:Link}
  232. <div class="posts">{block:IndexPage}<h1><a href="{URL}">{Name}</h1></a>{block:Description}{Description}{/block:Description}
  233. {block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <font color=#CD6090>♥</font> {block:IndexPage} {/block:IndexPage}</div><br>{/block:IndexPage}
  234. {/block:IndexPage}</div>{/block:Link}
  235.  
  236.  
  237. {block:Chat}
  238. <div class="posts">{block:Title}<h1>{Title}</h1>{/block:Title}<div id="chat">{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}</div>{block:IndexPage}
  239. {block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <font color=#CD6090>♥</font> {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}
  240. {/block:IndexPage}</div>{/block:Chat}
  241.  
  242.  
  243. {block:Audio}
  244. <div class="posts"><center>{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}{block:Caption}{Caption} Played {PlayCount} times</center>{/block:Caption}<p>{block:IndexPage}
  245. {block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <font color=#CD6090>♥</font> {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}<br></div>
  246. {/block:Audio}
  247.  
  248.  
  249. {block:Video}
  250. <div class="posts">{Video-250}{block:IndexPage}
  251. {block:IndexPage}<div class="sorce"><a href="{ReblogURL}" title="Reblog" target="_blank">reblog</a> / {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <font color=#CD6090>♥</font> {block:IndexPage} {/block:IndexPage}</div> {/block:IndexPage}<br></div>
  252. {/block:Video}
  253.  
  254.  
  255. {block:Answer}
  256. <div class="posts"><div class="pergunta" style="margin-left:0px;"><a href="/" style="text-transform:uppercase;"><b>{Asker}:</b></a> {Question}</div><div class="resposta" style=" margin-left:0px;">{Answer}</div>
  257. <div class="sorce"><a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage} <font color=#CD6090>♥</font> </div></div>
  258. {/block:Answer}
  259.  
  260.  
  261. {block:PostNotes}<div id="permalinks">{TimeAgo}{NoteCountWithLabel}{block:HasTags}{block:Tags}<a href="{TagURL}" style="margin-right:5px;">{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:PostNotes}{/block:posts}
  262.  
  263. {block:IndexPage}<div class="column navigation" id="navigation">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}</div>{/block:IndexPage}
  264.  
  265. </body>
  266. <div style="font-size:10px;
  267. font-family:consolas;position:fixed;bottom:35px;right:17px;moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; color:#949494; ">
  268. <a href="http://worenow.tumblr.com/" target="_blank" title="theme bruteira -sem plagios-"><font color=#949494> WORENOW <font color=#CD6090></font> </font></div>
  269.  
  270.  
  271. </div>
  272. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement