sojackdaniels

THEME27

Nov 5th, 2011
8,396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.14 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.  
  3. <!-- (c) tumblr theme #27 by ELASOCURTEJACKDANIELS.tumblr.com -->
  4.  
  5. <script type="text/javascript">
  6.  
  7. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. function tb8_makeArray(n){
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. this.length = n;
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. return this.length;
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. }
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. tb8_messages = new tb8_makeArray(1);
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119. tb8_messages[0] = " Shhh! Caution...";
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135. tb8_rptType = 'infinite';
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. tb8_rptNbr = 5;
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167. tb8_speed = 100;
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183. tb8_delay = 2000;
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199. var tb8_counter=1;
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215. var tb8_currMsg=0;
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. var tb8_tekst ="";
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247. var tb8_i=0;
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. var tb8_TID = null;
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279. function tb8_pisi(){
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311. document.title = tb8_tekst;
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327. tb8_sp=tb8_speed;
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. tb8_i++;
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359. if (tb8_i==tb8_messages[tb8_currMsg].length){
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391. }
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407. if (tb8_currMsg == tb8_messages.length){
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439. clearTimeout(tb8_TID);
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455. return;
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471. }
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487. tb8_counter++;
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503. tb8_currMsg = 0;
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519. }
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551. }
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567. tb8_pisi()
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583. </script>
  584.  
  585. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  586.  
  587. <head>
  588.  
  589.  
  590.  
  591. <head>
  592.  
  593. <script language="JavaScript1.2">
  594.  
  595.  
  596.  
  597. function disableselect(e){
  598.  
  599.  
  600.  
  601. return false
  602.  
  603.  
  604.  
  605. }
  606.  
  607.  
  608.  
  609. function reEnable(){
  610.  
  611.  
  612.  
  613. return true
  614.  
  615.  
  616.  
  617. }
  618.  
  619.  
  620.  
  621. //if IE4+
  622.  
  623.  
  624.  
  625. document.onselectstart=new Function ("return false")
  626.  
  627.  
  628.  
  629. //if NS6
  630.  
  631.  
  632.  
  633. if (window.sidebar){
  634.  
  635.  
  636.  
  637. document.onmousedown=disableselect
  638.  
  639.  
  640.  
  641. document.onclick=reEnable
  642.  
  643.  
  644.  
  645. }
  646.  
  647.  
  648.  
  649. </script>
  650.  
  651.  
  652.  
  653. <!-- DEFAULT VARIABLES -->
  654.  
  655. <meta name="if:Disable Right Click" content="0"/>
  656.  
  657.  
  658.  
  659. <meta name="color:background" content="#000000" />
  660.  
  661. <meta name="color:sbar" content="#0E0D0C" />
  662.  
  663. <meta name="color:accent" content="#281928"/>
  664.  
  665. <meta name="color:info" content="#f0f0f0" />
  666.  
  667. <meta name="color:infolink" content="#888888" />
  668.  
  669. <meta name="color:entry" content="#0E0D0C" />
  670.  
  671. <meta name="color:slinks" content="#0F0B0B" />
  672.  
  673. <meta name="color:slinks bg" content="#FFA500" />
  674.  
  675. <meta name="color:slinks b3" content="#4682B4" />
  676.  
  677. <meta name="color:title" content="#695D51" />
  678.  
  679. <meta name="color:text" content="#C0AEA0" />
  680.  
  681. <meta name="color:link" content="#83786E" />
  682.  
  683. <meta name="color:lhover" content="#0A0A09" />
  684.  
  685. <meta name="color:nlinks" content="#8B7C6C" />
  686.  
  687. <meta name="color:nhover" content="#181614" />
  688.  
  689. <meta name="color:strongaccent" content="#f0f0f0" />
  690.  
  691. <meta name="color:border" content="#EBE6E6" />
  692.  
  693. <meta name="color:h4" content="#EBE6E6" />
  694.  
  695.  
  696. <meta name="text:titl1" content="" />
  697. <meta name="text:titl2" content="" />
  698. <meta name="text:titl3" content="" />
  699. <meta name="text:Link1" content="" />
  700. <meta name="text:Link1 Title" content="" />
  701. <meta name="text:Link2" content="" />
  702. <meta name="text:Link2 Title" content="" />
  703. <meta name="text:Link3" content="" />
  704. <meta name="text:Link3 Title" content="" />
  705. <meta name="text:Link4" content="" />
  706. <meta name="text:Link4 Title" content="" />
  707. <meta name="text:Link5" content="" />
  708. <meta name="text:Link5 Title" content="" />
  709. <meta name="text:Link6" content="" />
  710. <meta name="text:Link6 Title" content="" />
  711. <meta name="text:Link7" content="" />
  712. <meta name="text:Link7 Title" content="" />
  713. <meta name="text:Link8" content="" />
  714. <meta name="text:Link8 Title" content="" />
  715. <meta name="text:Link9" content="" />
  716. <meta name="text:Link9 Title" content="" />
  717. <meta name="text:Link10" content="" />
  718. <meta name="text:Link10 Title" content="" />
  719.  
  720. <meta name="font:title" content="georgia" />
  721.  
  722. <meta name="font:body" content="arial" />
  723.  
  724.  
  725.  
  726.  
  727.  
  728. <meta name="image:background" content="" />
  729.  
  730. <meta name="image:sidebar" content=""/>
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  739.  
  740. <title>Untitled</title>
  741.  
  742. <script language='JavaScript'>
  743.  
  744. var txt= ' ' + document.title + ' '
  745.  
  746. var tempo=50;
  747.  
  748. var refresco=null;
  749.  
  750. function titulo() {
  751.  
  752. document.title=txt;
  753.  
  754. txt=txt.substring(1,txt.length)+txt.charAt(0); refresco=setTimeout("titulo()",tempo);}
  755.  
  756. titulo();
  757.  
  758. </script>
  759.  
  760.  
  761.  
  762.  
  763.  
  764. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  765. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  766. <link rel="shortcut icon" href="{Favicon}" />
  767. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  768. <style type="text/css">
  769.  
  770.  
  771.  
  772. body {background-color: {color:background}; color:{color:text}; font-family: verdana; font-size: 11px; text-align:
  773.  
  774. center; line-height:120%; margin:0; padding:0; background-image:url('{image:background}'); background-attachment: fixed}
  775. a, a:link, a:active, a:visited {color:{color:link};text-transform: lowercase; text-decoration: none}
  776. a:hover {background-color:{color:linkhover}; padding: 1px 0 1px 0; text-decoration: none}
  777. img a{border:0px;}
  778. img a:hover{border:0px;}
  779. b{text-transform: block; color:{color:bold}}
  780. i{text-transform: italic; color:{color:text}}
  781. p{margin:2px 0 2px 0}
  782. blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
  783.  
  784.  
  785. #entries{left:50%; margin-left:475px; margin-top:-5px; width:510px}
  786.  
  787. #entry { width:540px; background-color: #FFFFFF; text-align: center; margin-bottom: 10px;}
  788.  
  789.  
  790.  
  791. #info {width: 500px;margin-left: auto; margin-right: auto; padding-top: 20px; font-size:9px;
  792.  
  793.  
  794.  
  795. text-align: left; color: #888888; font-family:verdana; background-color: transparent; padding: 5px;}
  796.  
  797. #info a{color: #888888}
  798.  
  799. #info a:hover{color: #000000}
  800.  
  801.  
  802.  
  803. .date{text-transform: lowercase; font-family:verdana; font-size:9px}
  804.  
  805. .tags {color: #000000; font-size: 9px; display: inline; list-style: none; text-transform:
  806.  
  807. lowercase;}
  808.  
  809. .tags a, .tags a:hover { color: #000000; display: inline; list-style: none;text-transform:
  810.  
  811. lowercase;}
  812.  
  813. .simage {margin-top: 3px; text-align: center;}
  814.  
  815. .simage img {display: unline; margin-bottom: 5px; max-width: 200px; border: 5px solid #fafafa; height: auto; text-align: center;}
  816.  
  817.  
  818.  
  819.  
  820.  
  821. .plink2 {font-size: 25px; font-family: georgia; padding: 5px; webkit-transform: rotate(-90deg);}
  822.  
  823.  
  824.  
  825. .plink2 a{color: #000000; background-color: transparent; webkit-transform: rotate(-90deg);}
  826.  
  827.  
  828.  
  829. .plink2 a:hover {color: ; background-color: transparent;}
  830.  
  831.  
  832.  
  833. .subttle {text-align: center; font-family: Verdana; letter-spacing: 4px; text-transform: lowercase; font-size: 9px; color: #747474}
  834.  
  835.  
  836.  
  837. .ttle2 {text-align: center; font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; text-transform: lowercase; font-size: 30px; color: #000000;}
  838.  
  839.  
  840.  
  841. .ttle2 a{font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; font-style: italic; font-size: 21px; color: #000000; background-color: transparent; }
  842.  
  843.  
  844.  
  845. .ttle2 a:hover {font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; font-style: italic; font-size: 22px; color: #000000; background-color: transparent;}
  846.  
  847.  
  848.  
  849. .about{background-color:#e6e6e6;text-align:justify; font-family: verdana; font-size: 9px; margin-top: 3px; padding: 5px 5px 5px 5px; width: 383px;}
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861. .sleft{padding: 0 0 0 0; text-align: center; line-height: 15px;}
  862.  
  863.  
  864.  
  865. .sleft a {display: block; font-size: 9px; font-family: verdana; background-color: #FAFAFA ; text-transform: normal; padding: 2px 5px; color: #000000; letter-spacing: 0px; margin-bottom: 4px; border-left: 12px solid #000000; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  866.  
  867.  
  868.  
  869. .sleft a:hover {background-color:#FFFFFF; padding-left: 20px;}
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877. .sright {margin-left: 150px; padding: 0 0 0 0; text-align: center; line-height: 15px;}
  878.  
  879.  
  880.  
  881. .sright a {display: block; font-size: 9px; font-family: verdana; background-color: #FFFFFF ; text-transform: normal; padding: 2px 5px; color: #000000; letter-spacing: 0px; margin-bottom: 4px; border-left: 4px solid #B8776E; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  882.  
  883.  
  884.  
  885. .sright a:hover {background-color:#FFFFFF; padding-left: 20px;}
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893. .ppk {width: 387px; margin-top: 0px; padding: 3px; text-align: center; margin-bottom: 3px; background-color: #4E4E4E; letter-spacing: 4px; font-size: 9px; font-family: verdana; color: #FFFFFF; }
  894.  
  895.  
  896.  
  897. .mrang {width: 387px;; padding: 3px; text-align: center; margin-bottom: 3px; background-color: #D6D6D6; letter-spacing: 3px; font-size: 9px; font-family: verdana; color:#585858; }
  898.  
  899.  
  900.  
  901. .pppk {width: 387px;; padding: 3px; text-align: center; margin-bottom: 5px; background-color: #A8A8A8; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#F0F0F0; }
  902. #picturesside {width: 400px; height: auto; top: 20px; margin-left: 5px; padding: 2px; background-color:#fff; text-align: center; position: fixed;}
  903.  
  904.  
  905.  
  906.  
  907.  
  908. .img1 {float: left; text-align: center; font-family: verdana; font-size: 9px; margin-top:0px;}
  909. .img1 a {display: block; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 3px; height: 100px; width: 200px; background-color: #000000; color:#ffffff; text-decoration: none; text-transform: lowercase; padding: 20px 5px 2px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  910. .img1 a:hover{text-align: center; letter-spacing: 3px; background-color: #f8f8f8; color:#000;}
  911.  
  912.  
  913. .sidebardescr{background-color: #f1f1f1; color: {color:text}; margin: 5px 5px 2px 5px; padding:5px; text-align: justify;}
  914.  
  915. /*** Paginação by madlyluv.com ***/
  916. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  917. #paginacaoml a {background: #cor_1; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_2; text-decoration: none;}
  918. #paginacaoml a:hover {background: #cor_3; border: none;}
  919. #paginacaoml span.pagina_atual {background: #cor_4; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_5; text-decoration: none;}
  920. #paginacaoml span.info {background: #cor_6; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_7; text-decoration: none;}
  921.  
  922.  
  923.  
  924. /* links */
  925.  
  926.  
  927. #slinks2{text-align:left ; margin: 7px 0 2px 0; margin-left: 0px; width: 190px; position: absolute; top: 340px; display: line;}
  928.  
  929.  
  930.  
  931. #slinks{text-align:left ; margin: 7px 0 2px 0; margin-left: 200px; width: 190px; position: absolute; top: 340px; display: line;}
  932.  
  933.  
  934.  
  935. .slinks a{font-size: 9px; font-family: verdana; text-transform: lowercase; display: block;list-style: none; text-decoration: none; color:
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943. #ffffff; background-color: #000000; opacity: 0.8; filter:alpha (opacity=80); padding: 0px 0 1px 10px; margin:0
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951. 0px 2px 0; letter-spacing: 2px;}
  952.  
  953.  
  954.  
  955. .slinks a:hover{font-size: 9px; font-family: verdana; text-transform: lowercase; display: block;list-style: none; text-decoration: none;
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963. color: #444444; background-color: #E9E9E9; padding: 1px 0 1px 15px; margin:0 0 1px 0; letter-spacing: 3px; text-align:left;}
  964.  
  965.  
  966. #headerimg {margin-left: 0px; padding: 0px}
  967.  
  968.  
  969. #headerimg {margin-left: 0px; padding: 0px}
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979. #sfot {overflow:hidden; width:400px; margin-left:0px; margin-top:10px; position:fixed; overflow:hidden; background-color: #FFFFFF; border-left:0px solid; border-right:0px solid; padding:3px}
  980.  
  981.  
  982.  
  983. #smine {overflow:hidden; width:210px; margin-left:5px; margin-top:10px; position:fixed; overflow:hidden; background-color: #FFFFFF; border-left:0px solid; border-right:0px solid; padding:4px}
  984.  
  985.  
  986. #container {background-color:transparent; width: 465px; position: absolute; top: 0px; left: 470px; padding-bottom: 80px}
  987.  
  988. #entries {margin: -5px 0 10px 0}
  989.  
  990. #entry {width: 500px; background-color:{color:entry}; text-align: justify; padding: 20px; margin: 0px 0 5px 0}
  991.  
  992. .image{text-align: center; margin: 0 0 5px 0}
  993. .image img{border: 0px; margin: 0; padding: 0}
  994.  
  995. #ask_form{width: 500px}
  996.  
  997. .search_result{font-size: 12px; text-align: center}
  998.  
  999. .source{display:none}
  1000.  
  1001. h1{font-family: georgia; font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  1002. margin: 0 0 5px 0; text-align: center}
  1003. h1 a{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  1004. margin: 0 0 5px 0; text-decoration: none; text-align: center}
  1005.  
  1006. .qqmarks{font-size: 140px; font-weight: italic; line-height: 80px; opacity: 0.2; filter:alpha; (opacity=0) }
  1007. .qquote{font-family: georgia; font-size: 22px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:
  1008.  
  1009. 45px;}
  1010. .qsource{margin: 5px 15px 0 0; text-align: right}
  1011.  
  1012. .chat{line-height: 12px; list-style: none }
  1013. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  1014. .person1 {background-color: {color:link}; color: {color:background} }
  1015. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  1016. .person2 {background-color: {color:background}; color: {color: text} }
  1017. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  1018.  
  1019. .audioimage{float:left; text-align: center; margin: 0 10px 5px 0; width: 205px; border: 15px solid {color:background};}
  1020. .audioimage img{max-width: 205px; height: auto; margin: 0 0 2px 0}
  1021. .playcount {font-style: italic}
  1022.  
  1023. .asker {width: 480px; background-color: {color:background}; color:{color:text};
  1024.  
  1025. padding: 10px}
  1026. .asker img{float: left; margin: 0px 4px 2px 0}
  1027. .asker a{font-size: 20px; color:{color:link}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  1028. .asker a:hover{font-size: 20px; color:{color:link}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  1029. .answer {padding: 5px 0 0 0}
  1030.  
  1031. #cap {padding: 2px 0 0 0; width: 500px; margin: 0 0 0 5px}
  1032.  
  1033. .info {margin-top: 10px; border-left: 7px solid {color:sidebarlinks}; padding: 5px; background-color: {color:background}; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase;}
  1034. .info a {font-size: 9px;}
  1035.  
  1036. .info2 {padding: 2px; border-bottom: 1px dotted {color:background}; text-align: right;}
  1037. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: none;}
  1038. .tags a {font-size: 9px; color: {color:text}; display: inline; list-style: none; text-transform: none;}
  1039.  
  1040. #nts {width: 500px; margin-left: 95px; padding: 10px; margin-top: 5px; font-size: 10px; text-align: left}
  1041. #nts img{display: none; border:0px}
  1042.  
  1043. #clear{clear: both; width: 50px; height: 0px; background-color: transparent}
  1044.  
  1045. #prevnextlinks{text-align: center;width: 500px; background-color:{color:entry}; padding: 7px 20px 7px 20px;
  1046. margin: 0 0 2px 0; font-size: 10px}
  1047.  
  1048. #notes {width: 500px; margin: 0px; margin-left: 0px; padding: 5px; text-align: left}
  1049. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  1050. ol.notes li {margin: 0px; padding: 2px;}
  1051. #notes img{border:0px}
  1052. #notes a{font-size: 10px}
  1053.  
  1054. #tumblr_controls{position: fixed!important}
  1055. ::-webkit-scrollbar{width:8px;height:8px;}
  1056.  
  1057. ::-webkit-scrollbar-button:start:decrement
  1058.  
  1059. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  1060.  
  1061. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  1062.  
  1063. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  1064.  
  1065. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  1066. {CustomCSS}
  1067. </style>
  1068. <style type="text/css"></style>
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075. <div id="picturesside">
  1076. <div class="ppk">{text:titl1}</div>
  1077. <div class="mrang">{text:titl2}</div>
  1078. <div class="pppk">{text:titl3}</div>
  1079.  
  1080. <div class="img1">
  1081.  
  1082. <center><img src="{image:sidebar}" width="395px" height="245" /></div></center>
  1083.  
  1084. <div class="c3">
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092. </div>
  1093.  
  1094.  
  1095. <font face="verdana"><font size="1">
  1096.  
  1097. <br><br><div class="sidebardescr"></div>
  1098. <br>
  1099. <div class="mrang"></div>
  1100.  
  1101.  
  1102.  
  1103. <div id="slinks">
  1104. <div class="slinks">
  1105. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  1106. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  1107. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  1108. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  1109. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  1110. </div></div>
  1111.  
  1112.  
  1113.  
  1114. <div id="slinks2">
  1115. <div class="slinks">
  1116. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  1117. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  1118. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  1119. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}
  1120. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a> {/block:ifLink10}
  1121. </div></div>
  1122.  
  1123. <br>
  1124. <p>
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133. <br><br><br><br><br><br><br><br>
  1134.  
  1135. <pre><div style="border: 0px solid rgb(230, 230, 250); top: 350px;overflow: auto; background-color: #fff; width: 380px; margin-left:2px; text-align: justify; font-family: verdana; height: 30px; padding: 0px 5px 0px 5px; font-size:10px; line-height: 100%">theme por <a href="http://elasocurtejackdaniels.tumblr.com"><b>elasocurtejackdaniel's</b></a> com alguns detalhes de <a href="http://heyilove.tumblr.com/"><b>heyilove</b></a> e <a href="http://memorias-agridoces.tumblr.com" target="_blank"><b>memoriasagridoces</b></a>. não copie, não plagie, tome vergonha na cara.</pre><div class="plink2"><big><big><center>
  1136.  
  1137.  
  1138.  
  1139. <br><br><br><br><div id="paginacaoml"> <font face=verdana>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  1140. {block:JumpPagination length="10"}
  1141. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  1142. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  1143. {/block:JumpPagination}
  1144. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</font face=verdana>
  1145. </div></div></div>
  1146.  
  1147.  
  1148.  
  1149.  
  1150. <div id="container">
  1151.  
  1152. <div id="entries">
  1153. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  1154. <script type="text/javascript"
  1155.  
  1156. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  1157.  
  1158.  
  1159. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  1160.  
  1161.  
  1162. {block:Posts}
  1163.  
  1164. <div id="entry">
  1165. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  1166.  
  1167. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  1168. <div id="cap"><small>{block:Caption}{Caption}{/block:Caption}</small></div>{/block:Photo}
  1169.  
  1170. {block:Photoset}{Photoset-500}
  1171. <div id="cap"><small>{block:Caption}{Caption}{/block:Caption}</small></div>
  1172. {/block:Photoset}
  1173.  
  1174. {block:Quote}
  1175. <b class="qqmarks">“</b><div class="qquote"><i>{Quote}</i></div>
  1176. {block:Source}<div class="qsource"><small><small>{Source}</small></small></div>{/block:Source}
  1177. {/block:Quote}
  1178.  
  1179. {block:Link}
  1180. <h1><a href="{URL}" {Target}><small>{Name}</small></a></h1>
  1181. <small>{block:Description}{Description}{/block:Description}</small>
  1182. {/block:Link}
  1183.  
  1184. {block:Chat}
  1185. {block:Title}<h1><a href="{Permalink}"><small>{Title}</small></a></h1>{/block:Title}
  1186. <div class="chat"><ul><small>{block:Lines}
  1187. <li class="person{UserNumber}">{block:Label}
  1188. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</small></ul></div>
  1189. {/block:Chat}
  1190.  
  1191. {block:Audio}
  1192. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1193. {AudioPlayerWhite}
  1194. <div class="playcount">{PlayCountWithLabel}</div>
  1195. <div class="cap"><small>{block:Caption}{Caption}{/block:Caption}</small></div>
  1196. {/block:Audio}
  1197.  
  1198. {block:Video}{Video-500}
  1199. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  1200.  
  1201. {block:Answer}
  1202. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  1203. <div class="answer">{Answer}</div>
  1204. <br>
  1205. {/block:Answer}
  1206.  
  1207. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1208. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1209. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1210. {/block:ContentSource}</div>
  1211.  
  1212.  
  1213.  
  1214. <div id="clear"></div>
  1215.  
  1216. <div class="info">
  1217. {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  1218. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  1219. </div></div>
  1220. {/block:Posts}
  1221. {block:PostNotes}
  1222. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  1223. {/block:PostNotes}
  1224.  
  1225.  
  1226.  
  1227. </div>
  1228. </div>
  1229. </body>
  1230. </html>
  1231.  
  1232.  
Advertisement
Add Comment
Please, Sign In to add comment