Advertisement
total-suicide

Theme 001 - Candy

May 16th, 2012
660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.53 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- (c) tumblr theme #1 by s0ulsister.tumblr.com || http://apple-designer.tumblr.com/
  6. THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER THEME POR S0ULSISTER NÃO COPIE (: -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <head>
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  16.  
  17. <script type="text/javascript">
  18. //desabilita menu de opcoes ao clicar no botao direito
  19. function desabilitaMenu(e)
  20. {
  21. if (window.Event)
  22. {
  23. if (e.which == 2 || e.which == 3)
  24. return false;
  25. }
  26. else
  27. {
  28. event.cancelBubble = true
  29. event.returnValue = false;
  30. return false;
  31. }
  32. }
  33.  
  34. //desabilita botao direito
  35. function desabilitaBotaoDireito(e)
  36. {
  37. if (window.Event)
  38. {
  39. if (e.which == 2 || e.which == 3)
  40. return false;
  41. }
  42. else
  43. if (event.button == 2 || event.button == 3)
  44. {
  45. event.cancelBubble = true
  46. event.returnValue = false;
  47. return false;
  48. }
  49. }
  50.  
  51. //desabilita botao direito do mouse
  52. if ( window.Event )
  53. document.captureEvents(Event.MOUSEUP);
  54. if ( document.layers )
  55. document.captureEvents(Event.MOUSEDOWN);
  56.  
  57. document.oncontextmenu = desabilitaMenu;
  58. document.onmousedown = desabilitaBotaoDireito;
  59. document.onmouseup = desabilitaBotaoDireito;
  60. </script>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  63.  
  64. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  65. <script type="text/javascript">
  66. function slideSwitch() {
  67. var $active = $('#slideshow2 img.active');
  68.  
  69. $active.addClass('last-active');
  70.  
  71. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  72. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  73.  
  74. $next.css({opacity: 0.0})
  75. .addClass('active')
  76. .animate({opacity: 1.0}, 1000, function() {
  77. $active.removeClass('active last-active');
  78. });
  79. }
  80.  
  81. $(function() {
  82. //Executa a função a cada 2 segundos
  83. setInterval( "slideSwitch()", 2500 );
  84. });
  85. </script>
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. <script type="text/javascript">
  94.  
  95.  
  96. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  97.  
  98.  
  99.  
  100.  
  101. function tb8_makeArray(n){
  102.  
  103.  
  104. this.length = n;
  105.  
  106.  
  107. return this.length;
  108.  
  109.  
  110. }
  111.  
  112.  
  113.  
  114.  
  115. tb8_messages = new tb8_makeArray(1);
  116.  
  117.  
  118.  
  119.  
  120. tb8_messages[0] = "{Title}";
  121.  
  122.  
  123.  
  124.  
  125. tb8_rptType = 'infinite';
  126.  
  127.  
  128.  
  129.  
  130. tb8_rptNbr = 5;
  131.  
  132.  
  133.  
  134.  
  135. tb8_speed = 100;
  136.  
  137.  
  138.  
  139.  
  140. tb8_delay = 2000;
  141.  
  142.  
  143.  
  144.  
  145. var tb8_counter=1;
  146.  
  147.  
  148.  
  149.  
  150. var tb8_currMsg=0;
  151.  
  152.  
  153.  
  154.  
  155. var tb8_tekst ="";
  156.  
  157.  
  158.  
  159.  
  160. var tb8_i=0;
  161.  
  162.  
  163.  
  164.  
  165. var tb8_TID = null;
  166.  
  167.  
  168.  
  169.  
  170. function tb8_pisi(){
  171.  
  172.  
  173.  
  174.  
  175. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  176.  
  177.  
  178.  
  179.  
  180. document.title = tb8_tekst;
  181.  
  182.  
  183.  
  184.  
  185. tb8_sp=tb8_speed;
  186.  
  187.  
  188.  
  189.  
  190. tb8_i++;
  191.  
  192.  
  193.  
  194.  
  195. if (tb8_i==tb8_messages[tb8_currMsg].length){
  196.  
  197.  
  198.  
  199.  
  200. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  201.  
  202.  
  203.  
  204.  
  205. }
  206.  
  207.  
  208.  
  209.  
  210. if (tb8_currMsg == tb8_messages.length){
  211.  
  212.  
  213.  
  214.  
  215. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  216.  
  217.  
  218.  
  219.  
  220. clearTimeout(tb8_TID);
  221.  
  222.  
  223.  
  224.  
  225. return;
  226.  
  227.  
  228.  
  229.  
  230. }
  231.  
  232.  
  233.  
  234.  
  235. tb8_counter++;
  236.  
  237.  
  238.  
  239.  
  240. tb8_currMsg = 0;
  241.  
  242.  
  243. }
  244.  
  245.  
  246.  
  247.  
  248. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  249.  
  250.  
  251.  
  252.  
  253. }
  254.  
  255.  
  256.  
  257.  
  258. tb8_pisi()
  259.  
  260.  
  261.  
  262.  
  263. </script>
  264.  
  265. <meta name="color:background" content="#f5f5f5" />
  266. <meta name="color:frase" content="#FFFFFF" />
  267. <meta name="font:body" content="georgia" />
  268. <meta name="font:title" content="georgia" />
  269. <meta name="color:link" content="#999999" />
  270. <meta name="color:linkhover" content="#e4e4e4" />
  271. <meta name="color:text" content="#999999" />
  272. <meta name="color:sidebar" content="#ffffff" />
  273. <meta name="color:entry" content="#ffffff" />
  274. <meta name="color:menu" content="#ffffff"/>
  275. <meta name="color:menutext" content="#999999"/>
  276. <meta name="color:menuhover" content="#f5f5f5"/>
  277. <meta name="color:menutexthover" content="#999999"/>
  278. <meta name="color:bgscrollbar" content="#ffffff"/>
  279. <meta name="color:scrollbar" content="#e4e4e4"/>
  280. <meta name="color:source" content="#FF85B8"/>
  281. <meta name="color:tags" content="#FF85B8"/>
  282. <meta name="color:sbar" content="#F8F6E9" />
  283. <meta name="color:fundolink" content="#FFFFFF" />
  284. <meta name="if:Show tags" content="1"/>
  285. <meta name="if:Show sidebar image" content="1"/>
  286. <meta name="if:Show people I follow" content="0"/>
  287. <meta name="if:Enable endless scrolling" content="0"/>
  288. <meta name="if:Show pic" content="1"/>
  289. <meta name="if:Show search" content="1"/>
  290.  
  291. <meta name="image:sidebar1" content=""/>
  292. <meta name="image:background" content=""/>
  293.  
  294.  
  295. <meta name="text:frase" content="ESCREVA UMA FRASE" />
  296.  
  297. <meta name="text:Link1" content="link" />
  298. <meta name="text:Link1 Title" content="troque" />
  299. <meta name="text:Link2" content="Link" />
  300. <meta name="text:Link2 Title" content="esses links" />
  301. <meta name="text:Link3" content="link" />
  302. <meta name="text:Link3 Title" content="no" />
  303. <meta name="text:Link4" content="Link" />
  304. <meta name="text:Link4 Title" content="appearance" />
  305. <meta name="text:Link5" content="link" />
  306. <meta name="text:Link5 Title" content="troque" />
  307. <meta name="text:Link6" content="link" />
  308. <meta name="text:Link6 Title" content="esses" />
  309. <meta name="text:Link7" content="link" />
  310. <meta name="text:Link7 Title" content="esses" />
  311.  
  312. <meta name="color:background1" content="#A5D1E6" />
  313. <meta name="color:background2" content="#D17BF3" />
  314. <meta name="color:background3" content="#F27CCC" />
  315. <meta name="color:background4" content="#F27C8A" />
  316. <meta name="color:background5" content="#F3D4D4" />
  317. <meta name="color:background6" content="#7CA2F2" />
  318. <meta name="color:background7" content="#61FCEA" />
  319.  
  320.  
  321. <title>{Title}</title>
  322. <link rel="shortcut icon" href="{Favicon}">
  323. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  324. {block:Description}
  325. <meta name="description" content="{MetaDescription}" />
  326. {/block:Description}
  327.  
  328.  
  329.  
  330.  
  331. <style type="text/css">
  332.  
  333. body {background-color: {color:background} ; color:{color:background};
  334. font-family: {font:body}; font-size:11px; line-height:110%;
  335. margin:0 auto 0 auto; text-align:center;
  336. background-image:url('{image:background}') ;
  337. ; background-attachment:
  338.  
  339. fixed; }
  340.  
  341. a {color: {color:link}; text-decoration: none; font-size: 9px; text-transform: none}
  342. a:hover {color: {color:linkhover}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; }
  343. p{margin-top: 1px}
  344. blockquote{margin-left:3px; margin-right: 0px; border-left: 3px solid #e4e4e4; padding-left:3px;
  345.  
  346. margin-top: 4px;}
  347.  
  348.  
  349. #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  350.  
  351. #sid{position: fixed; margin-left:-35px; margin-top:133px; width: 300px; height: 70px; background-color: {color:sidebar}; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(-90deg); line-height:15px;}
  352.  
  353. .sid2{float: right; width: 316px; height: 40; background-color: {color:sidebar}; padding: 2px; margin-bottom: 5px; color: {color:sidebar};}
  354.  
  355.  
  356. /* navigation */
  357.  
  358. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  359.  
  360. text-align: center; font-size: 85px;}
  361. .left{float:left; margin-left: 10px; width: 40px}
  362. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  363. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  364. .right{float:right; margin-right: 10px; width: 40px}
  365. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  366. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  367.  
  368. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  369. transparent; color:{color:text}; position: absolute; }
  370.  
  371. .sidebarpic img{max-width: 200px; text-align:center; margin-top: 1px}
  372.  
  373.  
  374. #entries{float: right; background-color: transparent; text-align: center}
  375.  
  376.  
  377.  
  378. .post{ width: 503px; margin: 4px 0 4px 260px; padding: 12px; text-align: justify; background-color:{color:entry}; margin-right:-135px; margin-top:25px; margin-bottom:-24px; padding-bottom:9px; padding-top:25px; padding-left:9px; padding-right:9px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
  379. .post img{margin: 1px 0 1px 0; -webkit-border-radius: 0px 0px 0px 0px; max-width: 500px;}
  380.  
  381. h1{font-family: Georgia; font-style: none; font-size: 14px; font-weight:normal; letter-spacing: 0px;text-transform: uppercase; line-height: 22px; text-align:center}
  382.  
  383. h1 a{font-size: 14px; font-weight:normal; font-style: none; letter-spacing: 0px;text-transform: uppercase; line-height: 22px; text-align:center}
  384.  
  385.  
  386. h3{font-family: Rochester; font-size:17px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height: 14px; margin-bottom:-15px; text-align:center}
  387.  
  388.  
  389. h3 a{ font-family: Rochester; font-size:17px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height: 14px; text-align:center;}
  390.  
  391.  
  392. .image{text-align: center; height: auto; margin-bottom: 3px; border: 0px;
  393. margin: 1px;
  394. border: none;
  395. filter: alpha(opacity=100);
  396. moz-opacity:1.0;
  397. opacity:1.0;}
  398. .image:hover{
  399. filter: alpha(opacity=75);
  400. moz-opacity:.80;
  401. opacity:.80 ;
  402. -webkit-transition-duration: .50s}
  403.  
  404.  
  405. .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
  406. h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:linkbackground}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: uppercase; text-decoration: none; font-weight: normal}
  407.  
  408. .aspas{ position:relative; top: 15px; font-size: 80px; opacity:0.1; filter: alpha(opacity = 10); color: {background};}
  409. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
  410.  
  411. }
  412. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  413. .chat{line-height: 12px; list-style: none }
  414. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  415. .person1 {color: {color:text} }
  416. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  417. .person2 {color: {color:text} }
  418. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  419. .iaudio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:linkbackground}}
  420. .iaudio img{max-width: 180px; height: auto; padding: 20px 0 20px 0}
  421. .icap{margin-top: 1px}
  422. .source{display:none}
  423.  
  424. /* post - info */
  425.  
  426. #info{margin-top: 15px; }
  427. #info a{color: {color:link} !important}
  428. #info a:hover{color:{color:linkhover}!important}
  429. .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  430. .tags a{color: {color:text} !important}
  431. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  432. .line2{font-size:10px; text-transform:lowercase; clear: both}
  433. .line3{font-size:10px; text-transform:lowercase; clear: both}
  434. .ileft{float: left}
  435. .iright{float: right}
  436. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  437.  
  438. .date {display:inline; text-align:right; float:right}
  439. .date a {color:#000}
  440.  
  441. #notes {float: center; width: 500px; padding: 5px; margin: 50px; font-size: 9px; text-align: center}
  442. ol.notes {list-style: none; margin-left: 450px; margin-top: 200px; margin: 0 20px 0 0; padding: 2px}
  443. ol.notes li {margin: 0px; padding: 2px;}
  444. #notes img{border:0px}
  445. }
  446.  
  447. /* asker */
  448.  
  449. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  450. .asker img{float: left; margin: 5px 4px 2px 0; border-radius: 16px;}
  451. .asker a{font-size: 11px; color:#999; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  452. .asker a:hover{font-size: 11px; color:#999; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  453. .answer {padding: 4px}
  454.  
  455. .answer img {max-width: 470px;}
  456.  
  457.  
  458.  
  459. #sbar {width:180px; height:252px; margin-left:115px; margin-top:60px; position:fixed; overflow:hidden; background-color: {color:sbar}; border-left:0px solid; border-right:0px solid; padding:3px}
  460.  
  461. #stext {margin-left:8px; font-family:{font:Body}; font-size:10px; width:250px}
  462.  
  463.  
  464. #sidebar {width: 0px; height: 0px; float: left; margin-left:110px; margin-top: 80px; padding: 5px; background-color: {color:background}; text-align: center; position: fixed; }
  465.  
  466.  
  467. #frase {background-color:{color:frase}; width:175px; height:10px; text-align:center; font-size:8px; font-family: tinytots; margin-top:33px; margin-left:115px; letter-spacing:0px; position:fixed; z-index:5; padding: 5px;}
  468.  
  469.  
  470. #frase2 {background-color:{color:frase}; width:175px; height:10px; text-align:center; font-size:8px; font-family: tinytots; margin-top:325px; margin-left:115px; letter-spacing:0px; position:fixed; z-index:5; padding: 5px;}
  471.  
  472.  
  473. #s1{left: 82px; top: 90px; width: 4px; height: 330px; text-align: center; background-color: {color:frase}; position: fixed; padding: 0px;}
  474.  
  475. #s2{left: 40px; top: 110px; width: 260px; height: 4px; background-color: {color:frase}; position: fixed; padding: 0px;}
  476.  
  477.  
  478. .links {margin-left: -300px;}
  479.  
  480.  
  481.  
  482. #sidlinks a {margin-top: 180px; margin-left: 295px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 119px; background-color:{color:fundolink}; height: 16px; color:; text-decoration: none; text-transform: uppercase; line-height: 16px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  483.  
  484.  
  485.  
  486. #sidlinks a:hover {margin-left: 270px; width: 143px; color: #000000; background-color: {color:background1}; text-align: center;}
  487.  
  488.  
  489.  
  490.  
  491.  
  492. #sidlinks2 a {margin-top: 200px; margin-left: 312px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 102px; background-color:{color:fundolink}; height: 16px; color:; text-decoration: none; text-transform: uppercase; line-height: 16px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; position: fixed;}
  493.  
  494.  
  495.  
  496. #sidlinks2 a:hover {margin-left: 280px; width: 130px; color: #000000; background-color: {color:background2}; text-align: center; }
  497.  
  498.  
  499.  
  500. #sidlinks3 a {margin-top: 220px; margin-left: 325px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 88px; background-color:{color:fundolink}; height: 16px; color:; text-decoration: none; text-transform: uppercase; line-height: 16px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; position: fixed;}
  501.  
  502.  
  503.  
  504. #sidlinks3 a:hover {margin-left: 290px; width: 121px; color: #000000; background-color: {color:background3}; text-align: center; }
  505.  
  506.  
  507.  
  508. #sidlinks4 a {margin-top: 240px; margin-left: 294px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 119px; background-color:{color:fundolink}; height: 16px; color:; text-decoration: none; text-transform: uppercase; line-height: 16px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  509.  
  510.  
  511.  
  512. #sidlinks4 a:hover {margin-left: 260px; width: 153px; color: #000000; background-color: {color:background4}; text-align: center; }
  513.  
  514.  
  515.  
  516. #sidlinks5 a {margin-top: 260px; margin-left: 311px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 102px; background-color:{color:fundolink}; height: 16px; color:; text-decoration: none; text-transform: uppercase; line-height: 16px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; position: fixed;}
  517.  
  518.  
  519.  
  520. #sidlinks5 a:hover {margin-left: 280px; width: 130px; color: #000000; background-color: {color:background5}; text-align: center; }
  521.  
  522.  
  523.  
  524. #sidlinks6 a {margin-top: 280px; margin-left: 325px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 88px; background-color:{color:fundolink}; height: 16px; color:; text-decoration: none; text-transform: uppercase; line-height: 16px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; position: fixed;}
  525.  
  526.  
  527.  
  528. #sidlinks6 a:hover {margin-left: 290px; width: 121px; color: #000000; background-color: {color:background6}; text-align: center; }
  529.  
  530.  
  531.  
  532. #sidlinks7 a {margin-top: 300px; margin-left: 294px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 119px; background-color:{color:fundolink}; height: 16px; color:; text-decoration: none; text-transform: uppercase; line-height: 16px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  533.  
  534.  
  535.  
  536. #sidlinks7 a:hover {margin-left: 260px; width: 153px; color: #000000; background-color: {color:background7}; text-align: center; }
  537.  
  538.  
  539.  
  540.  
  541. #sidimg{width: 248px; height: 14px; float: left; margin-left: 1000px; margin-top: 510px; padding: 5px; background-color: transparent; text-align: center; position: fixed; }
  542.  
  543.  
  544.  
  545.  
  546.  
  547. #sidimg6{width: 124px; height: 131px; margin-left: -22px; margin-top: 30px; padding: 5px; background-color: {color:sidebar}; float: left; z-index: 100;}
  548.  
  549.  
  550.  
  551. .simage img {margin-bottom: 2px; margin-left: 0px; margin-top:0px; width: 123px; height: 128; float: left; z-index:100;}
  552.  
  553.  
  554.  
  555. #pagina{ margin-top: 429px; margin-left: -22px; width: 106px; float: right; background-color: {color:sidebar}; position: fixed; height: 20px; -webkit-border-radius: 0px 0px 0px 0px;}
  556.  
  557. /*** Paginação by madlyluv.com ***/
  558.  
  559. #pgs {position: fixed; margin-left:-42px; margin-top: 105px; text-align: center; font-family: verdana; font-size: 7px; background-color: {color:sidebar}; height:auto; padding: 3px; width: 13px;line-height: 20px; font-style: bold;}
  560. #pgs a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-size: 8px;}
  561. #pgs a:hover {background: {color:sidebar}; color: {color:text}; border: none; font-size: 8px;}
  562. #pgs span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-size: 7px;}
  563. .pg {clear: both; float: left; float: center; margin-bottom: 0px; }
  564.  
  565.  
  566. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  567.  
  568.  
  569.  
  570. </style>
  571. <script language='JavaScript'>
  572. //Bloqueador de Tecla CTRL - iceBreaker http://www.icebreaker.com.br/
  573. function checartecla (evt)
  574. {if (evt.keyCode == &#39;17&#39;)
  575. {alert(&quot;Comando Desativado&quot;)
  576. return false}
  577. return true}
  578. </script>
  579.  
  580.  
  581.  
  582. </head>
  583.  
  584. <body onkeydown="return false">
  585.  
  586.  
  587.  
  588.  
  589. <div id="content">
  590.  
  591. <div id="entries">
  592. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  593. <script type="text/javascript"
  594.  
  595. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  596.  
  597.  
  598.  
  599.  
  600. {block:Posts}
  601.  
  602.  
  603.  
  604. <div class="post">
  605.  
  606.  
  607. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  608.  
  609. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  610.  
  611. {block:Photoset}{Photoset-500}{/block:Photoset}
  612.  
  613. {block:Quote}
  614. <div class="qquote">"{Quote}"</div>
  615. {block:Source}<div class="qsource"><font color="{color:source}">~ {Source}</font></div>{/block:Source}
  616. {/block:Quote}
  617.  
  618. {block:Link}
  619. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  620. {block:Description}{Description}{/block:Description}
  621. {/block:Link}
  622.  
  623. {block:Chat}
  624. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  625. <div class="chat"><ul>{block:Lines}
  626. <li class="person{UserNumber}">{block:Label}
  627. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  628. {/block:Chat}
  629.  
  630. {block:Audio}
  631. <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  632. {AudioPlayerGrey}
  633. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  634. {/block:Audio}
  635.  
  636. {block:Video}{Video-500}{/block:Video}
  637.  
  638. {block:Answer}
  639. <div class="asker"><b>{Asker}</b> sussurou:<i>{Question}</i></div>
  640. <div class="answer"> {Answer}</div>
  641. {/block:Answer}
  642.  
  643.  
  644. <div class="cap">
  645. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  646. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  647. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  648.  
  649. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  650. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  651. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  652. {/block:ContentSource}</div></div>
  653.  
  654. <div class="bg">
  655. <div class="info">{block:IfShowTags}{block:HasTags}<div class="tags">{block:Tags}&nbsp;&nbsp;<a
  656.  
  657. href="{TagURL}"><font color="{color:tags}">#</font>{Tag}&nbsp;&nbsp;</a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
  658. <BR>
  659. </div>
  660.  
  661. <div class="tags">
  662. {block:Date} Posted <a href="{Permalink}">{TimeAgo} ?</a> {/block:Date} {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel} ?</a>{/block:NoteCount}<div style="float:right;" class="details">{Block:IndexPage} <a href="{ReblogUrl}" target="_blank"> reblog ?</a>{/Block:IndexPage}<br></div><BR>{block:RebloggedFrom}<font color="{color:source}">originally</font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  663. </span> {/block:RebloggedFrom}<div style="float:right;" class="details">{block:RebloggedFrom}<font color="{color:source}">via</font> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}</div>
  664. </div>
  665.  
  666.  
  667.  
  668. </div></div>
  669.  
  670.  
  671.  
  672. {/block:Posts}
  673.  
  674. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  675. {block:PostNotes}
  676. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  677. {/block:PostNotes}
  678.  
  679. </div>
  680.  
  681.  
  682. <div id="sidebar">
  683.  
  684. <div id="sbar">
  685. <div id="stext1">{block:Description}{Description}{/block:Description}<br /><br /></div>
  686. </div>
  687.  
  688.  
  689. <div id="s1"></div>
  690.  
  691. <div id="s2"></div>
  692.  
  693. <div id="frase">
  694.  
  695.  
  696.  
  697. <div id="titulo">
  698.  
  699. <div class="ltitulo">{text:frase}
  700. </div>
  701.  
  702. </div>
  703.  
  704. </div>
  705.  
  706.  
  707. <div id="sidimg6"><div class="simage"><img src="{image:sidebar1}" ></div>
  708. </div>
  709.  
  710.  
  711.  
  712. <div class="links">
  713.  
  714. <div id="sidlinks">
  715.  
  716. <a href="{text:Link1}">{text:Link1 Title}
  717.  
  718. </div>
  719.  
  720.  
  721.  
  722. <div id="sidlinks2">
  723.  
  724.  
  725. <a href="{text:Link2}">{text:Link2 Title}
  726.  
  727. </div>
  728.  
  729.  
  730.  
  731. <div id="sidlinks3">
  732.  
  733.  
  734. <a href="{text:Link3}">{text:Link3 Title}
  735.  
  736. </div>
  737.  
  738.  
  739.  
  740. <div id="sidlinks4">
  741.  
  742.  
  743. <a href="{text:Link4}">{text:Link4 Title}
  744.  
  745. </div>
  746.  
  747.  
  748.  
  749. <div id="sidlinks5">
  750.  
  751.  
  752. <a href="{text:Link5}">{text:Link5 Title}
  753.  
  754. </div>
  755.  
  756.  
  757.  
  758. <div id="sidlinks6">
  759.  
  760. <a href="{text:Link6}">{text:Link6 Title}
  761.  
  762. </div>
  763.  
  764. <div id="sidlinks7">
  765.  
  766.  
  767. <a href="{text:Link7}">{text:Link7 Title}
  768.  
  769.  
  770. </div>
  771.  
  772.  
  773. </div>
  774.  
  775. <div id="frase2">
  776.  
  777.  
  778.  
  779. <div id="titulo">
  780.  
  781. <div class="ltitulo"><center>Theme by: <a href="http://s0ulsister.tumblr.com/">S0ul Sister</a> · Detals : <a href="http://umapequenapoeta.tumblr.com/">+</a> ; <a href="http://quasebarbie.tumblr.com/">+</a>
  782.  
  783.  
  784. </div>
  785.  
  786. </div>
  787.  
  788.  
  789. </div>
  790.  
  791.  
  792.  
  793. <div id="pgs"><div class="pg">
  794. {block:JumpPagination length="4"}
  795. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  796. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  797. {/block:JumpPagination}</div></div>
  798.  
  799.  
  800.  
  801.  
  802. </div></div>
  803.  
  804.  
  805.  
  806.  
  807.  
  808. </body>
  809. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement