sojackdaniels

THEME 26

Oct 23rd, 2011
17,923
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.98 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. <! T H E M E P O R M E M O R I A S - A G R I D O C E S -- E E L A S O C U R T E J A C K D A N I E L ' S -- não copie; não disponibilize.!>
  6.  
  7. <script type="text/javascript">
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. function tb8_makeArray(n){
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. this.length = n;
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. return this.length;
  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.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119. tb8_messages = new tb8_makeArray(1);
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135. tb8_messages[0] = "{Title}";
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. tb8_rptType = 'infinite';
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167. tb8_rptNbr = 5;
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183. tb8_speed = 100;
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199. tb8_delay = 2000;
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215. var tb8_counter=1;
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. var tb8_currMsg=0;
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247. var tb8_tekst ="";
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. var tb8_i=0;
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279. var tb8_TID = null;
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. function tb8_pisi(){
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327. document.title = tb8_tekst;
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. tb8_sp=tb8_speed;
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359. tb8_i++;
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375. if (tb8_i==tb8_messages[tb8_currMsg].length){
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407. }
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. if (tb8_currMsg == tb8_messages.length){
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455. clearTimeout(tb8_TID);
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471. return;
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487. }
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503. tb8_counter++;
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519. tb8_currMsg = 0;
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535. }
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567. }
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583. tb8_pisi()
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599. </script>
  600.  
  601. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  602.  
  603. <head> <!-- DEFAULT VARIABLES -->
  604.  
  605. <meta name="font:body" content="georgia" />
  606. <meta name="font:title" content="georgia" />
  607. <meta name="color:background" content="#F6F6F6" />
  608. <meta name="color:text" content="#666666" />
  609. <meta name="color:linkhover" content="#FFB28E" />
  610. <meta name="color:link" content="#666666" />
  611. <meta name="color:entry" content="#ECEBEB" />
  612. <meta name="color:bold" content="#666666" />
  613. <meta name="color:sbar" content="#666666" />
  614. <meta name="color:sidebar" content="#666666" />
  615.  
  616. <meta name="if:Enable endless scrolling" content="0"/>
  617. <meta name="if:Show tags" content="1"/>
  618. <meta name="if:Show userpic" content="1"/>
  619. <meta name="if:Show sidebar image" content="1"/>
  620. <meta name="if:Show post author" content="1"/>
  621.  
  622. <meta name="image:sidebar" content=""/>
  623. <meta name="image:background" content=""/>
  624. <meta name="image:sidebar2" content=""/>
  625. <meta name="image:miniimg2" content=""/>
  626. <meta name="image:miniimg3" content=""/>
  627. <meta name="image:miniimg4" content=""/>
  628. <meta name="image:miniimg5" content=""/>
  629. <meta name="image:miniimg6" content=""/>
  630.  
  631. <meta name="text:bltitle" content="" />
  632. <meta name="text:subtitle" content="" />
  633. <meta name="text:blttle" content="" />
  634. <meta name="text:subblttle" content="" />
  635. <meta name="text:Link1" content="" />
  636. <meta name="text:Link1 Title" content="" />
  637. <meta name="text:Link2" content="" />
  638. <meta name="text:Link2 Title" content="" />
  639. <meta name="text:Link3" content="" />
  640. <meta name="text:Link3 Title" content="" />
  641. <meta name="text:Link4" content="" />
  642. <meta name="text:Link4 Title" content="" />
  643. <meta name="text:Link5" content="" />
  644. <meta name="text:Link5 Title" content="" />
  645. <meta name="text:Link6" content="" />
  646. <meta name="text:Link6 Title" content="" />
  647. <meta name="text:Link7" content="" />
  648. <meta name="text:Link7 Title" content="" />
  649. <meta name="text:Link8" content="" />
  650. <meta name="text:Link8 Title" content="" />
  651. <meta name="text:Link9" content="" />
  652. <meta name="text:Link9 Title" content="" />
  653. <meta name="text:Link10" content="" />
  654. <meta name="text:Link10 Title" content="" />
  655. <meta name="text:subtitle" content="" />
  656.  
  657.  
  658. <title>{Title}</title>
  659. <link rel="shortcut icon" href="{Favicon}">
  660. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  661. {block:Description}
  662. <meta name="description" content="{MetaDescription}" />
  663. {/block:Description}
  664.  
  665.  
  666.  
  667. <style type="text/css">
  668.  
  669. body {background-color: {color:background}; color:{color:text}; font-family: verdana; font-size: 11px; text-align:
  670.  
  671. center; line-height:120%; margin:0; padding:0; background-image:url('{image:background}'); background-attachment: fixed}
  672. a, a:link, a:active, a:visited {color:{color:link};text-transform: lowercase; text-decoration: none}
  673. a:hover {background-color:{color:linkhover}; padding: 1px 0 1px 0; text-decoration: none}
  674. img a{border:0px;}
  675. img a:hover{border:0px;}
  676. b{text-transform: block; color:{color:bold}}
  677. i{text-transform: italic; color:{color:text}}
  678. p{margin:2px 0 2px 0}
  679. blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
  680.  
  681.  
  682. #px {top: 75%; margin-left: 0px; width: 70px; position: fixed; padding: 1px;}
  683.  
  684. .plink {font-size: 50px; font-family: {font:title}; padding: 5px;}
  685. .plink a{color: {color:text}; background-color: transparent;}
  686. .plink a:hover {color: {color:left}; background-color: transparent;}
  687.  
  688. #sidebar {width: 200px; height: 1000px; top: 0px; left: 80px; padding: 5px; background-color: {color:sidebar}; text-align: center; position: fixed}
  689.  
  690. #sbar {width: 250px; height: 1000px; top: 0px; left: 640px; padding: 5px; background-color: {color:background}; text-align: center; position: fixed}
  691.  
  692. .leftttitle{margin-bottom: 10px}
  693.  
  694. .bltitle {float: center; font-size: 39px; text-align: center; margin-left: 0px; text-transform:
  695.  
  696.  
  697.  
  698. lowercase; line-height:15px; padding:10px; font-family: georgia; color: (color:sidebartext); background-color: #ffffff;}
  699.  
  700. .bltitle a, a:hover {color: #494949; text-decoration: none;}
  701.  
  702. .blltitle {float: center; font-size: 11px; text-align: center; margin-left: 0px; text-transform:
  703.  
  704.  
  705.  
  706. none; line-height:12px; padding:6px; font-family: verdana; color:#EEEEEE; background-color: #000000;}
  707.  
  708. .blltitle a, a:hover {color: #494949; text-decoration: none;}
  709.  
  710. .blsubtitle {margin-left: 0px; font-size: 9px; line-height:0px; text-align: center; text-transform:
  711.  
  712.  
  713.  
  714. none; color: #9e9e9e; background-color: #ffffff; padding:0px; font-family: verdana; margin-top: -1px;}
  715. .blsubtitle {margin-left: 0px; font-size: 9px; line-height:15px; text-align: center; text-transform:
  716.  
  717. lowercase; letter-spacing: 2px;}
  718.  
  719.  
  720. .sidebarpic img{color: #f3f3f3; max-width: 240px; text-align:center; margin-top: 2px; margin-left: 0px; border: 4px solid}
  721.  
  722. .sidebartext{clear: both; text-align: justify; background-color: {color:sidebar}; opacity: 0.8; filter:alpha (opacity=80); margin: 0px 0px 0px 0px; padding: 2px; font-family: verdana; font-size: 9px;}
  723. .sidebartext a{font-size:10px;}
  724. .sidebartext a:hover{font-size:10px}
  725.  
  726. .userpic{float: left; margin: 0px 4px 2px 0; width:48px; height:auto}
  727.  
  728. .sidebarnavigation {float: right; width: 90px; text-align:center; margin: 20px 0 10px 0; }
  729. .sidebarnavigation a{width: 75px; font-size: 10px; font-family: verdana; text-transform: lowercase; display: block;list-style: none;
  730.  
  731. text-decoration: none; color: {color: text}; background-color: {color:background}; opacity: 0.8; filter:alpha (opacity=80);
  732.  
  733. padding: 3px 0 3px 10px; margin:0 0px 1px 0; }
  734. .sidebarnavigation a:hover{width: 70px;font-size: 10px; font-family: verdana; text-transform: lowercase; display: block;list-style: none;
  735.  
  736. text-decoration: none; color:{color:text}; background-color: {color:linkhover}; padding: 3px 0 3px 15px; margin:0 0 1px 0}
  737.  
  738.  
  739. .credit{clear: both; font-size: 9px; font-family: verdana; text-align: center; color:{color:text}; margin-top: 5px}
  740. .credit a{text-decoration: none;color:{color:sidebartext}}
  741. .credit a:hover{color:{color:linkbackground}; background-color: transparent}
  742.  
  743. .sidebarpages{margin: 5px 0 0 0; text-align: center;}
  744. .sidebarpages a{text-decoration: none;color:{color:sidebartext}}
  745. .sidebarpages a:hover{color:{color:linkbackground}; background-color: transparent}
  746.  
  747. .iimage2 {padding: 0px;}
  748. .iimage2 img {display: inline; max-width:100px; height: auto; text-align:center; margin-bottom: 2px; border: 1px solid {color:background}}
  749. .cred {text-align: center;}
  750.  
  751.  
  752. #sbar2 {width: 50px; height: 1000px; top: 0px; left: 0px; padding: 5px; background-color:{color:sbar}; text-align: center; position: fixed}
  753. .imgimage2 {float: left; padding: 0px;}
  754. .imgimage2 img {display: inline; margin-right:3px; max-width:80px; height: auto; text-align:center; margin-bottom: 2px;}
  755.  
  756. #sid{position: fixed; margin-left:-170px; margin-top:200px; width: 400px; height: 50px; background-color: #fafafa; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(-90deg); background-image:url(”);}
  757.  
  758.  
  759.  
  760. .ttle {text-align: center; font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; text-transform: lowercase; font-size: 30px; color: #777777;}
  761.  
  762.  
  763.  
  764. .ttle a{font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; font-style: italic; font-size: 21px; color: #FFFFFF; background-color: transparent; }
  765.  
  766.  
  767.  
  768. .ttle a:hover {font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; font-style: italic; font-size: 22px; color: #FFFFFF; background-color: transparent;}
  769.  
  770. #sbar4 {width: 50px; height: 1000px; top: 20px; left: 290px; padding: 5px; background-color:{color:sbar}; text-align: center; position: fixed}
  771. .imgimage2 {float: left; padding: 0px;}
  772. .imgimage2 img {display: inline; margin-right:3px; max-width:80px; height: auto; text-align:center; margin-bottom: 2px;}
  773.  
  774.  
  775. #sid{position: fixed; margin-left:-170px; margin-top:200px; width: 400px; height: 50px; background-color: #fafafa; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(-90deg); background-image:url(”);}
  776.  
  777.  
  778.  
  779. .ttle {text-align: center; font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; text-transform: lowercase; font-size: 30px; color: #777777;}
  780.  
  781.  
  782.  
  783. .ttle a{font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; font-style: italic; font-size: 21px; color: #FFFFFF; background-color: transparent; }
  784.  
  785.  
  786.  
  787. .ttle a:hover {font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; font-style: italic; font-size: 22px; color: #FFFFFF; background-color: transparent;}
  788.  
  789. #sbar3 {width: 210px; height: 1000px; top: 0px; left: 293px; padding: 5px; background-color:{color:sidebar}; text-align: center; position: fixed}
  790.  
  791. .spic img{max-width: 150px; text-align:center; margin-top: 2px}
  792. #simag {margin-bottom:2px; margin-top:2px}
  793.  
  794. #simag img {border: 6px solid #FFFFFF;max-width: 200px; height: auto; text-align:center}
  795.  
  796. #simg {margin-bottom:2px; margin-top:2px}
  797.  
  798. #simg img {max-width: 100px; height: auto; text-align:center}
  799.  
  800. #slinks{text-align:center; margin: 7px 0 2px 0; margin-left: 10px; width: 190px; position: fixed; top: 0px; display: line;}
  801.  
  802. .slinks a{font-size: 9px; font-family: verdana; text-transform: lowercase; display: block;list-style: none; text-decoration: none; color:
  803.  
  804.  
  805.  
  806. #ffffff; background-color: #000000; opacity: 0.8; filter:alpha (opacity=80); padding: 0px 0 1px 10px; margin:0
  807.  
  808.  
  809.  
  810. 0px 2px 0; letter-spacing: 2px;}
  811.  
  812. .slinks a:hover{font-size: 9px; font-family: verdana; text-transform: lowercase; display: block;list-style: none; text-decoration: none;
  813.  
  814.  
  815.  
  816. color:#000000; background-color: #FAFAFA; padding: 1px 0 1px 15px; margin:0 0 1px 0; letter-spacing: 3px; text-align:left;}
  817.  
  818.  
  819. #iconbar {width: 86px; position: fixed; left: 1050px; top: 125px;}
  820. #icon {text-align: center; width: 100px; display: block; padding: 8px;}
  821.  
  822. #container {background-color:transparent; width: 465px; position: absolute; top: 0px; left: 521px; padding-bottom: 80px}
  823.  
  824. #entries {margin: -5px 0 10px 0}
  825.  
  826. #entry {width: 500px; background-color:{color:entry}; text-align: justify; padding: 20px; margin: 0px 0 5px 0}
  827.  
  828. .image{text-align: center; margin: 0 0 5px 0}
  829. .image img{border: 0px; margin: 0; padding: 0}
  830.  
  831. #ask_form{width: 500px}
  832.  
  833. .search_result{font-size: 12px; text-align: center}
  834.  
  835. .source{display:none}
  836.  
  837. h1{font-family: georgia; font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  838. margin: 0 0 5px 0; text-align: center}
  839. h1 a{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  840. margin: 0 0 5px 0; text-decoration: none; text-align: center}
  841.  
  842. .qqmarks{font-size: 140px; font-weight: italic; line-height: 80px; opacity: 0.2; filter:alpha; (opacity=0) }
  843. .qquote{font-family: georgia; font-size: 22px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:
  844.  
  845. 45px;}
  846. .qsource{margin: 5px 15px 0 0; text-align: right}
  847.  
  848. .chat{line-height: 12px; list-style: none }
  849. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  850. .person1 {background-color: {color:link}; color: {color:background} }
  851. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  852. .person2 {background-color: {color:background}; color: {color: text} }
  853. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  854.  
  855. .audioimage{float:left; text-align: center; margin: 0 10px 5px 0; width: 205px; border: 15px solid {color:background};}
  856. .audioimage img{max-width: 205px; height: auto; margin: 0 0 2px 0}
  857. .playcount {font-style: italic}
  858.  
  859. .asker {width: 480px; background-color: {color:background}; color:{color:text};
  860.  
  861. padding: 10px}
  862. .asker img{float: left; margin: 0px 4px 2px 0}
  863. .asker a{font-size: 20px; color:{color:link}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  864. .asker a:hover{font-size: 20px; color:{color:link}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  865. .answer {padding: 5px 0 0 0}
  866.  
  867. #cap {padding: 2px 0 0 0; width: 500px; margin: 0 0 0 5px}
  868.  
  869. .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;}
  870. .info a {font-size: 9px;}
  871.  
  872. .info2 {padding: 2px; border-bottom: 1px dotted {color:background}; text-align: right;}
  873. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: none;}
  874. .tags a {font-size: 9px; color: {color:text}; display: inline; list-style: none; text-transform: none;}
  875.  
  876. #nts {width: 500px; margin-left: 95px; padding: 10px; margin-top: 5px; font-size: 10px; text-align: left}
  877. #nts img{display: none; border:0px}
  878.  
  879. #clear{clear: both; width: 50px; height: 0px; background-color: transparent}
  880.  
  881. #prevnextlinks{text-align: center;width: 500px; background-color:{color:entry}; padding: 7px 20px 7px 20px;
  882. margin: 0 0 2px 0; font-size: 10px}
  883.  
  884. #notes {width: 500px; margin: 0px; margin-left: 0px; padding: 5px; text-align: left}
  885. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  886. ol.notes li {margin: 0px; padding: 2px;}
  887. #notes img{border:0px}
  888. #notes a{font-size: 10px}
  889.  
  890. #tumblr_controls{position: fixed!important}
  891. ::-webkit-scrollbar{width:8px;height:8px;}
  892.  
  893. ::-webkit-scrollbar-button:start:decrement
  894.  
  895. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  896.  
  897. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  898.  
  899. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  900.  
  901. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  902. {CustomCSS}
  903. </style>
  904. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  905. </head>
  906.  
  907.  
  908. <body>
  909.  
  910.  
  911. <div id="container">
  912.  
  913. <div id="entries">
  914. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  915. <script type="text/javascript"
  916.  
  917. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  918.  
  919.  
  920. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  921.  
  922.  
  923.  
  924. {block:Posts}
  925.  
  926. <div id="entry">
  927. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  928.  
  929. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  930. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  931.  
  932. {block:Photoset}{Photoset-500}
  933. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  934. {/block:Photoset}
  935.  
  936. {block:Quote}
  937. <b class="qqmarks">“</b><div class="qquote"><i>{Quote}</i></div>
  938. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  939. {/block:Quote}
  940.  
  941. {block:Link}
  942. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  943. {block:Description}{Description}{/block:Description}
  944. {/block:Link}
  945.  
  946. {block:Chat}
  947. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  948. <div class="chat"><ul>{block:Lines}
  949. <li class="person{UserNumber}">{block:Label}
  950. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  951. {/block:Chat}
  952.  
  953. {block:Audio}
  954. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  955. {AudioPlayerWhite}
  956. <div class="playcount">{PlayCountWithLabel}</div>
  957. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  958. {/block:Audio}
  959.  
  960. {block:Video}{Video-500}
  961. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  962.  
  963. {block:Answer}
  964. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  965. <div class="answer">{Answer}</div>
  966. <br>
  967. {/block:Answer}
  968.  
  969. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  970. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  971. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  972. {/block:ContentSource}</div>
  973.  
  974.  
  975.  
  976. <div id="clear"></div>
  977.  
  978. <div class="info">
  979. {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>
  980. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  981. </div></div>
  982. {/block:Posts}
  983. {block:PostNotes}
  984. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  985. {/block:PostNotes}
  986.  
  987.  
  988.  
  989. </div>
  990. </div>
  991.  
  992.  
  993.  
  994.  
  995. <div id="sidebar">
  996.  
  997. <div class="lefttitle"><div class="bltitle">{text:bltitle}</b> </center></div>{block:IfSubtitle}<div class="blsubtitle">{text:subtitle}</div> {/block:IfSubtitle}</div>
  998. <div class="sidebarpic"><p><left>
  999. </div>
  1000. <div class="sidebartext">{block:Description}{Description}{/block:Description}
  1001. <pre><div style="border: 0px solid rgb(230, 230, 250); overflow: auto; color: #000000; background-color: #f5f5f5; width: 180px; text-align: justify; font-family: verdana; height: 30px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 100%">theme por <a href="memorias-agridoces.tumblr.com">memorias agridoces</a> com algumas adaptações de <a href="elasocurtejackdaniels.tumblr.com">elasocurtejackdaniel's</a></pre>
  1002.  
  1003. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  1004. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  1005.  
  1006.  
  1007. </form></div>{/block:IfShowSearch}
  1008.  
  1009.  
  1010.  
  1011.  
  1012. {block:Pagination}<div class="sidebarpages">
  1013. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages}
  1014.  
  1015. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  1016. </div> {/block:Pagination}
  1017. </div></div></div>
  1018. </div>
  1019.  
  1020. <div id="sbar2">
  1021. <div class="imgimage2"><img src="{image:miniimg2}"/><p><img src="{image:miniimg3}"/><p><img src="{image:miniimg4}"/><p><img src="{image:miniimg5}"/><p><img src="{image:miniimg6}"/>
  1022. <div id="sid"><div class="ttle">{text:blttle}</div>{text:subblttle}</div>
  1023.  
  1024. <div id="sbar3">
  1025. <div id="slinks">
  1026. <div class="slinks"><br>{block:SubmissionsEnabled} <a href="/submit">{SubmitLabel}</a>
  1027.  
  1028. {/block:SubmissionsEnabled} {block:HasPages}{block:Pages}<a
  1029.  
  1030. href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}<a href="/">home</a> <a href="/ask">ask me</a>
  1031. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  1032. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  1033. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  1034. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  1035. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  1036. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  1037. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  1038. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  1039. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}
  1040. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a> {/block:ifLink10}
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047. </div></div>
  1048. <br><br><br><br><br><br><br><br><br><br><div id="simag"><img src="{image:sidebar}"/>
  1049.  
  1050. </div></div>
  1051.  
  1052.  
  1053.  
  1054. <div id="px">
  1055. <div class="plink">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  1056. {block:NextPage}<a href="{NextPage}">&raquo;</a> {/block:NextPage}{/block:Pagination}
  1057.  
  1058.  
  1059. </div></div></div>
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. </body>
  1067. </html>
  1068.  
  1069.  
Advertisement
Add Comment
Please, Sign In to add comment