Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{favicon}" />
- <meta name="color:background" content="#f8f8f7"/>
- <meta name="color:links" content="#ebc730"/>
- <meta name="color:links hover" content="#141414"/>
- <meta name="color:text" content="#6e6f68"/>
- <meta name="color:left bar" content="#f8f8f8"/>
- <meta name="color:side bar" content="#ffffff"/>
- <meta name="color:title bar" content="#f0f0f0"/>
- <meta name="color:post background color" content="#ffffff"/>
- <meta name="color:post border background color" content="#f0f0f0"/>
- <meta name="color:navigation links background" content="#ffffff"/>
- <meta name="color:navigation links background hover" content="#000000"/>
- <meta name="image:background" content=""/>
- <meta name="image:left bar" content="http://static.tumblr.com/ii9pnwy/8iTmc74wa/greyfloral.png"/>
- <meta name="image:side bar" content=""/>
- <meta name="image:side bar image" content="http://static.tumblr.com/ii9pnwy/2Rfmc74x1/lt41.jpg"/>
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1 Name" content="link 1" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2 Name" content="link 2" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3 Name" content="link 3" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4 Name" content="link 4" />
- <meta name="text:Link 5 URL" content="/" />
- <meta name="text:Link 5 Name" content="link 5" />
- <meta name="font:Body font" content="Arial"/>
- <meta name="text:Body font size" content="9"/>
- <meta name="if:250px posts" content="0"/>
- <meta name="if:400px posts" content="0"/>
- <meta name="if:500px posts" content="1"/>
- <meta name="if:Infinite Scrolling" content="0"/>
- <meta name="if:Show Captions" content="0"/>
- <meta name="if:Side bar photo" content="1"/>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- <style type="text/css">
- {CustomCSS}
- iframe#tumblr_controls {
- right:25px;
- position: fixed !important;
- opacity: 0.5;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- iframe#tumblr_controls:hover {
- opacity: 1;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- ::-webkit-scrollbar{
- background-color:{color:background};
- width: 5px;
- height: 5px;
- }
- ::-webkit-scrollbar-thumb{
- background-color: #000000;
- border: 1px solid #ffd900;
- }
- a{
- color: {color:links};
- text-decoration: none;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:link, a:visited, a:active{
- text-decoration:none;
- }
- a:hover{
- text-decoration:underline;
- color: #000;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a[lol]:hover:after{
- background:#fff;
- color:#000;
- font: 10px arial rounded mt bold, sans-serif;
- content: attr(lol);
- padding: 6px;
- position: absolute;
- left: 70%;
- margin-top:10px;
- white-space: nowrap;
- z-index: 999px;
- }
- img{
- opacity: 1;
- -webkit-transition: opacity 0.7s linear;
- }
- img:hover{
- opacity: .5;
- -webkit-transition: opacity 0.7s linear;
- }
- body{
- margin:0px;
- background:{color:background} url({image:background}) fixed;
- }
- #leftbar{
- position:fixed;
- background:{color:left bar} url({image:left bar}) fixed;
- top:0px;
- left:0px;
- width: 90px;
- height:100%;
- }
- #sidebar{
- position:fixed;
- background:{color:side bar} url({image:side bar}) fixed;
- top:35px;
- {block:If250pxposts}
- left: 478px;
- {block:If250pxposts}
- {block:If400pxposts}
- left: 628px;
- {block:If400pxposts}
- {block:If500pxposts}
- left: 728px;
- {block:If500pxposts}
- width: 250px;
- padding:5px;
- border: 1px solid #EDEDED;
- font-size: {text:Body font size}px;
- font-family: {font:Body font};
- line-height:9px;
- color:{color:text};
- letter-spacing: 0px;
- text-align:justify;
- z-index:2;
- }
- #side{
- position:fixed;
- top:20%;
- left:10px;
- width:70px;
- font: 38px arial rounded mt bold, sans-serif;
- font-weight: bold;
- text-align:center;
- }
- #side a{
- color:#000;
- }
- #side a:hover{
- color:#ffd900;
- text-decoration: none;
- }
- .side{
- border: solid 15px #fff;
- }
- #menu{
- position: fixed;
- float:left;
- background: transparent;
- top: 10px;
- {block:If250pxposts}
- left: 480px;
- {block:If250pxposts}
- {block:If400pxposts}
- left: 630px;
- {block:If400pxposts}
- {block:If500pxposts}
- left: 730px;
- {block:If500pxposts}
- width: 279px;
- height: 30px;
- }
- .navigation{
- background:{color:navigation links background};
- float:left;
- text-align:center;
- margin-right:2px;
- width:48px;
- height: 15px;
- border: 1px solid #EDEDED;
- text-transform:uppercase;
- font: 8px Arial;
- padding-top: 12px;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .navigation:hover{
- background:{color:navigation links background hover};
- color:{color:links};
- }
- #post{
- position: absolute;
- top: 5px;
- {block:If250pxposts}
- left:100px;
- {/block:If250pxposts}
- {block:If400pxposts}
- left:100px;
- {/block:If400pxposts}
- {block:If500pxposts}
- left:100px;
- {/block:If500pxposts}
- }
- #entry {
- background: {color:post background color};
- border: 1px solid #EDEDED;
- margin-bottom:10px;
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- padding: 15px;
- font-size: {text:Body font size}px;
- font-family: {font:Body font};
- left:100px;
- color: {color:text};
- border-right: 90px solid {color:post border background color};
- line-height:9px;
- }
- #entry a{
- text-decoration:none;
- }
- #entry a:hover{
- background:#000;
- color:{color:links};
- }
- #sides{
- float: right;
- margin-right: -101px;
- margin-top:-10px;
- width: 80px;
- text-align: left;
- color:{color:text};
- font: 17px arial rounded mt bold, sans-serif;
- text-transform:uppercase;
- letter-spacing: 0px;
- }
- #sides a:hover{
- color:#000;
- }
- #titlebar{
- background: {color:title bar};
- padding: 6px;
- color: {color:text};
- letter-spacing:-1px;
- text-transform: lowercase;
- font-family: Georgia;
- font-size:17px;
- line-height: 15px;
- border-radius: 3px;
- }
- .photo img{
- width:250px;
- margin:auto;
- }
- #perma{
- background: {color:title bar};
- color: {color:text};
- {block:If250pxposts}
- width:237px;
- {/block:If250pxposts}
- {block:If400pxposts}
- width:387px;
- {/block:If400pxposts}
- {block:If500pxposts}
- width:487px;
- {/block:If500pxposts}
- font-size: 8px;
- font-family: {font:Body font};
- text-transform: uppercase;
- letter-spacing: 1px;
- text-align: left;
- line-height:8px;
- margin-top:4px;
- border-radius: 3px;
- padding:7px;
- }
- .sides{
- background:{color:post background color};
- float:left;
- width:75px;
- height: 10px;
- font-size: 8px;
- font-family: {font:Body font};
- text-align:center;
- margin-right:2px;
- border: 1px solid #dfdfdf;
- text-transform: uppercase;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .sides:hover{
- background-color:{color:links};
- }
- .picture{
- border: solid 4px {color:post background color};
- }
- #chat{
- border: 1px solid #f0f0f0;
- padding: 5px;
- }
- .pagination{
- left:305px;
- margin-top: 5%;
- margin-bottom: 3%;
- text-align:center;
- color:#fff;
- z-index:100;
- }
- .current{
- background-color:{color:links};
- padding:5px;
- }
- .jump, .next{
- background-color:{color:post border background color};
- padding:5px;
- font-family: arial;
- font-size: 9px;
- color:{color:text};
- }
- blockquote {
- padding: 3px;
- border-left: 3px solid #000;
- color: {color:link};
- }
- </style>
- </head>
- <body>
- <div id="leftbar"></div>
- <div id="side"><img src="{PortraitURL-40}" class="side" border="0"><a href="/" lol="index">1</a><br><a href="/ask" lol="ask">2</a><br><a href="/archive" lol="past">3</a><br><a href="http://hokshi.tumblr.com" lol="credit">4</a></div>
- <div align="center"><div id="menu">
- {block:ifLink1URL}<a href="{text:Link 1 URL}"><div class="navigation">{text:Link 1 Name}</div></a>{/block:ifLink1URL}
- {block:ifLink2URL}<a href="{text:Link 2 URL}"><div class="navigation">{text:Link 2 Name}</div></a>{/block:ifLink2URL}
- {block:ifLink3URL}<a href="{text:Link 3 URL}"><div class="navigation">{text:Link 3 Name}</div></a>{/block:ifLink3URL}
- {block:ifLink4URL}<a href="{text:Link 4 URL}"><div class="navigation">{text:Link 4 Name}</div></a>{/block:ifLink4URL}
- {block:ifLink5URL}<a href="{text:Link 5 URL}"><div class="navigation">{text:Link 5 Name}</div></a>{/block:ifLink5URL}
- </div></div>
- <div id="sidebar">{block:IfSidebarphoto}<div class="photo"><img src="{image:side bar image}"></div>{block:IfSidebarphoto}<br>{Description}
- <div class="pagination">
- {block:IfNotInfiniteScrolling}
- {block:Pagination}
- {block:PreviousPage}
- <a class="next" href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a class="next" href="{NextPage}">»</a>
- {/block:NextPage}
- {/block:Pagination}
- {/block:IfNotInfiniteScrolling}
- </div>
- </div>
- <a href="{NextPage}"><div id="navi"><div id="next">next</div></div></a>
- <a href="{PreviousPage}"><div id="navi2"><div id="next">previous</div></div></a>
- <div id="post">
- {block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/block:IfInfiniteScrolling}
- {block:Posts}
- <div id="entry">
- <div id="sides">
- {block:Date}{DayOfMonthWithZero}{ShortMonth}{ShortYear}{/block:Date}
- {block:RebloggedFrom} <div align="center"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}" class="picture" border="0"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}" class="picture" border="0"></a></div>{/block:RebloggedFrom}
- {block:IndexPage}
- <a href="{Permalink}"><div class="sides">{NoteCountWithLabel}</div></a>
- <a href="{ReblogURL}"><div class="sides">reblog</div></a>
- {/block:IndexPage}
- </div>
- {block:Text}
- <a href="{Permalink}">{block:Title}<div id="titlebar"><i>{Title}</i></div>{/block:Title}</a>{/block:Title}
- <div align="left">{Body}</div>
- {/block:Text}
- {block:Photo}
- <a href="{Permalink}">
- {block:If250pxposts}
- <div><img src="{PhotoURL-250}"{block:PermalinkPage} width="250px"{/block:PermalinkPage} alt="{PhotoAlt}"/></div>
- {/block:If250pxposts}
- {block:If400pxposts}
- <div><img src="{PhotoURL-400}"{block:PermalinkPage} width="400px"{/block:PermalinkPage} alt="{PhotoAlt}"/></div>
- {/block:If400pxposts}
- {block:If500pxposts}
- <div><img src="{PhotoURL-500}"{block:PermalinkPage} width="500px"{/block:PermalinkPage} alt="{PhotoAlt}"/></div>
- {/block:If500pxposts}
- </a>
- {block:Ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Ifshowcaptions}
- {/block:Photo}
- {block:Photoset}
- <a href="{Permalink}">
- {block:If250pxposts}
- {Photoset-250}
- {/block:If250pxposts}
- {block:If400pxposts}
- {Photoset-400}
- {/block:If400pxposts}
- {block:If500pxposts}
- {Photoset-500}
- {/block:If500pxposts}
- </a>
- {block:Ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Ifshowcaptions}
- {/block:Photoset}
- {block:Quote}
- <div id="titlebar"><div align="center"><i>{Quote}</i></div></div>
- {block:Source}
- <p><div align="right"> - {Source}</div></p>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}>
- <div id="titlebar"><i>{Name}</i></div></a>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <a href="{Permalink}"><div id="titlebar"><i>{Title}</i></div></a>
- {/block:Title}
- {block:Lines}<div id="chat">{block:Label}<i><font color="#DBA901">{Label}</font></i>{/block:Label} {Line}</div>{/block:Lines}
- {/block:Chat}
- {block:Video}
- {block:If250pxposts}
- {Video-250}
- {block:If250pxposts}
- {block:If400pxposts}
- {Video-400}
- {block:If400pxposts}
- {block:If500pxposts}
- {Video-500}
- {block:If500pxposts}
- {block:Ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Ifshowcaptions}
- {/block:Video}
- {block:Audio}
- <div style="text-align:left"><div style="width:97%; background-color:#fff; border:1px solid {color:post border background color}; padding: 5px;">{AudioPlayerWhite}</div><BR> {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br> {block:TrackName}<b>Track Name:</b> {TrackName}{/block:TrackName}<br> <b>Play Count:</b> {PlayCountWithLabel}</span></div>
- {/block:Audio}
- {block:Answer}
- <div id="titlebar"><i>{Asker}</i>: {Question}</div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- {block:HasTags}<div id="perma">TAGGED: {block:Tags} <a href="{TagURL}">{Tag}</a>. {/block:Tags}</div>{/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:IfNotshowcaptions}{block:caption}{Caption}<br>{/block:caption}{/block:IfNotshowcaptions}
- {block:PostNotes}<div align="left">{PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment