rejeitei

theme13

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