rejeitei

theme20

Jan 30th, 2013
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.37 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">
  3. <head>
  4. <script src='http://blogonthenet.xpg.com.br/ttricks/snowstorm.js' type='text/javascript'>
  5. <script src='http://blogonthenet.xpg.com.br/ttricks/snowstorm.js' type='text/javascript'>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>{title}</title>
  8. <link rel="shortcut icon" href="{favicon}">
  9. </head>
  10.  
  11.  
  12.  
  13. <meta name="color:descri" content="#000" />
  14. <meta name="color:links" content="#000" />
  15. <meta name="color:linkshover" content="#fa0a0a" />
  16. <meta name="color:title" content="#fff" />
  17. <meta name="color:paginacao" content="#000" />
  18. <meta name="color:background" content="#d1d0d0" />
  19. <meta name="color:bglinks" content="#d1d0d0" />
  20. <meta name="color:bglinkshover" content="#fff" />
  21. <meta name="color:sidebar" content="#fff" />
  22.  
  23. <meta name="image:sidebar" content="http://static.tumblr.com/0190081ae160188fa2b2a2ffd17f89a2/4mnaeqb/92Dmgs38b/tumblr_static_tumblr_mgq7jmxpy41rxq932o1_500.jpg"/>
  24. <meta name="image:background" content=""/>
  25.  
  26.  <meta name="text:second title" content="Acredite" />
  27.  <meta name="text:second title2" content="você é capaz" />
  28. <meta name="text:Link1" content="/" />
  29. <meta name="text:Link1 Title" content="LINK 1" />
  30. <meta name="text:Link2" content="/" />
  31. <meta name="text:Link2 Title" content="LINK 2" />
  32. <meta name="text:Link3" content="/" />
  33. <meta name="text:Link3 Title" content="LINK 3" />
  34. <meta name="text:Link4" content="/" />
  35. <meta name="text:Link4 Title" content="LINK 4" />
  36. <meta name="text:Link5" content="/" />
  37. <meta name="text:Link5 Title" content="LINK 5" />
  38. <meta name="text:Link6" content="/" />
  39. <meta name="text:Link6 Title" content="LINK 6" />
  40.  
  41.  
  42. <title>{Title}</title>
  43.         <link rel="shortcut icon" href="{Favicon}">
  44.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45.         {block:Description}
  46.   <meta name="description" content="{MetaDescription}" />
  47.         {/block:Description}
  48. <script type="text/javascript">
  49. //desabilita menu de opcoes ao clicar no botao direito
  50. function desabilitaMenu(e)
  51. {
  52. if (window.Event)
  53. {
  54. if (e.which == 2 || e.which == 3)
  55. return false;
  56. }
  57. else
  58. {
  59. event.cancelBubble = true
  60. event.returnValue = false;
  61. return false;
  62. }
  63. }
  64.  
  65. //desabilita botao direito
  66. function desabilitaBotaoDireito(e)
  67. {
  68. if (window.Event)
  69. {
  70. if (e.which == 2 || e.which == 3)
  71. return false;
  72. }
  73. else
  74. if (event.button == 2 || event.button == 3)
  75. {
  76. event.cancelBubble = true
  77. event.returnValue = false;
  78. return false;
  79. }
  80. }
  81.  
  82. //desabilita botao direito do mouse
  83. if ( window.Event )
  84. document.captureEvents(Event.MOUSEUP);
  85. if ( document.layers )
  86. document.captureEvents(Event.MOUSEDOWN);
  87.  
  88. document.oncontextmenu = desabilitaMenu;
  89. document.onmousedown = desabilitaBotaoDireito;
  90. document.onmouseup = desabilitaBotaoDireito;
  91. </script>
  92.  
  93.  
  94.  
  95. <style type="text/css">
  96. body{background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: center; font-size: 12px; background-image:url('{image:background}'); background-attachment: fixed; }
  97. { background-color:#f8f8ff}
  98. #redessociais{}
  99.  
  100. a {color:{color:descri}; text-decoration:none; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  101.  
  102. @font-face {
  103.     font-family: 'StarsFromOurEyesRegular';
  104.     src: url('http://static.tumblr.com/2lqtwbf/GwJly7nlm/starsfromoureyes-webfont.eot');
  105.     src: url('http://static.tumblr.com/2lqtwbf/GwJly7nlm/starsfromoureyes-webfont.eot?#iefix') format('embedded-opentype'),
  106.          url('http://static.tumblr.com/2lqtwbf/8Obly7nj0/starsfromoureyes-webfont.ttf') format('truetype'),
  107.          url('http://static.tumblr.com/2lqtwbf/8NAly7nnb/starsfromoureyes-webfont.svg') format('svg');
  108.     font-weight: normal;
  109.     font-style: normal;}
  110.    
  111.  
  112.  
  113. a:hover {opacity:0.5;}
  114.  
  115. ::-webkit-scrollbar-thumb:vertical {background-color: {color:descri}; height: 50px;}
  116.  
  117. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:descri}; height: 10px;}
  118.  
  119. ::-webkit-scrollbar {height: 5px; width: 5px; background-color: {color:descri}; }
  120.  
  121. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  122.  
  123. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  124.  
  125. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  126.  
  127. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  128.  
  129.  
  130.  
  131. blockquote img{max-width: 370px!important}
  132.  
  133. blockquote blockquote img{max-width: 350px!important}
  134.  
  135. blockquote blockquote blockquote img{max-width: 330px!important}
  136.  
  137. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  138.  
  139. #content {}
  140.  
  141. @font-face {font-family: 'Homenaje'; font-style: normal; font-weight: 400; src: local('Homenaje'), local('Homenaje-Regular'), url('http://themes.googleusercontent.com/static/fonts/homenaje/v1/jYyetuCOSxcVAexXms8sf_esZW2xOQ-xsNqO47m55DA.woff') format('woff');
  142. }
  143.  
  144.  
  145. #descricao{ width:235px;
  146.     margin-top:10px; font-size:11px;
  147.        text-decoration: none;  letter-spacing:1px; text-align:center;
  148.     margin-top:15px;opacity:0.8;
  149.     margin-left:-108px;
  150.     color:{color:descri}}
  151.    
  152. #sidebar{ width:400px;
  153.     height:1500px;
  154.     border:#ccc solid 1px;
  155.     padding-top:7px;
  156.     position:fixed;
  157.     margin-top:0px;
  158.     margin-left:200px;
  159.     text-align:center;}
  160. #caixafoto{ border:double #919191;
  161.     text-align:center;
  162.     width:100px;
  163.     height:100px;
  164.     margin-left:3px;}
  165. #caixafoto img{ width:100px;
  166.     height:100px;}
  167. #photo{ text-align:center;
  168.     padding-top:2px;
  169.     padding-bottom:5px;
  170.     margin-top:-106px;
  171.     margin-left:-139px;
  172.     z-index:56;}
  173. #photo img{ width:100px;
  174.     height:100px;
  175.     margin-top:0px;
  176.     transition:all 0.3s;
  177.     -moz-transition:all 0.3s;
  178.     -o-transition:all 0.3s;
  179.     -webkit-transition:all 0.3s}
  180. #photo img:hover{ width:90px;
  181.     height:90px;
  182.     margin-top:-10px;
  183.     opacity:0.0;
  184.     transition:all 0.3s;
  185.     -moz-transition:all 0.3s;
  186.     -o-transition:all 0.3s;
  187.     -webkit-transition:all 0.3s}
  188.    
  189.  
  190. #sidebar2{ width:250px;
  191.     background-color: {color:sidebar};
  192.     height:267px;
  193.    
  194.     padding-top:7px;
  195.     position:fixed;
  196.     margin-top:100px;
  197.     margin-left:110px;
  198.     text-align:center;}
  199.    
  200.     #titlez2 {z-index:9999999999;color:{color:title};   padding-top:8px;   background-color:{color:sidebar};position:fixed; font-family:StarsFromOurEyesRegular; font-size:18px; margin-left: 110px; letter-spacing:1px; text-align:center; margin-top:78px;text-transform:none; margin-bottom:30px; width:250px;line-height:120%;}
  201.    
  202. #titlez {z-index:9999999999;color:{color:title}; padding-top:5px;  position:fixed; font-family:StarsFromOurEyesRegular; font-size:18px; margin-left: 139px; letter-spacing:1px; text-align:center; margin-top:-131px;text-transform:none; margin-bottom:30px; width:250px;line-height:120%;}
  203.  
  204.  
  205.  
  206.  
  207. #menu{width:80px;
  208.     padding:10px;
  209.     text-align:justify;
  210.     font-family:Calibri;
  211.     font-size:15px;
  212.     line-height:9px;
  213.     color: {color:links};
  214.     position:fixed;
  215.     margin-top:98px;
  216.     margin-left:214px;
  217.     z-index:55;}
  218. #menus{width:130px;padding-top:7px;
  219.     height:24px;
  220.     line-height:16px;
  221.     background-color: {color:bglinks};
  222.     text-align:center;
  223.     margin-top:3px;}
  224. #menus:hover{background-color: {color:bglinkshover};}
  225. #menus a{ color: {color:links};
  226.     text-decoration:none;
  227.     text-transform:uppercase;}
  228. #menus a:hover{color: {color:linkshover};
  229.     text-decoration:none;
  230.     text-transform:uppercase;}
  231.    
  232.  
  233.    
  234.    
  235.       .menusss
  236. { margin: 5px auto; margin-left:-108px;background-color: {color:bglinks};
  237.   width: 240px; position: fixed;margin-top:110px;}
  238.  
  239. .link a
  240. { opacity: 1; font-size: 10px;
  241.   line-height: 14px;
  242.   text-align: center;
  243.   text-transform: uppercase;
  244.   display: block;
  245.   margin-top: 2px;
  246.   text-decoration: none;
  247.   color:{color:links}; width: 240px;
  248.   box-shadow: inset 0px 0px {color:bglinkshover}; }
  249.   .link a:hover
  250. { box-shadow: inset 275px 0px {color:bglinkshover};
  251.   color:{color:linkshover};
  252.   text-decoration: none; }
  253.  
  254.  
  255.  
  256. #credit {background-color:transparent; font-weight: normal; letter-spacing: 2px; color: #000000; text-align: right; width:33px; height:11px; position: absolute; font-family: calibri; margin-top: 10px; margin-left: 5px; position: fixed; padding: 3px; font-size: 10px;}
  257.  
  258. #postts{ width:521px;
  259.     margin-left:405px;
  260.     margin-top:-8px;}
  261. #redessociais{ position:fixed;
  262.     margin-top:20px;
  263.     margin-left:910px;
  264.     font-size:10px;}
  265. #redessociais img{ width:20px; height:20px;
  266.     margin-top:2px;
  267.     opacity:0.8;
  268.     transition:all 1.0s;
  269.     -moz-transition:all 1.0s;
  270.     -o-transition:all 1.0s;
  271.     -webkit-transition:all 1.0s}
  272. #redessociais img:hover{ width:20px; height:20px;
  273.     margin-top:2px;
  274.     opacity:0.5;
  275.     transition:all 1.0s;
  276.     -moz-transition:all 1.0s;
  277.     -o-transition:all 1.0s;
  278.     -webkit-transition:all 1.0s}
  279. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid #ffffff; padding-left: 5px; }
  280. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid #ffffff;}
  281. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid #ffffff; }
  282. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid #ffffff; }
  283. blockquote img{max-width: 370px!important}
  284. blockquote blockquote img{max-width: 350px!important}
  285. blockquote blockquote blockquote img{max-width: 330px!important}
  286. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  287. #content {}
  288.  
  289. @font-face {font-family: 'Homenaje'; font-style: normal; font-weight: 400; src: local('Homenaje'), local('Homenaje-Regular'), url('http://themes.googleusercontent.com/static/fonts/homenaje/v1/jYyetuCOSxcVAexXms8sf_esZW2xOQ-xsNqO47m55DA.woff') format('woff');}
  290.  
  291. .post {width:400px;   padding: 10px; text-align: justify; font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 11px; position: relative; color:#999; z-index:100;  background-color:#FDFDFD; position:relative; overflow:hidden; float:left; margin-bottom:1px ; border-left:#fff solid 1px; border-right:#fff solid 1px; border-bottom:#fff solid 1px;}
  292. .post img {max-width:400px;}
  293. .post img:hover {opacity:1;}
  294. .post a{color:#666; text-decoration:none; transition:all 0.9s; -moz-transition:all 0.9s; -o-transition:all 0.9s; -webkit-transition:all 0.9s;}
  295. .post a:hover{color:#000; text-decoration:none; transition:all 0.9s; -moz-transition:all 0.9s; -o-transition:all 0.9s; -webkit-transition:all 0.9s;}
  296. .title {font-family:calibri; text-transform:uppercase;}
  297. .chat {line-height: 12px; list-style: none; }
  298. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  299. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px;}
  300. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px;}
  301. .quote {font-size:12px; text-align:justify; font-family:calibri; position:relative;}
  302. .quote small {font-size:12px;}
  303. .sourcequote {text-align:right;}
  304. .title {font-size:16px; text-align:center; font-weight:bold;}
  305. .person1, .person2, .person {padding:3px;}
  306. .date {font-size:10px; overflow:hidden;font-family:calibri; text-align:center; opacity:0.1;  -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; margin-top:3px;}
  307. .post:hover .date {opacity:0.95;}
  308. .date a {color:#666; text-transform:uppercase; opacity:1; font-family:calibri;}
  309. .date a:hover {opacity:1;}
  310. .notecount {font-family:verdana;}
  311. .tags {margin:3px; margin-left:0px;}
  312. .tags a { color:#000000; float:center;}
  313. #notess {margin-left: 0px; width:500px;font-size:7px; text-transform:none; font-family:Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; margin-top:-9px; z-index:9999; text-align:right;}
  314. #notess img {display: none; border:0px; height:0px; width:0px; overflow:hidden;}
  315. #notess a {color:#000000;}
  316.  
  317. ol.notes {list-style: none;  margin-bottom:1px; padding: 0px; border-top:1px solid #ffffff;}
  318. ol.notes li {background-color:#ffffff; border-bottom: 1px solid #ffffff; padding: 5px; font-size:10px;}
  319. #cap {position:relative;}
  320.  
  321. .source {display: none; position:absolute;}
  322.  
  323. #info {text-align: left; margin-top:-4px; font-size: 2px; font-family: tahoma; text-transform: uppercase; z-index: 11;}
  324. #info a {font-size: 10px; text-transform: uppercase;}
  325. #paginacaoml {background-color:transparent; width:200px; height:15px; margin-top:100px; margin-left:524px; text-align:center; font-size: 10px; line-height: 15px; font-family:tahoma; font-weight:bold;}
  326. #paginacaoml a {background: transparent; color:#000; padding: 2px 4px; color: #999; text-decoration: none;}
  327. #paginacaoml a:hover {background: transparent; border: none; color:#333; font-weight:bold;}
  328. #paginacaoml span.pagina_atual {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: #fff; text-decoration:none; font-weight:bold;}
  329. #paginacaoml span.info {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}
  330. #tumblr_controls{position: fixed!important}
  331. #tumblr_controls{position: fixed!important}
  332. #tumblr_controls{position: fixed!important}
  333. #tumblr_controls{position: fixed!important}
  334.  
  335. </style>
  336. <body oncontextmenu="return false" onkeydown="return false">
  337.    
  338. <div id="menu">
  339.         {block:ifLink1}<div id="menus"><a href="{text:Link1}" class="links">{text:Link1 Title}</a></div>{/block:ifLink1}
  340.         {block:ifLink2}<div id="menus"><a href="{text:Link2}" class="links">{text:Link2 Title}</a></div>{/block:ifLink2}
  341.         {block:ifLink3}<div id="menus"><a href="{text:Link3}" class="links">{text:Link3 Title}</a></div>{/block:ifLink3}
  342.  
  343. <div class="menusss">
  344. <div class="link">
  345. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  346. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  347.  {block:ifLink1}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  348. </div></div>
  349.  
  350. <div id="descricao">
  351.       {block:Description}{Description}{/block:Description}
  352.     </div>
  353.  
  354.  
  355. <div id="paginacaoml">
  356.     {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  357. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  358. </div>
  359. </div>
  360.    
  361.     <div id="titlez2">{text:second title2}</div>
  362. <div id="sidebar2">
  363.     <div id="caixafoto">
  364.         <img src="{image:sidebar}">
  365.     </div>
  366.     <div id="photo">
  367.         <img src="{image:sidebar}">
  368.         <div id="titlez">{text:second title}</div>
  369.         </div></div>
  370. <div id="credit"><a href="http://rejeitei.tumblr.com/"title="rejeitei | tumblr"style="text-decoration:none">©rejeitei</a></div>
  371.  
  372. <div id="postts">
  373.     {block:Posts}
  374. <div class="post">
  375. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  376. {block:Quote}
  377. <div class="quote"><font class="smbluc">"</font>{Quote}"</div>
  378. {block:Source}<div class="sourcequote">{Source}</div>
  379. {/block:Source}
  380. {/block:Quote}
  381. {block:Link}
  382. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  383. {block:Description}{Description}{/block:Description}
  384. {/block:Link}
  385. {block:Chat}
  386. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  387. <div class="chat">{block:Lines}
  388. <div class="person{UserNumber}">{block:Label}
  389. <strong>{Label}</strong>{/block:Label} {Line}</div>{/block:Lines}</div>
  390. {/block:Chat}
  391. {block:Audio}
  392. <div class="player">{AudioPlayerBlack}</div>
  393. {block:Caption}{Caption}{/block:Caption}
  394. {/block:Audio}
  395.  
  396. {block:Photo}{LinkOpenTag}<div class="image" style="text-align:center;"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  397.  
  398.  
  399. {block:Photoset}{Photoset-400}{/block:Photoset}
  400.  
  401. {block:Video}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}{/block:Video}
  402.  
  403.  {block:Video}{Video-400}{/block:Video}
  404. {block:Answer}
  405.  
  406. <table id="asker">
  407.     <tr><td width="48" style="height:48px; ">
  408.         <a href="{AskerURL}" target="_blank"><img width="48" src="{AskerPortraitURL-48}" style="position:absolute; top:10px; left:10px; border:#666 solid 2px; "/></a>
  409.         </td>
  410.     </tr>
  411. </table>
  412. <div style="height:20px; background-color:#F4F4F4; margin-left:50px; padding-left:5px; line-height:20px; border:#666 solid 2px; margin-top:-54px;"><a href="{AskerURL}" target="_blank"><b>{Asker}</b></a></div>
  413.  
  414. <div style="margin-left:60px; margin-top:5px; color:#666">{Question}</div>
  415. <div style="margin-top:5px; min-height:-50px;">{Answer}</div>
  416.  
  417.  
  418. {/block:Answer}
  419. {block:Photo}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  420. {block:Video}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  421. {block:Photoset}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  422. <div class="source">
  423. {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  424. </div>
  425. {block:Date}
  426. <div class="date">
  427.  
  428. <div><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} · <a href="{Permalink}"><strong>{NoteCount}</strong> notes</a> {/block:NoteCount}
  429.  
  430.  
  431. {block:RebloggedFrom} · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a> · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}<a href="{ReblogUrl}" target="_blank"> · <strong>reblog</strong></a>
  432.    
  433.  
  434. </div></div>
  435.  
  436. {/block:Date}
  437. {block:PostNotes}<div id="notess" style="margin-top:4px;">{PostNotes}</div>{/block:PostNotes}
  438. </div>
  439.  {/block:Posts}
  440. </div>
  441. </div>
  442. </body>
  443. </html>
Advertisement
Add Comment
Please, Sign In to add comment