Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by -ponyboy-.tumblr.com
- please dont remove the credit thanks
- -->
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <html lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#C1CDD8"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:title" content="#000"/>
- <meta name="color:link" content="#000"/>
- <meta name="color:hover" content="#000"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:Background" content="1"/>
- <meta name="if:infinite scrolling" content="1"/>
- <meta name="if:show arrows" content="0"/">
- <meta name="if:show photo" content="0"/>
- <meta name="if:show blog title" content="1"/>
- <meta name="if:tiny scrollbar" content="1/">
- <meta name="text:Custom Link One" content="/" />
- <meta name="text:Custom Link One Title" content="home" />
- <meta name="text:Custom Link Two" content="/ask" />
- <meta name="text:Custom Link Two Title" content="ask" />
- <meta name="text:Custom Link Three" content="/random" />
- <meta name="text:Custom Link Three Title" content="random" />
- <meta name="text:Custom Link Four" content="http://tumblr.com/dashboard" />
- <meta name="text:Custom Link Four Title" content="dash" />
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
- <style type="text/css">
- {block:iftinyscrollbar}
- ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
- ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid black;}
- {/block:iftinyscrollbar}
- body {
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;}
- body, div, p, textarea, submit, input{
- font-family: cambria;
- font-size: 11px;
- line-height:12px;
- letter-spacing:0px;
- color:{color:Text};
- }
- p {
- margin:0px;
- margin-top:0px;
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: color 0.5s ease-out;
- -moz-transition: color 0.5s ease-out;
- }
- a:hover{
- color:{color:Hover};
- text-decoration: none;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- }
- div#center{
- margin:auto;
- position:relative;
- width:840px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- div#content{
- float:right;
- width: 420px;
- margin-right: 120px;
- padding:1px;
- padding-top: 0px;
- background: #fff;
- }
- div#entry{
- background-color:;
- margin-top:px;
- padding-top:0px;
- padding-bottom:0px;
- }
- #entry .perma a{
- color:#000;
- }
- #entry .perma{
- text-transform:uppercase;
- width:200px;
- height: auto;
- padding:3px;
- position: absolute;
- font-family: tinytots;
- font-size: 8px;
- line-height: 15px;
- text-align: center;
- margin-top: 1px;
- margin-left: 1px;
- overflow:hidden;
- opacity: 0.0;
- background-color:#fff;
- border-top-right-radius:0px;
- border-bottom-right-radius:12px;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- text-shadow:1px 1px 2px #777;
- }
- #entry:hover .perma{
- overflow:visible;
- -webkit-transition: opacity 0.2s linear; opacity: 0.8;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .perma2{
- position:center;
- display: block;
- font-family: tinytots;
- font-size: 8px;
- text-align: center;
- background-color:#eee;
- text-transform:uppercase;
- text-shadow:1px 1px 2px #777;
- }
- div#sidebar{
- position:fixed !important;
- margin-left: -6px;
- width: 300px;
- height: 100%;
- padding: 1px;
- line-height:10px;
- font-size: 11px;
- font-family: cambria;
- letter-spacing:0px;
- margin-bottom: 0px;
- margin-top: 0px;
- background-color:white;
- }
- div#sidebar2{
- position:fixed !important;
- margin-left: 720px;
- margin-top: 147px;
- width: 60px;
- height: 14%;
- padding: 0px;
- line-height:10px;
- font-size: 8px;
- font-family: tinytots;
- letter-spacing:0px;
- margin-bottom: 0px;
- background-color:{color:background};
- background-image:url({image:Background});
- }
- .link1 a {
- padding-left:11px;
- padding-right:7px;
- margin-bottom: 3px;
- line-height:7px;
- width: 30px;
- height: 8px;
- margin-top:1px;
- margin-left:0px;
- display:block;
- font-family: tinytots;
- font-size:8px;
- text-align: right;
- text-transform:uppercase;
- text-decoration:none;
- color: #000;
- background-color:white;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .link1 a:hover{
- padding-right:7px;
- margin-bottom: 3px;
- width: 62px;
- height: 8px;
- color: #000;
- background-color:white;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- border-left:0px solid #e1e1e1;
- transition: all 0.3s ease-out;
- text-align:right;
- }
- .link2 a {
- padding-right:7px;
- margin-bottom: 3px;
- line-height:7px;
- width: 30px;
- height: 8px;
- margin-top:1px;
- margin-left:0px;
- display:block;
- font-family: tinytots;
- font-size:8px;
- text-align: right;
- text-transform:uppercase;
- text-decoration:none;
- color: #000;
- background-color:white;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .link2 a:hover{
- padding-right:7px;
- margin-bottom: 3px;
- width: 56px;
- height: 8px;
- color: #000;
- background-color:white;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- border-left:0px solid #e1e1e1;
- transition: all 0.3s ease-out;
- text-align:right;
- }
- .link3 a {
- padding-right:7px;
- margin-bottom: 3px;
- line-height:7px;
- width: 42px;
- height: 8px;
- margin-top:1px;
- margin-left:0px;
- display:block;
- font-family: tinytots;
- font-size:8px;
- text-align: right;
- text-transform:uppercase;
- text-decoration:none;
- color: #000;
- background-color:white;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .link3 a:hover{
- padding-right:7px;
- margin-bottom: 3px;
- width: 67px;
- height: 8px;
- color: #000;
- background-color:white;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- border-left:0px solid #e1e1e1;
- transition: all 0.3s ease-out;
- text-align:right;
- }
- .link4 a {
- padding-right:7px;
- margin-bottom: 3px;
- line-height:7px;
- width: 38px;
- height: 8px;
- margin-top:1px;
- margin-left:0px;
- display:block;
- font-family: tinytots;
- font-size:8px;
- text-align:right;
- text-transform:uppercase;
- text-decoration:none;
- color: #000;
- background-color:white;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .link4 a:hover{
- padding-right:7px;
- margin-bottom: 3px;
- width: 72px;
- height: 8px;
- color: #000;
- background-color:white;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- border-left:0px solid #e1e1e1;
- transition: all 0.3s ease-out;
- text-align:right;
- }
- .link5 a {
- padding-right:7px;
- margin-bottom: 3px;
- line-height:7px;
- width: 28px;
- height: 8px;
- margin-top:1px;
- margin-left:0px;
- display:block;
- font-family: tinytots;
- font-size:8px;
- text-align: right;
- text-transform:uppercase;
- text-decoration:none;
- color: #000;
- background-color:white;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .link5 a:hover{
- padding-right:7px;
- margin-bottom: 3px;
- width: 55px;
- height: 8px;
- color: #000;
- background-color:white;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- border-left:0px solid #e1e1e1;
- transition: all 0.3s ease-out;
- text-align:right;
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- .title{
- font-family: amatic sc;
- font-size: 25px;
- line-height: 13px;
- color: {color:Title};
- letter-spacing: {text:title letter spacing};
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .blogtitle {
- font-family: amatic sc;
- font-size: 37px;
- line-height: 22px;
- color: {color:link};
- letter-spacing: 1px;
- font-weight: normal;
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- 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:#555555;}
- .notes img{width:10px; position:relative; top:3px;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face { font-family: "myprince"; src: url('http://static.tumblr.com/rmj06l2/Ez5lo1s2r/akmy_prince.ttf'); }
- small{font-size: 90%;}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- <style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
- width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
- #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- $().UItoTop({ easingType: 'easeOutQuart' });
- });
- </script>
- </head>
- <body>
- <div id="cage">
- <div id="center">
- <div id="sidebar2">
- <span class="link1">{block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle} </span>
- <span class="link2">{block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle} </span>
- <span class="link3">{block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle} </span>
- <span class="link4">{block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle} </span>
- <span class="link5"><a href="http://-ponyboy-.tumblr.com/">theme</a></span></div>
- <div id="sidebar">
- {block:ifshowblogtitle}<div class="blogtitle"><center><a href="/">{Title}</a></center></div>{/block:ifshowblogtitle}<br>
- {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=300px></a>{/block:ifshowphoto}
- <center>
- {Description}
- <center>{block:ifshowarrows}
- {block:PreviousPage}<a href="{PreviousPage}"><font size="1"><</font></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><font size="1">></font></a>{/block:NextPage}
- {/block:ifshowarrows}</center>
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span>
- <div class="perma2">
- <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- <div class="perma2">
- <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>
- {block:IndexPage}
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- {LinkOpenTag}<div class="perma">
- <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=420px/>{LinkCloseTag}
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- <div class="perma">
- <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
- {Photoset-400}
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source}
- <div class="perma2">
- <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- <div class="perma2">
- <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- <center><div style="width:420px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
- {FormattedPlayCount} plays </a>{block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
- <div class="perma2">
- <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}<center>
- {Video-400}</center>
- {block:IndexPage}
- {/block:IndexPage}
- {block:Video}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel} -{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </center>
- {block:ifshowarrows}<center><a href="http://-poke.tumblr.com/">theme</a></center>{/block:ifshowarrows}
- </div></div>
- <center>
- </div>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment