begayisnotaproblem

psicoter theme-08

Sep 1st, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.25 KB | None | 0 0
  1.  
  2. <! - - - - - - - - - - - - - - - - - - - - - - - - - -
  3. theme feito por mim, psicoter
  4. - - - - - - - - - - - - - - - - - - - - - - - - - - !>
  5.  
  6. <html><script>
  7. function click() {
  8. if (event.button==2||event.button==3) {
  9. oncontextmenu='return false';
  10. }
  11. }
  12. document.onmousedown=click
  13. document.oncontextmenu = new Function("return false;")
  14. </script>
  15.  
  16. <head>
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19. <script>
  20. $(document).ready(function() {
  21. //
  22. $('a.poplight[href^=#]').click(function() {
  23. var popID = $(this).attr('rel'); //Get Popup Name
  24. var popURL = $(this).attr('href'); //Get Popup href to define size
  25. var query= popURL.split('?');
  26. var dim= query[1].split('&');
  27. var popWidth = dim[0].split('=')[1];
  28.  
  29. //Fade in the Popup and add close button
  30.  
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
  32.  
  33. var popMargTop = ($('#' + popID).height() + 80) / 2;
  34. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  35. //Apply Margin to Popup
  36. $('#' + popID).css({
  37. 'margin-top' : -popMargTop,
  38. 'margin-left' : -popMargLeft
  39. });
  40. $('body').append('<div id="fade"></div>');
  41. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  42. return false;
  43. });
  44. $('a.close, #fade').live('click', function() {
  45. $('#fade , .popup_block').fadeOut(function() {
  46. $('#fade, a.close').remove(); //fade them both out
  47. });
  48. return false;
  49. });
  50. });
  51. </script>
  52.  
  53. <meta name="color:background" content="#ffffff" />
  54. <meta name="color:text" content="#b5b5b5" />
  55. <meta name="color:sidebar" content="#ffffff" />
  56. <meta name="color:post" content="#fff" />
  57. <meta name="color:textside" content="#585757" />
  58. <meta name="color:bordaft" content="#777" />
  59.  
  60. <meta name="text:Link1" content="Link1" />
  61. <meta name="text:Link1 Title" content="Text1" />
  62. <meta name="text:Link2" content="Link2" />
  63. <meta name="text:Link2 Title" content="Text2" />
  64. <meta name="text:Link3" content="Link3" />
  65. <meta name="text:Link3 Title" content="Text3" />
  66. <meta name="text:Link4" content="Link4" />
  67. <meta name="text:Link4 Title" content="Text4" />
  68. <meta name="text:frase" content="" />
  69.  
  70. <meta name="color:linkhover" content="#b5b5b5" />
  71. <meta name="color:linkside" content="#000000" />
  72. <meta name="color:hoverlinks" content="#b5b5b5" />
  73.  
  74. <meta name="image:sidebar" content=""/>
  75. <meta name="font:text" content="verdana" />
  76. <meta name="color:link" content="#000000" />
  77. <meta name="color:titulo" content="#1a1818" />
  78. <meta name="color:barraposts" content="#f0f0f0" />
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. <title>{Title}</title>
  86. <link rel="shortcut icon" href="{Favicon}" />
  87. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  88. {block:Description}
  89. <meta name="description" content="{MetaDescription}" />
  90. {/block:Description}
  91.  
  92.  
  93.  
  94.  
  95. <script type="text/javascript">
  96. //desabilita menu de opcoes ao clicar no botao direito
  97. function desabilitaMenu(e)
  98. {
  99. if (window.Event)
  100. {
  101. if (e.which == 2 || e.which == 3)
  102. return false;
  103. }
  104. else
  105. {
  106. event.cancelBubble = true
  107. event.returnValue = false;
  108. return false;
  109. }
  110. }
  111.  
  112. //desabilita botao direito
  113. function desabilitaBotaoDireito(e)
  114. {
  115. if (window.Event)
  116. {
  117. if (e.which == 2 || e.which == 3)
  118. return false;
  119. }
  120. else
  121. if (event.button == 2 || event.button == 3)
  122. {
  123. event.cancelBubble = true
  124. event.returnValue = false;
  125. return false;
  126. }
  127. }
  128.  
  129. //desabilita botao direito do mouse
  130. if ( window.Event )
  131. document.captureEvents(Event.MOUSEUP);
  132. if ( document.layers )
  133. document.captureEvents(Event.MOUSEDOWN);
  134.  
  135. document.oncontextmenu = desabilitaMenu;
  136. document.onmousedown = desabilitaBotaoDireito;
  137. document.onmouseup = desabilitaBotaoDireito;
  138. </script>
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145. <style type="text/css">
  146. #vizinha {width:30px;position: fixed;font-style:bold; font-family:consolas; font-size:25px; line-height:10px; text-align:center; color:#e0dfdf; padding:5px;margin-top:1px;margin-left: -53px;border:0px solid ;padding: 0px;text-transform:uppercase;}
  147.  
  148. iframe#tumblr_controls {white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.5;}
  149.  
  150. #tumblrcontrols2 {position:fixed; top:50px; right:4px; z-index:999;}
  151.  
  152. #tumblrcontrols2 a {opacity:2; white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.5;}
  153.  
  154. body {background-color: {color:background}; background-image:url('{image:background}'); color: {color:text}; font:11px calibri; text-align: center;}
  155.  
  156. a {color: {color:text}; text-decoration: none; text-transform: none;}
  157. a:hover {color: {color:hover};}
  158.  
  159. p {margin: 6px 0 0 0}
  160.  
  161. blockquote {margin: 3px; border-left: 3px solid {color:background}; padding-left: 5px; }
  162. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  163. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  164. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  165.  
  166. blockquote img{max-width: 470px!important}
  167. blockquote blockquote img{max-width: 450px!important}
  168. blockquote blockquote blockquote img{max-width: 430px!important}
  169. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  170.  
  171.  
  172. #container {width: 935px; margin:50px auto: 50px auto;}
  173. #entry {float:left; margin-left:520px;margin-top:5px; }
  174.  
  175. .posts {width: 400px; color:#88868; padding: 3px; text-align: justify; margin-bottom:-13px; position: relative; font-family:consolas; font-size:11px; border-bottom: 0px solid color:#ececec}
  176.  
  177. h1 {font-family: consolas; font-size: 11px; line-height: 18px; text-align: left; font-weight: normal; color:#888686}
  178. h1 a {color: {color:text};}
  179. h1 a:hover {color: {color:lhover};}
  180.  
  181.  
  182. .image {text-align: center; border:0px;-webkit-filter: grayscale(50%);}
  183. .image img : {
  184. max-width: 400px; margin-bottom: -5px;
  185. }
  186.  
  187.  
  188. .quote {font-family:consolas;color:#88868 font-size: 11px; line-height: 15px; padding: 5px; text-align:justify; }
  189. .quotesource {text-align:center;font-size:12px;color:#88868 font-family:consolas; padding:5px; margin-top:-5px; text-transform: none; background-color: {color:post};}
  190.  
  191.  
  192. .chat ul {line-height: 11px; list-style: none; padding: 1px; line-height:14px;}
  193. .person1 {color: {color:text}; padding: 2px; }
  194. .person1 .label {font-weight: bold; color:{color:text}}
  195. .person2 {color: {color:text}; padding: 2px; }
  196. .person2 .label {font-weight: bold; color:{color:text}}
  197.  
  198. .player {background-color: {color:background} ; text-align: left; display:block;}
  199.  
  200.  
  201. /** scordarti**/
  202.  
  203. .question {
  204. background:#fff; font-family:consolas; font-size:10px; width:390px;padding:5px; text-align:left; text-transform:italic; color:#636161; margin-left:-3px; border:1px solid #ccc;line-height:110%;
  205. }
  206. .answer { font-family:consolas; font-size:10px;text-align:left;padding:6px;color:#636161;}
  207.  
  208.  
  209. .questionarrow {font-size:30px; color:#FFFFFF; vertical-align:middle; margin-left:-5px!important;}
  210.  
  211. .asking {text-align:center; color:#000; font:9px trebuchet ms; text-transform:none;}
  212. .asking a{color:#000;}
  213. .asking img {width:58px; vertical-align:middle; background-color:; padding:3px;}
  214.  
  215. .answer {color:#000;}
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. .posts:hover #date{opacity:0.8;}
  227. #date {position:absolute; width:50px; text-align: left; font: 2px consolas; text-transform: lowercase; margin-left:55px; -webkit-transition-duration: 0.4s; opacity:0;}
  228. #date a {font-size: 11px; text-transform: lowercase;}
  229. .tags {position:absolute; width:80px; text-align:center; font: 10px consolas; font-style:none; text-transform: lowercase; margin-left:405px; -webkit-transition-duration: 0.2s; opacity:0;}
  230. .tags a {font-size: 10px; text-transform: lowercase;}
  231. .popup_block{
  232. display: none; /*--hidden by default--*/
  233. background: #fff;
  234. background-image: url();
  235. background-attachment: fixed;
  236. background-size:contain;
  237. background-position: left;
  238. padding: 20px;
  239. text-style: bold;
  240. border: 1px solid #f2f2f2;
  241. float: left;
  242. font-size: 10px;
  243. text-align:left;
  244. font-family: consolas;
  245. line-height:15px;
  246. position: fixed;
  247. top: 50%; left: 50%;
  248. z-index: 99999;
  249. /*--CSS3 Box Shadows--*/
  250. -webkit-box-shadow: 0px 0px 20px #000;
  251. -moz-box-shadow: 0px 0px 20px #000;
  252. box-shadow: 0px 0px 20px #000;
  253. /*--CSS3 Rounded Corners--*/
  254. -webkit-border-radius: 0px;
  255. -moz-border-radius: 0px;
  256. border-radius: 0px;
  257. }
  258. img.btn_close {
  259. float: left;
  260. margin: -5px -5px 0 0;
  261. }
  262. /*--Making IE6 Understand Fixed Positioning--*/
  263. *html #fade {
  264. position: absolute;
  265. }
  266. *html .popup_block {
  267. position: absolute;}
  268.  
  269.  
  270.  
  271. .posts:hover #date {opacity:1;}
  272.  
  273.  
  274.  
  275.  
  276. #date{background-color: transparent; position:absolute; width:70px; text-align:left; font-size:2px; font-family:consolas; text-transform: lowercase; margin-left:402px; -webkit-transition-duration: 0.4s; opacity:0; -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;}
  277. #date a{text-transform:lowercase; color:{color:link}; }
  278. #date a:hover {color:{color:lhover};}
  279.  
  280.  
  281.  
  282.  
  283.  
  284. #cap {width: 450px; margin-top: -6px;}
  285. .source {display: none;}
  286.  
  287. .notes {width: 416px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 12px; text-align:center;}
  288. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  289. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  290. .notes img{display: none; border:0px}
  291.  
  292. .posts:hover .tags{opacity:0.8;}
  293. .tags {position:absolute; width:150px; text-align:left; font: 11px consolas; font-style:italic; text-transform: lowercase; margin-left:535px; -webkit-transition-duration: 0.4s; opacity:0;}
  294. .tags a {font-size: 11px; text-transform: lowercase;}
  295.  
  296. #sidebar {position:fixed; width: auto; padding: 3px; margin-left:400px; margin-top:100px; -webkit-transition-duration: 0.4s; background: #fff;}
  297.  
  298.  
  299. #fotosidebar {position:fixed; height:130px; width:130px;opacity: 1;-webkit-border-radius: 5px;
  300. -moz-border-radius: 5px;
  301. border-radius: 5px;border:0px solid #eee; }
  302.  
  303. #fotosidebar{ margin-left: -39px; margin-top: -151px;opacity:0.7;}
  304.  
  305. .imgs {margin-top:20px; margin-left:-42px; margin-bottom:-3px; padding:1px;border-left:0px solid {color:border}; border-right:0px solid {color:border}; border-bottom:0px solid {color:border}; border-top:0px solid {color:border};; height:auto; width:160px; -webkit-transition: all 1.2s ease-out; opacity:1.0;}
  306. .imgs img {display: inline; height:auto;width: 140px; height:140px;opacity:1.0;}
  307. .imgs img:hover {
  308. opacity:0.9;
  309. -webkit-transition: all 0.9s ease-out;
  310. -moz-transition: all 0.9s ease-out; }
  311.  
  312.  
  313.  
  314. #links {position: fixed; background: #eee; height: 21; width: 132; margin-left:7px; margin-top:155px; padding: 3px; text-align: left; -webkit-transition-duration: 0.6s; border: 2 solid #eee; border-bottom: 4 solid #eee; font:9px cambria; letter-spacing: 1px; overflow: hidden}
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324. img {-webkit-filter: grayscale(40%);}
  325.  
  326.  
  327.  
  328.  
  329.  
  330. </style>
  331.  
  332. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  333.  
  334. <body onkeydown=”return false”>
  335. <a style="width:120px; font-size:9px; color:#000; font-family:consolas;position:fixed;font-style;bottom:30px;right:-20px;" href="http://psicoter.tumblr.com/" title="feito pelo paulo, nao copie crlh"><b>(c)</b></a></div></div>
  336.  
  337.  
  338.  
  339.  
  340. <div id="sidebar">
  341. <div class="imgs"><img src="{image:sidebar}"/></div>
  342.  
  343. <div id="fotosidebar">
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351. <div id="links"><b>{text:frase} <big>✖ ✖</big></b>
  352. <a href="{text:Link1}"><font color=#555>{text:Link1 Title}</font></a>
  353. <a href="{text:Link2}"><font color=#555>{text:Link2 Title}</font></a>
  354. <a href="{text:Link3}"><font color=#555>{text:Link3 Title}</font></a>
  355. <a href="{text:Link4}"><font color=#555>{text:Link4 Title}</font></a>
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366. </div>
  367.  
  368.  
  369. </div>
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385. </DIV>
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392. </div>
  393.  
  394.  
  395. </div>
  396. </div>
  397. </div>
  398.  
  399.  
  400.  
  401.  
  402.  
  403. <div class="autopagerize_page_element">
  404. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  405.  
  406.  
  407. <div id="entry">
  408.  
  409. {block:Posts}
  410. <div class="posts">
  411.  
  412. <div id="date">
  413. <a href="{Permalink}">{NoteCount}</a><br>
  414. <a href="{Permalink}">{TimeAgo}</a><br>
  415.  
  416. {block:RebloggedFrom}
  417. <div class="tagtitle">
  418. <a href="{ReblogRootURL}">source</a><br> <a href="{ReblogParentURL}">via</a>
  419. </div>
  420. {/block:RebloggedFrom}
  421. <a href="{ReblogURL}" target="_blank">reblog</a>
  422. </div>
  423. {/block:IndexPage}
  424.  
  425. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  426.  
  427. {block:Quote}
  428. <div class="quote">“{Quote}”</div>
  429. {block:Source}<div class="quotesource"> — {Source}</div>{/block:Source}
  430. {/block:Quote}
  431.  
  432. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  433. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  434.  
  435. {block:Photo}<center><img src="{PhotoURL-400}" width="400px;"/></center>
  436. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  437.  
  438. {block:Photoset}<center>{Photoset-400}</center>
  439. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  440.  
  441.  
  442. {block:Chat}
  443. <div class="post chat">
  444. <div style="margin-bottom: 5px;">
  445. {block:Title}
  446. <h3><a href="{Permalink}">{Title}</a></h3>
  447. {/block:Title}
  448. <ul class="chat">
  449. {block:Lines}
  450. <li class="{Alt} user_{UserNumber}">
  451. {block:Label}
  452. <span class="label">{Label}</span>
  453. {/block:Label}
  454. {Line}
  455. </li>
  456. {/block:Lines}
  457. </ul>
  458. </div>
  459. </div>
  460. {/block:Chat}
  461. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  462.  
  463.  
  464. {block:Answer}<div class=question><i>
  465. {Asker}:</i> {Question}</div><div class=”answer”>
  466. {Answer}</div>{/block:answer}
  467.  
  468.  
  469.  
  470. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  471. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  472. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  473. {/block:ContentSource}</div></div>
  474. <br>
  475.  
  476.  
  477.  
  478.  
  479. {/block:Posts}
  480. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  481.  
  482.  
  483.  
  484.  
  485.  
  486. </div>
  487. </div>
  488. </div>
Advertisement
Add Comment
Please, Sign In to add comment