Advertisement
Lavender-Llama

LlamaDreams

Aug 21st, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.83 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.         <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.      
  4.     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5.         <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.         <head><title>{Title}</title>
  7.         <link rel="shortcut icon" href="{Favicon}">
  8.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.         {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.                
  11.                
  12.    
  13.     <meta name="image:Background" content="" />
  14.     <meta name="color:Background" content="#000000" />
  15.     <meta name="font:Body" content="" />
  16.     <meta name"color:Sidebar Background" content="#000000" />
  17.     <meta name="color:Sidebar Border" content="#000000" />
  18.     <meta name="color:Primary Color" content="#03999b" />
  19.     <meta name="color:Secondary Color" content="#4cc3c5" />
  20.     <meta name="image:Sidebar" content="" />
  21.     <meta name="font:Sidebar Title" content="copperlate light" />
  22.     <meta name="font:Sidebar Description Text" content="" />
  23.     <meta name="font:Sidebar Link Text" content="" />
  24.     <meta name="if:Infinite Scroll" content="0" />
  25.      
  26.      
  27.     <style type="text/css">
  28.      /*CONTENT*/
  29.      body {
  30.         background-color: {color:Background};
  31.         font-family: {font:Body};
  32.         background-image: url({image:Background});
  33.         margin: 0;
  34.         word-wrap: break-word;
  35.         background-attachment: fixed;
  36.      }
  37.      
  38.      #content {
  39.          width: 560px;
  40.          background-color: rgba(255,255,255,0.4);
  41.          margin: 60px 0 60px 460px;
  42.          padding: 20px 0;
  43.          color: black;
  44.      }
  45.      
  46.      #content a {
  47.          color: {color:Primary Color};
  48.          text-decoration: none;
  49.      }
  50.      
  51.      #content a:hover {
  52.          color: {color:Secondary Color};
  53.      }
  54.      
  55.      #content blockquote {
  56.          border-left: solid 2px black;
  57.          margin: 0;
  58.          padding-left: 10px;
  59.      }
  60.      
  61.      img {
  62.          border: 0;
  63.          max-width: 100%;
  64.      }
  65.      /*CONTENT POSTS*/
  66.      #content #posts {
  67.          background-color: white;
  68.          width: 500px;
  69.          margin: 0 auto 20px;
  70.          padding: 10px;
  71.      }
  72.      
  73.      #content #posts .title {
  74.          font-size: 22px;
  75.      }
  76.      
  77.      #content #posts .text {
  78.          font-size: 11px;
  79.      }
  80.      
  81.      /*TAGS*/
  82.     #content #posts #permalink {
  83.         font-size: 9px;
  84.         margin-top: 10px;
  85.     }
  86.      
  87.     #content #posts #tags {
  88.         font-size: 9px;
  89.     }
  90.    
  91.     #content #notecontainer {
  92.         margin: 20px auto;
  93.         width: 500px;
  94.         font-size: 11px;
  95.     }
  96.    
  97.     #content #notecontainer ol.note {
  98.         list-style-type: none;
  99.         margin: 0;
  100.         padding: 0;
  101.     }
  102.    
  103.     #content #notecontainer img.avatar {
  104.         margin-right: 10px;
  105.         width: 16px;
  106.         height: 16px;
  107.     }
  108.     /*NEXT/PREVIOUS PAGE*/
  109.     #content .pagination {
  110.         width: 260px;
  111.         text-align: center;
  112.         padding: 3px 0;
  113.     }
  114.    
  115.     #contents .pagination a {
  116.         color: {color:Primary Color};
  117.         text-decoration: none;
  118.     }
  119.    
  120.     #contents .pagination a:hover {
  121.         color: {color:Secondary Color};
  122.     }
  123.      
  124.      /*SIDEBAR*/
  125.      #sidebar {
  126.         background-color: {color:Sidebar Background};
  127.         position: fixed;
  128.         width: 445px;
  129.         top: 160;
  130.         left: 0px;
  131.         border: solid 7px {color: Sidebar Border};
  132.      }
  133.      
  134.      #sidebar .title {
  135.         font-family: {font:Sidebar Title};
  136.         font-size: 30px;
  137.         text-align: center;
  138.         padding: 0;
  139.      }
  140.      
  141.      #sidebar .title a{
  142.          color: {color:Primary Color};
  143.          text-decoration: none;
  144.      }
  145.      
  146.      #sidebar .title a:hover {
  147.          color: {color:Secondary Color};
  148.      }
  149.      
  150.      #sidebar .image {
  151.          width: 260px;
  152.          text-align: center;
  153.          float: middle;
  154.          padding: 0 0 0 70px;
  155.      }
  156.      
  157.      #sidebar .description {
  158.          color: black;
  159.          font-size: 11px;
  160.          text-align: center;
  161.          padding: 10px;
  162.          line-height: 100%;
  163.          font-family: {font:Sidebar Description text};
  164.      }
  165.      
  166.      #sidebar .description:hover{
  167.          color:{color:Secondary Color};
  168.      }
  169.      
  170.      #sidebar .links {
  171.          background-color: {color:Primary Color};
  172.          color: white;
  173.          font-size: 11px;
  174.          text-align: center;
  175.          padding: 3px 5px;
  176.          margin: 2px;
  177.          float: left;
  178.          width: 116px;
  179.          font-family: {font:Sidebar Link Text};
  180.      }
  181.      
  182.      #sidebar .links a{
  183.          text-decoration: none;
  184.      }
  185.      
  186.      #sidebar .links:hover{
  187.          color: {color:Secondary Color};
  188.      }
  189.      
  190.      /*Stuffs*/
  191.       #credit {
  192.         position:fixed;
  193.         bottom:10px;
  194.         right:10px;
  195.         font-family:uni;
  196.         color:black;
  197.         font-size:15pt;
  198.         padding:5px;
  199.     }
  200.      
  201.     #credit a{
  202.         color: black;
  203.         background: white;
  204.         padding:5px;
  205.         border:1px solid black;
  206.         text-decoration: none;
  207.     }
  208.      
  209.     #credit a:hover{
  210.         color: #b0c4de;
  211.         text-decoration:line-through;
  212.     }
  213.      
  214.      
  215.     {CustomCSS} </style>
  216.        
  217.        {block:IfNotIniniteScroll}
  218.        <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  219.        {/block:IfNotIniniteScroll}
  220.        
  221.     </head><body>
  222.    
  223.    
  224.     <div id="sidebar">
  225.     <div class="title"><a href="/">{Title}</a></div>
  226.     <img class="image" src="{image:Sidebar}" />
  227.     <div class="description">{Description}</div>
  228.    
  229.     {block:AskEnabled}<a href="/ask"><div class="links">{AskLabel}</div></a>{/block:AskEnabled}
  230.     {block:SubmissionsEnabled}<a href="/submit"><div class="links">{SubmitLabel}</div></a>{/block:SubmissionsEnabled}
  231.     {block:HasPages}{block:Pages}<a href="{url}"><div class="links">{Label}</div></a>{/block:Pages}{/block:HasPages}
  232.     </div>
  233.     </div>
  234.    
  235.     <div id="content">
  236.    
  237.     <div class="autopagerize_page_element">
  238.    
  239.     {block:Posts}
  240.     <div id="posts">
  241.    
  242.     {block:Photo}
  243.     <div class-"title">{LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}</div>
  244.     {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  245.     {/block:Photo}
  246.    
  247.     {block:Photoset}
  248.     <div class="title">{Photoset-500}</div>
  249.     {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  250.     {/block:Photoset}
  251.    
  252.     {block:Video}
  253.     <div class="title">{Video-500}</div>
  254.     {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  255.     {/block:Video}
  256.    
  257.     {block:Audio}
  258.     <div class="title">{AudioPlayer}</div>
  259.     <br />{PlayCountWithLabel}
  260.     {block:Caption}<br /><div class="text">{Caption}</div>{/block:Caption}
  261.     {/block:Audio}
  262.    
  263.     {block:Text}
  264.     {block:Title}<div class="title">{Title}</div><br />{/block:Title}
  265.     <div class="text">{Body}</div>
  266.     {/block:Text}
  267.    
  268.     {block:Answer}
  269.     <div class="title">{Question}</div><br />
  270.     <div class="text">{Asker}</div><br />
  271.     <div class="text">{Answer}</div>
  272.     {/block:Answer}
  273.    
  274.     {block:Chat}
  275.     {block:Title}<div class="title">{Title}</div><br />{/block:Title}
  276.     {block:Lines}
  277.     {block:Label}<strong><div class="text">{Label}</div></strong>{/block:Label} {Line}<br  />
  278.     {/block:Lines}
  279.     {/block:Chat}
  280.    
  281.     {block:Link}
  282.     <a href="{URL}" >{Name}</a>
  283.     {block:Description}<br />{Description}{/block:Description}
  284.     {/block:Link}
  285.    
  286.    
  287.     <div id="permalink">
  288.     <a href="{Permalink}" style="font-size: 9px; margin: 10px">
  289.     {block:Date}{lang:Posted TimeAgo}{/block:Date}
  290.     {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  291.     </a>
  292.     </div>
  293.    
  294.     {block:HasTags}<div id="tags">
  295.     {block:Tags}
  296.     <a href="{TagURL}"> #{Tag} </a>
  297.     {/block:Tags}
  298.     </div>
  299.     {/block:HasTags}
  300.    
  301.     </div>
  302.     {/block:Posts}
  303.     </div>
  304.    
  305.     {block:PostNotes}
  306.     <div id="notecontainer">{PostNotes}</div>
  307.     {/block:PostNotes}
  308.    
  309.     <div id="sidebar">
  310.    
  311.         {block:IfNotInfiniteScroll}
  312.         <div class="pagination">
  313.             {block:PreviousPage}
  314.             <a href="{PreviousPage}">« </a>
  315.             {/block:PreviousPage}
  316.             {block:NextPage}
  317.             <a href="{NextPage}"> »</a>
  318.             {/block:NextPage}
  319.         </div>
  320.         {/block:IfNotInfiniteScroll}
  321.        
  322.     <div id="credit">
  323.         <div id="credit">
  324.     <a href="http://lavender-llama.tumblr.com/" title="Theme By Lavender Llama">&#9829;</a>
  325. </div>
  326.     </div>
  327.        
  328.    
  329.     </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement