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="#000"/>
- <meta name="color:link one" content="#00BFFF"/>
- <meta name="color:link two" content="#40E0D0"/>
- <meta name="color:link three" content="#FF0000"/>
- <meta name="color:link four" content="#836FFF"/>
- <meta name="color:link five" content="#D7CAFC"/>
- <meta name="color:link six" content="#E3D9FC"/>
- <meta name="color:theme link" content="#DBDBDB"/>
- <meta name="color:permalink background" content="#C6B6F2"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:link" content="#8C8C8C"/>
- <meta name="color:hover" content="#000000"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show Sidebar Image" content="1"/>
- <meta name="if:Show Title" content="1"/>
- <meta name="if:RainBow Links" content=""/>
- <meta name="if:Show caption" content=""/>
- <meta name="if:Infinite scrolling" content=""/>
- <meta name="if:Pagination" content=""/>
- <meta name="if:Enable tiny cursor" content="1"/>
- <meta name="if:Tiny scrollbar" content="1"/>
- <meta name="text:Link 1" content="/"/>
- <meta name="text:Link 1 Title" content="Home"/>
- <meta name="text:Link 2" content="/" />
- <meta name="text:Link 2 Title" content="Ask"/>
- <meta name="text:Link 3" content="/" />
- <meta name="text:Link 3 Title" content="About"/>
- <meta name="text:Link 4" content="/"/>
- <meta name="text:Link 4 Title" content="Self"/>
- <meta name="text:Link 5" content="/"/>
- <meta name="text:Link 5 Title" content="Archive"/>
- <meta name="text:Link 6" content="/" />
- <meta name="text:Link 6 Title" content="RSS"/>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
- <style type="text/css">
- {block:ifenabletinycursor}
- body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:ifenabletinycursor}
- {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}
- @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- @font-face {font-family: "ruluko";src: url('http://static.tumblr.com/jtqlgf2/PtUm2dquz/ruluko-regular.ttf');}
- 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: 'ruluko';
- font-size: 12px;
- line-height: 12px;
- letter-spacing:0px;
- color:{color:Text};
- }
- p {
- margin:0px;
- margin-top:5px;
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- }
- a:hover {
- color:{color:Hover};
- }
- #center {
- margin:auto;
- position:relative;
- width:790px;
- overflow:auto;
- overflow-y:hidden;
- }
- #content {
- width:510px;
- }
- #entry {
- overflow: hidden;
- width: 510px;
- margin-top:5px;
- background: {color:Permalink Background};
- }
- #post {
- padding: 5px;
- background: white;
- 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:hover #post{
- {block:indexpage}
- margin-left: 100px;
- 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;
- {/block:indexpage}
- }
- #permalink {
- margin-left: -100px;
- padding: 5px;
- position: absolute;
- width: 90px;
- font-family: 'littlefont';
- font-size: 8px;
- text-transform: uppercase;
- line-height: 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;
- }
- #permalink a{
- color: black;
- }
- #entry:hover #permalink{
- {block:indexpage}
- margin-left: 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;
- {/block:indexpage}
- }
- #sidebar {
- position:fixed !important;
- width: 230px;
- background-color:white;
- margin: 5px 0px 0px 550px;
- padding:5px;
- }
- #one a{
- background: {color:link one};
- width: 5px;
- height: 120px;
- margin: 0px 0px 0px 800px;
- 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;
- }
- #one a:hover{
- height: 140px;
- 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;
- }
- #two a{
- background: {color:link two};
- width: 5px;
- height: 80px;
- margin: 0px 0px 0px 808px;
- 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;
- }
- #two a:hover{
- height: 100px;
- 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;
- }
- #three a{
- background: {color:link three};
- width: 5px;
- height: 110px;
- margin: 0px 0px 0px 816px;
- 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;
- }
- #three a:hover{
- height: 130px;
- 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;
- }
- #four a{
- background: {color:link four};
- width: 5px;
- height: 90px;
- margin: 0px 0px 0px 824px;
- 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;
- }
- #four a:hover{
- height: 110px;
- 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;
- }
- #five a{
- background: {color:link five};
- width: 5px;
- height: 140px;
- margin: 0px 0px 0px 832px;
- 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;
- }
- #five a:hover{
- height: 160px;
- 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;
- }
- #six a{
- background: {color:link six};
- width: 5px;
- height: 70px;
- margin: 0px 0px 0px 840px;
- 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;
- }
- #six a:hover{
- height: 90px;
- 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;
- }
- #theme a{
- background: {color:theme link};
- width: 5px;
- height: 100px;
- margin: 0px 0px 0px 848px;
- 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;
- }
- #theme a:hover{
- height: 120px;
- 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;
- }
- #postnotes{
- text-align: left;
- }
- #postnotes blockquote{
- border: 0px;
- }
- .title{
- font-size: 15px;
- line-height: 15px;
- color: {color:Title};
- letter-spacing: 0;
- font-weight: bold;
- }
- .blogtitle a{
- font-size: 25px;
- line-height: 25px;
- font-style: italic;
- color: {color:Title};
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:2px 0px 2px 1px;
- border-left: 1px solid {color:Text};
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- .chat .line{
- background-color:#ffffff;
- margin: 0 0 1px;
- padding: 2px;
- }
- .chat .line.odd{
- background-color:#F0F0F0;
- }
- .label {
- font-weight:bold;
- color:{color:text};
- }
- 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;}
- {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" />
- {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
- "></script>{/block:ifrainbowlinks}
- {block:ifinfinitescrolling}<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>{/block:ifinfinitescrolling}
- </head>
- <body>
- <div id="cage">
- <div id="center">
- <div id="one"><a id="one" href="{text:Link 1}" title="{text:Link 1 Title}"> </a></div>
- <div id="two"><a id="two" href="{text:Link 2}" title="{text:Link 2 Title}"> </a></div>
- <div id="three"><a id="three" href="{text:Link 3}" title="{text:Link 3 Title}"> </a></div>
- <div id="four"><a id="four" href="{text:Link 4}" title="{text:Link 4 Title}"> </a></div>
- <div id="five"><a id="three" href="{text:Link 5}" title="{text:Link 5 Title}"> </a></div>
- <div id="six"><a id="three" href="{text:Link 6}" title="{text:Link 6 Title}"> </a></div>
- <div id="theme"><a id="three" href="http://w-hisperss.tumblr.com" title="theme"> </a></div>
- <div id="sidebar">
- {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=230px></a>{/block:ifshowsidebarimage}
- {block:ifShowTitle}
- <div class="blogtitle"><a href="/">{Title}</a></div><br>{/block:ifShowTitle}
- <div style="overflow: auto; auto; height: 120px;">{Description}</div>
- {block:ifpagination}
- <br>
- {block:HasPages}{block:Pages} <a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}{/block:HasPages}
- <center>
- <br>
- {block:PreviousPage} <a href="{PreviousPage}"><font size="2">← </font></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><font size="2">→ </font></a>{/block:NextPage}
- {/block:ifpagination}
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:IndexPage}<div id="permalink"><a href="{permalink}">{block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}</a><br>
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}">{ReblogParentName}</a>;
- source: <a href="{ReblogRootURL}">{ReblogRootName}</a><br>
- {/block:RebloggedFrom}
- <a href="{Permalink}">{NoteCountWithLabel}</a> <br> <a href="{ReblogURL}">Reblog</a>
- {block:HasTags}<br>
- {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {block:Text}<div id="post">{block:Title}<span class="title">{Title}</span>{/block:Title}{Body}</div>{/block:text}
- {block:Link}<div id="post"><a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}</div>{/block:link}
- {block:Photo}<div id="post"><center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}</div>{/block:Photo}
- {block:Photoset}<div id="post"><center>{Photoset-500}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}</div>{/block:Photoset}
- {block:Quote}<div id="post"><span class="title">{Quote}</span>{block:Source}<i> - {Source}</i>{/block:Source}<br></div>{/block:Quote}
- {block:Chat}<div id="post">{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></div>{/block:Chat}
- {block:Audio}<div id="post"><div style="width: 300px; height: 20px;">{AudioPlayerGrey}</div><BR>{block:TrackName}<span><strong>Title</strong>:
- {TrackName}</span>{/block:TrackName}<br>
- {block:Artist}<span><strong>Artist:</strong>
- {Artist}</span>{/block:Artist}<br></div>
- {/block:Audio}
- {block:Video}<div id="post"><center>{Video-500}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}</div>{/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