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>
- <!--
- ___________________________________________________________________________
- MENDAX 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="color:background" content="#fafafa" />
- <meta name="color:text" content="#777" />
- <meta name="color:links" content="#b4b4b4" />
- <meta name="color:top BG" content="#fff" />
- <meta name="color:top border" content="#eee" />
- <meta name="color:side links TXT" content="#b4b4b4" />
- <meta name="color:side links BG" content="#fff" />
- <meta name="color:side links BG hover" content="#eee" />
- <meta name="color:side links BG click" content="#000" />
- <meta name="color:bordering" content="#eee" />
- <meta name="color:post shadow" content="#eee" />
- <meta name="color:post BG" content="#fff" />
- <meta name="if:show captions" content="0" />
- <meta name="if:no post shadow" content="0" />
- <meta name="if:endless scroll" content="1" />
- <meta name="if:white music player" content="0" />
- <meta name="if:extra column" content="0"/>
- <meta name="if:bottom music player" content="0" />
- <meta name="text:music code" content="" />
- <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 {width:6px;background-color:{color:bordering};}
- ::-webkit-scrollbar {height:0px;width:6px;background-color:{color:post BG};}
- ::-webkit-scrollbar-button:vertical {height:10px;background-color:{color:bordering};}
- ::selection {color:#fff;background:{color:text};}
- ::-moz-selection {color:#fff;background:{color:text};}
- 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 {
- text-decoration:none;
- color:{color:links};
- }
- h1 {
- margin:0px;
- padding-bottom:7px;
- text-transform:uppercase;
- font-family:times new roman;
- font-size:12px;
- letter-spacing:-1px;
- font-weight:lighter;
- border-bottom:1px solid {color:bordering};
- }
- blockquote {
- padding-left:10px;
- margin-left:27px;
- border-left:3px solid {color:text};
- }
- li {
- list-style:square;
- }
- #content {
- margin-left:auto;
- margin-right:auto;
- {block:permalinkpage}
- width:644px;
- {/block:permalinkpage}
- {block:indexpage}
- {block:ifnotextracolumn}
- width:644px;
- {/block:ifnotextracolumn}
- {block:ifextracolumn}
- width:956px;
- {/block:ifextracolumn}
- {/block:indexpage}
- }
- #posts {
- {block:indexpage}
- {block:ifnotextracolumn}
- width:624px;
- {/block:ifnotextracolumn}
- {block:ifextracolumn}
- width:936px;
- {/block:ifextracolumn}
- margin-left:20px;
- {/block:indexpage}
- {block:permalinkpage}
- width:542px;
- margin:auto;
- {/block:permalinkpage}
- margin-top:70px;
- }
- .post {
- text-align:justify;
- float:left;
- margin-bottom:20px;
- padding:20px;
- background-color:{color:post BG};
- border:1px solid {color:bordering};
- {block:indexpage}
- width:250px;
- margin-right:20px;
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- {block:ifnotnopostshadow}
- -moz-box-shadow: 1.5px 1.5px 5px {color:post shadow};
- -webkit-box-shadow: 1.5px 1.5px 5px {color:post shadow};
- box-shadow: 1.5px 1.5px 5px {color:post shadow};
- {/block:ifnotnopostshadow}
- }
- .perm {
- padding:5px 15px 5px 15px;
- margin-left:10px;
- margin-top:10px;
- font-size:9px;
- font-family:calibri;
- text-align:center;
- text-transform:uppercase;
- background-color:{color:post BG};
- position:absolute;
- opacity:0;
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- color:{color:text};
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .post:hover .perm {
- opacity:0.9;
- }
- .infos {
- float:left;
- width:542px;
- }
- .infos img {
- width:0px;
- }
- .audio {
- margin-top:-72px;
- opacity:0.6;
- margin-left:28px;
- position:absolute;
- width:45px;
- height:45px;
- {block:ifnotwhitemusicplayer}
- background-color:#000;
- {/block:ifnotwhitemusicplayer}
- {block:ifwhitemusicplayer}
- background-color:#fff;
- {/block:ifwhitemusicplayer}
- overflow:hidden;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .audio:hover {
- opacity:1;
- }
- #top {
- {block:permalinkpage}
- width:644px;
- {/block:permalinkpage}
- {block:indexpage}
- {block:ifnotextracolumn}
- width:644px;
- {/block:ifnotextracolumn}
- {block:ifextracolumn}
- width:956px;
- {/block:ifextracolumn}
- {/block:indexpage}
- height:50px;
- position:fixed;top:0px;
- opacity:0.95;
- background-color:{color:top BG};
- border-bottom:5px solid {color:top border};
- z-index:9;
- }
- .desc {
- width:610px;
- overflow:auto;
- margin:12px auto auto auto;
- height:25px;
- }
- #side {
- position:fixed;top:200px;
- margin-left:-150px;
- width:150px;
- padding-bottom:2px;
- border-bottom:1px solid {color:bordering};
- }
- .slinks {
- width:140px;
- float:right;
- text-align:right;
- font-family:consolas;
- font-size:8px;
- text-transform:uppercase;
- margin-top:2px;
- padding-right:10px;
- background-color:{color:side links BG};
- color:{color:side links TXT};
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- }
- .slinks:hover {
- background-color:{color:side links BG hover};
- }
- .slinks:active {
- background-color:{color:side links BG click};
- }
- .pagina {
- border-top:1px solid {color:bordering};
- padding-top:10px;
- font-size:12px;
- font-family:calibri;
- z-index:-1;
- margin-top:-4px;
- {block:ifbottommusicplayer}
- margin-bottom:20px;
- {/block:ifbottommusicplayer}
- {block:ifendlessscroll}
- display:none;
- {/block:ifendlessscroll}
- }
- .music {
- text-align:center;
- {block:ifnotextracolumn}
- width:644px;
- {/block:ifnotextracolumn}
- {block:ifextracolumn}
- width:956px;
- {/block:ifextracolumn}
- background-color:#000;
- height:30px;
- position:fixed;bottom:-18px;
- font-family:calibri;
- font-size:9px;
- padding-top:2px;
- background-color:{color:post BG};
- opacity:0.95;
- z-index:9;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .music:hover {
- opacity:1;
- bottom:-10px;
- color:transparent;
- }
- .song {
- margin:auto;
- margin-top:-10px;
- opacity:0;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .music:hover .song {
- opacity:1;
- }
- </style>
- {block:indexpage}
- <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
- {block:ifendlessscroll}
- <script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>
- {/block:ifendlessscroll}
- <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : ".pagina a",
- // selector for the paged navigation (it will be hidden)
- nextSelector : ".pagina a",
- // selector for the NEXT link (to page 2)
- itemSelector : ".post",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('#posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:indexpage}
- </head>
- <body>
- <div id="content">
- {block:ifbottommusicplayer}
- {block:indexpage}
- <div class="music">MUSIC
- <div class="song">{text:music code}</div>
- </div>
- {/block:indexpage}
- {/block:ifbottommusicplayer}
- <div id="top">
- <div class="desc">{Description}</div>
- </div>
- <div id="side">
- <div style="border-bottom:1px solid {color:bordering};text-transform:uppercase;"><a style="color:{color:text};" href="/">{Title}</a></div>
- <img src="http://i50.tinypic.com/rm1ok4.png" />
- <a class="slinks" href="/ask" title="ask box">message</a>
- {block:iflinkone}
- <a class="slinks" href="{text:link one}" title="{text:link one title}">{text:link one title}</a>
- {/block:iflinkone}
- {block:iflinktwo}
- <a class="slinks" href="{text:link two}" title="{text:link two title}">{text:link two title}</a>
- {/block:iflinktwo}
- {block:iflinkthree}
- <a class="slinks" href="{text:link three}" title="{text:link three title}">{text:link three title}</a>
- {/block:iflinkthree}
- {block:iflinkfour}
- <a class="slinks" href="{text:link four}" title="{text:link four title}">{text:link four title}</a>
- {/block:iflinkfour}
- {block:iflinkfive}
- <a class="slinks" href="{text:link five}" title="{text:link five title}">{text:link five title}</a>
- {/block:iflinkfive}
- </div>
- <!-- BEGIN POSTS RENDER -->
- <div id="posts">
- {block:Posts}
- {block:Photo}
- <div style="padding-bottom:17px;" class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {LinkOpenTag}
- <img {block:indexpage}style="width:250px;"{/block:indexpage} src="{PhotoURL-500}">
- {LinkCloseTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {block:indexpage}{Photoset-250}{/block:indexpage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Video}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {block:indexpage}{Video-250}{/block:indexpage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Link}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:description}
- {description}
- {/block:description}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Link}
- {block:Text}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {body}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Text}
- {block:Answer}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- <div style="padding:10px;background-color:{color:bordering};">{Question}</div><div style="padding:10px;">{Answer}</div>
- <div style="text-align:right;border-top:1px solid {color:bordering};margin-top:4px;padding-top:4px;text-transform:lowercase;">asked by {Asker}</div>
- </div>
- {/block:Answer}
- {block:Audio}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {block:AlbumArt}<img style="width:100px;height:100px;" src="{AlbumArtURL}"><div class="audio"><div style="margin-top:10px;margin-left:10px;width:20px;overflow:hidden;">{/block:AlbumArt}{block:ifnotwhitemusicplayer}{AudioPlayerBlack}{/block:ifnotwhitemusicplayer}{block:ifwhitemusicplayer}{AudioPlayerWhite}{/block:ifwhitemusicplayer}{block:AlbumArt}</div></div>{/block:AlbumArt}<div style="float:right;width:{block:indexpage}14{/block:indexpage}{block:permalinkpage}39{/block:permalinkpage}0px;">
- {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}
- {block:Album}<br><b>ALBUM:</b> {Album}{/block:Album}
- {block:TrackName}<br><b>TRACK:</b> {TrackName}{/block:TrackName}
- </p>
- - <i>{PlayCountWithLabel}</i>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Audio}
- {block:Chat}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {block:Lines}
- <li style="list-style:none;">
- {block:Label}
- {Label}
- {/block:Label}
- <i>
- {Line}
- </i>
- </li>
- {/block:Lines}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Chat}
- {block:Quote}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- "{Quote}"
- <div style="border-bottom:1px solid {color:bordering};margin-bottom:3px;padding-top:5px;"></div>
- {block:Source}<i style="float:right;">— {Source}{/block:Source}</i>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:PermalinkPage}
- {block:Date}
- <div class="infos">
- <div style="border-top:2px solid {color:text};margin-bottom:15px;"></div>
- <div style="font-size:12px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</div>
- {block:PostNotes}
- <br>{NoteCountWithLabel}
- {/block:PostNotes}
- {block:RebloggedFrom}
- <br>
- via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> <br>
- <i>source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></i>
- {/block:RebloggedFrom}
- {block:HasTags}
- <br>
- {block:Tags}#<a href="{TagURL}" title="posts tagged as {Tag}">{Tag} </a>{/block:Tags}
- {/block:HasTags}
- <br>
- {PostNotes}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <!-- END POSTS RENDER -->
- {block:indexpage}
- <div class="pagina">
- {block:PreviousPage}
- <a style="float:right;" href="{PreviousPage}">BACK</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">FORTH</a>
- {/block:NextPage}
- </div>
- {/block:indexpage}
- </div>
- <!-- PLEASE DO NOT REMOVE THIS CREDIT -->
- <a style="font-family:calibri;font-size:8px;position:fixed;bottom:5px;right:5px;" href="http://noctos.tumblr.com" title="theme by noctos">★</a>
- <!-- PLEASE DO NOT REMOVE THIS CREDIT -->
- </body>
- </html>
- _______________________________________________________________________
- <!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>
- <!--
- ___________________________________________________________________________
- MIRATOR V1.5 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="calibri" />
- <meta name="text:font size" content="10px" />
- <meta name="image:background" content="" />
- <meta name="image:side" content="http://24.media.tumblr.com/tumblr_m5hqlhVrNc1r1obk0o1_500.jpg" />
- <meta name="color:background" content="#fafafa" />
- <meta name="color:text" content="#777" />
- <meta name="color:links" content="#b4b4b4" />
- <meta name="color:blog title TXT" content="#fff" />
- <meta name="color:blog title BG" content="#222" />
- <meta name="color:sidebar border one" content="#777" />
- <meta name="color:sidebar border two" content ="#b4b4b4" />
- <meta name="color:post title TXT" content="#fff" />
- <meta name="color:post title BG" content="#777" />
- <meta name="color:post title border" content="#555" />
- <meta name="color:side links TXT" content="#777" />
- <meta name="color:side links BG" content="#eee" />
- <meta name="color:side links BG hover" content="#000" />
- <meta name="color:side links TXT hover" content="#fff" />
- <meta name="color:post BG" content="#eee" />
- <meta name="color:chat BG" content="#fafafa" />
- <meta name="color:chat TXT" content="#777" />
- <meta name="color:description TXT" content="#fff" />
- <meta name="color:description TXT shadow" content="#777" />
- <meta name="color:permalink button BG" content ="#777" />
- <meta name="color:permalink button TXT" content="#fff" />
- <meta name="color:scrollbar face" content="#000" />
- <meta name="color:scrollbar BG" content ="#fafafa" />
- <meta name="if:show captions" content="0" />
- <meta name="if:endless scroll" content="1" />
- <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 {width:6px;background-color:{color:scrollbar face};}
- ::-webkit-scrollbar {height:0px;width:6px;background-color:{color:scrollbar BG};}
- ::-webkit-scrollbar-button:vertical {height:10px;background-color:{color:scrollbar face};}
- ::selection {color:#fff;background:{color:text};}
- ::-moz-selection {color:#fff;background:{color:text};}
- 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 {text-decoration:none;color:{color:links};}
- li {list-style-type:square;}
- blockquote {padding-left:12px;margin-left:27px;border-left:3px solid {color:text};}
- .audio {
- margin-top:-72px;
- opacity:0.6;
- margin-left:28px;
- position:absolute;
- width:45px;
- height:45px;
- background-color:#000;
- overflow:hidden;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .audio:hover {opacity:1;}
- .odd {
- padding:0px 0px 1px 7px;
- background-color:{color:chat BG};
- color:{color:chat TXT};
- }
- .even {padding:0px 0px 0px 7px;}
- #content {
- {block:indexpage}
- width:572px;
- {/block:indexpage}
- {block:permalinkpage}
- width:524px;
- {/block:permalinkpage}
- margin:auto;
- }
- #posts {
- {block:indexpage}
- width:572px;
- {/block:indexpage}
- {block:permalinkpage}
- width:524px;
- {/block:permalinkpage}
- margin:auto;
- }
- .post {
- {block:indexpage}
- width:250px;
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- float:left;
- padding:12px;
- background-color:{color:post BG};
- text-align:justify;
- margin:0px 12px 12px 0px;
- }
- .posttit {
- font-size:12px;
- letter-spacing:1px;
- text-transform:uppercase;
- padding-left:12px;
- color:{color:post title TXT};
- border-left:12px solid {color:post title border};
- background-color:{color:post title BG};
- }
- .pbutton {
- margin:12px;
- position:absolute;
- opacity:0;
- letter-spacing:1px;
- padding:0px 3px 1px 3px;
- font-size:8px;
- font-family:calibri;
- text-transform:uppercase;
- background-color:{color:permalink button BG};
- color:{color:permalink button TXT};
- border:2px solid {color:post BG};
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .textperm {
- position:relative;
- float:right;
- text-transform:uppercase;
- font-size:8px;
- font-family:calibri;
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- }
- .post:hover .pbutton {opacity:1;}
- #sidebar {
- height:100px;
- position:fixed;top:8px;
- width:220px;
- text-align:center;
- margin-left:-232px;
- }
- .img {
- width:220px;
- margin:auto;
- margin-bottom:7px;
- }
- .text {
- position:absolute;
- z-index:2;
- width:160px;
- margin:30px;
- text-align:justify;
- text-transform:uppercase;
- font-family:calibri;
- font-size:10px;
- opacity:0;
- color:{color:description TXT};
- text-shadow:1px 1px 1px {color:description TXT shadow};
- height:100%;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- #id {
- border-bottom:6px solid {color:sidebar border one};
- margin-bottom:10px;
- }
- #id:hover .text {opacity:1;}
- .blogtit {
- font-family:calibri;
- font-size:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- background-color:{color:blog title BG};
- color:{color:blog title TXT};
- padding:2px 6px 2px 6px;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .blogtit:hover {padding:2px 16px 2px 16px;}
- .linksbox {
- padding-top:10px;
- margin-top:10px;
- width:220px;
- border-top:4px solid {color:sidebar border two};
- }
- .link {
- width:180px;
- margin:0px auto 4px auto;
- font-family:calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- background-color:{color:side links BG};
- padding-bottom:1px;
- color:{color:side links TXT};
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .link:hover {
- background-color:{color:side links BG hover};
- color:{color:side links TXT hover};
- }
- .infos {width:522px;float:right;}
- .infos img {height:0px;}
- .pgna a {
- font-size:8px;
- font-family:calibri;
- padding:0px 3px 1px 3px;
- background-color:#777;
- color:#fff;
- margin-right:2px;
- }
- #pagination {
- float:left;
- position:fixed;
- margin-left:572px;
- margin-top:130px;
- text-align:center;
- {block:ifendlessscroll}
- display:none;
- {/block:ifendlessscroll}
- }
- </style>
- {block:indexpage}
- <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
- {block:ifendlessscroll}
- <script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>
- {/block:ifendlessscroll}
- <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : ".pgna a",
- // selector for the paged navigation (it will be hidden)
- nextSelector : ".pgna a",
- // selector for the NEXT link (to page 2)
- itemSelector : ".post",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('#posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:indexpage}
- </head>
- <body>
- <div style="margin-left:12px;">
- <div id="content">
- {block:indexpage}
- <div id="pagination"><div style="padding:0px 12px 0px 12px;border-bottom:1px solid {color:text};margin-bottom:3px;">{CurrentPage} out of {TotalPages}</div>
- <div class="pgna">
- {block:PreviousPage}
- <a href="{PreviousPage}">BACK</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a {block:PreviousPage}style="margin-right:0px;"{/block:PreviousPage}href="{NextPage}">NEXT</a>
- {/block:NextPage}
- </div>
- </div>
- {/block:indexpage}
- <div id="sidebar">
- <div id="id">
- <div class="text">{Description}</div>
- <img class="img" src="{image:side}">
- </div>
- <a class="blogtit" href="/">{Title}</a>
- <div class="linksbox">
- <a href="/" title="home"><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="posts">
- {block:Posts}
- {block:Text}
- <div class="post">
- {block:Title}<a href="{Permalink}"><div class="posttit">{Title}</div></a>{/block:Title}
- {body}
- <a class="textperm" href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post" style="padding-bottom:9px;">
- <a class="pbutton" href="{Permalink}">{NoteCountWithLabel}</a>
- {LinkOpenTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- <img {block:indexpage}style="width:250px;"{/block:indexpage} src="{PhotoURL-500}">
- {LinkCloseTag}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Chat}
- <div class="post">
- {block:Title}<a href="{Permalink}"><div class="posttit">{Title}</div></a>{/block:Title}
- {block:Lines}
- <div class="{Alt}">
- <li style="list-style-type:none;">
- {block:Label}<b>{Label}</b>{/block:Label} {Line}
- </li>
- </div>
- {/block:Lines}
- <a class="textperm" href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="post">
- {block:AlbumArt}<img style="width:100px;height:100px;" src="{AlbumArtURL}"><div class="audio"><div style="margin-top:10px;margin-left:10px;width:20px;overflow:hidden;">{/block:AlbumArt}{AudioPlayerBlack}{block:AlbumArt}</div></div>{/block:AlbumArt}<div style="float:right;width:{block:indexpage}14{/block:indexpage}{block:permalinkpage}39{/block:permalinkpage}0px;">
- {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}
- {block:Album}<br><b>ALBUM:</b> {Album}{/block:Album}
- {block:TrackName}<br><b>TRACK:</b> {TrackName}{/block:TrackName}
- </p>
- - <i>{PlayCountWithLabel}</i>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- <a class="textperm" href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="post">
- <div style="padding:10px;background-color:{color:chat BG};color:{color:chat TXT};">{Asker}: {Question}</div>
- <div style="padding:10px;">{Answer}</div>
- <a class="textperm" href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {/block:Answer}
- {block:Quote}
- <div class="post">
- {Quote}
- {block:Source}<div style="margin-top:5px;padding-top:3px;text-align:right;border-top:1px solid {color:text};"><i>- {Source}</i></div>{/block:Source}
- <a class="textperm" href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {/block:Quote}
- {block:Link}
- <div class="post">
- <a href="{URL}" {Target}><div class="posttit">{Name}</div></a>
- {block:description}
- {description}
- {/block:description}
- <a class="textperm" href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {/block:Link}
- {block:Video}
- <div class="post">
- <a class="pbutton" href="{Permalink}">PERMALINK</a>
- {block:indexpage}{Video-250}{/block:indexpage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Photoset}
- <div class="post">
- <a class="pbutton" href="{Permalink}">PERMALINK</a>
- {block:indexpage}{Photoset-250}{/block:indexpage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:PermalinkPage}
- {block:Date}
- <div class="infos">
- <div style="border-top:2px solid {color:post border};margin-bottom:15px;"></div>
- <div style="font-size:12px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</div>
- {block:PostNotes}
- <br>{NoteCountWithLabel}
- {/block:PostNotes}
- {block:RebloggedFrom}
- <br>
- via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> <br>
- <i>source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></i>
- {/block:RebloggedFrom}
- {PostNotes}
- {/block:Date}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </div>
- </div>
- <a style="position:fixed;right:5px;bottom:5px;font-family:calibri;font-size:8px;" href="http://noctos.tumblr.com" title="mirator v1.5 theme by noctos">THEME</a>
- </body>
- </html>
- ------------------------------------------------------------------------
- <!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>
- <!-
- ___________________________________________________________________________
- A L T E R N O S - T H E M E
- ___________________________________________________________________________
- BY NOCTOS @ TUMBLR
- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
- -!>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="description" content="{MetaDescription}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="image:background" content="" />
- <meta name="color:background" content="#fafafa" />
- <meta name="color:top BG" content="#000" />
- <meta name="color:description" content="#888" />
- <meta name="color:menu BG" content="#fff" />
- <meta name="color:menu links" content="#000" />
- <meta name="color:text" content="#777" />
- <meta name="color:links" content="#b4b4b4" />
- <meta name="color:links hover" content="#eee" />
- <meta name="color:bordering" content="#bdbdbd" />
- <meta name="color:post BG" content="#fff" />
- <meta name="text:font" content="cambria" />
- <meta name="text:font size" content="9px" />
- <meta name="if:post shadow" content="1" />
- <meta name="if:small posts" content="0" />
- <meta name="if:medium posts" content="1" />
- <meta name="if:large posts" content="0" />
- <meta name="if:show captions" content="0" />
- <meta name="if:endless scroll" content="1" />
- <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="" />
- {block:ifendlessscroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifendlessscroll}
- <style type="text/css">
- {CustomCSS}
- ::-webkit-scrollbar-thumb:vertical {background-color:#000;width:3px;}
- ::-webkit-scrollbar {height:0px;width:3px;background-color:#ffffff; padding:2px;}
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-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 {
- font-size:16px;
- font-weight:lighter;
- letter-spacing:-1.5px;
- text-transform:uppercase;
- border-bottom:1px solid {color:bordering};
- }
- h1 a {
- color:{color:text};
- }
- .audi img {
- max-width:100px;
- overflow:hidden;
- float:left;
- margin-right:5px;
- }
- #content {
- {block:indexpage}
- {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}
- margin-left:33%;
- }
- .post {
- {block:indexpage}
- {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}
- overflow:hidden;
- {block:indexpage}
- background-color:{color:post BG};
- padding:8px;
- padding-bottom:5px;
- {/block:indexpage}
- float:justify;
- margin-bottom:10px;
- {block:ifpostshadow}
- {block:indexpage}
- -moz-box-shadow: 1.5px 1.5px 3px #b4b4b4;
- -webkit-box-shadow: 1.5px 1.5px 3px #b4b4b4;
- box-shadow: 1.5px 1.5px 3px #b4b4b4;
- {/block:indexpage}
- {/block:ifpostshadow}
- }
- .permalink {
- position:absolute;
- margin-top:10px;
- text-align:center;
- text-transform:uppercase;
- {block:ifsmallposts}
- width:246px;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- width:396px;
- {/block:ifmediumposts}
- {block:iflargeposts}
- width:496px;
- {/block:iflargeposts}
- opacity:0;
- padding:2px;
- background-color:{color:post BG};
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- .permalink a {
- color:{color:text};
- }
- .post:hover .permalink {
- opacity:0.9;
- }
- {block:permalinkpage}
- .permalink {
- display:none;
- }
- {/block:permalinkpage}
- #prmpg {
- float:left;
- width:500px;
- z-index:999;
- }
- #not img {
- width:0px;
- height:0px;
- }
- li.not {
- padding:2px;
- margin:3px;
- list-style:decimal;
- }
- .top {
- width:110%;
- height:50px;
- position:fixed;top:-10px;right:-10px;
- background-color:{color:top BG};
- z-index:999;
- }
- .menu {
- width:110%;
- height:30px;
- position:fixed;top:30px;right:-10px;
- background-color:{color:menu BG};
- opacity:0.7;
- z-index:99;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- .menu:hover {
- opacity:0.95;
- padding-top:15px;
- }
- .menu:hover .lnk {
- margin-top:15px;
- }
- .dsc {
- color:{color:description};
- {block:indexpage}
- {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}
- height:28px;
- padding-right:12px;
- text-align:right;
- position:fixed;top:8px; left:33%;
- {block:indexpage}
- margin-left:8px;
- {/block:indexpage}
- overflow:auto;
- }
- .lnk {
- {block:indexpage}
- {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}
- text-align:right;
- {block:indexpage}
- margin-left:8px;
- {/block:indexpage}
- position:fixed;top:43px; left:33%;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- .lnk a {
- color:{color:menu links};
- margin-left:7px;
- }
- .lnk a:hover {
- padding-right:10px;
- }
- .pgna {
- margin-left:8px;
- width:400px;
- text-align:right;
- margin-top:20px;
- font-size:20px;
- font-family:consolas;
- letter-spacing:-2px;
- margin-bottom:25px;
- }
- .pgna a {
- color:{color:text};
- opacity:0.35;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .pgna a:hover {
- opacity:1;
- }
- </style>
- </head>
- <body>
- <div class="top">
- <div class="dsc">
- {description}
- </div>
- </div>
- <div class="menu">
- <div class="lnk">
- <a href="/" title="home">index</a>
- <a href="/ask" title="ask">message</a>
- <a href="/archive" title="archive">history</a>
- {block:iflinkone}
- <a href="{text:link one}" title="{text:link one title}">{text:link one title}</a>
- {/block:iflinkone}
- {block:iflinktwo}
- <a href="{text:link two}" title="{text:link two title}">{text:link two title}</a>
- {/block:iflinktwo}
- {block:iflinkthree}
- <a href="{text:link three}" title="{text:link three title}">{text:link three title}</a>
- {/block:iflinkthree}
- {block:iflinkfour}
- <a href="{text:link four}" title="{text:link four title}">{text:link four title}</a>
- {/block:iflinkfour}
- {block:iflinkfive}
- <a href="{text:link five}" title="{text:link five title}">{text:link five title}</a>
- {/block:iflinkfive}
- </div>
- </div>
- <div style="height:62px;"></div>
- <div id="content">
- {block:posts}
- {block:Text}
- <div class="post">
- <div class="permalink">
- <a href="{Permalink}">
- {ShortDayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {NoteCountWithLabel}
- </a>
- </div>
- {block:title}<h1>{title}</h1><div style="margin-top:-7px;"></div>{/block:title}
- {body}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- </div>
- {/block:Text}
- {block:Link}
- <div class="post">
- <div class="permalink">
- <a href="{Permalink}">
- {ShortDayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {NoteCountWithLabel}
- </a>
- </div>
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:description}
- <div style="margin-top:-7px;">
- {description}
- </div>
- {/block:description}
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:Link}
- {block:quote}
- <div class="post">
- <div class="permalink">
- <a href="{Permalink}">
- {ShortDayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {NoteCountWithLabel}
- </a>
- </div>
- "{quote}"
- <div style="margin-top:3px;border-bottom:1px solid {color:bordering};"></div>
- <div style="margin-top:3px;text-align:right;font-style:italic;padding-right:10px;">{block:Source}{Source}{/block:Source}</div>
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:quote}
- {block:Photo}
- <div class="post">
- <div class="permalink">
- <a href="{Permalink}">
- {ShortDayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {NoteCountWithLabel}
- </a>
- </div>
- {LinkOpenTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- {block:indexpage}
- {block:ifsmallposts}
- <img src="{PhotoURL-250}">
- {/block:ifsmallposts}
- {block:ifmediumposts}
- <img style="width:400px;" src="{PhotoURL-500}">
- {/block:ifmediumposts}
- {block:iflargeposts}
- <img arc="{PhotoURL-500}">
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- <img src="{PhotoURL-500}">
- {/block:permalinkpage}
- {linkCloseTag}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- <div class="permalink">
- <a href="{Permalink}">
- {ShortDayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {NoteCountWithLabel}
- </a>
- </div>
- {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}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- </div>
- {/block:Photoset}
- {block:audio}
- <div class="post">
- <div class="permalink">
- <a href="{Permalink}">
- {ShortDayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {NoteCountWithLabel}</a>
- </div>
- <div style="width:100%; background-color:#000;">{audioplayerblack}</div>
- {block:indexpage}
- <div style="margin-top:5px; padding-top:5px; border-top:1px solid {color:bordering};">
- {block:albumart}
- <div class="audi"><img src="{albumartURL}"></div>
- {/block:albumart}
- <div style="float:left; border-left:1px solid {color:bordering}; padding-left:5px;">
- {block:artist}{artist}{/block:artist}<br>
- {block:album}{album}{/block:album}<br>
- {block:trackname}{trackname}{/block:trackname}<br>
- </div>
- <div style="{block:ifsmallposts}width:58%;{/block:ifsmallposts}{block:ifmediumposts}width:73%;{/block:ifmediumposts}{block:iflargeposts}width:78%;{/block:iflargeposts}margin-top:5px;float:left;border-top:1px solid {color:bordering};">
- <div style="float:left;border-left:1px solid {color:bordering}; margin-top:5px;padding-top:2px;padding-left:5px;">
- <div style="margin-top:-2px;"></div>
- {playcountwithlabel}
- </div></div></div>
- {/block:indexpage}
- {block:permalinkpage}<br>
- {block:albumart}
- <div class="audi">
- <img src="{albumarturl}">
- </div>
- {/block:albumart}
- <div styl="float:left;">
- {playcountwithlabel}<br>
- {block:artist}{artist}{/block:artist}<br>
- {block:album}{album}{/block:album}<br>
- {block:trackname}{trackname}{/block:trackname}<br>
- </div>
- {/block:permalinkpage}
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- <div style="float:left;">
- {caption}
- </div>
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:audio}
- {block:Video}
- <div class="post">
- <div class="permalink">
- <a href="{Permalink}">
- {ShortDayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {NoteCountWithLabel}</a>
- </div>
- {block:indexpage}
- {block:if250pxposts}
- {video-250}
- {/block:if250pxposts}
- {block:if400pxposts}
- {video-400}
- {/block:if400pxposts}
- {block:if500pxposts}
- {video-500}
- {/block:if500pxposts}
- {/block:indexPage}
- {block:permalinkpage}
- {video-500}
- {/block:permalinkpage}
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="post">
- <div class="permalink">
- <a href="{Permalink}">
- {ShortDayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {NoteCountWithLabel}</a>
- </div>
- <div style="padding-bottom:3px;border-bottom:1px solid {color:bordering};">
- {Asker}: {Question}
- </div>
- {Answer}
- </div>
- {/block:Answer}
- {block:chat}
- <div class="post">
- <div class="permalink">
- <a href="{Permalink}">
- {ShortDayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {NoteCountWithLabel}</a>
- </div>
- <ul>
- {block:Lines}
- <li class="person">
- {block:Label}
- {Label}
- {/block:Label}
- <i>
- {Line}
- </i>
- </li>
- {/block:Lines}
- </ul>
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:chat}
- {block:PermalinkPage}
- {block:Date}
- <div id="prmpg">
- <h1>{dayofweek}, {month} {dayofmonth}{dayofmonthsuffix} {year} | {24hour}:{minutes}:{seconds}</h1>
- {/block:Date}
- <div style="margin-top:-5px;"></div>
- {block:postnotes}
- {NoteCountWithLabel}
- <br>
- {/block:postnotes}
- {block:HasTags}
- <i>tags</i>: {block:Tags}<a href="{tagURL}">#{Tag} </a>{/block:Tags}
- <br>
- {/block:HasTags}
- {block:RebloggedFrom}
- <i>via</i>: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- <br>
- <i>original</i>: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:date}
- <div style="border-bottom:1px dashed {color:bordering};margin-top:5px; margin-bottom:4px;"></div>
- <i>navigate</i>: <a href="{reblogURL}" title="reblog this">reblog</a>, <a href="/" title="index">index</a>, <a href="/random" title="random entry">random entry</a>
- {/block:date}
- {block:postnotes}
- <div style="height:5px;"></div>
- <div style="border-bottom:1px solid {color:bordering};"></div>
- <br>
- <div style="float:left;">
- <div id="not">
- {PostNotes}
- </div>
- </div>
- {/block:postnotes}
- </div>
- {/block:PermalinkPage}
- {/block:posts}
- {block:ifnotendlessscroll}
- {block:indexpage}
- <div class="pgna">
- {block:previouspage}
- <div style="float:left;"><a href="{previouspage}" title="previous page">PREV</a></div>
- {/block:previouspage}
- {block:nextpage}
- <a href="{nextpage}" title="next page">NEXT</a>
- {/block:nextpage}
- <div style="font-size:9px;font-family:cambria;letter-spacing:0px;">
- <i>{currentpage} / {totalpages}</i></div>
- </div>
- {/block:indexpage}
- {/block:ifnotendlessscroll}
- <a style="position:fixed;bottom:5px;right:5px;opacity:0.7;color:#777;font-family:consolas;font-size:8px;" href="http://noctos.tumblr.com" title="theme by noctos">THEME</a>
- </div>
- </body>
- </html>
- ------------------------------------------------------------------
- <!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>
- <!-
- ___________________________________________________________________________
- PERFECTOS THEME BY NOCTOS @ TUMBLR
- ___________________________________________________________________________
- -!>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="description" content="{MetaDescription}" />
- <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/tkWm1regy/tumblr_m0iyf9ysys1qa6b2io1_1280.jpg" />
- <meta name="color:background" content="#fff" />
- <meta name="color:text" content="#777" />
- <meta name="color:links" content="#888" />
- <meta name="color:links hover" content="#191919" />
- <meta name="color:bordering" content="#eee" />
- <meta name="color:entry BG" content="#fff" />
- <meta name="color:side links BG" content="#000" />
- <meta name="color:side links TXT" content="#fff" />
- <meta name="if:endless scroll" content="1" />
- <meta name="if:show captions" content="0" />
- <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="" />
- {block:ifendlessscroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifendlessscroll}
- <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:#ffffff;}
- 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 {
- font-size:16px;
- font-weight:lighter;
- letter-spacing:-1.5px;
- text-transform:uppercase;
- border-bottom:1px solid {color:bordering};
- }
- blockquote {
- padding-left:10px;
- border-left:1px solid {color:text};
- }
- .audi img {
- max-width:100px;
- overflow:hidden;
- float:left;
- margin-right:5px;
- }
- {block:indexpage}
- .post img {
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- .post img:hover {
- opacity:0.65;
- }
- {/block:indexpage}
- #content {
- {block:indexpage}
- {block:ifsmallposts}
- margin-left:40%;
- {block:ifsmallposts}
- {block:ifmediumposts}
- margin-left:33%;
- {/block:ifmediumposts}
- {block:iflargeposts}
- margin-left:30%;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:30%;
- {/block:permalinkpage}
- {block:indexpage}
- {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}
- }
- .post {
- float:left;
- overflow:hidden;
- text-align:justify;
- margin-bottom:8px;
- {block:indexpage}
- {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}
- overflow:hidden;
- }
- .permalink {
- position:absolute;
- padding:5px;
- border-left:1px solid {color:text};
- opacity:0;
- {block:indexpage}
- {block:ifsmallposts}
- margin-left:260px;
- {block:ifsmallposts}
- {block:ifmediumposts}
- margin-left:410px;
- {/block:ifmediumposts}
- {block:iflargeposts}
- margin-left:509px;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -o-transition: all 0.7s ease-out;
- }
- .post:hover .permalink {
- opacity:1;
- }
- .pagination {
- margin-top:10px;
- text-align:center;
- font-family:consolas;
- font-size:11px;
- }
- .pagination a {
- color:{color:links};
- opacity:0.4;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -o-transition: all 0.7s ease-out;
- }
- .pagination a:hover {
- opacity:1;
- }
- #backing {
- background-attachment;
- position:fixed;
- {block:indexpage}
- {block:ifsmallposts}
- left:40%;
- {block:ifsmallposts}
- {block:ifmediumposts}
- left:33%;
- {/block:ifmediumposts}
- {block:iflargeposts}
- left:30%;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- left:30%;
- {/block:permalinkpage}
- top:-10px;
- height:110%;
- z-index:-999;
- margin-left:-8px;
- padding:10px;
- {block:indexpage}
- {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}
- background-color:{color:entry BG};
- border-right:1px solid {color:bordering};
- }
- #left {
- width:172px;
- height:110%;
- position:fixed;
- {block:indexpage}
- {block:ifsmallposts}
- left:40%;
- {block:ifsmallposts}
- {block:ifmediumposts}
- left:33%;
- {/block:ifmediumposts}
- {block:iflargeposts}
- left:30%;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- left:30%;
- {/block:permalinkpage}
- top:1px;
- overflow:hidden;
- margin-left:-190px;
- }
- .img:hover .link1 {opacity:0.75;margin-left:0px;}
- .img:hover .link2 {opacity:0.75;margin-left:0px;}
- .img:hover .link3 {opacity:0.75;margin-left:0px;}
- .img:hover .link4 {opacity:0.75;margin-left:0px;}
- .img:hover .link5 {opacity:0.75;margin-left:0px;}
- .img:hover .link6 {opacity:0.75;margin-left:0px;}
- .link1 {
- width:180px;
- position:absolute;
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:11px;
- text-align:center;
- margin-top:8px;
- background-color:{color:side links BG};
- opacity:0;
- margin-left:170px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .link2 {
- width:180px;
- position:absolute;
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:11px;
- text-align:center;
- margin-top:28px;
- background-color:{color:side links BG};
- opacity:0;
- margin-left:170px;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -o-transition: all 0.7s ease-out;
- }
- .link3 {
- width:180px;
- position:absolute;
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:11px;
- text-align:center;
- margin-top:48px;
- background-color:{color:side links BG};
- opacity:0;
- margin-left:170px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- .link4 {
- width:180px;
- position:absolute;
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:11px;
- text-align:center;
- margin-top:68px;
- background-color:{color:side links BG};
- opacity:0;
- margin-left:170px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- -o-transition: all 0.9s ease-out;
- }
- .link5 {
- width:180px;
- position:absolute;
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:11px;
- text-align:center;
- margin-top:88px;
- background-color:{color:side links BG};
- opacity:0;
- margin-left:170px;
- -webkit-transition: all 1.0s ease-out;
- -moz-transition: all 1.0s ease-out;
- -o-transition: all 1.0s ease-out;
- }
- .link6 {
- width:180px;
- position:absolute;
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:11px;
- text-align:center;
- margin-top:108px;
- background-color:{color:side links BG};
- opacity:0;
- margin-left:170px;
- -webkit-transition: all 1.1s ease-out;
- -moz-transition: all 1.1s ease-out;
- -o-transition: all 1.1s ease-out;
- }
- .description {
- width:130px;
- margin-left:15px;
- padding:5px;
- padding-bottom:11px;
- margin-top:-5px;
- text-align:center;
- border-bottom:1px solid {color:bordering};
- }
- </style>
- </head>
- <body>
- <div style="padding:10px;border:1px solid {color:bordering};height:110%;position:fixed;{block:indexpage}{block:ifsmallposts}left:40%;{block:ifsmallposts}{block:ifmediumposts}left:33%;{/block:ifmediumposts}{block:iflargeposts}left:30%;{/block:iflargeposts}{/block:indexpage}{block:permalinkpage}left:30%;{/block:permalinkpage}margin-left:-200px;top:-10px;width:170px;overflow:hidden;"></div>
- <div id="left">
- <div style="margin-top:6px;" class="img">
- <a style="color:{color:side links txt};" href="/"><div class="link1">home</div></a>
- <a style="color:{color:side links txt};" href="/ask"><div class="link2">message</div></a>
- <a style="color:{color:side links txt};" href="/archive"><div class="link3">history</div></a>
- {block:iflinkone}<a style="color:{color:side links txt};" href="{text:link one}"><div class="link4">{text:link one title}</div></a>
- {/block:iflinkone}
- {block:iflinktwo}<a style="color:{color:side links txt};" href="{text:link two}"><div class="link5">{text:link two title}</div></a>
- {/block:iflinktwo}
- {block:iflinkthree}<a style="color:{color:side links txt};" href="{text:link three}"><div class="link6">{text:link three title}</div></a>
- {/block:iflinkthree}
- <img style="width:170px;border:1px solid {color:bordering};" src="{image:side}">
- </div>
- <h1 style="padding-bottom:1px;border-top:1px solid {color:bordering};"><center><a style="color:{color:text};" href="/" title="{Title}">{Title}</a></center></h1>
- <div class="description">{Description}</div>
- {block:ifnotendlessscroll}
- <div class="pagination">
- {block:NextPage}
- <a href="{NextPage}">FORTH</a>
- {block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">BACK</a><br>
- {/block:PreviousPage}
- <i style="font-size:8px;font-family:{text:font};letter-spacing:0px;" >{CurrentPage} / {TotalPages}</i>
- </div>
- {/block:ifnotendlessscroll}
- </div>
- <div id="backing"></div>
- <div style="margin-top:-1px" id="content">
- {block:Posts}
- {block:Text}
- <div class="post">
- <div class="permalink">
- {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
- <br>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div style="margin-top:-7px"></div>
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post">
- <div class="permalink">
- {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
- <br>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {LinkOpenTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- {block:indexpage}
- {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}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- <img src="{PhotoURL-500}">
- {Caption}
- {/block:permalinkpage}
- </div>
- {LinkCloseTag}
- {/block:Photo}
- {block:Quote}
- <div class="post">
- <div class="permalink">
- {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
- <br>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- "{Quote}"
- <div style="border-bottom:1px solid {color:bordering};margin-bottom:3px;padding-top:5px;"></div>
- <div style="text-align:right;">
- {block:Source}― {Source}{/block:Source}
- </div>
- </div>
- {/block:Quote}
- {block:Photoset}
- <div class="post">
- <div class="permalink">
- {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
- <br>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:indexpage}
- {block:ifsmallposts}
- {Photoset-250}
- {/block:ifsmallposts}
- {block:ifmediumposts}
- {Photoset-400}
- {/block:ifmediumposts}
- {block:iflargeposts}
- {Photoset-500}
- {/block:iflargeposts}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Photoset-500}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Photoset}
- {block:Link}
- <div class="post">
- <div class="permalink">
- {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
- <br>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:description}
- <div style="margin-top:-7px;">
- {description}
- </div>
- {/block:description}
- {block:indexpage}
- {block:ifshowcaptions}
- {caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- </div>
- {/block:Link}
- {block:audio}
- <div class="post">
- <div class="permalink">
- {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
- <br>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- <div style="width:100%; background-color:#000;">{audioplayerblack}</div>
- {block:indexpage}
- <div style="margin-top:5px; padding-top:5px; border-top:1px solid {color:bordering};">
- {block:albumart}
- <div class="audi"><img src="{albumartURL}"></div>
- {/block:albumart}
- <div style="float:left; border-left:1px solid {color:bordering}; padding-left:5px;">
- {block:artist}{artist}{/block:artist}<br>
- {block:album}{album}{/block:album}<br>
- {block:trackname}{trackname}{/block:trackname}<br>
- </div>
- <div style="{block:ifsmallposts}width:58%;{/block:ifsmallposts}{block:ifmediumposts}width:73%;{/block:ifmediumposts}{block:iflargeposts}width:78%;{/block:iflargeposts}margin-top:5px;float:left;border-top:1px solid {color:bordering};">
- <div style="float:left;border-left:1px solid {color:bordering}; margin-top:5px;padding-top:2px;padding-left:5px;">
- <div style="margin-top:-2px;"></div>
- {playcountwithlabel}
- </div></div></div>
- {/block:indexpage}
- {block:permalinkpage}<br>
- {block:albumart}
- <div class="audi">
- <img src="{albumarturl}">
- </div>
- {/block:albumart}
- <div style="float:left;">
- {playcountwithlabel}<br>
- {block:artist}{artist}{/block:artist}<br>
- {block:album}{album}{/block:album}<br>
- {block:trackname}{trackname}{/block:trackname}<br>
- </div>
- {/block:permalinkpage}
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- <div style="float:left;">
- {caption}
- </div>
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:audio}
- {block:Video}
- <div class="post">
- <div class="permalink">
- {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
- <br>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:indexpage}
- {block:ifsmallposts}
- {video-250}
- {/block:ifsmallposts}
- {block:ifmediumposts}
- {video-400}
- {/block:ifmediumposts}
- {block:iflargeposts}
- {video-500}
- {/block:iflargeposts}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {video-500}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="post">
- <div class="permalink">
- {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
- <br>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- <div style="padding-bottom:3px;border-bottom:1px solid {color:bordering};">
- {Asker}: {Question}
- </div>
- {Answer}
- </div>
- {/block:Answer}
- {block:chat}
- <div class="post">
- <div class="permalink">
- {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}
- <br>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:title}<h1>{title}</h1><div style="margin-top:-7px;"></div>{/block:title}
- <ul>
- {block:Lines}
- <li style="list-style:square;">
- {block:Label}
- {Label}
- {/block:Label}
- <i>
- {Line}
- </i>
- </li>
- {/block:Lines}
- </ul>
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:chat}
- {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>
- <a style="position:fixed;bottom:5px;right:5px;font-family:consolas;font-size:8px;opacity:0.7;" href="http://noctos.tumblr.com" title="theme by noctos">THEME</a>
- </body>
- </html>
- ------------------------------------------------------
- <!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>
- <!-
- ___________________________________________________________________________
- ELEGANS THEME BY NOCTOS @ TUMBLR
- ---------------------------------------------------------------------------
- - ! D I S C L A I M E R ! -
- - please do NOT use this theme as a base.
- - please do NOT remove credits.
- - please ENJOY the theme.
- ___________________________________________________________________________
- -!>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="description" content="{MetaDescription}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="http://static.tumblr.com/eeodjxz/RRPm124q5/sdhgjfkjhdsfkhds.jpg" />
- <meta name="color:background" content="fafafa" />
- <meta name="color:post BG" content="#fff" />
- <meta name="color:links" content="#8f8f8f" />
- <meta name="color:links hover" content="#eee" />
- <meta name="color:text" content="#777" />
- <meta name="color:titles" content="#000">
- <meta name="color:bordering" content="#eee" />
- <meta name="color:perma BG" content="#000" />
- <meta name="color:perma TXT" content="#fff" />
- <meta name="color:perma BG hover" content="#fff" />
- <meta name="color:perma TXT hover" content="#000" />
- <meta name="color:side BG" content="#fff" />
- <meta name="color:main title" content="#000" />
- <meta name="color:side links TXT" content="#777" />
- <meta name="color:side links border" content="#777" />
- <meta name="text:font size" content="9px" />
- <meta name="text:font" content="cambria" />
- <meta name="if:endless scroll" content="0" />
- <meta name="if:show captions" content="0" />
- <meta name="if:250px posts" content="0" />
- <meta name="if:400px posts" content="1" />
- <meta name="if:500px posts" content="0" />
- <meta name="if:shadows on post" 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="" />
- {block:ifendlessscroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifendlessscroll}
- <style type="text/css">
- {CustomCSS}>
- ::-webkit-scrollbar-thumb:vertical {background-color:#000;height:75px;width:3px;}
- ::-webkit-scrollbar {height:0px;width:3px;background-color:#ffffff; padding:2px;}
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-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}');
- font-family:{text:font};
- color:{color:text};
- font-size:{text:font size};
- background-color:{color:background};
- }
- a {
- text-decoration:none;
- color:{color:links};
- -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};
- }
- blockquote {
- padding:3px;
- padding-left:10px;
- padding-right:10px;
- border-left:1px solid #000;
- text-align:left;
- }
- h1 {
- font-family:sonstantia;
- font-weight:lighter;
- font-size:14px;
- text-transform:uppercase;
- letter-spacing:-1px;
- color:{color:titles};
- border-bottom:1px solid {color:bordering};
- }
- h1 a {
- color:{color:titles};
- }
- .audi img {
- max-width:100px;
- overflow:hidden;
- float:left;
- margin-right:5px;
- }
- #content {
- margin-left:365px;
- width:432px;
- {block:permalinkpage}
- width:532px;
- {/block:permalinkpage}
- }
- .post {
- {block:indexpage}
- padding:25px;
- padding-top:15px;
- padding-bottom:12px;
- border:1px solid {color:bordering};
- overflow:hidden;
- text-align:justify;
- margin-bottom:15px;
- {block:ifshadowsonpost}
- -moz-box-shadow: 1.5px 1.5px 3px #eee;
- -webkit-box-shadow: 1.5px 1.5px 3px #eee;
- box-shadow: 1.5px 1.5px 3px #eee;
- {/block:ifshadowsonpost}
- {/block:indexpage}
- {block:permalinkpage}
- padding:10px;
- float:left;
- text-align:justify;
- margin-bottom:5px;
- {/block:permalinkpage}
- background-color:{color:post BG};
- {block:IndexPage}
- {block:if250pxposts}
- width:250px;
- {/block:if250pxposts}
- {block:if400pxposts}
- width:400px;
- {/block:if400pxposts}
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- .permbox {
- position:absolute;
- {block:if250pxposts}
- width:250px;
- {/block:if250pxposts}
- {block:if400pxposts}
- width:400px;
- {/block:if400pxposts}
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- opacity:0;
- -webkit-transition: all 0.75s ease-out;
- -moz-transition: all 0.75s ease-out;
- -o-transition: all 0.75s ease-out;
- }
- .post:hover .permbox {
- opacity:1;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .permalink {
- padding:8px;
- padding-top:6px;
- opacity:0.9;
- font-size:9px;
- background-color:{color:perma BG};
- color:{color:perma TXT};
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .permalink:hover {
- background-color:{color:perma BG hover};
- color:{color:perma TXT hover};
- }
- {block:permalinkpage}
- .permbox, .permalink {
- display:none;
- }
- {/block:permalinkpage}
- #prmpg {
- float:left;
- width:490px;
- padding:15px;
- padding-bottom:0px;
- margin-top:-15px;
- background-color:{color:post BG};
- z-index:999;
- }
- #not {
- width:485px;
- float:left;
- background-color:{color:post BG};
- }
- #not img {
- width:0px;
- height:0px;
- }
- li.not {
- padding:2px;
- margin:3px;
- list-style:decimal;
- }
- {block:permalinkpage}
- .line {
- position:fixed;top:-10px;
- right:40%;
- height:110%;
- margin-right:558px;
- border-left:1px solid {color:bordering};
- }
- {/block:permalinkpage}
- .pgna {
- text-align:center;
- margin-top:15px;
- font-size:25px;
- }
- #left {
- padding-left:70px;
- width:250px;
- position:fixed;
- left:-10px;
- top:-10px;
- height:110%;
- border-right:3px solid {color:bordering};
- background-color:{color:side BG};
- }
- .img {
- width:140px;
- padding:15px;
- padding-left:25px;
- padding-right:25px;
- overflow:hidden;
- background-color:{color:side BG};
- border:1px solid {color:bordering};
- }
- .img img {
- width:140px;
- }
- .dscrp {
- line-height:9px;
- font-size:9px;
- text-align:center;
- width:152px;
- margin:15px;
- margin-bottom:0px;
- padding:5px;
- border-top:1px solid {color:bordering};
- }
- .lnk {
- width:190px;
- padding-top:15px;
- font-family:consolas;
- text-transform:uppercase;
- font-size:8px;
- text-align:center;
- border-top:1px solid {color:bordering};
- }
- .lnk a {
- opacity:0.6;
- padding-left:2px;
- padding-right:2px;
- border-bottom:1px solid transparent;
- color:{color:side links TXT};
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- .lnk a:hover {
- opacity:1;
- border-bottom:1px solid {color:side links border};
- }
- </style>
- </head>
- <body>
- <div id="left">
- <div style="position:fixed;top:70px;">
- <div style="width:192px;text-align:center;margin-bottom:8px;"><a style="font-size:11px;color:{color:main title};text-transform:uppercase;letter-spacing:-1px;" href="/" title="index">{title}</a></div>
- <div class="img">
- <a href="/" title="{title}"><img src="{image:sidebar}"></a>
- </div>
- <div class="dscrp">
- {description}
- </div>
- <div class="lnk">
- <a href="/" title="home">index</a>
- <a href="/ask" title="ask">message</a>
- <a href="/archive" title="archive">history</a>
- {block:iflinkone}
- <a href="{text:link one}" title="{text:link one title}">{text:link one title}</a>
- {/block:iflinkone}
- {block:iflinktwo}
- <a href="{text:link two}" title="{text:link two title}">{text:link two title}</a>
- {/block:iflinktwo}
- {block:iflinkthree}
- <a href="{text:link three}" title="{text:link three title}">{text:link three title}</a>
- {/block:iflinkthree}
- {block:iflinkfour}
- <a href="{text:link four}" title="{text:link four title}">{text:link four title}</a>
- {/block:iflinkfour}
- {block:iflinkfive}
- <a href="{text:link five}" title="{text:link five title}">{text:link five title}</a>
- {/block:iflinkfive}
- </div>
- {block:ifnotendlessscroll}
- <div class="pgna">
- {block:previouspage}
- <a href="{previouspage}" title="previous page">«</a>
- {/block:previouspage}
- {block:nextpage}
- <a href="{nextpage}" title="next page">»</a>
- {/block:nextpage}
- </div>
- <center>
- <i>{currentpage} / {totalpages}</center></i>
- {/block:ifnotendlessscroll}
- </div>
- </div>
- <a style="position:fixed;right:7px;bottom:5px;font-family:consolas;font-size:8px;text-transform:uppercase;opacity:0.5;color:#777;" href="http://noctos.tumblr.com" title="theme by noctos">theme</a>
- <div style="height:5px;"></div>
- <div id="content">
- {block:posts}
- {block:text}
- <div class="post">
- <div class="permbox">
- <div class="permalink">
- {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
- <br>
- {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
- </div>
- </div>
- {block:title}
- <h1><a href="{Permalink}">{title}</a></h1>
- {/block:title}
- <div style="margin-top:-7px;">
- {body}
- </div>
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:text}
- {block:quote}
- <div class="post">
- <div class="permbox">
- <div class="permalink">
- {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
- <br>
- {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
- </div>
- </div>
- "{quote}"
- <div style="margin-top:3px;border-bottom:1px solid {color:bordering};"></div>
- <div style="margin-top:3px;text-align:right;font-style:italic;padding-right:10px;">{block:Source}{Source}{/block:Source}</div>
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:quote}
- {block:photo}
- <div class="post">
- <div class="permbox">
- <div class="permalink">
- {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
- <br>
- {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
- </div>
- </div>
- {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- {block:indexpage}
- {block:if250pxposts}
- <img src="{PhotoURL-250}">
- {/block:if250pxposts}
- {block:if400pxposts}
- <img src="{PhotoURL-400}">
- {/block:if400pxposts}
- {block:if500pxposts}
- <img src="{PhotoURL-500}">
- {/block:if500pxposts}
- {/block:indexpage}
- {block:permalinkpage}
- <img src="{PhotoURL-500}">
- {/block:permalinkpage}
- {linkCloseTag}
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:photo}
- {block:link}
- <div class="post">
- <div class="permbox">
- <div class="permalink">
- {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
- <br>
- {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
- </div>
- </div>
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:description}
- <div style="margin-top:-7px;">
- {description}
- </div>
- {/block:description}
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:link}
- {block:Photoset}
- <div class="post">
- <div class="permbox">
- <div class="permalink">
- {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
- <br>
- {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
- </div>
- </div>
- {block:IndexPage}
- {block:If250pxposts}
- {photoset-250}
- {/block:If250pxposts}
- {block:If400pxposts}
- {photoset-400}
- {/block:If400pxposts}
- {block:If500pxposts}
- {photoset-500}
- {/block:If500pxposts}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:Photoset}
- {block:audio}
- <div class="post">
- <div class="permbox">
- <div class="permalink">
- {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
- <br>
- {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
- </div>
- </div>
- <div style="width:100%; background-color:#000;">{audioplayerblack}</div>
- {block:indexpage}
- <div style="margin-top:5px; padding-top:5px; border-top:1px solid {color:bordering};">
- {block:albumart}
- <div class="audi"><img src="{albumartURL}"></div>
- {/block:albumart}
- <div style="float:left; border-left:1px solid {color:bordering}; padding-left:5px;">
- {block:artist}
- {artist}
- {/block:artist}
- <br>
- {block:album}
- {album}
- {/block:album}
- <br>
- {block:trackname}
- {trackname}
- {/block:trackname}
- <br>
- </div>
- <div style="{block:if250pxposts}width:58%;{/block:if250pxposts}{block:if400pxposts}width:73%;{/block:if400pxposts}{block:if500pxposts}width:78%;{/block:if500pxposts}margin-top:5px;float:left;border-top:1px solid {color:bordering};">
- <div style="float:left;border-left:1px solid {color:bordering}; margin-top:5px;padding-top:2px;padding-left:5px;">
- <div style="margin-top:-2px;"></div>
- {playcountwithlabel}
- </div>
- </div>
- </div>
- {/block:indexpage}
- {block:permalinkpage}
- <br>
- {block:albumart}
- <div class="audi">
- <img src="{albumarturl}">
- </div>
- {/block:albumart}
- <div styl="float:left;">
- {playcountwithlabel}
- <br>
- {block:artist}
- {artist}
- {/block:artist}
- <br>
- {block:album}
- {album}
- {/block:album}
- <br>
- {block:trackname}
- {trackname}
- {/block:trackname}
- <br>
- </div>
- {/block:permalinkpage}
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- <div style="float:left;">
- {caption}
- </div>
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:audio}
- {block:chat}
- <div class="post">
- <div class="permbox">
- <div class="permalink">
- {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
- <br>
- {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
- </div>
- </div>
- <ul>
- {block:Lines}
- <li class="person">
- {block:Label}
- {Label}
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:chat}
- {block:video}
- <div id="post">
- <div class="permbox">
- <div class="permalink">
- {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
- <br>
- {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
- </div>
- </div>
- {block:indexpage}
- {block:if250pxposts}
- {video-250}
- {/block:if250pxposts}
- {block:if400pxposts}
- {video-400}
- {/block:if400pxposts}
- {block:if500pxposts}
- {video-500}
- {/block:if500pxposts}
- {/block:indexPage}
- {block:permalinkpage}
- {video-500}
- {/block:permalinkpage}
- {block:ifshowcaptions}
- {block:caption}
- {caption}
- {/block:caption}
- {/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:permalinkpage}
- {caption}
- {/block:permalinkpage}
- {/block:ifnotshowcaptions}
- </div>
- {/block:video}
- {block:Answer}
- <div class="post">
- <div class="permbox">
- <div class="permalink">
- {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
- <br>
- {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
- </div>
- </div>
- <div style="padding-bottom:3px;border-bottom:1px solid {color:bordering};">
- {Asker}: {Question}
- </div>
- {Answer}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- {block:Date}
- <div id="prmpg">
- <h1>{dayofweek}, {month} {dayofmonth}{dayofmonthsuffix} {year} | {24hour}:{minutes}:{seconds}</h1>
- {/block:Date}
- <div style="margin-top:-5px;"></div>
- {block:postnotes}
- {NoteCountWithLabel}
- <br>
- {/block:postnotes}
- {block:HasTags}
- <i>tags</i>: {block:Tags}<a href="{tagURL}">#{Tag} </a>{/block:Tags}
- <br>
- {/block:HasTags}
- {block:RebloggedFrom}
- <i>via</i>: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- <br>
- <i>original</i>: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:date}
- <div style="border-bottom:1px dashed {color:bordering};margin-top:5px; margin-bottom:4px;"></div>
- <i>navigate</i>: <a href="{reblogURL}" title="reblog this">reblog</a>, <a href="/" title="index">index</a>, <a href="/random" title="random entry">random entry</a>
- {/block:date}
- {block:postnotes}
- <div style="height:5px;"></div>
- <div style="border-bottom:1px solid {color:bordering};"></div>
- <br>
- <div id="not">
- {PostNotes}
- </div>
- {/block:postnotes}
- </div>
- {/block:PermalinkPage}
- {/block:posts}
- </div>
- </body>
- </html>
- --------------------------------------------------------------
- <!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>
- <!--
- ___________________________________________________________________________
- MENDAX 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="color:background" content="#fafafa" />
- <meta name="color:text" content="#777" />
- <meta name="color:links" content="#b4b4b4" />
- <meta name="color:top BG" content="#fff" />
- <meta name="color:top border" content="#eee" />
- <meta name="color:side links TXT" content="#b4b4b4" />
- <meta name="color:side links BG" content="#fff" />
- <meta name="color:side links BG hover" content="#eee" />
- <meta name="color:side links BG click" content="#000" />
- <meta name="color:bordering" content="#eee" />
- <meta name="color:post shadow" content="#eee" />
- <meta name="color:post BG" content="#fff" />
- <meta name="if:show captions" content="0" />
- <meta name="if:no post shadow" content="0" />
- <meta name="if:endless scroll" content="1" />
- <meta name="if:white music player" content="0" />
- <meta name="if:extra column" content="0"/>
- <meta name="if:bottom music player" content="0" />
- <meta name="text:music code" content="" />
- <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 {width:6px;background-color:{color:bordering};}
- ::-webkit-scrollbar {height:0px;width:6px;background-color:{color:post BG};}
- ::-webkit-scrollbar-button:vertical {height:10px;background-color:{color:bordering};}
- ::selection {color:#fff;background:{color:text};}
- ::-moz-selection {color:#fff;background:{color:text};}
- 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 {
- text-decoration:none;
- color:{color:links};
- }
- h1 {
- margin:0px;
- padding-bottom:7px;
- text-transform:uppercase;
- font-family:times new roman;
- font-size:12px;
- letter-spacing:-1px;
- font-weight:lighter;
- border-bottom:1px solid {color:bordering};
- }
- blockquote {
- padding-left:10px;
- margin-left:27px;
- border-left:3px solid {color:text};
- }
- li {
- list-style:square;
- }
- #content {
- margin-left:auto;
- margin-right:auto;
- {block:permalinkpage}
- width:644px;
- {/block:permalinkpage}
- {block:indexpage}
- {block:ifnotextracolumn}
- width:644px;
- {/block:ifnotextracolumn}
- {block:ifextracolumn}
- width:956px;
- {/block:ifextracolumn}
- {/block:indexpage}
- }
- #posts {
- {block:indexpage}
- {block:ifnotextracolumn}
- width:624px;
- {/block:ifnotextracolumn}
- {block:ifextracolumn}
- width:936px;
- {/block:ifextracolumn}
- margin-left:20px;
- {/block:indexpage}
- {block:permalinkpage}
- width:542px;
- margin:auto;
- {/block:permalinkpage}
- margin-top:70px;
- }
- .post {
- text-align:justify;
- float:left;
- margin-bottom:20px;
- padding:20px;
- background-color:{color:post BG};
- border:1px solid {color:bordering};
- {block:indexpage}
- width:250px;
- margin-right:20px;
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- {block:ifnotnopostshadow}
- -moz-box-shadow: 1.5px 1.5px 5px {color:post shadow};
- -webkit-box-shadow: 1.5px 1.5px 5px {color:post shadow};
- box-shadow: 1.5px 1.5px 5px {color:post shadow};
- {/block:ifnotnopostshadow}
- }
- .perm {
- padding:5px 15px 5px 15px;
- margin-left:10px;
- margin-top:10px;
- font-size:9px;
- font-family:calibri;
- text-align:center;
- text-transform:uppercase;
- background-color:{color:post BG};
- position:absolute;
- opacity:0;
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- color:{color:text};
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .post:hover .perm {
- opacity:0.9;
- }
- .infos {
- float:left;
- width:542px;
- }
- .infos img {
- width:0px;
- }
- .audio {
- margin-top:-72px;
- opacity:0.6;
- margin-left:28px;
- position:absolute;
- width:45px;
- height:45px;
- {block:ifnotwhitemusicplayer}
- background-color:#000;
- {/block:ifnotwhitemusicplayer}
- {block:ifwhitemusicplayer}
- background-color:#fff;
- {/block:ifwhitemusicplayer}
- overflow:hidden;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .audio:hover {
- opacity:1;
- }
- #top {
- {block:permalinkpage}
- width:644px;
- {/block:permalinkpage}
- {block:indexpage}
- {block:ifnotextracolumn}
- width:644px;
- {/block:ifnotextracolumn}
- {block:ifextracolumn}
- width:956px;
- {/block:ifextracolumn}
- {/block:indexpage}
- height:50px;
- position:fixed;top:0px;
- opacity:0.95;
- background-color:{color:top BG};
- border-bottom:5px solid {color:top border};
- z-index:9;
- }
- .desc {
- width:610px;
- overflow:auto;
- margin:12px auto auto auto;
- height:25px;
- }
- #side {
- position:fixed;top:200px;
- margin-left:-150px;
- width:150px;
- padding-bottom:2px;
- border-bottom:1px solid {color:bordering};
- }
- .slinks {
- width:140px;
- float:right;
- text-align:right;
- font-family:consolas;
- font-size:8px;
- text-transform:uppercase;
- margin-top:2px;
- padding-right:10px;
- background-color:{color:side links BG};
- color:{color:side links TXT};
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- }
- .slinks:hover {
- background-color:{color:side links BG hover};
- }
- .slinks:active {
- background-color:{color:side links BG click};
- }
- .pagina {
- border-top:1px solid {color:bordering};
- padding-top:10px;
- font-size:12px;
- font-family:calibri;
- z-index:-1;
- margin-top:-4px;
- {block:ifbottommusicplayer}
- margin-bottom:20px;
- {/block:ifbottommusicplayer}
- {block:ifendlessscroll}
- display:none;
- {/block:ifendlessscroll}
- }
- .music {
- text-align:center;
- {block:ifnotextracolumn}
- width:644px;
- {/block:ifnotextracolumn}
- {block:ifextracolumn}
- width:956px;
- {/block:ifextracolumn}
- background-color:#000;
- height:30px;
- position:fixed;bottom:-18px;
- font-family:calibri;
- font-size:9px;
- padding-top:2px;
- background-color:{color:post BG};
- opacity:0.95;
- z-index:9;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .music:hover {
- opacity:1;
- bottom:-10px;
- color:transparent;
- }
- .song {
- margin:auto;
- margin-top:-10px;
- opacity:0;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .music:hover .song {
- opacity:1;
- }
- </style>
- {block:indexpage}
- <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
- {block:ifendlessscroll}
- <script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>
- {/block:ifendlessscroll}
- <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : ".pagina a",
- // selector for the paged navigation (it will be hidden)
- nextSelector : ".pagina a",
- // selector for the NEXT link (to page 2)
- itemSelector : ".post",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('#posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:indexpage}
- </head>
- <body>
- <div id="content">
- {block:ifbottommusicplayer}
- {block:indexpage}
- <div class="music">MUSIC
- <div class="song">{text:music code}</div>
- </div>
- {/block:indexpage}
- {/block:ifbottommusicplayer}
- <div id="top">
- <div class="desc">{Description}</div>
- </div>
- <div id="side">
- <div style="border-bottom:1px solid {color:bordering};text-transform:uppercase;"><a style="color:{color:text};" href="/">{Title}</a></div>
- <a class="slinks" href="/ask" title="ask box">message</a>
- {block:iflinkone}
- <a class="slinks" href="{text:link one}" title="{text:link one title}">{text:link one title}</a>
- {/block:iflinkone}
- {block:iflinktwo}
- <a class="slinks" href="{text:link two}" title="{text:link two title}">{text:link two title}</a>
- {/block:iflinktwo}
- {block:iflinkthree}
- <a class="slinks" href="{text:link three}" title="{text:link three title}">{text:link three title}</a>
- {/block:iflinkthree}
- {block:iflinkfour}
- <a class="slinks" href="{text:link four}" title="{text:link four title}">{text:link four title}</a>
- {/block:iflinkfour}
- {block:iflinkfive}
- <a class="slinks" href="{text:link five}" title="{text:link five title}">{text:link five title}</a>
- {/block:iflinkfive}
- </div>
- <!-- BEGIN POSTS RENDER -->
- <div id="posts">
- {block:Posts}
- {block:Photo}
- <div style="padding-bottom:17px;" class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {LinkOpenTag}
- <img {block:indexpage}style="width:250px;"{/block:indexpage} src="{PhotoURL-500}">
- {LinkCloseTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {block:indexpage}{Photoset-250}{/block:indexpage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Video}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {block:indexpage}{Video-250}{/block:indexpage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Link}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:description}
- {description}
- {/block:description}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Link}
- {block:Text}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {body}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Text}
- {block:Answer}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- <div style="padding:10px;background-color:{color:bordering};">{Question}</div><div style="padding:10px;">{Answer}</div>
- <div style="text-align:right;border-top:1px solid {color:bordering};margin-top:4px;padding-top:4px;text-transform:lowercase;">asked by {Asker}</div>
- </div>
- {/block:Answer}
- {block:Audio}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {block:AlbumArt}<img style="width:100px;height:100px;" src="{AlbumArtURL}"><div class="audio"><div style="margin-top:10px;margin-left:10px;width:20px;overflow:hidden;">{/block:AlbumArt}{block:ifnotwhitemusicplayer}{AudioPlayerBlack}{/block:ifnotwhitemusicplayer}{block:ifwhitemusicplayer}{AudioPlayerWhite}{/block:ifwhitemusicplayer}{block:AlbumArt}</div></div>{/block:AlbumArt}<div style="float:right;width:{block:indexpage}14{/block:indexpage}{block:permalinkpage}39{/block:permalinkpage}0px;">
- {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}
- {block:Album}<br><b>ALBUM:</b> {Album}{/block:Album}
- {block:TrackName}<br><b>TRACK:</b> {TrackName}{/block:TrackName}
- </p>
- - <i>{PlayCountWithLabel}</i>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Audio}
- {block:Chat}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- {block:Lines}
- <li style="list-style:none;">
- {block:Label}
- {Label}
- {/block:Label}
- <i>
- {Line}
- </i>
- </li>
- {/block:Lines}
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Chat}
- {block:Quote}
- <div class="post">
- <a class="perm" href="{Permalink}">{NoteCountWithLabel}</a>
- "{Quote}"
- <div style="border-bottom:1px solid {color:bordering};margin-bottom:3px;padding-top:5px;"></div>
- {block:Source}<i style="float:right;">— {Source}{/block:Source}</i>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:PermalinkPage}
- {block:Date}
- <div class="infos">
- <div style="border-top:2px solid {color:text};margin-bottom:15px;"></div>
- <div style="font-size:12px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</div>
- {block:PostNotes}
- <br>{NoteCountWithLabel}
- {/block:PostNotes}
- {block:RebloggedFrom}
- <br>
- via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> <br>
- <i>source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></i>
- {/block:RebloggedFrom}
- {block:HasTags}
- <br>
- {block:Tags}#<a href="{TagURL}" title="posts tagged as {Tag}">{Tag} </a>{/block:Tags}
- {/block:HasTags}
- <br>
- {PostNotes}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <!-- END POSTS RENDER -->
- {block:indexpage}
- <div class="pagina">
- {block:PreviousPage}
- <a style="float:right;" href="{PreviousPage}">BACK</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">FORTH</a>
- {/block:NextPage}
- </div>
- {/block:indexpage}
- </div>
- <!-- PLEASE DO NOT REMOVE THIS CREDIT -->
- <a style="font-family:calibri;font-size:8px;position:fixed;bottom:5px;right:5px;" href="http://noctos.tumblr.com" title="theme by noctos">THEME</a>
- <!-- PLEASE DO NOT REMOVE THIS CREDIT -->
- </body>
- </html>
- ----------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment