Advertisement
beliebed

#15 Never Ending Summer Theme

Jul 27th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.78 KB | None | 0 0
  1. <!--
  2.  
  3. THEME BY BELIEBED
  4.  
  5. / BASE CODE CREDIT; DUMBLDORES \        
  6. ----------------------------------------------
  7.  
  8. -->
  9.  
  10.      
  11. <html>
  12. <head>
  13. <title>{title}</title>
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.     <!-- Theme Variables -->
  22.    
  23.     <meta name="if:ShowLink3" content="1" />
  24.     <meta name="if:ShowLink4" content="1" />
  25.     <meta name="if:ShowLink5" content="1" />
  26.     <meta name="if:ShowLink6" content="1" />
  27.    
  28.    
  29.     <meta name="color:border" content="#000000" />
  30.     <meta name="color:text" content="#0000000" />
  31.     <meta name="color:link" content="#000000" />
  32.     <meta name="color:link hover" content="#fff" />
  33.     <meta name="color:scrollbar" content="#000000" />
  34.     <meta name="color:scrollbarbg" content="#ffffff" />
  35.     <meta name="color:descriptiontext" content="#fff" />
  36.     <meta name="color:pagination" content="#353535" />
  37.            
  38.  
  39.     <meta name="text:Home Title" content="Home" />
  40.    
  41.     <meta name="text:Ask Title" content="Ask" />
  42.    
  43.     <meta name="text:Link3 URL" content="/" />
  44.     <meta name="text:Link3 Title" content="Link3" />
  45.    
  46.     <meta name="text:Link4 URL" content="/" />
  47.     <meta name="text:Link4 Title" content="Link4" />
  48.    
  49.     <meta name="text:Link5 URL" content="/" />
  50.     <meta name="text:Link5 Title" content="Link5" />
  51.    
  52.     <meta name="text:Link6 URL" content="/" />
  53.     <meta name="text:Link6 Title" content="Link6" />
  54.  
  55.     <meta name="image:background" content="" />
  56.     <meta name="image:sidebg" content="" />
  57.     <meta name="if:tinycursor" content="1"/>
  58.  
  59. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  60.  
  61. <link rel="shortcut icon" href="{Favicon}" />
  62.  
  63. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  64.  
  65. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70.  
  71. {block:iftinycursor}
  72. body, a, a:hover{
  73. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  74. }
  75. {/block:iftinycursor}
  76.  
  77. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px;             width:8px}
  78. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  79. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  80.  
  81.  
  82.  
  83.     body {
  84.     color: {color:text};
  85.     line-height: 100%;
  86.     text-transform: lowercase;
  87.     }
  88.  
  89.     a:link, a:active, a:visited {
  90.     text-decoration: none;
  91.     color: {color:link};
  92.     -moz-transition-duration:.6s;
  93.     -webkit-transition-duration:.6s;
  94.     -o-transition-duration:.6s;
  95.     }
  96.  
  97.     a:hover {
  98.     color: {color:link hover};
  99.     text-decoration: line-through;  
  100.     -moz-transition-duration:.6s;
  101.     -webkit-transition-duration:.6s;
  102.     -o-transition-duration:.6s;
  103.     }
  104.  
  105.     #entries {
  106.     width: 500px;
  107.     text-align: justify;
  108.     margin-top: 15px;
  109.     margin-left: 510px;
  110.     font-style:italic;
  111.     font-size: 10px;
  112.     }
  113.  
  114.     #posts {
  115.     width: 500px;
  116.     text-align: justify;
  117.     font-family: cambria;
  118.     }
  119.  
  120.     #info {
  121.     margin-top: -25px;
  122.     padding-bottom: 50px;
  123.     letter-spacing: 1px;
  124.     line-height:7px;
  125.     font-family: cambria;
  126.     font-size: 8px;
  127.     font-style:italic;
  128.     }
  129.      
  130.     #sidebar {
  131.     width: 100px;
  132.     height: 500px;
  133.     display: block;
  134.     position: fixed;    
  135.     margin-top: 20px;
  136.     margin-left: 120px;      
  137.     background-image: url('{image:sidebg}');
  138.     }
  139.    
  140.  
  141.  
  142.     #description {
  143.     font-family:cambria;
  144.     font-size:9px;
  145.     letter-spacing:1px;
  146.     text-align:left;
  147.     color:{color:descriptiontext};
  148.     line-height:14px;
  149.     width:75px;
  150.     height:90px;
  151.     margin-left:3px;
  152.     margin-top:-280px;
  153.     }
  154.    
  155.        
  156.  
  157.     #linkbar {
  158.     margin-left:195px;
  159.     margin-top: 20px;
  160.     position: fixed;  
  161.     text-align:right;
  162.  
  163.     }
  164.    
  165.  
  166.    
  167.     #links a {
  168.     font-size:8px;
  169.     font-family: cambria;
  170.     font-style:bold;
  171.     text-transform: lowercase;
  172.     color: {color:link};
  173.     line-height:15px;
  174.     letter-spacing:1px;
  175.     display:block;
  176.  
  177.     }
  178.  
  179.        
  180.     .title {
  181.     font-family:baskerville;
  182.     font-size:0px;
  183.     text-transform:uppercase;
  184.     letter-spacing:5px;
  185.     text-align:center;
  186.     color:{color:link};
  187.     line-height:20px;
  188.     margin-left:65px;
  189.     margin-top:200px;
  190.     width:70px;
  191.     height:70px;
  192.     padding:5px;
  193.     border: 0px solid #fff;
  194.     }
  195.  
  196.  
  197.    
  198.    
  199.    
  200.     #pagination {
  201.     position: fixed;
  202.     display: block;
  203.     top: 48%;
  204.     font-size: 20px;
  205.     font-family: cambria;
  206.     left: 225px;
  207.     width: 71px;
  208.     text-align: center;
  209.     margin-top: -25px;
  210.     opacity: .8;
  211.     color: {color:pagination};
  212.  
  213.  
  214.     }
  215.  
  216.  
  217.  
  218.    
  219.     h1{
  220.     background-color: transparent;
  221.     font-family: baskerville;
  222.     font-size: 13px;
  223.     line-height: 10px;
  224.     letter-spacing: 2px;
  225.     text-align: left;
  226.     text-transform: uppercase;
  227.     color: {color:link};
  228.     }
  229.      
  230.     #question {
  231.     font-family: calibri;
  232.     font-size: 9.25px;
  233.     text-align: left;
  234.     border: 1.5px dotted {color:border};
  235.     padding: 5px;
  236.     }
  237.      
  238.     #answer {
  239.     font-size: 9.25px;
  240.     margin-top: 5px;
  241.     }
  242.      
  243.     blockquote {
  244.     margin: 10px 2px 10px 10px;
  245.     border-left: 4px solid {color:border};
  246.     padding-left: 3px;
  247.     }
  248.      
  249.     blockquote img, blockquote a img {
  250.     max-width: 490px;
  251.     }
  252.      
  253.     p {
  254.     margin-top: 5px;
  255.     margin-bottom: 10px;
  256.     }
  257.      
  258.     img a{
  259.     border: none;
  260.     }
  261.  
  262.     img a:hover {
  263.     opacity: 1;
  264.     }
  265.  
  266.     .audio{
  267.     background-color: black;
  268.     display: block;
  269.     }
  270.    
  271.    
  272.     .notes img{
  273.     width: 10px;
  274.     position: relative;
  275.     top: 1px;
  276.     }
  277.      
  278.     ol.notes, .notes li{
  279.     list-style: none;
  280.     margin: 0px;
  281.     padding: 0px;
  282.     }
  283.    
  284.     #cred {
  285.     position:fixed;
  286.     font-size:8px;
  287.     font-weight:normal;
  288.     line-height:150%;
  289.     letter-spacing:2px;
  290.     bottom:10px;
  291.     margin-left:1328px;
  292.     color:#fff;
  293.     text-transform:uppercase;
  294.     text-align:center;
  295.     background-color:#ffffff;
  296.     border: 1px dashed {color:border};
  297.     padding: 2px;
  298.     padding-left: 3px;
  299.     }
  300.    
  301.  
  302.      
  303.     </style>
  304.     <style type="text/css">
  305.  
  306.     {CustomCSS}</style>
  307.    
  308.     </head>
  309.     <body>
  310.    
  311.     <div id="pagination">
  312.     {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div>
  313.    
  314.     <div id="sidebar">
  315.     {block:IfShowSidebarImage}<div id="sidebarimg"><img src="{image:sidebar}"></div><br>{/block:IfShowSidebarImage}
  316.     <div class="title">{title}</div>
  317.     <div id="description">{block:Description}{Description}{/block:Description}</div>
  318.     </div>
  319.  
  320.     <div id="linkbar"><div id="links">
  321.     <a title="{text:Home Hover}"href="/">{text:Home Title}</a>
  322.     <a title="{text:Ask Hover}"href="/ask">{text:Ask Title}</a>
  323.     {block:IfShowLink3}<a title="{text:Link3 Hover}"href="{text:Link3 URL}">{text:Link3 Title}</a>{/block:IfShowLink3}
  324.     {block:IfShowLink4}<a title="{text:Link4 Hover}"href="{text:Link4 URL}">{text:Link4 Title}</a>{/block:IfShowLink4}
  325.     {block:IfShowLink5}<a title="{text:Link5 Hover}"href="{text:Link5 URL}">{text:Link5 Title}</a>{/block:IfShowLink5}
  326.     {block:IfShowLink6}<a title="{text:Link6 Hover}"href="{text:Link6 URL}">{text:Link6 Title}</a>{/block:IfShowLink6}
  327.     </div></div>
  328.  
  329.  
  330.  
  331.  
  332.  
  333.     <BR>
  334.      
  335.     <div id="entries">
  336.     {block:Posts}
  337.  
  338.     <div id="posts">
  339.  
  340.     {block:Quote}"<i>{Quote}</i>"&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  341.     {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  342.     {block:Text}{Body}{/block:Text}
  343.      
  344.     {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  345.     {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  346.      
  347.     {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  348.     {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  349.      
  350.     {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  351.      
  352.     {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  353.      
  354.     {block:Answer}
  355.     <div id="question">{asker}</i> said:<br><font size="1.75">{Question}</font><br></div>
  356.     <div id="answer"><small></small> <font size="1.75">{Answer}</font></div>
  357.     {/block:Answer}
  358.      
  359.     {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  360.     </div>
  361.    
  362.     <br>
  363.  
  364.     <br>
  365.     <div id="info">
  366.     <div align="left">
  367.     {block:Date}    
  368.     {block:NotReblog}
  369.     posted{/block:NotReblog}
  370.     {block:RebloggedFrom}
  371.     reblogged{/block:RebloggedFrom}
  372.     <a href="{Permalink}">
  373.     {TimeAgo}
  374.     </a>
  375.     {/block:Date}
  376.     {block:NoteCount}
  377.     with <a href="{Permalink}">
  378.     {NoteCountWithLabel}</a>
  379.     {/block:NoteCount}
  380.     {block:RebloggedFrom};
  381.     via <a href="{ReblogParentURL}">
  382.     {ReblogParentName}</a>
  383.     {/block:RebloggedFrom}
  384.     {block:ContentSource}+
  385.     <a href="{SourceURL}">
  386.     {SourceLink}</a>
  387.     {/block:ContentSource}
  388.     {/block:ContentSource}
  389.     <br>
  390.    
  391.  
  392.             <br>
  393.         {block:HasTags}  
  394.     {block:Tags}<a href="/tagged/{Tag}">
  395.     ~{Tag}~</a>
  396.     {/block:Tags}
  397.     {/block:HasTags}
  398.     </div>
  399.     </div>
  400.  
  401.     {/block:Posts}
  402.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  403.  
  404.     </div>
  405.    
  406. <!--
  407.  
  408. don't remove the credit !
  409.  
  410. -->
  411.  
  412. <div id="cred"><a href="http://beliebed.tumblr.com/"><big>©</big></a></div>
  413.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement