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>
- <html>
- <title>{Title}</title>
- <!--
- ___________________________________________________________________________
- CORPUS THEME BY NOCTOS @ TUMBLR
- ___________________________________________________________________________
- -->
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="text:font" content="cambria" />
- <meta name="text:font size" content="9px" />
- <meta name="image:background" content="" />
- <meta name="image:side" content="http://static.tumblr.com/nj7bgyh/iLKm3gsx7/tumblr_lxxy6b9t2a1r6hoxao1_500.jpg" />
- <meta name="image:side links BG" content="http://media.tumblr.com/tumblr_m3d3ogLzYw1qklwal.png" />
- <meta name="color:background" content="#fff" />
- <meta name="color:text" content="#777" />
- <meta name="color:links" content="#b4b4b4" />
- <meta name="color:links hover" content="#494949" />
- <meta name="color:bordering" content="#eee" />
- <meta name="color:side links TXT" content="#b3b3b3" />
- <meta name="color:side links BG hover" content="#eee" />
- <meta name="color:side links TXT hover" content="#b3b3b3" />
- <meta name="color:side title" content="#fff" />
- <meta name="color:post BG" content="#fff" />
- <meta name="color:post title BG" content="#fafafa" />
- <meta name="if:endless scroll" content="1" />
- <meta name="if:show captions" content="0" />
- <meta name="if:post bordering" content="1" />
- <meta name="if:small posts" content="1" />
- <meta name="if:medium posts" content="0" />
- <meta name="if:large posts" content="0" />
- <meta name="text:link one" content="" />
- <meta name="text:link one title" content="" />
- <meta name="text:link two" content="" />
- <meta name="text:link two title" content="" />
- <meta name="text:link three" content="" />
- <meta name="text:link three title" content="" />
- <meta name="text:link four" content="" />
- <meta name="text:link four title" content="" />
- <meta name="text:link five" content="" />
- <meta name="text:link five title" content="" />
- <style type="text/css">
- {CustomCSS}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:bordering};width:6px;border:1px solid #fff;}
- ::-webkit-scrollbar {height:0px;width:5px;background-color:{color:background};}
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- body {
- background-image: url('{image:background}');
- background-attachment:fixed;
- background-color:{color:background};
- font-family:{text:font};
- font-size:{text:font size};
- color:{color:text};
- }
- a {
- color:{color:links};
- text-decoration:none;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- a:hover {
- color:{color:links hover};
- }
- h1 {
- margin-top:0px;
- margin-bottom:-5px;
- font-size:16px;
- font-weight:lighter;
- letter-spacing:-1.5px;
- text-transform:uppercase;
- background-color:{color:post title BG};
- padding-left:6px;
- }
- blockquote {
- padding-left:10px;
- border-left:1px solid {color:text};
- }
- .audi img {
- max-width:100px;
- float:left;
- margin-right:5px;
- }
- #content {
- {block:indexpage}
- {block:ifsmallposts}
- margin-left:43%;
- width:250px;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- margin-left:34%;
- width:400px;
- {/block:ifmediumposts}
- {block:iflargeposts}
- margin-left:32%;
- width:500px;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:32%;
- width:500px;
- {/block:permalinkpage}
- }
- .post {
- float:left;
- overflow:hidden;
- {block:indexpage}
- padding:8px;
- margin-bottom:8px;
- background-color:{color:post BG};
- {block:ifpostbordering}
- border:1px solid {color:bordering};
- {/block:ifpostbordering}
- {block:ifsmallposts}
- width:250px;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- width:400px;
- {/block:ifmediumposts}
- {block:iflargeposts}
- width:500px;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- .permalinkbox {
- position:relative;
- margin-top:-28px;
- float:right;
- margin-right:8px;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- z-index:1;
- opacity:0;
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- }
- .permalink {
- background-color:{color:post BG};
- text-align:center;
- padding:4px;
- opacity:0.9;
- font-family:calibri;
- font-size:9px;
- text-transform:uppercase;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- .permalink:hover {
- opacity:1;
- }
- .post:hover .permalinkbox {
- opacity:1;
- }
- .notes img {
- height:0px;
- width:0px;
- }
- .img {
- position:fixed;
- {block:indexpage}
- {block:ifsmallposts}
- left:43%;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- left:34%;
- {/block:ifmediumposts}
- {block:iflargeposts}
- left:32%;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- left:32%;
- {/block:permalinkpage}
- top:30%;
- width:170px;
- overflow:hidden;
- background-color:{color:post BG};
- padding:8px 8px 5px 8px;
- border:1px solid {color:bordering};
- margin-left:-340px;
- }
- #side {
- width:240px;
- position:fixed;
- {block:indexpage}
- {block:ifsmallposts}
- left:43%;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- left:34%;
- {/block:ifmediumposts}
- {block:iflargeposts}
- left:32%;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- left:32%;
- {/block:permalinkpage}
- top:30%;
- margin-left:-284px;
- }
- .desc {
- margin-top:50px;
- width:100px;
- float:right;
- }
- .link {
- z-index:1;
- float:right;
- margin-bottom:2px;
- background-image: url('{image:side links BG}');
- background-color:transparent;
- color:{color:side links TXT};
- font-family:consolas;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- width:90px;
- padding-left:10px;
- -webkit-transition: all 0.8s ease-in;
- -moz-transition: all 0.8s ease-in;
- -o-transition: all 0.8s ease-in;
- }
- .link:hover {
- background-color:{color:side links BG hover};
- background-image:none;
- color:{color:side links TXT hover};
- }
- .titleholder {
- width:170px;
- text-align:center;
- position:absolute;
- margin-top:-30px;
- }
- .title a {
- font-family:constantia;
- font-size:16px;
- color:{color:side title};
- text-transform:uppercase;
- }
- .pgna {
- position:fixed;
- {block:indexpage}
- {block:ifsmallposts}
- left:43%;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- left:34%;
- {/block:ifmediumposts}
- {block:iflargeposts}
- left:32%;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- left:32%;
- {/block:permalinkpage}
- top:30%;
- margin-left:-390px;
- text-align:right;
- margin-top:9px;
- }
- </style>
- {block:ifendlessscroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifendlessscroll}
- </head>
- <body>
- {block:ifnotendlessscroll}
- {block:Pagination}
- <div class="pgna">
- {block:NextPage}
- <a href="{NextPage}">NEXT</a><br>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">PREVIOUS</a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:ifnotendlessscroll}
- <div id="side">
- <div class="img">
- <img style="width:170px;" src="{image:side}">
- <div class="titleholder"><div class="title"><a href="/">{Title}</a></div></div>
- </div>
- <div class="desc">{Description}
- <div style="border-bottom:1px solid {color:bordering};padding-top:8px;margin-bottom:8px;"></div>
- <a href="/" title="index"><div class="link">index</div></a>
- <a href="/ask" title="ask"><div class="link">message</div></a>
- <a href="/archive" title="archive"><div class="link">history</div></a>
- {block:iflinkone}<a href="{text:link one}" title="{text:link one title}"><div class="link">{text:link one title}</div></a>{/block:iflinkone}{block:iflinktwo}<a href="{text:link two}" title="{text:link two title}"><div class="link">{text:link two title}</div></a>{/block:iflinktwo}{block:iflinkthree}<a href="{text:link three}" title="{text:link three title}"><div class="link">{text:link three title}</div></a>{/block:iflinkthree}
- {block:iflinkfour}<a href="{text:link four}" title="{text:link four title}"><div class="link">{text:link four title}</div></a>{/block:iflinkfour}{block:iflinkfive}<a href="{text:link five}" title="{text:link five title}"><div class="link">{text:link five title}</div></a>{/block:iflinkfive}
- </div>
- </div>
- <div id="content">
- {block:Posts}
- {block:Text}
- <div class="post">
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- {body}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Text}
- {block:Photo}
- <div style="padding-bottom:5px;" class="post">
- {block:indexpage}
- {LinkOpenTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- {block:ifsmallposts}
- <img src="{PhotoURL-250}">
- {/block:ifsmallposts}
- {block:ifmediumposts}
- <img style="width:400px;" src="{PhotoURL-500}">
- {/block:ifmediumposts}
- {block:iflargeposts}
- <img src="{PhotoURL-500}">
- {/block:iflargeposts}
- {LinkCloseTag}
- {/block:indexpage}
- {block:permalinkpage}
- <img src="{PhotoURL-500}">
- {/block:permalinkpage}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- {block:indexpage}
- {block:ifsmallposts}
- {Photoset-250}
- {/block:ifsmallposts}
- {block:ifmediumposts}
- {Photoset-400}
- {/block:ifmediumposts}
- {block:iflargeposts}
- {Photoset-500}
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- {Photoset-500}
- {/block:permalinkpage}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Photoset}
- {block:Chat}
- <div class="post">
- {block:Title}<h1 style="margin-bottom:5px;">{Title}</h1>{/block:Title}
- {block:Lines}
- <li style="list-style:none;">
- {block:Label}
- {Label}
- {/block:Label}
- <i>
- {Line}
- </i>
- </li>
- {/block:Lines}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{ShortYear}</a> [ {NoteCountWithLabel} ]
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Chat}
- {block:Link}
- <div class="post">
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}
- {Description}
- {/block:Description}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Link}
- {block:Video}
- <div class="post">
- {block:indexpage}
- {block:ifsmallposts}
- {Video-250}
- {/block:ifsmallposts}
- {block:ifmediumposts}
- {Video-400}
- {/block:ifmediumposts}
- {block:iflargeposts}
- {Video-500}
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- {Video-500}
- {/block:permalinkpage}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post">
- <div style="margin-bottom:5px;background-color:#000;width:100%;">{AudioPlayerBlack}</div><div class="audi">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>{block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>{block:Album}<b>ALBUM:</b> {Album}{/block:Album}<br>{Block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}</p><b>PLAYS:</b> {PlayCountWithLabel}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Audio}
- {block:Quote}
- <div class="post">
- "{Quote}"
- <div style="border-bottom:1px solid {color:bordering};margin-bottom:3px;padding-top:5px;"></div><div style="text-align:right;">
- {block:Source}― <i>{Source}</i>{/block:Source}</div>
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Quote}
- {block:Answer}
- <div class="post">
- <div style="padding:5px;background-color:{color:post title BG};">{Asker}: {Question}</div>{Answer}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- <div style="float:left;width:500px;">{block:Date}
- <div style="font-weight:bold;font-size:12px;border-bottom:1px solid {color:bordering};margin-bottom:3px;text-transform:uppercase;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} ({12Hour}:{Minutes}{AmPm})</div>{/block:Date}{block:PostNotes}{NoteCountWithLabel}<br>{block:PostNotes}{block:HasTags}tagged:{block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a>{/block:Tags}<br>{/block:HasTags}{block:RebloggedFrom}via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a><br>original: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:Date}<div style="border-bottom:1px solid {color:bordering};padding-top:3px;margin-bottom:3px;"></div>navigation: <a href="{ReblogURL}" title="reblog this post">reblog</a>, <a href="/">index</a>, <a href="/random" title="random post">random</a>{/block:Date}{block:NoteCount}<div style="border-bottom:1px solid {color:bordering};padding-top:3px;"></div><div class="notes">{PostNotes}</div>{/block:NoteCount}</div>
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <!-- CREDIT -->
- <a style="position:fixed;bottom:5px;right:5px;color:#777;opacity:0.7;font-family:consolas;font-size:8px;" href="http://noctos.tumblr.com" title="theme by noctos">THEME</a>
- <!-- CREDIT -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment