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">
- <!--
- THEME 011: "HALEIGH" by ALINARPS
- - Please don't steal or redistribute, I worked very hard on this.
- - You can edit for personal use only, but if you want to release an edited version, please talk to me privately first.
- - If you have any questions regarding this page, feel free to ask!
- - Have fun with it!
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <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(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
- <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}
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Links" content="#aaaaaa"/>
- <meta name="color:Hover" content="#ffffff"/>
- <meta name="color:accent" content="#f6f6f6"/>
- <meta name="color:border" content="#e5e5e5"/>
- <meta name="color:text shadow" content="#e17e66"/>
- <meta name="color:PostBG" content="#ffffff"/>
- <meta name="color:scrollbar" content="#000000"/>
- <meta name="color:scrollbarBG" content="#f6f6f6"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Icon One" content=""/>
- <meta name="image:Icon Two" content=""/>
- <meta name="if:Background" content=""/>
- <meta name="if:BlackAndWhite" content=""/>
- <meta name="text:Subtitle" content="subtitle here"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 1 Title" content="link one"/>
- <meta name="text:Link 2 Title" content="link two"/>
- <meta name="text:Link 3 Title" content="link three"/>
- <meta name="text:Link 4 Title" content="link four"/>
- <meta name="text:Link 1 Subtitle" content="link one subtitle"/>
- <meta name="text:Link 2 Subtitle" content="link two subtitle"/>
- <meta name="text:Link 3 Subtitle" content="link three subtitle"/>
- <meta name="text:Link 4 Subtitle" content="link four subtitle"/>
- <link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,900,700,700italic,500italic,500' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto:400,400italic,900,700,700italic,500italic,500:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <style type="text/css">
- /* THE BASICS */
- body {
- background-color:{color:Background};
- {block:IfBackground}
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-size:cover;
- {/block:IfBackground}
- color:{color:Text};
- text-align:justify;
- font-size:10px;
- font-family:roboto;
- }
- small, sup, sub {
- font-size:10px;
- }
- a {
- border-bottom:1px solid {color:links};
- color:{color:text};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:hover {
- border-bottom:1px solid {color:hover};
- }
- blockquote {
- padding:5px;
- padding-left:10px;
- margin-left:15px;
- margin-right:15px;
- border:1px solid {color:border};
- background-color:{color:accent};
- }
- b, u, i, em, strike {
- text-shadow:0.5px 0.5px 2px {color:text shadow};
- }
- {block:IfBlackandWhite}
- img {
- -webkit-filter: grayscale(100%); filter: grayscale(100%);
- }
- {/block:IfBlackandWhite}
- /*SCROLL BAR*/
- ::-webkit-scrollbar-thumb {
- height:5px;
- background-color:{color:scrollbar};
- border:1px solid {color:scrollbar};
- }
- ::-webkit-scrollbar {
- margin-right:5px;
- width:3px;
- height:3px;
- background-color:{color:scrollbarbg};
- }
- /*TOOLTIP*/
- #s-m-t-tooltip {
- max-width:200px;
- padding:5px;
- margin:15px 15px 15px 15px;
- background-color: {color:background};
- font-size:10px;
- font-weight:600;
- letter-spacing:0px;
- color:{color:text};
- border:1px solid {color:text};
- text-transform:uppercase;
- z-index:999999999999999999999999999999999999;
- }
- /*CENTERING CONTAINER*/
- .ccontain {
- width:805px;
- height:450px;
- margin:auto;
- margin-top:7%;
- }
- /*POSTS AND ENTRIES*/
- .entries {
- padding-left:10px;
- padding-right:10px;
- height:450px;
- width:433px;
- overflow:auto;
- margin-left:352px;
- display:inline-block;
- position:absolute;
- }
- .post{
- padding:14px;
- background-color:{color:postbg};
- margin-top:10px;
- margin-bottom:10px;
- width:400px;
- white-space:normal;
- border:1px solid {color:accent};
- {block:IfBlackandWhite}
- -webkit-filter: grayscale(100%); filter: grayscale(100%);
- {/block:IfBlackandWhite}
- }
- .post img a {
- text-decoration:none;
- }
- .quote {
- background-color:{color:accent};padding:9px; border:1px solid {color:border};font-size:15px;font-weight:600;
- }
- .chat {
- padding:4px;
- }
- .chat:nth-of-type(odd){
- background-color: {color:accent};}
- .chat:nth-of-type(even){
- background-color: {color:background};}
- .question {
- background-color:{color:accent};padding:9px; border:1px solid {color:border};
- }
- .tags a{
- color:{color:links};
- opacity:0.7;
- }
- /* SIDEBAR */
- .sidebar {
- position:absolute;
- display:inline-block;
- background-color:{color:accent};
- border:1px solid {color:border};
- height:448px;
- width:350px;
- }
- .sidebar img {
- width:64px;
- height:64px;
- border-radius:5px;
- border:5px solid {color:postbg};
- overflow:hidden;
- margin-top:10px;
- margin-left:10px;
- }
- .title {
- display:inline-block;
- position:absolute;
- font-weight:600;
- text-transform:uppercase;
- background-color:{color:text shadow};
- color:{color:background};
- padding:10px;
- width:140px;
- height:54px;
- margin-top:10px;
- font-size:10px;
- text-align:center;
- border-radius:5px;
- }
- #title {
- font-size:13px;
- }
- .desc {
- border-radius:5px;
- background-color:{color:background};
- color:{color:text};
- width:290px;
- padding:20px;
- margin-left:10px;
- margin-top:10px;
- height:100px;
- overflow:auto;
- }
- .links {
- margin-top:10px;
- margin-left:10px;
- text-align:center;
- font-weight:600;
- text-transform:uppercase;
- }
- .links a {
- display:block;
- margin-bottom:10px;
- text-decoration:none;
- padding:4px;
- background-color:{color:background};
- width:322px;
- border-bottom:none;
- color:{color:Links};
- border-radius:5px;
- }
- .links a:hover {
- color:{color:text};
- }
- .links a:hover big {
- text-decoration:underline;
- }
- .links a big {
- font-size:13px;
- }
- /*AUDIO POSTS*/
- .playbutton {
- width: 30px;
- height: 30px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- margin: 10px 10px 10px 10px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .playbox {
- background-color: #ffffff;
- position: absolute;
- z-index: 1000;
- margin-top: 15px;
- margin-left: 13px;
- opacity:0.3;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .playbox:hover{
- opacity:1;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- /*DO NOT REMOVE CREDIT*/
- .credit a{
- position:fixed;
- right:10px;
- bottom:10px;
- border:1px solid {color:border};
- background-color:#ffffff;
- color:#000000;
- text-decoration:none;
- padding:3px;
- font-weight:600;
- font-size:11px;
- }
- .credit a:hover {
- color:#ffffff;
- background-color:#000000;
- }
- </style>
- </head>
- <body>
- <div class="ccontain">
- <!------sidebar-------->
- <div class="sidebar">
- <img src="{image:Icon One}"/>
- <img src="{image:Icon Two}" style="margin-right:10px;"/>
- <div class="title">
- <div style="width:210px;height:54px;display:table-cell;vertical-align:middle">
- <span id="title">{Title}</span><br/>
- {text:Subtitle}
- </div>
- </div>
- <div class="desc">{Description}</div>
- <!--------links--------->
- <div class="links">
- <a href="{text:Link 1 URL}"><big>I. {text:Link 1 Title}</big><br/><b><em>(</em></b> {text:Link 1 Subtitle} <b><em>)</em></b></a>
- <a href="{text:Link 2 URL}"><big>II. {text:Link 2 Title}</big><br/><b><em>(</em></b> {text:Link 2 Subtitle} <b><em>)</em></b></a>
- <a href="{text:Link 3 URL}"><big>III. {text:Link 3 Title}</big><br/><b><em>(</em></b> {text:Link 3 Subtitle} <b><em>)</em></b></a>
- <a href="{text:Link 4 URL}"><big>IV. {text:Link 4 Title}</big><br/><b><em>(</em></b> {text:Link 4 Subtitle} <b><em>)</em></b></a>
- </div>
- <!-----pagination----->
- {block:Pagination}
- <div align="center" style="margin-top:-5px;">
- {block:PreviousPage}
- <a href="{PreviousPage}"><b>PREV</b></a>
- {/block:PreviousPage}
- •
- {block:NextPage}
- <a href="{NextPage}"><b>NEXT</b></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <!----entries / posts----->
- <div class="entries">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}<h1 style="margin-top:0px;">{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" width="400" style="text-decoration:none;">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Link}
- <h1 style="margin-top:0px;"><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- <h1 style="margin-top:0px;"></h1>
- {block:Source}<div align="right"> —{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<h1 style="margin-top:0px;">{Title}</h1>{/block:Title}
- {block:Lines}
- <div class="chat">
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br>
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" style="float:left;border:3px solid {color:border};width:70px;margin-right:10px;">
- {/block:AlbumArt}
- <div style="background-color:{color:accent};height:56px;padding:10px;line-height:2;">
- {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
- {block:Artist}<em>by {Artist}</em>{/block:Artist}
- <br />
- {block:Album}{Album}{/block:Album}
- <br />
- {block:PlayCount}Played {FormattedPlayCount} times{/block:PlayCount}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question"><span style="text-transform:uppercase;"><big><b>{Asker}</b></big>:</span> {Question}</div>
- {Answer}
- {/block:Answer}
- <div style="margin-top:5px;">
- <a href="{Permalink}" style="text-transform:uppercase;">{TimeAgo}</a>
- <span style="float:right">{NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">VIA</a> • <a href="{ReblogRootURL}">SRC</a>{/block:RebloggedFrom} </span>
- </div>
- </div>
- {block:HasTags}<div style="margin-top:-10px;">{block:Tags} <div style="display:inline-block;margin-top:3px;margin-bottom:3px;" class="tags"><a href="{TagURL}">#{Tag}</a></div> {/block:Tags}</span></div>{/block:HasTags}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- <!------DO NOT REMOVE THIS.-------->
- <div class="credit">
- <a href="http://alinarps.tumblr.com/" title="CREDIT TO ALINARPS">ALINARPS</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement