Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#644F92"/>
- <meta name="color:text" content="#3f3e3e"/>
- <meta name="color:italic text" content="#ccdd99"/>
- <meta name="color:bold text" content="#778844"/>
- <meta name="color:title" content="#444422"/>
- <meta name="color:blog title" content="#000000"/>
- <meta name="color:blog title bar" content="#778844"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:hover" content="#000000"/>
- <meta name="color:entry" content="#FFFFFF"/>
- <meta name="color:blockquote" content="#444422"/>
- <meta name="color:permalink text" content="#000000"/>
- <meta name="color:content" content="#e3e6db"/>
- <meta name="color:content border" content="#778844"/>
- <meta name="color:sidebar" content="#000000"/>
- <meta name="color:nav buttons" content="#eeee66"/>
- <meta name="color:reblog" content="#ccdd99"/>
- <meta name="color:date" content="#bbaa55"/>
- <meta name="color:notes" content="#666611"/>
- <meta name="color:scrollbar" content="#778844"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:RainBow Links" content="0"/>
- <meta name="if:Show caption" content=""/>
- <meta name="if:Infinite scrolling" content=""/>
- <meta name="if:Pagination" content=""/>
- <meta name="text:Link 1 Title" content="one"/>
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Title" content="two"/>
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Title" content="three"/>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
- "></script>{/block:ifrainbowlinks}
- <script type="text/javascript">
- $(window).load(function(){
- $("p").remove(":contains('Source:')”);
- $("p").remove(":contains('(via')");
- });
- </script>
- {block:ifinfinitescrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <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>
- {/block:ifinfinitescrolling}
- <style type="text/css">
- @font-face {
- font-family: "littlefont";
- src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');
- }
- @font-face {
- font-family: "Ostrich";
- src: url(http://static.tumblr.com/4hejznv/nH6m3fpw8/opensans-condlight.ttf) format("truetype");
- }
- 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: calibri;
- font-size: 11px;
- line-height: 11px;
- letter-spacing:0px;
- color:{color:Text};
- }
- ::-webkit-scrollbar {
- width: 5px;
- height: 4px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- border-radius: 5px;
- }
- p {
- margin:0px;
- margin-top:5px;
- }
- body b{
- color: {color:bold text};
- }
- body i, em{
- color: {color:italic text};
- }
- a:link, a:active, a:visited{
- text-decoration: none;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- color: {color:Link};
- }
- a:hover {
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- color:{color:Hover};
- }
- #center {
- margin:auto;
- position:relative;
- width:850px;
- overflow:auto;
- overflow-y:hidden;
- }
- #content {
- width:500px;
- z-index: -2;
- margin-left: 300px;
- padding: 20px;
- border-right: 10px solid {color:content border};
- background: {color:content};
- }
- #entry {
- margin-bottom:10px;
- padding:10px;
- width: 400px;
- z-index: 1000;
- background: {color:entry};
- }
- #entry .note{
- width:10px;
- height: 40px;
- position: absolute;
- opacity: 0;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- margin-left: 200px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- background: {color:notes};
- }
- #entry .note:hover{
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- padding-top: 40px;
- opacity: .8;
- }
- #entry:hover .note {
- opacity: .8;
- }
- #entry .date{
- width:10px;
- height: 30px;
- position: absolute;
- opacity: 0.0;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- margin-left: 180px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- background: {color:date};
- }
- #entry:hover .date{
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- opacity: .8;
- }
- #entry .date:hover{
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- padding-top: 40px;
- opacity: .8;
- }
- #entry .reblog{
- width:10px;
- height: 30px;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- position: absolute;
- opacity: 0.0;
- margin-left: 220px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- background: {color:reblog};
- }
- #entry:hover .reblog{
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- opacity: .8;
- }
- #entry .reblog:hover{
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- padding-top: 40px;
- opacity: .8;
- }
- #entry #permalink {
- text-align:right;
- opacity: 0;
- margin-right: -20px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #entry .permalink a{
- color: {color:permalink text};
- }
- #entry:hover #permalink{
- opacity: 1;
- margin-right: 0px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #picbox {
- width: 250px;
- height: 120px;
- position: fixed;
- margin: 50px 0px 0px 0px;
- border-top-right-radius: 100px;
- border-top-left-radius: 100px;
- overflow: hidden;
- background: {color:sidebar};
- border: 5px solid {color:sidebar};
- }
- #picbox .linkone {
- width: 10px;
- height: 30px;
- border-bottom-right-radius: 5px;
- border-bottom-left-radius: 5px;
- opacity: 0;
- text-align: center;
- margin-top: 0px;
- margin-left: 95px;
- position: fixed;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- background: {color:nav buttons};
- }
- #picbox:hover .linkone {
- opacity: .8;
- padding-top: 10px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #picbox .linkone:hover {
- padding-top: 30px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #picbox .linktwo {
- width: 10px;
- height: 60px;
- border-bottom-right-radius: 5px;
- border-bottom-left-radius: 5px;
- opacity: 0;
- line-height: 60px;
- text-align: center;
- margin-top: 0px;
- margin-left: 110px;
- position: fixed;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- background: {color:nav buttons};
- }
- #picbox:hover .linktwo {
- opacity: .8;
- padding-top: 10px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #picbox .linktwo:hover {
- padding-top: 30px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #picbox .linkthree {
- width: 10px;
- height: 40px;
- border-bottom-right-radius: 5px;
- border-bottom-left-radius: 5px;
- opacity: 0;
- line-height: 60px;
- text-align: center;
- margin-top: 0px;
- margin-left: 125px;
- position: fixed;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- background: {color:nav buttons};
- }
- #picbox:hover .linkthree {
- opacity: .8;
- padding-top: 10px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #picbox .linkthree:hover {
- padding-top: 30px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #picbox .themelink {
- width: 10px;
- height: 20px;
- border-bottom-right-radius: 5px;
- border-bottom-left-radius: 5px;
- opacity: 0;
- line-height: 60px;
- text-align: center;
- margin-top: 0px;
- margin-left: 140px;
- position: fixed;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- background: {color:nav buttons};
- }
- #picbox:hover .themelink {
- opacity: .8;
- padding-top: 10px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #picbox .themelink:hover {
- padding-top: 30px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #picbox img{
- width: 250px;
- border-top-right-radius: 100px;
- border-top-left-radius: 100px;
- }
- #titlebar {
- margin: 180px 0px 0px -10px;
- width: 270px;
- padding: 5px;
- line-height: 18px;
- height: 18px;
- position: fixed;
- background: {color:blog title bar};
- }
- #sidebar {
- position:fixed !important;
- width: 250px;
- height: auto;
- margin: 208px 0px 0px 0px;
- padding:5px;
- background: {color:sidebar};
- }
- #postnotes{
- text-align: left;
- }
- #postnotes blockquote{
- border: 0px;
- }
- .title{
- font-size: 17px;
- line-height: 17px;
- letter-spacing: 1px;
- font-family: 'Ostrich';
- color: {color:Title};
- }
- .blogtitle {
- font-size: 18px;
- line-height: 18px;
- text-transform: uppercase;
- letter-spacing: 2px;
- font-family: 'Ostrich';
- color: {color:blog title};
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:5px 0px 2px 25px;
- border-left: 5px solid {color:blockquote};
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- .chat .line{
- background-color:#ffffff;
- margin: 0 0 1px;
- padding: 5px;
- }
- .chat .line.odd{
- background-color:#F0F0F0;
- }
- .label {
- font-weight:bold;
- }
- a img{
- border: 0px;
- }
- .p {
- padding-top: 5px;
- }
- .ol, ul {
- margin-left: 10px;
- padding: 5px;
- }
- .ul {
- list-style-type: square;
- }
- .notes img{
- width:10px;
- position:left;
- top:3px;
- }
- .audio {
- height: 27px;
- width: 400px;
- background: #e4e4e4;
- }
- .arrow_box {
- position: relative;
- background: #e4e4e4;
- }
- .arrow_box:after {
- top: 100%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- }
- .arrow_box:after {
- border-top-color: #e4e4e4;
- border-width: 10px;
- left: 10%;
- margin-left: -10px;
- }
- #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;
- }
- {font-size: 100%;}
- {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="cage">
- <div id="center">
- <div id="picbox">
- <a class="linkone" title="{text:Link 1 Title}" href="{text:Link 1}"></a>
- <a class="linktwo" title="{text:Link 2 Title}" href="{text:Link 2}"></a>
- <a class="linkthree" title="{text:Link 3 Title}" href="{text:Link 3}"></a>
- <a class="themelink" title="theme" href="http://w-hisperss.tumblr.com"></a>
- <img src="{image:sidebar}">
- </div>
- <div id="titlebar">
- <div class="blogtitle"><center>{Title}</center></div>
- </div>
- <div id="sidebar">
- {Description}
- {block:ifpagination}
- <br><br>
- <center>
- {block:PreviousPage} <a href="{PreviousPage}"><font size="15">« </font></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><font size="15">» </font></a>{/block:NextPage}</center>
- {/block:ifpagination}
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Text}{block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}{Body}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}{/block:text}
- {block:Link}<a href="{URL}" class="title">{Name} »</a>{block:Description}{Description}{/block:Description}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}{/block:link}
- {block:Photo}{block:indexpage}
- <a class="note" title="{notecount}" href="{permalink}"></a>
- <a class="date" title="{block:date}{month} {dayofmonth}{dayofmonthsuffix}{/block:date}" href="{permalink}"></a>
- <a class="reblog" title="Reblog" href="{ReblogURL}"></a>
- {/block:indexpage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
- {block:Photoset}{block:indexpage}
- <a class="note" title="{notecount}" href="{permalink}"></a>
- <a class="date" title="{block:date}{month} {dayofmonth}{dayofmonthsuffix}{/block:date}" href="{permalink}"></a>
- <a class="reblog" title="Reblog" href="{ReblogURL}"></a>
- {/block:indexpage}{Photoset-400}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}{/block:Photoset}
- {block:Quote}<span class="title"><center>"{Quote}"</center></span>{block:Source}<center><br>{Source}</center>{/block:Source}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}{/block:Quote}
- {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}{/block:Chat}
- {block:Audio}<div class="audio">{AudioPlayerGrey}</div><div class="arrow_box"></div><BR>{block:TrackName}<span>
- "{TrackName}"{/block:TrackName}
- {block:Artist}by
- {Artist}{/block:Artist}<br>{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{TimeAgo}</a></div>{/block:indexpage}
- {/block:Audio}
- {block:Video}{block:indexpage}
- <a class="note" title="{notecount}" href="{permalink}"></a>
- <a class="date" title="{block:date}{month} {dayofmonth}{dayofmonthsuffix}{/block:date}" href="{permalink}"></a>
- <a class="reblog" title="Reblog" href="{ReblogURL}"></a>
- {/block:indexpage}{Video-400}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
- {block:PermalinkPage}
- <div id="permapage">{block:ifnotshowcaption}{block:caption}{caption}{/block:caption}{/block:ifnotshowcaption}<Br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>{/block:Posts}
- </div></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment