Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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: #2 GRACIEUX || HARRYSTYHELLS
- - DO NOT REMOVE CREDIT
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT REDISTRIBUTE
- - DO NOT COPY ANY PARTS OF MY CODE
- --------------------------------------------->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#2e2e2e" />
- <meta name="color:links" content="#000000" />
- <meta name="color:hover" content="#000000" />
- <meta name="if:Show Link 1" content="1" />
- <meta name="if:Show Link 2" content="1" />
- <meta name="if:Show Link 3" content="1" />
- <meta name="if:Show Link 4" content="1" />
- <meta name="text:Title" content="words/word" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4" content="" />
- <style type="text/css">
- sub,small {
- font-size:10px;
- }
- ::-webkit-scrollbar-thumb {
- height:auto;
- border:1px solid;
- border-color:{color:text};
- background-color:{color:text};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:4px;
- background-color:#ffffff;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 4px 4px 4px;
- margin:10px 0px 0px 15px;
- background-color:#ffffff;
- font-family:'arial';
- font-size:10px;
- text-transform:uppercase;
- color:#000000;
- z-index:9999;
- }
- h1{
- color:{color:text};
- text-align:left;
- font-size:20px;
- font-family:'arial';
- margin-left:-8px;
- letter-spacing:-1px;
- line-height:100%;
- padding:5px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:'arial';
- font-size:10px;
- line-height:100%;
- text-align:justify;
- }
- #entries {
- font-family:'arial';
- width:400px;
- margin-left:402px;
- padding-bottom:100px;
- font-size:10px;
- }
- #posts {
- width:400px;
- padding-bottom:40px;
- padding:30px;
- }
- a {
- color:{color:links};
- text-decoration:none;
- -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:{color:hover};
- -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:1px solid;
- border-color:#eeeeee;
- width:300px;
- padding:1px;
- padding-left:20px;
- }
- #sidebar {
- margin-left:200px;
- margin-top:200px;
- position:fixed;
- }
- #icon {
- width:64px;
- height:64px;
- border:5px solid #f5f5f5;
- }
- #description {
- font-family:'arial';
- line-height:100%;
- font-size:10px;
- width:120px;
- margin-top:82px;
- margin-left:-26px;
- text-align:justify;
- text-transform:lowercase;
- }
- #description a {
- color:{color:text};
- }
- #links {
- font-family:'arial';
- position:fixed;
- margin-top:10px;
- margin-left:-28px;
- font-weight:bold;
- text-align:center;
- font-size:9px;
- text-transform:uppercase;
- width:120px;
- line-height:20px;
- }
- #links a {
- padding:3px;
- background-color:#f9f9f9;
- color:{color:links};
- }
- #links a:hover {
- background-color:{color:hover};
- color:#ffffff;
- -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;
- }
- #title {
- position:fixed;
- font-size:12px;
- width:120px;
- text-align:center;
- margin-top:330px;
- margin-left:180px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:text};
- font-family:'arial';
- }
- #information {
- font-family:'arial';
- letter-spacing:1px;
- margin-top:10px;
- text-align:center;
- font-size:8px;
- text-transform:uppercase;
- border-bottom:1px solid #eeeeee;
- line-height:0px;
- }
- #information a {
- color:{color:text};
- }
- #information a:hover {
- color:{color:hover};
- -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;
- }
- #tags {
- font-family:'arial';
- font-size:10px;
- opacity:0;
- text-transform:lowercase;
- text-align:center;
- line-height:100%;
- margin-top:10px;
- -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;
- }
- #tags a {
- color:{color:links};
- text-decoration:underline;
- }
- #tags a:hover {
- color:{color:hover};
- -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;
- }
- #posts:hover #tags {
- opacity:1;
- -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;
- }
- .credit {
- right:10px;
- bottom:10px;
- font-family:tahoma;
- position:fixed;
- letter-spacing:1px;
- font-size:7px;
- color:{color:links};
- 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;
- }
- .credit a {
- padding:5px;
- background-color:#ffffff;
- }
- .credit a:hover {
- background-color:{color:links};
- color:{color:background};
- 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;
- }
- .notes {
- width:400px;
- margin-left:-40px;
- }
- .notes a {
- color:{color:text};
- text-transform:uppercase;
- font-size:7px;
- font-family:'arial';
- letter-spacing:1px;
- font-weight:bold;
- margin-top:-5px;
- padding:5px;
- line-height:100%;
- }
- .notes img {
- border-radius:100%;
- }
- ol.notes, .notes li {
- list-style: none;
- }
- #ask {
- background-color:#f5f5f5;
- padding:25px;
- font-size:10px;
- line-height:100%;
- font-family:'arial';
- }
- #ask a {
- color:{color:text};
- text-align:justify;
- }
- #asker {
- font-weight:bold;
- font-family:'arial';
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- #asker a:hover {
- color:{color:hover};
- -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;
- }
- #answer {
- padding:10px;
- margin-left:-5px;
- line-height:100%;
- font-family:'arial';
- font-size:10px;
- }
- #answer a {
- color:{color:text};
- }
- #pagination {
- font-family:'arial';
- font-size:9px;
- margin-top:20px;
- margin-left:-35px;
- width:150px;
- text-align:center;
- text-transform:uppercase;
- }
- #pagination a {
- color:{color:text};
- padding:5px;
- }
- #audiopost {
- width:400px;
- height:70px;
- margin-left:5px;
- }
- .player {
- opacity:1;
- display:block;
- position:absolute;
- margin-top:0px;
- margin-left:0px;
- background:transparent;
- border:5px solid white;
- }
- .audioplayer {
- margin-top:0px;
- margin-left:0px;
- overflow:hidden;
- width:25px;
- height:25px;
- padding:0px;
- border:18px solid white;
- }
- .audioinfo {
- display:block;
- width:306px;
- height:48px;
- line-height:10px;
- padding-top:22px;
- padding-left:90px;
- font-family:'times new';
- font-size:10px;
- text-transform:uppercase;
- text-align:left;
- color:{color:text};
- background:#f5f5f5;
- }
- {CustomCSS}</style></head>
- <body>
- <div id="title">{text:title}</div>
- <div id="sidebar">
- <div id="icon"><a href="/">
- <img src="{PortraitURL-64}"></a>
- <div id="links">
- <a title="index" href="/">uno</a>
- <a title="message" href="/ask">dos</a>
- {block:IfShowLink1}<a title="title" href="{text:Link 1}">tres</a>{/block:IfShowLink1}
- {block:IfShowLink2}<a title="title" href="{text:Link 2}">cuatro</a>{/block:IfShowLink2}
- {block:IfShowLink3}<a title="title" href="{text:Link 3}">cinco</a>{/block:IfShowLink3}
- {block:IfShowLink4}<a title="title" href="{text:Link 4}">seis</a>{/block:IfShowLink4}</div>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <div id="description">{Description}</div>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}{PageNumber}</a>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}</div>{/block:IndexPage}</div></div>
- <div id="entries">{block:Posts}<div id="posts">
- {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}<br><br> — {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"><div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div><div class="audioinfo">{block:TrackName}<b>track name</b>: {TrackName}{/block:TrackName}{block:Artist} <br><b>producer</b>: {Artist}{/block:Artist}<br><b>played</b>: {FormattedPlayCount} times</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"><b>{Asker}</b>:<br><br></div><div id="ask">{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
- <div id="information"><span style="background-color:white">{Month}, {DayOfMonth}{DayOfMonthSuffix}, {Year} // <a href="{Permalink}"><b>{NoteCountWithLabel} </b></a>
- {block:PermalinkPage}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:RebloggedFrom}// <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} // <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {/block:PermalinkPage}</span></a></div>
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}
- </div>{block:HasTags}
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- <div class="credit"><a href="http://harrystyhells.tumblr.com/">HS</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement