FSXXVII

Theme 004: Bare/Basic Template

Jan 27th, 2013
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.71 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. .-.,-..----..----..-.   .----..----.
  6. | . < | || || || || |__ | || || || |
  7. `-'`-'`----'`----'`----'`----'`----'
  8.  
  9. http://Kooloo.tumblr.com/tagged/tumblr-theme
  10.  
  11. This theme is intended for original content blogs, not reblog blogs. As a result, there is no credit other than this one. Please do not remove it. Anybody looking at your source code is likely looking for a theme credit.
  12.  
  13.  
  14. Bug fixes, corrections, and beta testing by morescore @ Tumblr (THANK YOU)
  15.  
  16. -->
  17.  
  18.  
  19.     <head>
  20.         <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PermalinkPage}{block:PostSummary} — {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
  21.  
  22.         <meta charset="utf-8">
  23.         <meta name="description" content="Anime/Video Game Sheet Music for Piano and Woodwinds" />
  24.  
  25.         <meta name="color:Accent" content="#4EA3D0"/>
  26.         <meta name="color:Background" content="#ffffff" />
  27.         <meta name="color:Text" content="#8a8a8a">
  28.        
  29.        
  30.         <meta name="image:Sidebar" content="" />
  31.         <meta name="image:Background" content="" />
  32.         <meta name="image:favicon" content="http://fc09.deviantart.net/fs71/f/2013/026/6/5/favicon_by_vieril-d5su9cq.png" />
  33.  
  34.         <!-- Appearance options -->
  35.  
  36.  
  37.         <link rel="shortcut icon" href="{image:favicon}" />
  38.         <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  39.         <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />  
  40.          <link href='http://fonts.googleapis.com/css?family=BenchNine' rel='stylesheet' type='text/css' />
  41. <link href='http://www.deviantart.com/download/1709074178703129/fruity_microfont_by_migiwa27-d5nleki.ttf' rel='stylesheet' type='text/css' />
  42. <link href='http://www.deviantart.com/download/1351998862782959/cuprum_by_migiwa27-d5nlelc.ttf' rel='stylesheet' type='text/css' />
  43. <link href='http://www.deviantart.com/download/3111440403473098/francoisone_by_migiwa27-d5nlekw.ttf' rel='stylesheet' type='text/css' />
  44.  
  45.         <!-- HTML5 Shiv -->
  46.         <!--[if lt IE 9]>
  47.                <script src="http://static.tumblr.com/hriofhd/Qj0m8pn7q/html5shiv.js"></script>
  48.        <![endif]-->
  49.  
  50.         <!-- Reset CSS -->
  51.         <link rel="stylesheet" href="http://static.tumblr.com/thpaaos/DIcklyl4z/reset.css" type="text/css">
  52.  
  53.         <!-- Theme CSS -->
  54.         <style type="text/css" media="screen">
  55.        
  56.         body {
  57.             font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Sans', Freesans, sans-serif;
  58.             font-size: 62.8%;
  59.             width: 100%;
  60.             height: 100%;
  61.             background: {color:background} url('{image:Background}') center fixed repeat;
  62.             color: {color:Text};
  63.             }
  64.            
  65.             a { color: {color:Accent}; text-decoration: none; }
  66.            
  67.             #both {
  68.                 width: 100%;
  69.             }
  70.            
  71.             img {
  72.                 max-width: 570px;
  73.             }
  74.            
  75.             h2 {
  76.                 font-size: 1.3em
  77.             }
  78.            
  79.             h3 {
  80.                 font-size: 1.1em;
  81.                 text-align: center;
  82.                 border-bottom: 3px double #ccc;
  83.                 padding-bottom: 15px;
  84.             }
  85.            
  86.             li { margin-left: 15px; }
  87.            
  88.             blockquote {
  89.     border-left: 2px solid #cccccc;
  90.     padding: 1px 1px 1px 10px;
  91.     margin: 5px;
  92. }
  93.  
  94.  .blogavatar { width: 100px; color: {color:Text};  border-radius: 1000px 1000px 0px 1000px; background: #f0f0f0; padding: 10px; margin-bottom: 10px;}
  95.  
  96.  
  97.            
  98.        #left {
  99.            float:left;
  100.            width: 250px;
  101.            font-size: 1em;
  102.            background: url('http://e-ssence.main.jp/tiletouka/touka7.gif');
  103.            padding: 15px;
  104.            border-right: 3px double #ccc;
  105.            border-bottom: 3px double #ccc;
  106.            height: 100%;
  107.            margin: 0;
  108.            position: fixed;
  109.        }
  110.        
  111.        .description {
  112.            border-bottom: 3px double #ccc;
  113.            height: auto;
  114.            padding-bottom: 5px;
  115.            font-size: 1.05em;
  116.            background: #fff;
  117.            }
  118.        
  119.               .links {
  120.            /* border-bottom: 3px double #ccc; */
  121.            height: auto;
  122.            padding:10px;
  123.            font-size: 1em;
  124.            line-height: 12px;
  125.            margin: auto;
  126.            width:auto;
  127.            text-align: right;
  128.            }
  129.            
  130.            .sideimage {
  131.                bottom: 20px;
  132.                position:fixed;
  133.                }
  134.            
  135.            .sideimage img {
  136.                max-width: 250px;
  137.            }
  138.        
  139.           #right {
  140.               float:left;
  141.               width: 620px;
  142.               padding: 10px;
  143.               margin-left: 270px;
  144.               margin-top: 10px;
  145.           }
  146.          
  147.           #entries {
  148.               width: 540px;
  149.               margin: auto;
  150.               float:left;
  151.               display:block;
  152.           }
  153.          
  154.           .post {
  155.               width: 550px;
  156.               margin: auto;
  157.               border-bottom: 3px double #ccc;
  158.               padding: 10px;
  159.               font-size: 1em;
  160.               display:block;
  161.               margin-top: 30px;
  162.               background: #ffffff;
  163.           }
  164.          
  165.           .photo {
  166.               margin-left: -10px;
  167.               margin-top: -10px;
  168.               margin-bottom: 10px;
  169.           }
  170.          
  171.           .footer {
  172.               text-align: right;
  173.               font-size: 1em;
  174.               padding-right: 10px;
  175.               padding-top: 2px;
  176.               padding-bottom: 3px;
  177.               padding-left: 10px;
  178.               width: 550px;
  179.               margin:auto;
  180.               background: #fcfcfc;
  181.              
  182.               border-radius: 0 0 10px 10px;
  183.               }
  184.          
  185.           #top {
  186.               top: 0px;
  187.               margin:auto;
  188.               margin-left: 3px;
  189.               width:80%;
  190.               border-bottom: 3px double #ccc;
  191.               height: 20px;
  192.               font-size: 1.5em;
  193.               padding: 5px;
  194.               padding-left: 300px;
  195.               padding-top: 10px;
  196.               text-align: left;
  197.               position:fixed;
  198.               background: url('http://e-ssence.main.jp/tiletouka/touka7.gif');
  199.           }
  200.  
  201.  
  202.          #theme { font-family:'Open Sans','Lucida Sans', 'Lucida Grande', freesans, sans-serif;
  203. font-size: 9px;
  204. opacity: 0.5;
  205. position:fixed;
  206. bottom:5px;
  207. right:5px;
  208. -webkit-border-radius: 4px;
  209. -moz-border-radius:4px;
  210. -o-border-radius:4px;
  211. border-radius:4px;
  212. width: auto;
  213. height: auto;
  214. z-index:999;
  215.     -webkit-transition:all 0.5s ease-in-out;
  216.     -moz-transition:all 0.5s ease-in-out;
  217.     -o-transition:all 0.5s ease-in-out;
  218.     -ms-transition:all 0.5s ease-in-out;
  219.     transition:all 0.5s ease-in-out; }
  220.  
  221. #theme:hover { opacity:1.0;
  222.     -webkit-transition:all 0.5s ease-in-out;
  223.     -moz-transition:all 0.5s ease-in-out;
  224.     -o-transition:all 0.5s ease-in-out;
  225.     -ms-transition:all 0.5s ease-in-out;
  226.     transition:all 0.5s ease-in-out;}
  227.  
  228. #theme a { text-decoration:none; color: #000; }
  229.          
  230.           #notebox {
  231.              
  232.               width: auto;
  233.               text-align: left;
  234.              
  235.           }
  236.          
  237.           #notebox .avatar {width: 16px; border-radius: 1000px 1000px 0px 1000px; background: #f0f0f0; padding: 5px;}
  238.          
  239.            .pagination {
  240.     margin-top:20px;
  241.     margin-left: 20px;
  242.     margin-bottom:8px;
  243.     padding: 2px;
  244.     line-height:20px;
  245.     font-family:'Open Sans','Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', freesans, sans-serif;
  246.     font-size:15px;
  247.     }
  248.     .pagination a {
  249.     text-decoration:none;
  250.     padding-top:2px;
  251.     padding-bottom:2px;
  252.     padding-left:4px;
  253.     padding-right:4px;
  254.     color:#777777; }
  255.    
  256. .pagination a:hover {
  257.     color:transparent;
  258.     }
  259.  
  260.          
  261.            {CustomCSS}
  262.          
  263.             </style>
  264.  
  265.     </head>
  266.     <body>
  267.       <div id="left"> <img src="{portraiturl-128}" class="blogavatar" /> <br><div class="description">{Description}</div>
  268.  
  269.       <h3><br><a href="/ask">Ask</a> | <a href="/submit">Submit</a> | <a href="/archive">Archive</a></h3>      
  270.      
  271.       <div class="links">{block:HasPages}
  272.                 {block:Pages}
  273.                     <a href="{URL}">{Label} </a>
  274.                     {/block:Pages}
  275.                 {/block:HasPages}
  276.                 <br>
  277.                </div>
  278.                
  279.               <img src="{image:Sidebar}" class="sideimage"/>
  280.      
  281. </div>
  282.  
  283. <div id="right">
  284.  <div id="top"><a href="/"><h1>{Title}</h1></a></div>
  285.  
  286.  
  287.  {block:Posts}
  288.  
  289.  {block:Text}
  290.     <div class="post">
  291.  <h2><a href="{permalink}">{Title}</a></h2><br><br>
  292.  {body}
  293.   </div>
  294.  {/block:Text}  
  295.  
  296. {block:Photo}
  297.     <div class="post">
  298. <img src="{photoURL-1280}" class="photo" />
  299. {block:Caption}{Caption}{/block:Caption}</p>
  300. </div>
  301. {/block:photo}
  302.  
  303. {block:Link}
  304.     <div class="post">
  305. <h2><a href="{URL}">{Name} &rarr;</a></h2><br><br>{Description}
  306. </div>
  307. {/block:Link}
  308.  
  309. {block:Audio}
  310. <div class="post">
  311. <img src="{AlbumArtURL}">
  312. {audioplayerwhite}
  313.  
  314.         {block:Caption}
  315.         {Caption}
  316.         {/block:Caption}
  317.  
  318. </div>
  319. {/block:Audio}
  320.  
  321. {block:Quote}
  322. <div class="post">
  323. ❝{Quote}❞
  324.        
  325.         {block:Source}
  326.             <br><br>—{Source}
  327.         {/block:Source}
  328.         </div>
  329. {/block:Quote}
  330.  
  331. {block:Chat}
  332.  <div class="post">
  333.     <h1>{block:Title}
  334.     {Title}
  335.     {/block:Title}</h1>
  336.        
  337.             <ul>
  338.             {block:Lines}
  339.             <li>{block:Label}{Label}{/block:Label} {Line}</li>
  340.             {/block:Lines}
  341.             </ul>
  342.  </div>
  343. {/block:Chat}
  344.  
  345.  
  346. <div class="footer">{TimeAgo} - <a href="{permalink}">Permalink</a>
  347.  
  348. {block:permalinkpage}{block:hastags}<br>{Lang:Tagged}{block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}
  349. {/block:HasTags}{/block:permalinkpage}</div>
  350.  
  351. {block:PermalinkPage}
  352. {block:PostNotes}
  353. <div id="notebox">
  354. {PostNotes}
  355. </div>
  356. {/block:PostNotes}
  357. {/block:PermalinkPage}
  358.  
  359.   {/block:Posts}
  360.  
  361. <div class="pagination">{block:Pagination}
  362. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  363. {block:JumpPagination length="10"}{block:CurrentPage}
  364. <span class="current_page" style="padding-right:3px;padding-left:3px;">
  365.  
  366. {PageNumber}</span>
  367. {/block:CurrentPage}
  368. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>
  369.  
  370. {/block:JumpPage}
  371. {/block:JumpPagination}
  372. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  373. {/block:Pagination}</div>
  374. </center>
  375. </div>
  376.  </div>
  377.  
  378. <div id="theme"><a href="http://kooloo.tumblr.com">Theme</a></div>
  379.  
  380.     </body>
  381. </html>
Advertisement
Add Comment
Please, Sign In to add comment