rejeitei

theme15

Jan 26th, 2013
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.28 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="#000" />
  13. <meta name="color:links" content="#fff" />
  14. <meta name="color:linkshover" content="#a77979" />
  15. <meta name="color:title" content="#000" />
  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/Xhbmgpv3v/537267_10200302456023193_1684114702_n_large.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:150px;
  151.     background-color: #696969;
  152.     height:260px;
  153.     padding-top:0px;
  154.     position:fixed;
  155.     margin-top:100px;
  156.     margin-left:240px;
  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.7;}
  163. #caixafoto img{ width:150px;
  164.     height:260px;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:130px;opacity:0.8;
  191.     margin-left:75px;
  192.     color:{color:descri}}
  193.    
  194.  
  195.  
  196.   .menu
  197. { margin: 5px auto; margin-left:240px;
  198.   width: 169px; position: fixed;margin-top:268px;}
  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: 150px;
  209.   box-shadow: inset 0px 0px {color:bglinks}; }
  210.   .link a:hover
  211. { box-shadow: inset 150px 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: 55px; letter-spacing:1px; text-align:center; margin-top:106px;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: 5px; margin-left: 0px; 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. </style>
  307. <body oncontextmenu="return false" onkeydown="return false">
  308. </div>
  309.  
  310.  
  311.  
  312. <div id="paginacaoml">
  313.    
  314. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  315.  
  316. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  317. </div>
  318. </div></div>
  319.    
  320.    
  321.  
  322.  
  323. <div id="sidebar"  >
  324.     <div id="caixafoto"  >
  325.  <img src="{image:sidebar}" >
  326.     </div></div>
  327.    
  328.  
  329.    
  330.     <div id="descricao">
  331.       {block:Description}{Description}{/block:Description}
  332.     </div>
  333.    
  334.     <div class="menu">
  335. <div class="link">
  336.  
  337. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  338. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  339. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  340. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  341. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  342.  
  343. </div>
  344. </div>
  345.  
  346.  
  347.    
  348. <div id="titlez">{text:second title}</div>
  349.         </div>
  350.  
  351. <div id="credit"><a href="http://rejeitei.tumblr.com/"title="rejeitei | tumblr"style="text-decoration:none">©rejeitei</a></div>
  352.    
  353.  
  354.  
  355. </div>
  356.  
  357.  
  358. <div id="postts">
  359.     {block:Posts}
  360. <div class="post">
  361. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  362. {block:Quote}
  363. <div class="quote"><font class="smbluc">"</font>{Quote}"</div>
  364. {block:Source}<div class="sourcequote">{Source}</div>
  365. {/block:Source}
  366. {/block:Quote}
  367. {block:Link}
  368. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  369. {block:Description}{Description}{/block:Description}
  370. {/block:Link}
  371. {block:Chat}
  372. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  373. <div class="chat">{block:Lines}
  374. <div class="person{UserNumber}">{block:Label}
  375. <strong>{Label}</strong>{/block:Label} {Line}</div>{/block:Lines}</div>
  376. {/block:Chat}
  377. {block:Audio}
  378. <div class="player">{AudioPlayerBlack}</div>
  379. {block:Caption}{Caption}{/block:Caption}
  380. {/block:Audio}
  381.  
  382. {block:Photo}{LinkOpenTag}<div class="image" style="text-decoration:none;"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  383.  
  384.  
  385. {block:Photoset}{Photoset-400}{/block:Photoset}
  386.  
  387. {block:Video}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}{/block:Video}
  388.  
  389.  {block:Video}{Video-3400}{/block:Video}
  390. {block:Answer}
  391.  
  392. <table id="asker">
  393.     <tr><td width="48" style="height:48px; ">
  394.         <a href="{AskerURL}" target="_blank"><img width="48" src="{AskerPortraitURL-48}" style="position:absolute; top:10px; left:10px; border:#666 solid 2px; "/></a>
  395.         </td>
  396.     </tr>
  397. </table>
  398. <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>
  399.  
  400. <div style="margin-left:60px; margin-top:5px; color:#666">{Question}</div>
  401. <div style="margin-top:5px; min-height:-50px;">{Answer}</div>
  402.  
  403.  
  404. {/block:Answer}
  405. {block:Photo}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  406. {block:Video}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  407. {block:Photoset}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  408. <div class="source">
  409. {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  410. </div>
  411. {block:Date}
  412. <div class="date">
  413.  
  414. <div><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} · <a href="{Permalink}"><strong>{NoteCount}</strong> notes</a> {/block:NoteCount}
  415.  
  416.  
  417. {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>
  418.    
  419.  
  420. </div></div>
  421.  
  422. {/block:Date}
  423. {block:PostNotes}<div id="notess" style="margin-top:4px;">{PostNotes}</div>{/block:PostNotes}
  424. </div>
  425.  {/block:Posts}
  426.  <script type="text/javascript"
  427. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436. </div>
  437. </div>
  438. </body>
  439. </html>
Advertisement
Add Comment
Please, Sign In to add comment