Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by itsam1na.tumblr.com
- please dont remove the credit thanks
- -->
- <html lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#fff"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:title" content="#000"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:hover" content="#ccc"/>
- <meta name="if:infinite scrolling" content="0"/>
- <meta name="if:show arrows" content="1"/">
- <meta name="image:sidebar" content="1"/>
- <meta name="image:Permalink" content="http://i42.tinypic.com/11lk27b.gif"/>
- <meta name="image:Background" content=""/>
- <meta name="if:show photo" content="0"/>
- <meta name="if:show Permalink" content="0"/>
- <meta name="if:show blog title" content="1"/>
- <meta name="if:tiny cursor" content="1"/>
- <meta name="if:tiny scrollbar" content="1"/>
- <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="" />
- <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:iftinycursor}
- body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
- {/block:iftinycursor}
- {block:iftinyscrollbar}
- ::-webkit-scrollbar {width: 4px; height: 4px; background: #FFFFFF; }
- ::-webkit-scrollbar-thumb { background-color: #858585; -webkit-border-radius: 0px; outline:1px solid rgba(0, 0, 0, .1); border:2px solid rgba(0, 0, 0, .05);}
- {/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: 10px;
- line-height:10px;
- letter-spacing:px;
- 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.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- }
- a:hover {
- color:{color:Hover};
- text-decoration: none;
- }
- div#center{
- margin:auto;
- position:relative;
- width:740px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- div#content{
- float:right;
- width:450px;
- padding:1px;
- padding-top: 0px;
- margin-top:0px;
- margin-right: 64px;
- background-color:white;
- }
- div#sidebar{
- position:fixed !important;
- width: 300px;
- height:100%;
- margin: 0px 0px 0px -80px;
- padding-top:1px;
- padding-left:1px;
- padding-right:1px;
- padding-bottom:1px;
- text-align:center;
- background-color: #fff;
- }
- div#entry{
- width:450px;
- margin-top:1px;
- padding-left:0px;
- padding-right:0px;
- padding-top:0px;
- padding-bottom:0px;
- background-color: #fff;
- }
- #postnotes{
- text-align: justify;
- }
- #postnotes blockquote{
- border: 0px;
- }
- .title{
- font-family: cambria;
- font-size: 12px;
- line-height: 12px;
- color: {color:Title};
- }
- .blogtitle{
- font-family: cambria;
- font-size: 15px;
- line-height: 12px;
- color: {color:Link};
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px dotted {color:Text};
- }
- 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:{color:Title};}
- .notes img{width:10px; position:relative; top:3px;
- }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- {block:ifShowPermalink}
- .permalink{
- opacity:0;
- position:absolute;
- float:left;
- padding-left:15px;
- margin-left:440px;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- #entry:hover .permalink{
- opacity:1;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- {/block:ifShowPermalink}
- {block:ifnotShowPermalink}
- #entry .permalink2 a{
- float: bottom;
- color:#000;
- }
- #entry .permalink2{
- margin-right: -10px;
- width:450px;
- position: absolute;
- font-family: littlefont;
- text-transform:uppercase;
- font-size: 8px;
- text-align: center;
- overflow:hidden;
- opacity: 0.0;
- background-color:#eeeeee;
- }
- #entry:hover .permalink2{
- margin-right: 250px;
- 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;
- }
- {/block:ifnotShowPermalink}
- @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- small{font-size: 90%;}
- .video2 embed, .post div.video object {width:450px !important; height:450px !important;}
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="center">
- <div id="sidebar">
- {block:ifshowblogtitle}<span class=blogtitle><a href="/">
- {Title}
- </a></span>{/block:ifshowblogtitle}
- {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=300px></a>{/block:ifshowphoto}
- <center>{block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle} |
- {block:ifcustomlinktwotitle}<a href="{text:custom link two}"> {text:custom link two title}</a>{/block:ifCustomLinkTwoTitle} |
- {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}"> {text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle} |
- {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}"> {text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle} | <a href="http://itsam1na.tumblr.com">theme</a></center></script>
- </span><br>
- {Description}
- <br>
- {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}
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:ifShowPermalink}<a href="{Permalink}"><span class="permalink"><img src="{image:permalink}"></span></a>{/block:ifShowPermalink}
- {block:ifnotShowPermalink}<div class="permalink2">
- <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:ifnotShowPermalink}
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span></a>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}
- {/block:Photo}
- {block:Quote}
- <span class="title">{Quote}</span>
- {block:Source}{Source}{/block:Source}
- {/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}
- </ul>
- {/block:Chat}
- {block:Audio}
- <center><div style="width:300px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
- {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- <center>
- <div class="video2">{Video-400}</div><BR>
- {block:Caption}{Caption}</a>{/block:Caption}</center>
- {block:Video}
- {block:PostNotes}
- {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}
- <div id="postnotes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment