Don't like ads? PRO users don't see any ads ;-)

Numba Five (Originally by paulywesley)

By: Heavenwbu on Jul 31st, 2012  |  syntax: None  |  size: 15.33 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.         <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
  4.         <head>
  5.         <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  7.    
  8.         <!-- DEFAULT VALUES -->
  9.         <meta name="color:Background" content="#d9d4bd" />
  10.         <meta name="color:Posts" content="#e3dfcd" />
  11.         <meta name="color:Accent" content="#d9d4bd" />
  12.         <meta name="color:Sidebar" content="#e3dfcd" />
  13.         <meta name="color:Text" content="#7f705c" />
  14.         <meta name="color:Title" content="#a2835d" />
  15.        
  16.         <meta name="color:Links" content="#9d7b52" />
  17.         <meta name="color:Linkshover" content="#b38e61" />
  18.  
  19.         <meta name="text:Extra Link One Url" content="#" />
  20.         <meta name="text:Extra Link One Title" content="extra link one" />
  21.         <meta name="text:Extra Link Two Url" content="#" />
  22.         <meta name="text:Extra Link Two Title" content="extra link two" />
  23.         <meta name="text:Extra Link Three Url" content="#" />
  24.         <meta name="text:Extra Link Three Title" content="extra link three" />
  25.         <meta name="text:Extra Link Four Url" content="#" />
  26.         <meta name="text:Extra Link Four Title" content="extra link four" />
  27.  
  28.         <meta name="font:Title" content="Georgia, Comic San MS" />
  29.         <meta name="font:Body" content="Helvetica" />
  30.  
  31.         <meta name="image:Background" content="" />
  32.  
  33.         <meta name="image:Sidebar" content="http://static.tumblr.com/b3ov7md/pWvluum41/sidebar.jpg"/>
  34.  
  35.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36.         <title>{Title}</title>
  37.         <link rel="shortcut icon" href="{Favicon}" />
  38.         <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  39.         <style type="text/css">
  40.  
  41.         /*
  42.         Theme Name: Theme 003
  43.         Description: Tumblr Theme 003 (I don't have a creative~ name)
  44.         Author: Jay
  45.         Version: 2
  46.         Comments: Don't remove my credit or anything of that sort.
  47.         Author URI: http://darklighters.tumblr.com
  48.         */
  49.  
  50.     a:focus {
  51.                 outline: none;
  52.         }
  53.  
  54.         a img, a img.preview, a:link img, a:visited img, a:hover {
  55.                  border: none;
  56.                  text-decoration: none;
  57.         }
  58.  
  59.         a, a:link, a:visited  {
  60.                 background-color:;  
  61.                 color:{color:Links};
  62.                 cursor:pointer;
  63.                 font-family:Short Stack;
  64.                 font-weight: normal;
  65.                 letter-spacing: px;
  66.                 text-decoration: none;
  67.         }
  68.  
  69.         a:hover {
  70.                 color:{color:Linkshover};
  71.         }
  72.  
  73.         .accent  {
  74.                 background-color:{color:Accent};
  75.                 color:{color:Text};
  76.                 font-family:Short Stack;
  77.                 font-size:7.5pt;
  78.                 margin-top:10px;
  79.                 margin-bottom:5px;
  80.                 margin-left:5px;
  81.                 margin-right:5px;
  82.                 overflow:hidden;
  83.                 padding-top:3px;
  84.                 padding-bottom:3px;
  85.                 padding-left:3px;
  86.                 padding-right:3px;
  87.  
  88.         }
  89.  
  90.         .asks {
  91.                 background-color: {color:Accent};
  92.                 color:{color:Text};
  93.                 font-family:Short Stack;
  94.                 font-size:7pt;
  95.                 margin-bottom:5px;
  96.                 margin-left:0px;
  97.                 margin-right:0px;
  98.                 padding-top:5px;
  99.                 padding-bottom:3px;
  100.                 padding-left:3px;
  101.                 padding-right:3px;
  102.                 text-align: left;
  103.  
  104.         }
  105.  
  106.         body,
  107.         html {
  108.                 background-attachment:fixed;
  109.                 background-color: {color:Background};
  110.                 background-image: url('{image:Background}');
  111.                 background-repeat: repeat;
  112.                 font-family:Short Stack;
  113.                 margin:0;
  114.                 padding:0;
  115.  
  116.  
  117.         }
  118.  
  119.         blockquote {
  120.                 border-left: 3px solid {color:Accent};
  121.                 color: {color:Text};
  122.                 margin-left: 15px;
  123.                 padding-left: 4px;
  124.                 padding-top:0;
  125.                 padding-right:0;
  126.                 padding-bottom:0;
  127.  
  128.         }
  129.  
  130.         #cage {
  131.                 margin:0 auto;
  132.                 overflow : auto ;
  133.                 width:950px;
  134.         }
  135.  
  136.         .chat .line{
  137.                 color: {color:Text};
  138.                 margin: 0 0 1px;
  139.                 padding: 2px;
  140.  
  141.         }
  142.  
  143.         .chat .line.odd{
  144.                 background-color:{color:Accent};
  145.                 color: {color:Text2};
  146.  
  147.         }
  148.  
  149.         .clear {
  150.                 clear: both;
  151.                 height:1px;
  152.  
  153.         }
  154.  
  155.         .credit {
  156.                 background-color:{color:Sidebar};
  157.                 background-image: url('{image:Content}');
  158.                 color:{color:Text};
  159.                 font-family:Short Stack;
  160.                 font-size:7.5pt;
  161.                 margin-top:4px;
  162.                 margin-bottom:5px;
  163.                 padding-top:1px;
  164.                 padding-bottom:1px;
  165.                 padding-left:2px;
  166.                 padding-right:2px;
  167.                 text-align:center;
  168.  
  169.         }
  170.  
  171.         img {
  172.                 border:none;
  173.  
  174.         }
  175.  
  176.         .inposts {
  177.                 padding-left:5px;
  178.                 padding-right:5px;
  179.         }
  180.  
  181.  
  182.  
  183.         h1 {
  184.                 color: {color:Links};
  185.                 font-family: Short Stack;
  186.                 font-size:13px;
  187.                 font-style: bold;
  188.                 font-weight: normal;
  189.                 margin:0;
  190.                 margin-bottom:1px;
  191.         }
  192.  
  193.         h2 {
  194.                 color: {color:Title};
  195.                 font-family: Short Stack;
  196.                 font-size:10pt;
  197.                 font-style: normal;
  198.                 font-weight: normal;
  199.                 margin:0 0 0;
  200.         }
  201.  
  202.         #main {
  203.                 float:left;
  204.                 margin-top:15px;
  205.                 margin-left:400px;
  206.                 width:514px;
  207.  
  208.  
  209.         }
  210.  
  211.         #main img {
  212.                 max-width:500px;
  213.  
  214.         }
  215.  
  216.         .navi {
  217.                 color:{color:Links};
  218.                 font-family: Happy Monkey;
  219.                 font-size: 10px;
  220.                 text-align:left;
  221.                 width:260px;
  222.         }
  223.  
  224.         .navi ul{
  225.                 list-style-type: none;
  226.                 padding-left:0px;
  227.                 margin:0;
  228.         }
  229.  
  230.         .navi li {
  231.                 background-color:{color:Posts};
  232.                 border-left: 3px solid {color:Text};
  233.                 list-style-type: none;
  234.                 margin-bottom:3px;
  235.                 padding: 2px;
  236.                 text-align:left;
  237.         }
  238.  
  239.         .navi li:hover {
  240.                 border-left: 3px solid {color:Links};
  241.         }
  242.  
  243.  
  244.  
  245.         .navi a, .navi a:link, .navi a:visited  {
  246.                 color:{color:Text};
  247.                 cursor:pointer;
  248.                 font-family: Short Stack;
  249.                 font-style:italic;
  250.                 font-weight: normal;
  251.                 letter-spacing: 0px;
  252.                 padding-left:1px;
  253.                 text-decoration: none;
  254.         }
  255.  
  256.         .navi a:hover {
  257.                 border-left: 3px solid color:{color:Linkshover};
  258.                 color:{color:Linkshover};
  259.                 letter-spacing:1px;
  260.         }
  261.  
  262.         .navi2 {
  263.                 color:{color:Links};
  264.                 font-family: Short Stack;
  265.                 font-size: 10px;
  266.                 text-align:left;
  267.                 width:260px;
  268.         }
  269.  
  270.         .navi2 ul{
  271.                 list-style-type: none;
  272.                 padding-left:0px;
  273.                 margin:0;
  274.         }
  275.  
  276.         .navi2 li {
  277.                 background-color:{color:Posts};
  278.                 border-right: 3px solid {color:Text};
  279.                 list-style-type: none;
  280.                 margin-bottom:3px;
  281.                 padding: 2px;
  282.                 text-align:center;
  283.         }
  284.  
  285.         .navi2 li:hover {
  286.                 border-right: 3px solid {color:Links};
  287.         }
  288.  
  289.  
  290.  
  291.         .navi2 a, .navi2 a:link, .navi2 a:visited  {
  292.                 color:{color:Text};
  293.                 cursor:pointer;
  294.                 font-family: Short Stack;
  295.                 font-style:italic;
  296.                 font-weight: normal;
  297.                 letter-spacing: 0px;
  298.                 padding-left:1px;
  299.                 text-decoration: none;
  300.         }
  301.  
  302.         .navi2 a:hover {
  303.                 border-right: 3px solid color:{color:Linkshover};
  304.                 color:{color:Linkshover};
  305.                 letter-spacing:1px;
  306.         }
  307.  
  308.         ol.pnotes {
  309.                 float:left;
  310.                 margin-left:-25px;
  311.                 width:514px;
  312.                 text-align:left;
  313.         }
  314.  
  315.         ol.pnotes li.pnote {
  316.                 background-color:{color:Posts};
  317.                 list-style-type: none;
  318.                 margin-bottom:1px;
  319.                 padding: 2px;
  320.                 text-align:left;
  321.         }
  322.  
  323.         ol.pnotes li.pnote img.avatar {
  324.                 height: 16px;
  325.                 vertical-align: -4px;
  326.                 margin-right: 10px;
  327.                 width: 16px;
  328.         }
  329.  
  330.         ol.pnotes li.pnote span.action {
  331.                 list-style-type: none;
  332.                 font-weight: normal;
  333.         }
  334.  
  335.         ol.pnotes li.pnote .answer_content {
  336.                 list-style-type: none;
  337.                 font-weight: normal;
  338.         }
  339.  
  340.         .pagenumbers {
  341.                 color:{color:Text};
  342.                 font-family:Short Stack;
  343.                 font-size:9px;
  344.                 margin-top:-10px;
  345.                 margin-bottom:5px;
  346.                 padding-top:5px;
  347.                 padding-bottom:2px;
  348.                 padding-left:3px;
  349.                 padding-right:3px;
  350.                 text-align: center;
  351.              
  352.         }
  353.  
  354.         .pagenumbers a, .pagenumbers a:link, .pagenumbers a:visited {
  355.                 background-color:;  
  356.                 color:{color:Links};
  357.                 cursor:pointer;
  358.                 font-family:Short Stack;
  359.                 font-size:24pt;
  360.                 font-weight: normal;
  361.                 letter-spacing: px;
  362.                 text-decoration: none;
  363.         }
  364.  
  365.         .pagenumbers a:hover {
  366.                 color:{color:Linkshover};
  367.         }
  368.  
  369.         .pnotes  {
  370.                 color:{color:Text};
  371.                 font-family:Short Stack;
  372.                 font-size:7pt;
  373.                 margin-left:-5px;
  374.                 margin-bottom:2px;
  375.                 padding-top:5px;
  376.                 padding-bottom:3px;
  377.                 padding-left:3px;
  378.                 padding-right:3px;
  379.  
  380.         }
  381.  
  382.         .posts  {
  383.                 background-color:{color:Posts};
  384.                 background-image: url('{image:Content}');
  385.                 color:{color:Text};
  386.                 font-family:Happy Monkey;
  387.                 font-size:7.5pt;
  388.                 margin-bottom:5px;
  389.                 overflow:hidden;
  390.                 padding-top:5px;
  391.                 padding-bottom:3px;
  392.                 padding-left:3px;
  393.                 padding-right:3px;
  394.  
  395.         }
  396.  
  397.         #sidebar {
  398.                 color:{color:Text};
  399.                 float:left;
  400.                 font-family:Happy Monkey;
  401.                 font-size:7.5pt;
  402.                 margin-bottom:5px;
  403.                 margin-left:120px;
  404.                 margin-top:5px;
  405.                 padding-top:5px;
  406.                 padding-bottom:5px;
  407.                 padding-left:3px;
  408.                 padding-right:3px;
  409.                 position:fixed;
  410.                 width:260px;
  411.         }
  412.  
  413.         #sidebar img {
  414.                 max-width:250px;
  415.  
  416.         }
  417.  
  418.         .sideimage {
  419.                 background-color:{color:Sidebar};
  420.                 background-image: url('{image:Content}');
  421.                 color:{color:Text};
  422.                 font-family:Short Stack;
  423.                 font-size:7pt;
  424.                 margin-top:5px;
  425.                 margin-bottom:3px;
  426.                 padding-top:5px;
  427.                 padding-bottom:5px;
  428.                 padding-left:2px;
  429.                 padding-right:2px;
  430.                 text-align:center;
  431.  
  432.         }
  433.  
  434.         #sidenavi {
  435.                 color:{color:Text};
  436.                 float:left;
  437.                 font-family:Short Stack;
  438.                 margin-bottom:5px;
  439.                 margin-left:2px;
  440.                 margin-top:200px;
  441.                 padding:5px;
  442.                 position:fixed;
  443.                 text-align: center;
  444.                 width:100px;
  445.         }
  446.  
  447.         .tags  {
  448.                 padding-top: 1px;
  449.                 text-align: right;
  450.  
  451.         }
  452.  
  453.         .tagswrap  {
  454.                 color:{color:Text};
  455.                 font-family:Happy Monkey;
  456.                 font-size:9px;
  457.                 margin-top:-25px;
  458.                 margin-bottom:10px;
  459.                 padding-top:5px;
  460.                 padding-bottom:3px;
  461.                 padding-left:3px;
  462.                 padding-right:3px;
  463.                 text-align: right;
  464.  
  465.         }
  466.  
  467.  
  468.         </style>
  469.  
  470.         </head>
  471.  
  472.         <body>
  473.  
  474.         <div id="cage">
  475.  
  476.  
  477.         <div id="sidenavi">
  478.  
  479. {block:Pagination}
  480.         <div class="pagenumbers">
  481. {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}<br>
  482. Page {CurrentPage} of {TotalPages}
  483.  
  484.         </div>
  485. {/block:Pagination}
  486.  
  487.         </div>
  488.  
  489.         <div id="sidebar">
  490.  
  491.        
  492.  
  493.         <div class="sideimage">
  494.         <center><img src="{image:Sidebar}" onmousedown="return false"/></center>
  495.         </div>
  496.  
  497.                
  498.         {block:Description}{Description}{/block:Description}
  499.  
  500.  
  501.  
  502.                 <div class="navi2" style="margin-top:4px;"><ul>
  503.                 {block:IfExtraLinkOneTitle}<li>
  504. <a href="{text:Extra Link One Url}">{text:Extra Link One Title}</a>
  505. </li>{/block:ifExtraLinkOneTitle}
  506.                 {block:IfExtraLinkTwoTitle}<li>
  507. <a href="{text:Extra Link Two Url}">{text:Extra Link Two Title}</a>
  508. </li>{/block:ifExtraLinkTwoTitle}
  509.                 {block:IfExtraLinkThreeTitle}<li>
  510. <a href="{text:Extra Link Three Url}">{text:Extra Link Three Title}</a>
  511. </li>{/block:ifExtraLinkThreeTitle}
  512.                 {block:IfExtraLinkFourTitle}<li>
  513. <a href="{text:Extra Link Four Url}">{text:Extra Link Four Title}</a>
  514. </li>{/block:ifExtraLinkFourTitle}
  515.  
  516.                 </ul></div>
  517.  
  518.  
  519.         <div class="credit">
  520.         <a href="http://leperfectanon.tumblr.com/">©</a>
  521.         </div>
  522.  
  523.         </div>
  524.  
  525.         <div id="main">
  526.  
  527.                        {block:Posts}
  528.  
  529.         <div class="posts">
  530.  
  531.         <div class="inposts">
  532.  
  533.         {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  534.         {block:Text}{Body}{/block:Text}
  535.  
  536.         {block:Quote}<h2>"<i>{Quote}</i>"</h2><div style="text-align:right;"> - {Source}<br></div>{/block:Quote}
  537.  
  538.         {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  539.         {block:Description}<P>{Description}{/block:Description}</p>{/block:Link}
  540.  
  541.         {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  542.  
  543.         {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  544.  
  545.         {block:Chat}
  546.         {block:Title}
  547.         {/block:Title}
  548.         <div class="chat">
  549.         {block:Lines}<div class="chat"><div class="line {Alt}">
  550.         <div class="{Alt} user_{UserNumber}">
  551.         {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div>
  552.         </div></div>{/block:Lines}
  553.         </div>{/block:Chat}
  554.  
  555.         {block:Video}<center>{Video-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  556.  
  557.         {block:Answer}<div class="asks">{Asker} wrote:<br> <div style="margin-left:25px; padding-top:2px;">"{Question}"</div></div>
  558.         {Answer}{/block:answer}
  559.  
  560.         {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  561.  
  562.         </div>
  563.  
  564.        {block:Date}<div class="accent">
  565.  
  566.         » posted <a href="{Permalink}">{TimeAgo}</a>
  567.         {/block:Date}
  568.  
  569.  
  570.          {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}
  571.  
  572.         {block:IndexPage}{block:RebloggedFrom} − <a href="{ReblogRootURL}">© {ReblogRootName}</a>{/block:RebloggedFrom}{/block:IndexPage}
  573.  
  574.                 </div></div><br>
  575.  
  576.         {block:HasTags}<div class="tagswrap"><div class="tags"> tagged as: {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}</div></div>{/block:HasTags}
  577.  
  578.  
  579.         {/block:Posts}
  580.         {block:PostNotes}
  581.         <div class="posts">
  582.         <div class="inposts">
  583.         <ol class="pnotes">
  584.         {PostNotes}
  585.         </ol>
  586.  
  587.         </div>
  588.  
  589.         {/block:PostNotes}
  590.  
  591.         </div>
  592.         </div>
  593.  
  594.         </body>
  595.         </html>