Help with Tumblr coding

Discussion in 'Web Programming' started by Pokemoners, Nov 10, 2012.

Help with Tumblr coding
  1. Unread #1 - Nov 10, 2012 at 4:05 AM
  2. Pokemoners
    Joined:
    Jul 9, 2007
    Posts:
    4,161
    Referrals:
    5
    Sythe Gold:
    39

    Pokemoners <3 PIKACHU <3
    Retired Sectional Moderator $5 USD Donor

    Help with Tumblr coding

    Hey guys,

    I'm not too familiar with html so I was wondering if someone could help me change the font of the title?

    Code:
    <html lang="en">
    <head>
    <title>{title}</title>
    
    <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
    
    <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
    
    <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
    
    <link href='http://fonts.googleapis.com/css?family=Nixie+One|Corben:700|Wire+One|Oswald|Sansita+One|Permanent+Marker' rel='stylesheet' type='text/css'>
    
    
    <meta name="color:Background" content="#FFF"/>
    <meta name="color:Post Box" content="#F5F5F5"/>
    <meta name="color:Blog Title" content="#3D3D3D"/>
    <meta name="color:Blog Description" content="#494949"/>
    <meta name="color:Title" content="#292929"/>
    <meta name="color:Text" content="#363636"/>
    <meta name="color:Link" content="#757575"/>
    <meta name="color:Hover" content="#D4D4D4"/>
    <meta name="font:Body" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
    <meta name="image:Header" content=""/>
    <meta name="image:Background" content=""/>
    <meta name="if:Default Background Image" content="0"/>
    <meta name="if:Default Background Image 2" content="0"/>
    <meta name="if:Three Columns" content="1"/>
    <meta name="if:Two Columns" content="0"/>
    <meta name="if:Page Curl Shadows" content="1"/>
    <meta name="if:Reblog Link On Hover" content="1"/>
    <meta name="if:Faded Images On Hover" content="0"/>
    <meta name="if:Show Title" content="1"/>
    <meta name="if:Show Blog Description" content="1"/>
    <meta name="if:Blog Title Hover Effect" content="0"/>
    <meta name="if:Ask Link" content="1"/>
    <meta name="if:Archive Link" content="1"/>
    <meta name="text:Ask Link Text" content="" />
    <meta name="text:Archive Link Text" content="" />
    <meta name="text:Custom Link One" content="" />
    <meta name="text:Custom Link One Title" content="" />
    <meta name="text:Custom Link Two" content="" />
    <meta name="text:Custom Link Two Title" content="" />
    <meta name="text:Custom Link Three" content="" />
    <meta name="text:Custom Link Three Title" content="" />
    <meta name="text:Custom Link Four" content="" />
    <meta name="text:Custom Link Four Title" content="" />
    <meta name="text:Custom Link Five" content="" />
    <meta name="text:Custom Link Five Title" content="" />
    <meta name="text:Custom Link Six" content="" />
    <meta name="text:Custom Link Six Title" content="" />
    <meta name="text:Custom Link Seven" content="" />
    <meta name="text:Custom Link Seven Title" content="" />
    <meta name="text:Custom Link Eight" content="" />
    <meta name="text:Custom Link Eight Title" content="" />
    <meta name="text:Custom Link Nine" content="" />
    <meta name="text:Custom Link Nine Title" content="" />
    <meta name="text:Custom Link Ten" content="" />
    <meta name="text:Custom Link Ten Title" content="" />
    </script>
    
    <style type="text/css">
    
    body{
       margin:0px; 
       background-color: {color:Background}; 
       background-image:url({image:Background});
       {block:ifDefaultBackgroundImage}  
       background-image:url(http://static.tumblr.com/blynovh/xUWls3mf9/warmfuzz.jpg);    {/block:ifDefaultBackgroundImage}
    {block:ifDefaultBackgroundImage2}  
       background-image:url(http://static.tumblr.com/tak5d5w/mJGlsc3mj/coldfuzz.jpg);{/block:ifDefaultBackgroundImage2}
       background-attachment: fixed; 
       background-repeat: repeat; 
       font-size: 9px; 
       font-family:{font:Body}; 
       line-height:11px; 
       color:{color:Text};
    }
    
    a:link, a:active, a:visited{ 
       color: {color:Link}; 
       text-decoration: none;
       -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all   0.6s ease-out;transition: all 0.6s ease-out;
    }
    
    a:hover{ 
       color:{color:Hover}; 
       text-decoration: none;
       -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all   0.3s ease-out;transition: all 0.3s ease-out;
    }
    
    .sidelink{font-style:none;
       font-family: {font:Body};
       font-color: {color:Text};
       text-align: center;
       padding-right:5px;
       text-transform:uppercase;
       font-size:11px; 
       -webkit-transition: all 1.5s linear; -moz-transition: all 1.5s linear; transition: all 1.5s  linear;}
    
    .description{font-style:none;
       font-family: {font:Body};
       font-color: {color:Text};
       text-align: center;
       text-transform:uppercase;
       font-size:11px;
    }
    
    .sidelink:hover{background-color:rgba(0,0,0,0);
      style: none;
      color:{color:Hover};
      -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s    linear;}
      .sidelink a:hover{color: {color:Link};
      -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s   linear;}
    
    #leposts{
    {block:ifThreeColumns}
      width:345px; 
      height:auto;}
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      width:500px; 
      height:auto;}
    {/block:ifTwoColumns}
    {block:PermalinkPage}
      width:600px;
    {/block:PermalinkPage}
    }
    
    
    #weiner{
      padding-top:3px;
      padding-bottom:3px;
      position:fixed !important;
    {block:ifThreeColumns}  
      width:345px;
      height:207px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}  
      width:500px;
      height:207px;
    {/block:ifTwoColumns}
      background-color:{color:Post Box};
      {block:PermalinkPage}
      width:600px;
      height:207px;
      {/block:PermalinkPage}
    }
    
    #containerr{
      margin:auto; 
      top:30px;
      padding-top:15px;
      position:relative;
    {block:indexpage}
    {block:ifThreeColumns}
      width:1090px;
      left:10px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      width:1090px;
      left:30px;
    {/block:ifTwoColumns}
    {/block:indexpage}
    {block:permalinkpage}
    {block:ifThreeColumns}
      width:1090px;
      left:90px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      width:1090px;
      left:96px;
    {/block:ifTwoColumns}
    {/block:permalinkpage}
      overflow:hidden;
    }
    
    
    #container .topbanner {
     z-index:999999999999999;
     top: 0px;
     width: 900px;
     height: auto;
     background-color: transparent;
    }
    
    
    #posts{
    {block:indexpage}
    {block:ifThreeColumns}
      width:1080px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      width:1100px;
    {/block:ifTwoColumns}
    {/block:indexpage}
    {block:permalinkpage}
      width:800px;
    {/block:permalinkpage}
    }
    
    #c0zy{
      position:fixed !important;
      width:auto; 
      height:auto;   
      right:3px;
      top:26px;
    }
    
    #c0zy:hover{
      position:fixed !important;
      width:auto; 
      height:auto; 
    }
    
    #entry{
      z-index:9999;
      border:0px solid;
      border-color: #FFFFF1;
      float: left;
    {block:ifThreeColumns}
      width:345px; 
      height:auto;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      width:500px; 
      height:auto;
    {/block:ifTwoColumns}
      background-color:transparent;
    {block:PermalinkPage}
      width: 600px;
      height: auto; 
    {/block:PermalinkPage} 
      line-height:8px;   
      padding:0px;
    {block:ifPageCurlShadows}
    {block:ifThreeColumns}  
      margin-right:10px;
      margin-bottom:0px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}  
      margin-right:20px;
      margin-bottom:0px;
    {/block:ifTwoColumns}
    {/block:ifPageCurlShadows}
    {block:ifNotPageCurlShadows}
      margin-right:10px;
      margin-bottom:10px;
    {/block:ifNotPageCurlShadows}
      overflow:hidden; 
    }
    
    
    #entry img{
    {block:IndexPage}
    {block:ifThreeColumns}
      max-width: 345px;
      height: auto;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      max-width: 500px;
      height: auto;
    {/block:ifTwoColumns}
    {/block:IndexPage}
    {block:PermalinkPage}
      max-width: 600px;
      height: auto;
    {/block:PermalinkPage}
    }
    
    
    {block:ifReblogLinkOnHover}
    #entry:hover #reblog{
    {block:IndexPage}
    {block:ifThreeColumns}
      margin-left:315px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      margin-left:470px;
    {/block:ifTwoColumns}
      margin-top:8px;
      opacity:1;-webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
    {/block:IndexPage}
    }
     
    #reblog{
      width:22px;
      float:left;
    {block:ifThreeColumns}
      margin-left:315px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      margin-left:470px;
    {/block:ifTwoColumns}
      margin-top:0px;
      position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
    {/block:ifReblogLinkOnHover}
    
    
    #permapagenotesbox{
      font-family: {Font:Body}; 
      font-size: 9px; 
      text-align: center; 
      padding-bottom:10px;
      z-index:9999;
      width:600px;
      background-color:{color:Post Box};
    }
    
    
    #pagination{
      font-size: 10px;}
      #tumblr_controls{
      position: fixed !important;
    }
    
    #permapage{
      font-family: {Font:Body}; 
      font-size: 9px; 
      text-align: center; 
      padding-bottom:10px;
      z-index:9999;}
    
    #notes{
    {block:permalinkpage}
      background-color:{color:Post Box};
      display:block;
      width:800px;
      float: left;
      padding:10px;
      overflow:visible;
      z-index:9999999;
      margin-top: 10px;
      outline:1px solid rgba(0, 0, 0, .1);
      border:2px solid rgba(0, 0, 0, .05);
      text-align: left;
    {/block:permalinkpage}
    }
    
    
    .title{
      font-family: Nixie One;
      text-transform:uppercase;
      font-size: 22px; 
      line-height: 25px; 
      color: {color:Title}; 
      letter-spacing: 0px;
    }
    
    
    .asktitle{
      font-family: {font:Body};
      text-transform:uppercase;
      font-size: 12px; 
      line-height: 12px; 
      color: {color:Title}; 
      font-weight: normal;
      letter-spacing: 0px;
    }
    
    .leblogtitle{
      font-family: QuicksandLight; 
      font-size: 60px;
      text-transform: uppercase; 
      line-height: 50px; 
      color: {color:Blog Title};
      -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all        0.6s ease-out;transition: all 0.6s ease-out;
    {block:ifBlogTitleHoverEffect}  
      text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px   0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    {/block:ifBlogTitleHoverEffect}       
    
    }
    
    .credy{
      font-family: Arial; 
      font-size: 9px; 
      opacity: .6; 
      color: {color:Body}; 
      letter-spacing: 0px;
      border-style: outset;
      border-width: 2px;
    }
    
    .leblogtitle:hover{
      color:{color:Hover};
      -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all    0.3s ease-out;transition: all 0.3s ease-out;
    {block:ifBlogTitleHoverEffect}
      text-shadow: 0px 1px 1px #4d4d4d; color: #222;
    {/block:ifBlogTitleHoverEffect}
    }
    
    .credy:hover{
      font-family: Arial; 
      font-size: 9px; 
      opacity: .6; 
      color: {color:Body}; 
      letter-spacing: 0px;
      border-style: inset;
      border-width: 2px;
    }
    
    
    .permalinktext{
      font-family: {Font:Body}; 
      padding: 5px;
      position: absolute; 
      text-align: center; 
      width: 200px; 
      -moz-transition: 0.3s ease-out;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      opacity:0;
    }
    
    .permalinktext a{color:{color:links};
    }
    
    {block:iffadedimagesonhover}
      img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }
      img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }
    {/block:iffadedimagesonhover}
    
    .entry:hover .permalinktext {
      -moz-transition: 0.3s ease-out;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      width:200px; 
      text-decoration:line-through;
      height:auto; 
      display: block; 
      opacity: 1; 
    }
    
    blockquote{
      padding:0px 0px 2px 3px;
      margin:0px 0px 2px 1px; 
    }
    ul, ol, li{
      list-style:none; 
      margin:0px; 
      padding:0px;
    }
    
    .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, 
    .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
    }
    
    a.links {
      font-family: Arial;
      font-size: 10px; 
      line-height: 9px; 
      text-transform: normal; 
      letter-spacing:0px;
      display:block;
      padding: 0px;
      margin-bottom: 0px;
      -moz-border-radius:0px; border-radius:0px;
    }
    
    a.links:hover {
      font-style: italic;
      text-decoration: underline;
      letter-spacing:10px;
    }
    
    </style>
    <link rel="shortcut icon" href="{Favicon}">
    <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
    <meta name="viewport" content="width=720" />
    </head>
    <body>
    <!-- SCM Music Player http://scmplayer.net -->
    <script type="text/javascript" src="http://scmplayer.net/script.js" 
    data-config="{'skin':'skins/blue/skin.css','volume':34,'a*******':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'Skinny Love','url':'http://www.youtube.com/watch?v=aNzCDt2eidg'},{'title':'Why I%27m Home','url':'http://www.youtube.com/watch?v=0KHcXml6Yp4'},{'title':'Goodnight Moon','url':'http://www.youtube.com/watch?v=BClFpTijh1Y'},{'title':'Sunday Morning','url':'http://www.youtube.com/watch?v=AFPervOXVgg'},{'title':'The Heart of Love','url':'http://www.youtube.com/watch?v=e2mJpQSkae8'}]}" ></script>
    <!-- SCM Music Player script end -->
    
    
    <div id="c0zy">
    <a href="http://royrebirth.org/donate"><img src="http://i.imgur.com/1lYNw.png"></a>
    </div>
    
    <div id="containerr">
    <div class="topbanner" style="overflow:hidden; 
    {block:ifThreeColumns}
    margin-left:-20px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
    margin-left:-70px;
    {/block:ifTwoColumns}
    
    {block:permalinkpage}
    {block:ifThreeColumns}
    margin-right:178px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
    margin-right:120px;
    {/block:ifTwoColumns}
    {block:permalinkpage}">
    <center>
    <a href="/"><img style="max-width:800px; max-height:300px; margin-bottom:5px;" src="{image:Header}"></a><br>
    {block:ifShowTitle}<span class="leblogtitle">{title}</span><br><br><br>{/block:ifShowTitle}
    {block:ifAskLink}<a href="/ask" class="sidelink">{text:Ask Link Text}</a>&nbsp;{/block:ifAskLink}
    {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="sidelink">{text:Custom Link One Title}</a>&nbsp;{/block:ifCustomLinkOneTitle}
    {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="sidelink">{text:Custom Link Two Title}</a>&nbsp;{/block:ifCustomLinkTwoTitle} 
    {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="sidelink">{text:Custom Link Three Title}</a>&nbsp;{/block:ifCustomLinkThreeTitle}
    {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="sidelink">{text:Custom Link Four Title}</a>&nbsp;{/block:ifCustomLinkFourTitle}
    {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}" class="sidelink">{text:Custom Link Five Title}</a>&nbsp;{/block:ifCustomLinkFiveTitle}
    {block:ifCustomLinkSixTitle}<a href="{text:Custom Link Six}" class="sidelink">{text:Custom Link Six Title}</a>&nbsp;{/block:ifCustomLinkSixTitle}
    {block:ifCustomLinkSevenTitle}<a href="{text:Custom Link Seven}" class="sidelink">{text:Custom Link Seven Title}</a>&nbsp;{/block:ifCustomLinkSevenTitle}
    {block:ifCustomLinkEightTitle}<a href="{text:Custom Link Eight}" class="sidelink">{text:Custom Link Eight Title}</a>&nbsp;{/block:ifCustomLinkEightTitle}
    {block:ifCustomLinkNineTitle}<a href="{text:Custom Link Nine}" class="sidelink">{text:Custom Link Nine Title}</a>&nbsp;{/block:ifCustomLinkNineTitle}
    {block:ifCustomLinkTenTitle}<a href="{text:Custom Link Ten}" class="sidelink">{text:Custom Link Ten Title}</a>&nbsp;{/block:ifCustomLinkTenTitle}
    {block:ifArchiveLink}<a href="/archive" class="sidelink">{text:Archive Link Text}</a>{/block:ifArchiveLink}
    {block:IfShowBlogDescription}
    <div style="line-height:14px; margin-top:10px; margin-bottom:0px; color:{color:Blog Description};"><span class="description">{description}</span></div>{/block:IfShowBlogDescription}
    </center>
    </div>
    </div>
    
    <div id="weiner">
    <div id="containerr">
    <div id="sidebarr">
    </div>
    </center>
    
    <div id="pagination">
    <div align="center">
    
    <div id="posts">
    
    {block:Posts}
    <div id="entry">
    {block:Photo}
    {block:IndexPage}
    {block:ifReblogLinkOnHover}
    <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/tak5d5w/OBnlsu9qa/c0zyreblogbutton.png" width="22px"/></a></div>
    {/block:ifReblogLinkOnHover}
    <div id="leposts">
    <a href="{permalink}">
    <img src="{PhotoURL-500}" alt="{PhotoAlt}"  width={block:ifThreeColumns}345{/block:ifThreeColumns}{block:ifTwoColumns}500{/block:ifTwoColumns}; style=""></a>
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    </div>
    {/block:IndexPage}
    
    {block:PermalinkPage}
    {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=600px; style=" {block:IfSoftShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow:  0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px  rgba(0, 0, 0, .3);{/block:IfSoftShadows}  border="0">
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    </center>
    {/block:PermalinkPage}
    {/block:Photo}
     
    {block:Photoset}
    <div style="background-color:{color:Post Box};">
    <div style="padding:5px">
    {block:IndexPage}
    {block:ifTwoColumns}
    {Photoset-500}
    {/block:ifTwoColumns}
    {block:ifThreeColumns}
    {Photoset-250}
    {/block:ifThreeColumns}
    {/block:IndexPage}
    {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>
    {block:indexpage}<div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
    <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    {block:IndexPage}
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.5;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:IndexPage}
    {block:PermalinkPage}
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.5;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:PermalinkPage}
    {/block:Photoset}
     
    {block:Text}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
    {block:Title}
    <a href="{permalink}"><span class="title">{Title}</span></a>
    {/block:Title}
    <span class="entrytext" style="line-height:12px;">{Body}</span>
    <a href="{Permalink}"></a></div>
    {block:indexpage}<center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
     <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    {block:IndexPage}
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:IndexPage}
    {block:PermalinkPage}
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:PermalinkPage}
    {/block:Text}
     
    {block:Link}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:15px; padding-bottom:0px;>
    <a href="{URL}"><span class="title">{Name}</span></a></div>
    {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
    {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
    {block:indexpage}<br><center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
    <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:Link}
     
    {block:Quote}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
    <span class="title">"{Quote}"</span><br><br>
    <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
    -{Source}
    {/block:Source}</a></div><br>{block:indexpage}<center><div style="height:1px;background-color:#000; opacity:.2; width:98%; margin-bottom:5px;"></div></center>
     <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    </div>
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:Quote}
     
    {block:Chat}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
    <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
    <ul class="chat">
    {block:*******
    <li class="user_{UserNumber}">
    {block:Label}
    <span class="label" style="line-height:12px;">{Label}</span>
    {/block:Label}
    {******
    </li>
    {/block:*******
    </ul>
    {block:Caption}{Caption}{/block:Caption}
    <br>{block:indexpage}<center><div style="height:1px;background-color:#000; opacity:.2; width:98%; margin-bottom:5px;"></div></center>
     <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    </div>
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:Chat}
     
    {block:Answer}
    <div style="background-color:{color:Post Box};">
    <div style="padding-bottom:5px;{block:PermalinkPage}padding-left:5px;{block:PermalinkPage} padding-right:5px; padding-top:10px;">
    <center>
    <div style="padding-left:10px;padding-right:10px; margin-bottom:-10px;"><span class="asktitle">{asker}: {Question}</span></div><br>
    <div style="padding-right:10px; padding-left:10px;"><span class="entrytext" style="line-height:12px;">{Answer}</span></div>
    </center>
    </div>
    {block:indexpage}<div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
     <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}</div>
    {block:IndexPage}
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.5;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:IndexPage}
    {block:PermalinkPage}
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.5;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:PermalinkPage}
    {/block:Answer}
     
    {block:Audio}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:30px; padding-bottom:0px;">
    <div style="float:center">
    {AudioPlayerGrey}
    </div>
    </div>
    <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}
    <center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
    <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
    <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:Audio}
     
    {block:Video}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:10px; padding-bottom:8px;">
    {block:IndexPage}
    {block:ifTwoColumns}
    {Video-400}
    {/block:ifTwoColumns}
    {block:ifThreeColumns}
    {Video-250}
    {/block:ifThreeColumns}
    {/block:IndexPage}
    {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
    </div>
    <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
    {block:indexpage}<center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
     <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    {block:indexpage}{block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {block:indexpage}
    
    {block:permalinkpage}{block:ifPageCurlShadows}
    <img style="width:600px;opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:permalinkpage}
    {/block:Video}
    </center>
     
    {block:PermalinkPage}</a>
    <div id="permapagenotesbox"><br>
    <br>
    {block:notecount}
    {notecountwithlabel}
    {/block:notecount}&nbsp;&nbsp;{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date}&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from
    <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>
    <center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
    Posted by
    <a href="{ReblogRootURL}">{ReblogRootName}</a>
    {/block:RebloggedFrom}<br>
    </div>
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    <br>
    <div id="permapage">
    <br>
    {block:PostNotes}
    <div style="background-color:{color:Post Box}; margin-top:-5px;">
    <div align="left" style="padding:5px;">{PostNotes}</div>
    </div>
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:PostNotes}
    </div>
    </div>
    {/block:PermalinkPage}
    </div>
    {/block:Posts}
    </div>
    </div>
    </div>
    </div>
    </center>
    </div>
    </div>
    {block:indexpage}
    {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
    <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
    <script type="text/javascript">
      $(window).load(function(){
        var $wall = $('#posts');
        $wall.imagesLoaded(function(){
          $wall.masonry({
            itemSelector: '#entry, #entry_photo',
            isAnimated : false
          });
        });
     
        $wall.infinitescroll({
          navSelector    : '#page-nav',  
          nextSelector   : '#page-nav a',
          itemSelector   : '#entry, #entry_photo',
          bufferPx       : 2000,
          debug          : false,
          errorCallback: function() {
            $('#infscr-loading').fadeOut('normal');  
          }},
          function( newElements ) {
            var $newElems = $( newElements );
                    $newElems.hide();
            $newElems.imagesLoaded(function(){
              $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
            });
          }); $('#content').show(500);
      });
    </script>
    {/block:indexpage}
    </body>
    </html>
    I would like to make the blog title in this font:
    <link href='http://fonts.googleapis.com/css?family=Mr+De+Haviland' rel='stylesheet' type='text/css'>

    Thanks! (P.S: The blog is www.royrebirth.org)
     
  3. Unread #2 - Nov 10, 2012 at 6:03 AM
  4. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Help with Tumblr coding

    Auto play music :( How horrid.
    Take my advice and remove it.
    http://www.zigpress.com/2009/10/30/10-reasons-websites-should-not-play-music/
    http://www.punkchip.com/2012/05/a*******-is-still-bad-for-all-users/

    Anyway, back to your styling.



    In your style find this

    Code:
    .leblogtitle{
      font-family: QuicksandLight; 
      font-size: 60px;
      text-transform: uppercase; 
      line-height: 50px; 
      color: {color:Blog Title};
      -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all        0.6s ease-out;transition: all 0.6s ease-out;
    {block:ifBlogTitleHoverEffect}  
      text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px   0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    {/block:ifBlogTitleHoverEffect}       
    
    }
    More specifically this part
    Code:
    font-family: QuicksandLight; 
    Change it to this
    Code:
    font-family: 'Mr De Haviland'; 
    And add in
    <link href='http://fonts.googleapis.com/css?family=Mr+De+Haviland' rel='stylesheet' type='text/css'>
    Up the top

    Or if you want to be lazy, copy and paste this
    Code:
    <html lang="en">
    <head>
    <title>{title}</title>
    
    <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
    <link href='http://fonts.googleapis.com/css?family=Mr+De+Haviland' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Nixie+One|Corben:700|Wire+One|Oswald|Sansita+One|Permanent+Marker' rel='stylesheet' type='text/css'>
    
    
    <meta name="color:Background" content="#FFF"/>
    <meta name="color:Post Box" content="#F5F5F5"/>
    <meta name="color:Blog Title" content="#3D3D3D"/>
    <meta name="color:Blog Description" content="#494949"/>
    <meta name="color:Title" content="#292929"/>
    <meta name="color:Text" content="#363636"/>
    <meta name="color:Link" content="#757575"/>
    <meta name="color:Hover" content="#D4D4D4"/>
    <meta name="font:Body" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
    <meta name="image:Header" content=""/>
    <meta name="image:Background" content=""/>
    <meta name="if:Default Background Image" content="0"/>
    <meta name="if:Default Background Image 2" content="0"/>
    <meta name="if:Three Columns" content="1"/>
    <meta name="if:Two Columns" content="0"/>
    <meta name="if:Page Curl Shadows" content="1"/>
    <meta name="if:Reblog Link On Hover" content="1"/>
    <meta name="if:Faded Images On Hover" content="0"/>
    <meta name="if:Show Title" content="1"/>
    <meta name="if:Show Blog Description" content="1"/>
    <meta name="if:Blog Title Hover Effect" content="0"/>
    <meta name="if:Ask Link" content="1"/>
    <meta name="if:Archive Link" content="1"/>
    <meta name="text:Ask Link Text" content="" />
    <meta name="text:Archive Link Text" content="" />
    <meta name="text:Custom Link One" content="" />
    <meta name="text:Custom Link One Title" content="" />
    <meta name="text:Custom Link Two" content="" />
    <meta name="text:Custom Link Two Title" content="" />
    <meta name="text:Custom Link Three" content="" />
    <meta name="text:Custom Link Three Title" content="" />
    <meta name="text:Custom Link Four" content="" />
    <meta name="text:Custom Link Four Title" content="" />
    <meta name="text:Custom Link Five" content="" />
    <meta name="text:Custom Link Five Title" content="" />
    <meta name="text:Custom Link Six" content="" />
    <meta name="text:Custom Link Six Title" content="" />
    <meta name="text:Custom Link Seven" content="" />
    <meta name="text:Custom Link Seven Title" content="" />
    <meta name="text:Custom Link Eight" content="" />
    <meta name="text:Custom Link Eight Title" content="" />
    <meta name="text:Custom Link Nine" content="" />
    <meta name="text:Custom Link Nine Title" content="" />
    <meta name="text:Custom Link Ten" content="" />
    <meta name="text:Custom Link Ten Title" content="" />
    </script>
    
    <style type="text/css">
    
    body{
       margin:0px; 
       background-color: {color:Background}; 
       background-image:url({image:Background});
       {block:ifDefaultBackgroundImage}  
       background-image:url(http://static.tumblr.com/blynovh/xUWls3mf9/warmfuzz.jpg);    {/block:ifDefaultBackgroundImage}
    {block:ifDefaultBackgroundImage2}  
       background-image:url(http://static.tumblr.com/tak5d5w/mJGlsc3mj/coldfuzz.jpg);{/block:ifDefaultBackgroundImage2}
       background-attachment: fixed; 
       background-repeat: repeat; 
       font-size: 9px; 
       font-family:{font:Body}; 
       line-height:11px; 
       color:{color:Text};
    }
    
    a:link, a:active, a:visited{ 
       color: {color:Link}; 
       text-decoration: none;
       -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all   0.6s ease-out;transition: all 0.6s ease-out;
    }
    
    a:hover{ 
       color:{color:Hover}; 
       text-decoration: none;
       -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all   0.3s ease-out;transition: all 0.3s ease-out;
    }
    
    .sidelink{font-style:none;
       font-family: {font:Body};
       font-color: {color:Text};
       text-align: center;
       padding-right:5px;
       text-transform:uppercase;
       font-size:11px; 
       -webkit-transition: all 1.5s linear; -moz-transition: all 1.5s linear; transition: all 1.5s  linear;}
    
    .description{font-style:none;
       font-family: {font:Body};
       font-color: {color:Text};
       text-align: center;
       text-transform:uppercase;
       font-size:11px;
    }
    
    .sidelink:hover{background-color:rgba(0,0,0,0);
      style: none;
      color:{color:Hover};
      -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s    linear;}
      .sidelink a:hover{color: {color:Link};
      -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s   linear;}
    
    #leposts{
    {block:ifThreeColumns}
      width:345px; 
      height:auto;}
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      width:500px; 
      height:auto;}
    {/block:ifTwoColumns}
    {block:PermalinkPage}
      width:600px;
    {/block:PermalinkPage}
    }
    
    
    #weiner{
      padding-top:3px;
      padding-bottom:3px;
      position:fixed !important;
    {block:ifThreeColumns}  
      width:345px;
      height:207px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}  
      width:500px;
      height:207px;
    {/block:ifTwoColumns}
      background-color:{color:Post Box};
      {block:PermalinkPage}
      width:600px;
      height:207px;
      {/block:PermalinkPage}
    }
    
    #containerr{
      margin:auto; 
      top:30px;
      padding-top:15px;
      position:relative;
    {block:indexpage}
    {block:ifThreeColumns}
      width:1090px;
      left:10px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      width:1090px;
      left:30px;
    {/block:ifTwoColumns}
    {/block:indexpage}
    {block:permalinkpage}
    {block:ifThreeColumns}
      width:1090px;
      left:90px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      width:1090px;
      left:96px;
    {/block:ifTwoColumns}
    {/block:permalinkpage}
      overflow:hidden;
    }
    
    
    #container .topbanner {
     z-index:999999999999999;
     top: 0px;
     width: 900px;
     height: auto;
     background-color: transparent;
    }
    
    
    #posts{
    {block:indexpage}
    {block:ifThreeColumns}
      width:1080px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      width:1100px;
    {/block:ifTwoColumns}
    {/block:indexpage}
    {block:permalinkpage}
      width:800px;
    {/block:permalinkpage}
    }
    
    #c0zy{
      position:fixed !important;
      width:auto; 
      height:auto;   
      right:3px;
      top:26px;
    }
    
    #c0zy:hover{
      position:fixed !important;
      width:auto; 
      height:auto; 
    }
    
    #entry{
      z-index:9999;
      border:0px solid;
      border-color: #FFFFF1;
      float: left;
    {block:ifThreeColumns}
      width:345px; 
      height:auto;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      width:500px; 
      height:auto;
    {/block:ifTwoColumns}
      background-color:transparent;
    {block:PermalinkPage}
      width: 600px;
      height: auto; 
    {/block:PermalinkPage} 
      line-height:8px;   
      padding:0px;
    {block:ifPageCurlShadows}
    {block:ifThreeColumns}  
      margin-right:10px;
      margin-bottom:0px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}  
      margin-right:20px;
      margin-bottom:0px;
    {/block:ifTwoColumns}
    {/block:ifPageCurlShadows}
    {block:ifNotPageCurlShadows}
      margin-right:10px;
      margin-bottom:10px;
    {/block:ifNotPageCurlShadows}
      overflow:hidden; 
    }
    
    
    #entry img{
    {block:IndexPage}
    {block:ifThreeColumns}
      max-width: 345px;
      height: auto;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      max-width: 500px;
      height: auto;
    {/block:ifTwoColumns}
    {/block:IndexPage}
    {block:PermalinkPage}
      max-width: 600px;
      height: auto;
    {/block:PermalinkPage}
    }
    
    
    {block:ifReblogLinkOnHover}
    #entry:hover #reblog{
    {block:IndexPage}
    {block:ifThreeColumns}
      margin-left:315px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      margin-left:470px;
    {/block:ifTwoColumns}
      margin-top:8px;
      opacity:1;-webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
    {/block:IndexPage}
    }
     
    #reblog{
      width:22px;
      float:left;
    {block:ifThreeColumns}
      margin-left:315px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
      margin-left:470px;
    {/block:ifTwoColumns}
      margin-top:0px;
      position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
    {/block:ifReblogLinkOnHover}
    
    
    #permapagenotesbox{
      font-family: {Font:Body}; 
      font-size: 9px; 
      text-align: center; 
      padding-bottom:10px;
      z-index:9999;
      width:600px;
      background-color:{color:Post Box};
    }
    
    
    #pagination{
      font-size: 10px;}
      #tumblr_controls{
      position: fixed !important;
    }
    
    #permapage{
      font-family: {Font:Body}; 
      font-size: 9px; 
      text-align: center; 
      padding-bottom:10px;
      z-index:9999;}
    
    #notes{
    {block:permalinkpage}
      background-color:{color:Post Box};
      display:block;
      width:800px;
      float: left;
      padding:10px;
      overflow:visible;
      z-index:9999999;
      margin-top: 10px;
      outline:1px solid rgba(0, 0, 0, .1);
      border:2px solid rgba(0, 0, 0, .05);
      text-align: left;
    {/block:permalinkpage}
    }
    
    
    .title{
      font-family: Nixie One;
      text-transform:uppercase;
      font-size: 22px; 
      line-height: 25px; 
      color: {color:Title}; 
      letter-spacing: 0px;
    }
    
    
    .asktitle{
      font-family: {font:Body};
      text-transform:uppercase;
      font-size: 12px; 
      line-height: 12px; 
      color: {color:Title}; 
      font-weight: normal;
      letter-spacing: 0px;
    }
    
    .leblogtitle{
      font-family: 'Mr De Haviland'; 
      font-size: 60px;
      text-transform: uppercase; 
      line-height: 50px; 
      color: {color:Blog Title};
      -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all        0.6s ease-out;transition: all 0.6s ease-out;
    {block:ifBlogTitleHoverEffect}  
      text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px   0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    {/block:ifBlogTitleHoverEffect}       
    
    }
    
    .credy{
      font-family: Arial; 
      font-size: 9px; 
      opacity: .6; 
      color: {color:Body}; 
      letter-spacing: 0px;
      border-style: outset;
      border-width: 2px;
    }
    
    .leblogtitle:hover{
      color:{color:Hover};
      -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all    0.3s ease-out;transition: all 0.3s ease-out;
    {block:ifBlogTitleHoverEffect}
      text-shadow: 0px 1px 1px #4d4d4d; color: #222;
    {/block:ifBlogTitleHoverEffect}
    }
    
    .credy:hover{
      font-family: Arial; 
      font-size: 9px; 
      opacity: .6; 
      color: {color:Body}; 
      letter-spacing: 0px;
      border-style: inset;
      border-width: 2px;
    }
    
    
    .permalinktext{
      font-family: {Font:Body}; 
      padding: 5px;
      position: absolute; 
      text-align: center; 
      width: 200px; 
      -moz-transition: 0.3s ease-out;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      opacity:0;
    }
    
    .permalinktext a{color:{color:links};
    }
    
    {block:iffadedimagesonhover}
      img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }
      img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }
    {/block:iffadedimagesonhover}
    
    .entry:hover .permalinktext {
      -moz-transition: 0.3s ease-out;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      width:200px; 
      text-decoration:line-through;
      height:auto; 
      display: block; 
      opacity: 1; 
    }
    
    blockquote{
      padding:0px 0px 2px 3px;
      margin:0px 0px 2px 1px; 
    }
    ul, ol, li{
      list-style:none; 
      margin:0px; 
      padding:0px;
    }
    
    .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, 
    .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
    }
    
    a.links {
      font-family: Arial;
      font-size: 10px; 
      line-height: 9px; 
      text-transform: normal; 
      letter-spacing:0px;
      display:block;
      padding: 0px;
      margin-bottom: 0px;
      -moz-border-radius:0px; border-radius:0px;
    }
    
    a.links:hover {
      font-style: italic;
      text-decoration: underline;
      letter-spacing:10px;
    }
    
    </style>
    <link rel="shortcut icon" href="{Favicon}">
    <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
    <meta name="viewport" content="width=720" />
    </head>
    <body>
    <!-- SCM Music Player http://scmplayer.net -->
    <script type="text/javascript" src="http://scmplayer.net/script.js" 
    data-config="{'skin':'skins/blue/skin.css','volume':34,'a*******':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'Skinny Love','url':'http://www.youtube.com/watch?v=aNzCDt2eidg'},{'title':'Why I%27m Home','url':'http://www.youtube.com/watch?v=0KHcXml6Yp4'},{'title':'Goodnight Moon','url':'http://www.youtube.com/watch?v=BClFpTijh1Y'},{'title':'Sunday Morning','url':'http://www.youtube.com/watch?v=AFPervOXVgg'},{'title':'The Heart of Love','url':'http://www.youtube.com/watch?v=e2mJpQSkae8'}]}" ></script>
    <!-- SCM Music Player script end -->
    
    
    <div id="c0zy">
    <a href="http://royrebirth.org/donate"><img src="http://i.imgur.com/1lYNw.png"></a>
    </div>
    
    <div id="containerr">
    <div class="topbanner" style="overflow:hidden; 
    {block:ifThreeColumns}
    margin-left:-20px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
    margin-left:-70px;
    {/block:ifTwoColumns}
    
    {block:permalinkpage}
    {block:ifThreeColumns}
    margin-right:178px;
    {/block:ifThreeColumns}
    {block:ifTwoColumns}
    margin-right:120px;
    {/block:ifTwoColumns}
    {block:permalinkpage}">
    <center>
    <a href="/"><img style="max-width:800px; max-height:300px; margin-bottom:5px;" src="{image:Header}"></a><br>
    {block:ifShowTitle}<span class="leblogtitle">{title}</span><br><br><br>{/block:ifShowTitle}
    {block:ifAskLink}<a href="/ask" class="sidelink">{text:Ask Link Text}</a>&nbsp;{/block:ifAskLink}
    {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="sidelink">{text:Custom Link One Title}</a>&nbsp;{/block:ifCustomLinkOneTitle}
    {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="sidelink">{text:Custom Link Two Title}</a>&nbsp;{/block:ifCustomLinkTwoTitle} 
    {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="sidelink">{text:Custom Link Three Title}</a>&nbsp;{/block:ifCustomLinkThreeTitle}
    {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="sidelink">{text:Custom Link Four Title}</a>&nbsp;{/block:ifCustomLinkFourTitle}
    {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}" class="sidelink">{text:Custom Link Five Title}</a>&nbsp;{/block:ifCustomLinkFiveTitle}
    {block:ifCustomLinkSixTitle}<a href="{text:Custom Link Six}" class="sidelink">{text:Custom Link Six Title}</a>&nbsp;{/block:ifCustomLinkSixTitle}
    {block:ifCustomLinkSevenTitle}<a href="{text:Custom Link Seven}" class="sidelink">{text:Custom Link Seven Title}</a>&nbsp;{/block:ifCustomLinkSevenTitle}
    {block:ifCustomLinkEightTitle}<a href="{text:Custom Link Eight}" class="sidelink">{text:Custom Link Eight Title}</a>&nbsp;{/block:ifCustomLinkEightTitle}
    {block:ifCustomLinkNineTitle}<a href="{text:Custom Link Nine}" class="sidelink">{text:Custom Link Nine Title}</a>&nbsp;{/block:ifCustomLinkNineTitle}
    {block:ifCustomLinkTenTitle}<a href="{text:Custom Link Ten}" class="sidelink">{text:Custom Link Ten Title}</a>&nbsp;{/block:ifCustomLinkTenTitle}
    {block:ifArchiveLink}<a href="/archive" class="sidelink">{text:Archive Link Text}</a>{/block:ifArchiveLink}
    {block:IfShowBlogDescription}
    <div style="line-height:14px; margin-top:10px; margin-bottom:0px; color:{color:Blog Description};"><span class="description">{description}</span></div>{/block:IfShowBlogDescription}
    </center>
    </div>
    </div>
    
    <div id="weiner">
    <div id="containerr">
    <div id="sidebarr">
    </div>
    </center>
    
    <div id="pagination">
    <div align="center">
    
    <div id="posts">
    
    {block:Posts}
    <div id="entry">
    {block:Photo}
    {block:IndexPage}
    {block:ifReblogLinkOnHover}
    <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/tak5d5w/OBnlsu9qa/c0zyreblogbutton.png" width="22px"/></a></div>
    {/block:ifReblogLinkOnHover}
    <div id="leposts">
    <a href="{permalink}">
    <img src="{PhotoURL-500}" alt="{PhotoAlt}"  width={block:ifThreeColumns}345{/block:ifThreeColumns}{block:ifTwoColumns}500{/block:ifTwoColumns}; style=""></a>
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    </div>
    {/block:IndexPage}
    
    {block:PermalinkPage}
    {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=600px; style=" {block:IfSoftShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow:  0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px  rgba(0, 0, 0, .3);{/block:IfSoftShadows}  border="0">
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    </center>
    {/block:PermalinkPage}
    {/block:Photo}
     
    {block:Photoset}
    <div style="background-color:{color:Post Box};">
    <div style="padding:5px">
    {block:IndexPage}
    {block:ifTwoColumns}
    {Photoset-500}
    {/block:ifTwoColumns}
    {block:ifThreeColumns}
    {Photoset-250}
    {/block:ifThreeColumns}
    {/block:IndexPage}
    {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>
    {block:indexpage}<div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
    <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    {block:IndexPage}
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.5;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:IndexPage}
    {block:PermalinkPage}
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.5;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:PermalinkPage}
    {/block:Photoset}
     
    {block:Text}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
    {block:Title}
    <a href="{permalink}"><span class="title">{Title}</span></a>
    {/block:Title}
    <span class="entrytext" style="line-height:12px;">{Body}</span>
    <a href="{Permalink}"></a></div>
    {block:indexpage}<center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
     <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    {block:IndexPage}
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:IndexPage}
    {block:PermalinkPage}
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:PermalinkPage}
    {/block:Text}
     
    {block:Link}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:15px; padding-bottom:0px;>
    <a href="{URL}"><span class="title">{Name}</span></a></div>
    {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
    {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
    {block:indexpage}<br><center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
    <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:Link}
     
    {block:Quote}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
    <span class="title">"{Quote}"</span><br><br>
    <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
    -{Source}
    {/block:Source}</a></div><br>{block:indexpage}<center><div style="height:1px;background-color:#000; opacity:.2; width:98%; margin-bottom:5px;"></div></center>
     <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    </div>
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:Quote}
     
    {block:Chat}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
    <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
    <ul class="chat">
    {block:*******
    <li class="user_{UserNumber}">
    {block:Label}
    <span class="label" style="line-height:12px;">{Label}</span>
    {/block:Label}
    {******
    </li>
    {/block:*******
    </ul>
    {block:Caption}{Caption}{/block:Caption}
    <br>{block:indexpage}<center><div style="height:1px;background-color:#000; opacity:.2; width:98%; margin-bottom:5px;"></div></center>
     <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    </div>
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:Chat}
     
    {block:Answer}
    <div style="background-color:{color:Post Box};">
    <div style="padding-bottom:5px;{block:PermalinkPage}padding-left:5px;{block:PermalinkPage} padding-right:5px; padding-top:10px;">
    <center>
    <div style="padding-left:10px;padding-right:10px; margin-bottom:-10px;"><span class="asktitle">{asker}: {Question}</span></div><br>
    <div style="padding-right:10px; padding-left:10px;"><span class="entrytext" style="line-height:12px;">{Answer}</span></div>
    </center>
    </div>
    {block:indexpage}<div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
     <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}</div>
    {block:IndexPage}
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.5;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:IndexPage}
    {block:PermalinkPage}
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.5;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:PermalinkPage}
    {/block:Answer}
     
    {block:Audio}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:30px; padding-bottom:0px;">
    <div style="float:center">
    {AudioPlayerGrey}
    </div>
    </div>
    <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}
    <center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
    <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
    <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    {block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:Audio}
     
    {block:Video}
    <div style="background-color:{color:Post Box};">
    <div style="padding-top:10px; padding-bottom:8px;">
    {block:IndexPage}
    {block:ifTwoColumns}
    {Video-400}
    {/block:ifTwoColumns}
    {block:ifThreeColumns}
    {Video-250}
    {/block:ifThreeColumns}
    {/block:IndexPage}
    {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
    </div>
    <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
    {block:indexpage}<center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
     <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
    </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
    </a></div>{/block:indexpage}
    </div>
    {block:indexpage}{block:ifPageCurlShadows}
    <img style="width:{block:ifThreeColumns}345px;{/block:ifThreeColumns}{block:ifTwoColumns}500px;{/block:ifTwoColumns} opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {block:indexpage}
    
    {block:permalinkpage}{block:ifPageCurlShadows}
    <img style="width:600px;opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:permalinkpage}
    {/block:Video}
    </center>
     
    {block:PermalinkPage}</a>
    <div id="permapagenotesbox"><br>
    <br>
    {block:notecount}
    {notecountwithlabel}
    {/block:notecount}&nbsp;&nbsp;{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date}&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from
    <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>
    <center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
    Posted by
    <a href="{ReblogRootURL}">{ReblogRootName}</a>
    {/block:RebloggedFrom}<br>
    </div>
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    <br>
    <div id="permapage">
    <br>
    {block:PostNotes}
    <div style="background-color:{color:Post Box}; margin-top:-5px;">
    <div align="left" style="padding:5px;">{PostNotes}</div>
    </div>
    {block:ifPageCurlShadows}
    <img style="width:600px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
    {/block:ifPageCurlShadows}
    {/block:PostNotes}
    </div>
    </div>
    {/block:PermalinkPage}
    </div>
    {/block:Posts}
    </div>
    </div>
    </div>
    </div>
    </center>
    </div>
    </div>
    {block:indexpage}
    {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
    <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
    <script type="text/javascript">
      $(window).load(function(){
        var $wall = $('#posts');
        $wall.imagesLoaded(function(){
          $wall.masonry({
            itemSelector: '#entry, #entry_photo',
            isAnimated : false
          });
        });
     
        $wall.infinitescroll({
          navSelector    : '#page-nav',  
          nextSelector   : '#page-nav a',
          itemSelector   : '#entry, #entry_photo',
          bufferPx       : 2000,
          debug          : false,
          errorCallback: function() {
            $('#infscr-loading').fadeOut('normal');  
          }},
          function( newElements ) {
            var $newElems = $( newElements );
                    $newElems.hide();
            $newElems.imagesLoaded(function(){
              $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
            });
          }); $('#content').show(500);
      });
    </script>
    {/block:indexpage}
    </body>
    </html>
     
  5. Unread #3 - Nov 10, 2012 at 11:11 AM
  6. Pokemoners
    Joined:
    Jul 9, 2007
    Posts:
    4,161
    Referrals:
    5
    Sythe Gold:
    39

    Pokemoners <3 PIKACHU <3
    Retired Sectional Moderator $5 USD Donor

    Help with Tumblr coding

    Thank you very much :)

    Is there a way for me to close the gap between the title and the page view count?

    I'm referring to this:

    [​IMG]

    Is it also possible to hyperlink the title to take people to the homepage?
     
  7. Unread #4 - Nov 10, 2012 at 5:20 PM
  8. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Help with Tumblr coding

    Find
    Code:
    #containerr{
      margin:auto; 
      top:30px;
      padding-top:15px;
    Change the values for top and padding-top to 0px and 5px
    So it looks like this:
    Code:
    #containerr{
      margin:auto; 
      top: 0px;
      padding-top: 5px;
    But leave everything else alone, just modify the values without removing anything else.

    Find
    Code:
    <span class="leblogtitle">Isn't it pretty to think so?</span>
    Replace it with
    Code:
    <span class="leblogtitle"><a href="http://www.royrebirth.org/">Isn't it pretty to think so?</a></span>
    PS: Your tumbler blog is butchering HTML standards, it's making me weep.
     
  9. Unread #5 - Nov 10, 2012 at 6:42 PM
  10. Pokemoners
    Joined:
    Jul 9, 2007
    Posts:
    4,161
    Referrals:
    5
    Sythe Gold:
    39

    Pokemoners <3 PIKACHU <3
    Retired Sectional Moderator $5 USD Donor

  11. Unread #6 - Nov 18, 2012 at 3:15 AM
  12. Pokemoners
    Joined:
    Jul 9, 2007
    Posts:
    4,161
    Referrals:
    5
    Sythe Gold:
    39

    Pokemoners <3 PIKACHU <3
    Retired Sectional Moderator $5 USD Donor

< CSS Help | Javascript Help >

Users viewing this thread
1 guest


 
 
Adblock breaks this site