- <!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">
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="font:title" content="Georgia"/>
- <meta name="font:body" content="Arial"/>
- <meta name="font:post title" content="Georgia"/>
- <meta name="font:quote text" content="Georgia"/>
- <meta name="text:title size" content="13px"/>
- <meta name="text:post title size" content="13px"/>
- <meta name="text:font size" content="11px"/>
- <meta name="text:line height" content="14px"/>
- <meta name="text:description text" content="9px"/>
- <meta name="text:quote font size" content="11px"/>
- <meta name="text:perma size" content="9px"/>
- <meta name="text:link 1 text" content="Link 1" />
- <meta name="text:link 1" content="http://" />
- <meta name="text:link 2 text" content="Link 2" />
- <meta name="text:link 2" content="http://" />
- <meta name="color:background" content="#f8f8f8"/>
- <meta name="color:navigation background" content="#FFFFFF"/>
- <meta name="color:scrollbar color" content="#CACACA"/>
- <meta name="color:posts border" content="#eee"/>
- <meta name="color:title color" content="#222"/>
- <meta name="color:text" content="#222"/>
- <meta name="color:post title" content="#222"/>
- <meta name="color:links" content="#414141"/>
- <meta name="color:link hover" content="#7D7D7D"/>
- <meta name="color:post description text" content="#FFFFFF"/>
- <meta name="color:posts background" content="#FFFFFF"/>
- <meta name="color:question background" content="#F8F8F8"/>
- <meta name="if:bigger posts" content="0"/>
- <meta name="if:show post descriptions" content="1"/>
- <meta name="if:cursive title" content="1"/>
- <style type="text/css">
- /* Magnis theme provided by collisions.tumblr.com. Do NOT remove the credit. */
- body {
- background: {color:background};
- margin:0px auto;
- font-family:{font:body};
- font-size:{text:font size};
- line-height:{text:line height};
- text-align:justify;
- color:{color:text};
- }
- .title {
- font-size: {text:title size};
- font-family: {block:ifcursivetitle}'Great Vibes', cursive{/block:ifcursivetitle}{block:ifNotcursivetitle}{font:title}{/block:ifNotcursivetitle};
- color: {color:title color};
- font-weight: normal;
- margin-bottom: 6px;
- }
- h3 {
- font-size: {text:post title size};
- font-family: {font:post title};
- color: {color:post title};
- font-weight: normal;
- }
- .nav {
- margin: 0px auto;
- width: 350px;
- padding: 20px;
- margin-top: 20px;
- max-height: 150px;
- text-align: center;
- letter-spacing: 1px;
- border-right: 1px solid {color:posts border};
- border-bottom: 1px solid {color:posts border};
- background-color: {color:navigation background};
- }
- .nav a {
- border-bottom: 3px solid {color:navigation background};
- }
- .nav a:hover {
- border-bottom: 3px solid color: {color:link hover};
- }
- .wrap {
- margin:0px auto;
- {block:indexpage}width:{block:ifNotbiggerposts}670px{/block:ifNotbiggerposts}{block:ifbiggerposts}870px{/block:ifbiggerposts};{/block:indexpage}
- {block:permalinkpage}width:500px;{/block:permalinkpage}
- margin-top:20px;
- margin-bottom:50px;
- }
- .posts {
- {block:indexpage}width:{block:ifNotbiggerposts}670px{/block:ifNotbiggerposts}{block:ifbiggerposts}870px{/block:ifbiggerposts};{/block:indexpage}
- {block:permalinkpage}width:500px;{/block:permalinkpage}
- position:relative;
- float:left;
- }
- .post {
- float:left;
- position:relative;
- padding: 5px;
- border-right: 1px solid {color:posts border};
- border-bottom: 1px solid {color:posts border};
- background-color: {color:posts background};
- {block:indexpage}width:{block:ifNotbiggerposts}300px{/block:ifNotbiggerposts}{block:ifbiggerposts}400px{/block:ifbiggerposts}; margin:10px;{/block:indexpage}
- {block:permalinkpage}width:500px;{/block:permalinkpage}
- }
- .wrap img {
- {block:indexpage}max-width:{block:ifNotbiggerposts}300px{/block:ifNotbiggerposts}{block:ifbiggerposts}400px{/block:ifbiggerposts};{/block:indexpage}
- {block:permalinkpage}width:500px;{/block:permalinkpage}
- }
- a {
- color: {color:links};
- text-decoration: none;
- -moz-transition: 0.3s ease-in;
- -webkit-transition: 0.3s ease-in;
- -o-transition: 0.3s ease-in;
- transition: 0.3s ease-in;
- }
- a:hover {
- color: {color:link hover};
- text-decoration: none;
- -moz-transition: 0.3s ease-in;
- -webkit-transition: 0.3s ease-in;
- -o-transition: 0.3s ease-in;
- transition: 0.3s ease-in;
- }
- .post:hover .imgpermalink {
- opacity: .8;
- -moz-transition: 0.5s ease-in;
- -webkit-transition: 0.5s ease-in;
- -o-transition: 0.5s ease-in;
- transition: 0.5s ease-in;
- padding-bottom: 8px;
- }
- .post .imgpermalink {
- position:absolute;
- bottom: 6px;
- padding: 8px 0 0 8px;
- opacity: 0;
- -moz-transition: 0.4s ease-in;
- -webkit-transition: 0.4s ease-in;
- -o-transition: 0.4s ease-in;
- transition: 0.4s ease-in;
- font-size: {text:description text};
- color: {color:post description text};
- }
- .imgpermalink a {
- color: {color:post description text};
- -moz-transition: 0.4s ease-in;
- -webkit-transition: 0.4s ease-in;
- -o-transition: 0.4s ease-in;
- transition: 0.4s ease-in;
- }
- #permalink {
- padding-top: 5px;
- margin-top: 5px;
- opacity: .5;
- text-align: left;
- font-size: {text:perma size};
- border-top: 1px dotted {color:posts border};
- -moz-transition: 0.4s ease-in;
- -webkit-transition: 0.4s ease-in;
- -o-transition: 0.4s ease-in;
- transition: 0.4s ease-in;
- }
- .post:hover #permalink {
- opacity: 1;
- text-align: left;
- border-top: 1px dotted {color:posts border};
- -moz-transition: 0.4s ease-in;
- -webkit-transition: 0.4s ease-in;
- -o-transition: 0.4s ease-in;
- transition: 0.4s ease-in;
- }
- .postnotes {
- position:absolute;
- top: 0px;
- right: 0px;
- padding: 6px;
- opacity: 0;
- background-color: {color:posts background};
- -moz-transition: 0.4s ease-in;
- -webkit-transition: 0.4s ease-in;
- -o-transition: 0.4s ease-in;
- transition: 0.4s ease-in;
- }
- .post:hover .postnotes {
- opacity: .8;
- -moz-transition: 0.4s ease-in;
- -webkit-transition: 0.4s ease-in;
- -o-transition: 0.4s ease-in;
- transition: 0.4s ease-in;
- }
- .quotepost {
- padding-top: 8px;
- background-image: url('http://i.imgur.com/WgXVJ.png');
- background-repeat:no-repeat;
- background-position:left top;
- font-family: {font: quote text};
- font-size: {text: quote font size};
- }
- .quotepost p {
- text-indent: 25px;
- margin-top: 0;
- }
- #quotesource {
- text-align: right;
- font-weight: bold;
- }
- .notesbox {
- max-height:200px;
- width: 500px;
- overflow:scroll;
- }
- .my-like {
- background-image:url(http://i.imgur.com/Hwh2v.png) !important;
- width:15px;
- height:13px;
- display:inline-block;
- }
- .my-liked, .my-like:hover {
- background-image:url(http://i.imgur.com/AMAXI.png) !important;
- width:15px;
- height:13px;
- cursor:pointer;
- display:inline-block;
- }
- #mylike {
- position: absolute;
- top:12px;
- right: 12px;
- opacity: 0;
- -moz-transition: 0.4s ease-in;
- -webkit-transition: 0.4s ease-in;
- -o-transition: 0.4s ease-in;
- transition: 0.4s ease-in;
- }
- .post:hover #mylike{
- opacity: 1;
- -moz-transition: 0.4s ease-in;
- -webkit-transition: 0.4s ease-in;
- -o-transition: 0.4s ease-in;
- transition: 0.4s ease-in;
- }
- .asker {
- }
- .question {
- padding: 6px;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -ms-border-radius: 3px;
- -webkit-border-radius: 3px;
- -khtml-border-radius: 3px;
- margin-top: 6px;
- background-color: {color:question background};
- }
- .answer {
- font-style: italic;
- }
- .albumcover {
- width: 100%;
- }
- .audioplayer {
- }
- .player {
- width: 100%;
- background-color: #e4e4e4;
- }
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: dotted 1px #ccc;
- }
- ol.notes li.note {
- border-top: dotted 1px #ccc;
- padding: 5px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: #eee;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- ul{
- margin-left:-40px!important;
- list-style:none;
- }
- ::-webkit-scrollbar{
- width:7px;
- height:7px;
- }
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:{color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar color};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color: {color:scrollbar color}; -webkit-border-radius:px;}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .navigation{display:none;}
- {CustomCSS}
- </style>
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- {block:IndexPage}
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div.navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : ".navigation a#next",
- // selector for the NEXT link (to page 2)
- itemSelector : ".post",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "http://www.freeiconsweb.com/Icons-show/loading/loading2.gif",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script>window.onload = function () {document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; };}, false );};</script>
- {/block:IndexPage}
- </head>
- <body>
- <div style="position:fixed; bottom:10px; right:10px;"><a href="http://collisions.tumblr.com" title="theme from collisions">theme</a></div>
- <div class="nav">
- <div class="title">{title}</div>
- <a href="/">Home</a> <a href="/ask">Ask</a> <a href="/archive">Archive</a> <a href="{text:link 1}">{text:link 1 text}</a> <a href="{text:link 2}">{text:link 2 text}</a><P>
- {description}
- </div>
- <div class="wrap">
- <div class="navigation">
- {block:Pagination}{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">older</a>{/block:NextPage}
- {block:PreviousPage}<a style="float:left" href="{PreviousPage}">newer</a></p>{/block:PreviousPage}{/block:Pagination}
- </div>
- <div class="posts">
- {block:Posts}
- {block:Text}
- <div class="post">
- <div id="textpost">
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- {Body}
- {block:IndexPage}
- <div class="postnotes">
- <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- </div>
- <div id="permalink">
- <div class="tags">
- {block:HasTags}<img src="http://i.imgur.com/NdoCs.png" alt="Tags" width="10px" height="10px"> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- <div class="timeago">
- <img src="http://i.imgur.com/hj1NS.png" alt="Time Ago" width="10px" height="10px"> <a href="{Permalink}">{TimeAgo}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- <div class="notesbox">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- </div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="post">
- <div id="imgpost">
- <div id="mylike">
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}"></div>
- </div>
- {block:ifshowpostdescriptions}
- <div class="imgpermalink">
- <div><a href="{Permalink}">{block:Caption}{Caption}{/block:Caption}</a></div>
- </div>
- {/block:ifshowpostdescriptions}
- {/block:IndexPage}
- <a href="{Permalink}">
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="{block:Indexpage}{block:ifNotbiggerposts}300px{/block:ifNotbiggerposts}{block:ifbiggerposts}400px{/block:ifbiggerposts}{/block:Indexpage} {block:Permalinkpage}500px{/block:Permalinkpage}"/></a>
- {block:PermalinkPage}
- <div id="caption">
- {block:Caption}{Caption}{/block:Caption}
- </div>
- <div><strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></div>
- <div class="notesbox">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- <div class="photoset">
- <center>{block:IndexPage}{block:ifNotbiggerposts}{Photoset-250}{/block:ifNotbiggerposts}{block:ifbiggerposts}{Photoset-400}{/block:ifbiggerposts}{/block:IndexPage}{block:permalinkpage}{Photoset-500}{/block:permalinkpage}</center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {block:IndexPage}
- <div class="postnotes">
- <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- </div>
- <div id="permalink">
- <div class="timeago">
- <img src="http://i.imgur.com/hj1NS.png" alt="Time Ago" width="10px" height="10px"> <a href="{Permalink}">{TimeAgo}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- <div class="notesbox">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- <div class="quotepost">
- <p><em>{Quote}</em></p>
- <div id="quotesource">
- {block:Source}{Source}{/block:Source}
- </div>
- </div>
- {block:IndexPage}
- <div class="postnotes">
- <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- </div>
- <div id="permalink">
- <div class="timeago">
- <img src="http://i.imgur.com/hj1NS.png" alt="Time Ago" width="10px" height="10px"> <a href="{Permalink}">{TimeAgo}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- <div class="notesbox">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:link}
- <div class="post">
- <div class="linkpost"><a href="{URL}" class="linkpost" {Target}><h3>{Name}</h3></a>{block:Description}<div class="description">{Description}</div>{/block:Description}</div>
- {block:IndexPage}
- <div class="postnotes">
- <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- </div>
- <div id="permalink">
- <div class="timeago">
- <img src="http://i.imgur.com/hj1NS.png" alt="Time Ago" width="10px" height="10px"> <a href="{Permalink}">{TimeAgo}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- <div class="notesbox">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:link}
- {block:Chat}
- <div class="post">
- <div class="chattitle">{block:Title}<h3>{Title}</h3>{/block:Title}</div>
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
- {block:IndexPage}
- <div class="postnotes">
- <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- </div>
- <div id="permalink">
- <div class="timeago">
- <img src="http://i.imgur.com/hj1NS.png" alt="Time Ago" width="10px" height="10px"> <a href="{Permalink}">{TimeAgo}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- <div class="notesbox">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post">
- <div class="video">
- <center>{block:IndexPage}{block:ifNotbiggerposts}{Video-250}{/block:ifNotbiggerposts}{block:ifbiggerposts}{Video-400}{/block:ifbiggerposts}{/block:IndexPage}{block:permalinkpage}{Video-500}{/block:permalinkpage}</center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
- {block:IndexPage}
- <div class="postnotes">
- <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- </div>
- <div id="permalink">
- <div class="timeago">
- <img src="http://i.imgur.com/hj1NS.png" alt="Time Ago" width="10px" height="10px"> <a href="{Permalink}">{TimeAgo}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- <div class="notesbox">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post">
- <div class="albumcover">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="audioplayer">
- <div class="audio">{AudioPlayerGrey}</div>
- </div>
- <div id="caption">
- <div>{PlayCountWithLabel}</div>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {block:IndexPage}
- <div class="postnotes">
- <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- </div>
- <div id="permalink">
- <div class="timeago">
- <img src="http://i.imgur.com/hj1NS.png" alt="Time Ago" width="10px" height="10px"> <a href="{Permalink}">{TimeAgo}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- <div class="notesbox">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="post">
- <div class="asker">
- <strong>{Asker}</strong> asked:
- </div>
- <div class="question">
- {Question}
- </div>
- <div class="answer">
- {Answer}
- </div>
- {block:IndexPage}
- <div class="postnotes">
- <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
- </div>
- <div id="permalink">
- <div class="timeago">
- <img src="http://i.imgur.com/hj1NS.png" alt="Time Ago" width="10px" height="10px"> <a href="{Permalink}">{TimeAgo}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- <div class="notesbox">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Answer}
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>