Advertisement
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}
- <!---THEME #1 LOSE YOUR MIND
- BY HARRYSTYHELLS PLEASE DO NOT
- REDISTRIBUTE/TAKE ANY OF THE PARTS
- OF THIS CODE BECAUSE I WILL FIND YOU
- AND YOU WILL FACE THE CONSEQUENCES.
- ENJOY & THANKS FOR USING MY THEMES!
- --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#2e2e2e"/>
- <meta name="color:Links" content="#ffffff"/>
- <meta name="color:Links Background" content="#000000"/>
- <meta name="color:Hover" content="#e8e8e8"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Titles Background" content="#000000"/>
- <meta name="color:Link Hover" content="#f2f2f2"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Postage" content="#333333"/>
- <meta name="color:Italic" content="#85adaf"/>
- <meta name="color:Selection" content="#85adaf"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 1 Text" content="" />
- <meta name="text:Link 2 Text" content="" />
- <meta name="text:Link 3 Text" content="" />
- <meta name="text:Titled" content="words go here!" />
- <meta name="if:Show Link 1" content="1" />
- <meta name="if:Show Link 2" content="1" />
- <meta name="if:Show Link 3" content="1" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:4px;
- background-color:{color:background};
- }
- sub,small {
- font-size:10px;
- }
- b {
- color:{color:bold};
- }
- i,em {
- color:{color:italic};
- }
- ::selection {
- background-color:{color:selection};
- color:#ffffff;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:'arial';
- font-size:10px;
- line-height:100%;
- letter-spacing:0px;
- text-align:justify;
- background-image:url('{image:Background}');
- }
- a {
- text-decoration:none;
- color:{color:postage};
- transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- a:hover {
- color:#000000;
- transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- blockquote{
- border-left:2px solid #eee;
- margin-left:0px;
- padding-left:5px;
- }
- h1 {
- font-size:25px;
- letter-spacing:-2px;
- text-transform:lowercase;
- font-family:'arial';
- font-style:none;
- line-height:10px;
- text-align:left;
- padding:0px;
- }
- #entries {
- padding:10px;
- width:400px;
- margin-left:402px;
- margin-top:5px;
- font-size:10px;
- font-family:'arial';
- letter-spacing:0px;
- }
- #posts {
- width:400px;
- padding-bottom:40px;
- padding:25px;
- margin-top:30px;
- }
- #sidebar {
- position:fixed;
- margin-top:100px;
- margin-left:200px;
- }
- #sidebarimage {
- width:100px;
- transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #sidebarimage img {
- width:100px;
- height:100px;
- margin-top:50px;
- margin-left:15px;
- }
- #sidebar:hover #sidebarimage {
- margin-left:-102px;
- transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #sidebar:hover #navigation {
- opacity:1;
- transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #navigation {
- font-size:20px;
- font-family:'arial';
- text-align:left;
- letter-spacing:-2px;
- position:fixed;
- opacity:0;
- display:inline-block;
- line-height:20px;
- background-color:{color:links background};
- margin-top:-102px;
- overflow:hidden;
- margin-left:13px;
- transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #navigation a {
- padding:4px;
- color:{color:links};
- }
- #navigation a:hover {
- transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- color:{color:link hover};
- }
- #description {
- text-align:justify;
- font-family:'arial';
- line-height:10px;
- padding:5px;
- width:100px;
- text-transform:lowercase;
- margin-top:0px;
- margin-left:10px;
- letter-spacing:0px;
- font-size:9px;
- position:fixed;
- color:{color:text};
- }
- #title {
- width:1000px;
- height:40px;
- line-height:100%;
- margin-top:300px;
- margin-left:-480px;
- color:{color:title};
- background-color:{color:titles background};
- position:fixed;
- text-align:center;
- font-weight:none;
- letter-spacing:-3px;
- font-family:'arial';
- font-size:40px;
- transform: rotate(270deg);
- -webkit-transform: rotate(270deg);
- -moz-transform: rotate(270deg);
- ransform: rotate(270deg);
- -ms-transform: rotate(270deg);
- }
- #pagination {
- padding:2px;
- position:fixed;
- font-family:'arial';
- font-size:10px;
- text-align:center;
- padding:2px;
- margin-top:120px;
- margin-left:50px;
- text-transform:lowercase;
- }
- #information {
- width:150px;
- text-align:left;
- position:absolute;
- font-family:'arial';
- margin-top:23px;
- margin-left:430px;
- letter-spacing:-1px;
- font-size:15px;
- font-style:none;
- padding:1px;
- line-height:15px;
- text-transform:uppercase;
- }
- #information a {
- text-align:center;
- color:{color:text};
- }
- #information a:hover {
- transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- color:{color:hover};
- }
- #tags {
- float:left;
- width:150px;
- line-height:10px;
- margin-top:-5px;
- margin-left:-5px;
- text-align:left;
- font-size:7px;
- padding:5px;
- font-size:7px;
- opacity:1;
- transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- color:{color:text};
- }
- #tags a {
- letter-spacing:1px;
- font-size:7px;
- text-align:center;
- font-family:'trebuchet ms';
- text-decoration:none;
- display:inline-block;
- color:{color:text};
- }
- #tags a:hover {
- color:{color:hover};
- transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- #asker {
- font-family:'times new';
- text-decoration:none;
- font-size:15px;
- line-height:0px;
- border-bottom:1px solid #eee;
- text-align:left;
- font-style:none;
- text-transform:uppercase;
- }
- #asker a {
- background-color:#ffffff;
- text-decoration:none;
- color:#000000;
- }
- #asker a:hover {
- text-decoration:underline;
- }
- #answer {
- font-family:'arial';
- text-align:left;
- }
- #asks {
- text-align:center;
- }
- #audiopost {
- width:400px;
- height:70px;
- margin-left:5px;
- margin-bottom:0px;
- }
- .albumart {
- width:70px;
- height:70px;
- margin-left:0px;
- position:absolute;
- }
- .albumart img {
- float:left;
- width:70px;
- height:70px;}
- .player {
- opacity:0.8;
- display:block;
- position:absolute;
- margin-top:5px;
- margin-left:5px;
- width:60px;
- height:60px;
- -webkit-transition:all 0.4s;
- -moz-transition:all 0.4s;
- -o-transition:all 0.4s;
- -ms-transition: all 0.4s;
- transition:all 0.5s;
- background:transparent;
- z-index:1;
- }
- .audioplayer {
- margin-top:14px;
- margin-left:13px;
- overflow:hidden;
- width:24px;
- height:24px;
- padding:3px;
- }
- .audioinfo {
- display:block;
- width:308px;
- height:48px;
- padding-top:22px;
- padding-left:90px;
- font-family:'times new';
- font-size:10px;
- letter-spacing:0px;
- text-transform:uppercase;
- text-align:left;
- color:#ffffff;
- background:#000000;
- }
- .audioinfo1 {
- margin-top:5px;
- font-family:'times new';
- font-size:10px;
- text-transform:uppercase;
- letter-spacing:0px
- }
- .source {
- text-align:right;
- }
- #credit {
- position:fixed;
- font-family:'trebuchet ms';
- text-transform:uppercase;
- font-size:7px;
- right:9px;
- bottom:9px;
- letter-spacing:1px;
- }
- #credit a {
- color:white;
- background-color:#000000;
- padding:5px;
- }
- #credit a:hover {
- background-color:#ffffff;
- color:#000000;
- transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- {CustomCSS}</style></head>
- <body>
- <div id="title">{text:titled}</div>
- <div id="sidebar">
- <div id="sidebarimage">
- <image src="{image:sidebar}">
- </a>
- </div>
- <div id="navigation">
- <a href="/">01. index</a><br>
- <a href="/ask">02. message</a><br>
- {block:IfShowLink1}<a href="{text:Link 1}">03. {text:Link 1 Text}</a>{/block:IfShowLink1}<br>
- {block:IfShowLink2}<a href="{text:Link 2}">04. {text:Link 2 Text}</a>{/block:IfShowLink2}<br>
- {block:IfShowLink3}<a href="{text:Link 3}">05. {text:Link 3 Text}</a>{/block:IfShowLink3}</div>
- <div id="description">{Description}</div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
- / {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="posts">
- <div id="information"><a href="{Permalink}"><b>{Month}, {DayOfMonth}{DayOfMonthSuffix}</b></a><br>{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} & {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with {NoteCountWithLabel}</a>
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a> {/block:Tags}
- </div>{block:HasTags}
- </div>
- </div>
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}
- {/block:Caption}{/block:Photoset}
- {block:Quote}<h2>"{Quote}"</h2>
- {block:Source}<div class="source"> — {Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<div id="audiopost">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div><div class="audioinfo">{block:TrackName}track name: {TrackName}{/block:TrackName}<div class="audioinfo1">{block:Artist} producer: {Artist}{/block:Artist}</div></div></div>{block:Caption}<br>{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker">{Asker}:</div><br><div id="asks">{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
- {/block:Posts}<br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}{/block:Posts}</div></div></div><br><br><br><br>
- <div id="credit"><a href="http://harrystyhells.tumblr.com/">HS</a></div></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement