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">
- <!--THEME 01 BY JCMESTKIRK (MERRYKIRK FOR THE HOLIDAYS). DON'T STEAL OR USE AS A BASE. THANKS.-->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{FavIcon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
- <meta name="image:Background" content=""/>
- <meta name="image:Topbar" content=""/>
- <meta name="color:Asker Border" content="#b5fffb"/>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Blockquote" content="#57b5ac"/>
- <meta name="color:Bold" content="#57b5ac"/>
- <meta name="color:Custom Links" content="#fff"/>
- <meta name="color:Custom Links Hover" content="#b5fffb"/>
- <meta name="color:Description" content="#fff"/>
- <meta name="color:Icon Border" content="#b5fffb"/>
- <meta name="color:Italics" content="#57b5ac"/>
- <meta name="color:Link" content="#57b5ac"/>
- <meta name="color:Link Hover" content="#000"/>
- <meta name="color:Nav Links" content="#fff"/>
- <meta name="color:Nav Links Hover" content="#b5fffb"/>
- <meta name="color:Scrollbar" content="#57b5ac"/>
- <meta name="color:Tags" content="#57b5ac"/>
- <meta name="color:Tags Border" content="#57b5ac"/>
- <meta name="color:Text" content="#1d6861"/>
- <meta name="color:Title" content="#fff"/>
- <meta name="color:Topbar" content="#57b5ac"/>
- <meta name="text:Link One Url" content="/"/>
- <meta name="text:Link One Title" content="link one"/>
- <meta name="text:Link Two Url" content="/"/>
- <meta name="text:Link Two Title" content="link two"/>
- <meta name="text:Link Three Url" content="/"/>
- <meta name="text:Link Three Title" content="link three"/>
- <style type="text/css">
- /* follow/dashboard buttons */
- iframe#tumblr_controls {
- right:2px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.16;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- -webkit-filter: invert(100%);
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.16;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- -webkit-filter: invert(100%);
- }
- body {
- color: {color:Text};
- background-color: {color:Background};
- background-image: url({image:Background});
- font: 10px consolas;
- line-height: 16px;
- }
- a {
- text-decoration: none;
- color: {color:Link};
- }
- a:hover {
- color: {color:Link Hover};
- }
- i, em {
- color: {color:Italics};
- }
- b, strong {
- color: {color:Bold};
- }
- h1 {
- font-size: 12px;
- color: {color:Text};
- }
- blockquote {
- border-left: 1px solid {color:Blockquote};
- margin-left: 6px;
- padding-left: 10px;
- }
- ::-webkit-scrollbar {
- width: 3px;
- height: 5px;
- background: {color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar};
- border-radius: 16px;
- border-top: 5px solid {color:Background};
- }
- #icon {
- width: 60px;
- margin-top: -150px;
- margin-left: 90px;
- position: fixed;
- }
- #icon img {
- width: 50px;
- height: 50px;
- border: 1px solid {color:Icon Border};
- border-radius: 50%;
- padding: 10px;
- }
- #title {
- font-size: 15px;
- color: {color:Title};
- letter-spacing: 2px;
- position: fixed;
- margin-top: -140px;
- margin-left: 160px;
- border-bottom: 1px solid {color:Icon Border};
- padding-bottom: 2px;
- }
- #description {
- font-size: 10px;
- color: {color:Description};
- position: fixed;
- margin-top: -120px;
- margin-left: 165px;
- width: 145px;
- }
- #nav {
- font-size: 10px;
- position: fixed;
- margin-top: -130px;
- margin-left: -2px;
- border-bottom: 1px solid {color:Icon Border};
- padding-bottom: 2px;
- }
- #nav a {
- color: {color:Nav Links};
- }
- #nav a:hover {
- color: {color:Nav Links Hover};
- }
- #links {
- font-size: 10px;
- position: fixed;
- margin-top: -110px;
- margin-left: 30px;
- padding-bottom: 2px;
- text-align: right;
- }
- #links a {
- color: {color:Custom Links};
- }
- #links a:hover {
- color: {color:Custom Links Hover};
- }
- #contain {
- width: 260px;
- height: 300px;
- padding: 50px;
- overflow-y: scroll;
- overflow-x: hidden;
- border: 2px solid {color:Topbar};
- border-radius: 10px;
- text-align: left;
- margin-top: 100px;
- border-top: 120px solid {color:Topbar};
- }
- #content {
- width: 250px;
- position: relative;
- }
- .entry {
- margin-bottom: 60px;
- }
- .entry:hover #tags {
- opacity: 1;
- margin-top:8px;
- margin-left: 0px;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- #tags {
- opacity: 0;
- border-top: 1px solid {color:Tags Border};
- }
- #tags a {
- color: {color:Tags};
- }
- #perma {
- position: absolute;
- letter-spacing: .5px;
- text-transform: lowercase;
- margin-top: -25px;
- text-align: right;
- width: 250px;
- border-bottom: 1px solid {color:Tags Border};
- }
- img.avatar {display:none; }
- ol.notes {
- margin-top: 20px;
- }
- #ask {
- text-align: right;
- width: 200px;
- margin-left: 50px;
- }
- .asker {
- font-size: 15px;
- margin-top: -40px;
- margin-left: 25px;
- width: 100%;
- }
- #quote {
- font-size: 15px;
- font-style: italic;
- text-align: center;
- }
- #pagination {
- width: 300px;
- height: 100px;
- margin-top: 50px;
- }
- #pagination a {
- opacity: 1;
- }
- </style>
- </head>
- <body>
- <center>
- <div id="contain">
- <div id="icon">
- <img src="{image:Topbar}">
- </div>
- <div id="title">
- {Title}
- </div>
- <div id="description">
- {Description}
- </div>
- <div id="nav">
- <a href="/">index.</a> <a href="/ask">ask.</a> <a href="/archive">past.</a>
- </div>
- <div id="links">
- <a href="{text:Link One Url}" title="{text:Link One Title}">i.</a>
- <a href="{text:Link Two Url}" title="{text:Link Two Title}">ii.</a>
- <a href="{text:Link Three Url}" title="{text:Link Three Title}">iii.</a>
- </div>
- <div id="content">
- {block:Posts}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- <div class="entry">
- <!--permalink-->
- {block:IndexPage}<div id="perma"><a href="{Permalink}">{NoteCount}</a> ♢ <a href="{Permalink}">{ShortMonth}.{DayOfMonthWithZero}</a> ♢ <a href="{ReblogURL}">reblog</a></div>{/block:IndexPage}
- {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
- {block:Photoset}{Photoset-250} {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
- {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Quote}
- <div id="quote"><i>"{Quote}"</i></div>
- {block:Source}<br>- {Source}{/block:Source}
- {/block:Quote}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
- {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
- {block:Video}{block:IndexPage}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
- {block:Answer}<img src="{AskerPortraitURL-30}" style="padding: 5px; border: 1px solid {color:Asker Border}">
- <div class="asker"><i style="color:{color:Asker Border}"><b>{Asker}</b> asked...</i></div>
- <div id="ask"><i>{Question}</i></div>
- <p>{Answer}
- {/block:Answer}
- <div id="tags">
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
- </div>
- <!--permalink page-->
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div> <!---entry div--->
- {/block:Posts}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </center>
- <div style="position:fixed;bottom:8px; right:3px; font-size:9px; font-family:calibri; height: 15px;"><a style="color:#000; text-decoration:none;" href="http://jcmestkirk.tumblr.com/">J</a></center></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement