NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">

<meta name="if:Show portrait" content="1"/>
<meta name="if:Show title" content="1"/>
<meta name="if:Show search" content="0"/>
<meta name="if:Show date" content="1"/>
<meta name="if:Show tags" content="0"/>
<meta name="if:Show notes count" content="0"/>


{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}

<title>{Title}</title>

<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">

<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
/* --------------------------------------------------------------------------
$BODY-ELEMENTS
/--------------------------------------------------------------------------*/
body
{
margin:0;
padding:20px 0;
background-color:#eeeeee;
background-image:url(http://m1311.hizliresim.com/1h/y/v1cn1.jpg);
font-family:Arial;
font-size:13px;
color:#333333;

text-shadow:#ff0000 0 1px 1px;

line-height:auto;

}

a
{
text-decoration:none;
color:#ff0000;
}
a:hover
{
text-decoration:underline;
color:#ffffff;
}

blockquote
{
font-style:italic;
border-left:5px solid #cccccc;
margin-left:0;
width:100%;
background:#f7f7f7;
}

blockquote p
{
margin:0;
padding:10px;
padding-left:40px;
font-family:Georgia;
font-size:15px;
color:#333333;
}

blockquote + cite
{
margin-top:-10px;
display:block;
text-align:right;
font-style:normal;
font-size:12px;
color:#888;
}
blockquote + cite:before
{
content: '2014020';
}

/* --------------------------------------------------------------------------
$LAYOUT
/--------------------------------------------------------------------------*/
.wrapper
{
width:85%;
margin:0 auto;
}

.sidebar,
.content
{
float:left;
/* Float both divs left */
}

.content
{
width:73%;
/* 70% of the wrapper */
}
.content > .inner
{
padding-bottom:20px;
margin-left:30px;
/* Spacing between sidebar and content */
}

.sidebar
{
width:27%;
/* Take 30% of wrapper width */
word-wrap:break-word;
/* Don't want overlap into content */
}
.sidebar.right
{
float:right;
/* If we're positioning the sidebar on the right, float right and... */
}
.sidebar.right + .content > .inner
{
margin-left:0;
margin-right:30px;
/* ...and flip the margins */
}


.sidebar.top,
.sidebar.top + .content
{
width:100%;
}
.sidebar.top
{
margin-bottom:30px;
}
.sidebar.top + .content > .inner
{
margin-left:0;
}


/* --------------------------------------------------------------------------
$SIDEBAR
/--------------------------------------------------------------------------*/
.sidebar
{
text-align:center;


font-family:Arial;
}
.sidebar .inner
{
padding-top:20px;
padding-bottom:20px;
padding-left:0px;
padding-right:0px;

border-radius:5px;
}
.sidebar header
{
margin-bottom:20px;
/* Give some bottom spacing from the sidebar header */
}

.sidebar .portrait
{
width:128px;
/* Set portrait image container width */
box-shadow:0 0 10px 2px rgba(60, 60, 60, 0.1);
/* Give thin border and drop-shadow */
margin-top:0;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
/* Align center and give vertical spacing */
}
.portrait img
{
border:0px solid #525457;
/* Give thick white border */
width:128px;
height:128px;
/* Set width */
display:block;
/* Clear inline whitepace */
}

.sidebar header h1
{
/* Blog title */
margin:0 0 10px;
font-size:30px;
}
.sidebar header h1 a
{
color:#ff0000;
/* Title link colour */
text-decoration:none;
/* Remove underline (on hover) */
}

.sidebar header .menu-links a
{
color:#ff0000!important;
padding:0 2px;
}

.sidebar header .menu-links a:after
{
content:' / ';
}
.sidebar header .menu-links a:last-child:after
{
content:'';
}

.sidebar footer
{
margin-top:20px;
/* Give some vertical spacing */
}

/* --------------------------------------------------------------------------
$POSTS
/--------------------------------------------------------------------------*/

ol.posts
{
margin:0;
padding:0;
list-style:none;
/* Remove list stylings from posts */
}

ol.posts.masonry .post
{
float:left;
}
ol.posts.masonry .post .post-container
{
margin:0 20px;
}

ol.posts.masonry.one-col .post
{
width:100%;
}

ol.posts.masonry.two-col .post
{
width:49%;
}

ol.posts.masonry.three-col .post
{
width:33%;
}

ol.posts.masonry.four-col .post
{
width:24%;
}

ol.posts.masonry.five-col .post
{
width:19%;
}

.post
{
margin-bottom:30px;
/* Give each post listing some vertical space */
}

.post-body
{
padding:20px;
/* Give some padding to the post content */
background:#ffffff;
/* Background of posts */
border-radius:5px;

border:1px solid #d5d5d5;

box-shadow:0 0 10px 2px rgba(60, 60, 60, 0.1);
/* Drop shadow */

text-shadow:none;
color:inherit;
/* Text styles */

position:relative;
}

.post .title
{
margin:-20px;
margin-bottom:10px;
/* Title sticks to the top of the post-body */
border-radius:5px 5px 0 0;
/* Keep the top and right corners rounded */
background:#525457;
/* Title background */
border-bottom:1px solid #525457;
/* Give subtle bottom-shadow line */
color:#ffffff;
text-shadow:rgba(0, 0, 0, 0.3) 0 1px 1px;
font-size:20px;
font-weight:normal;
/* Text styles */
}
.post .title > a
{
color:inherit;
/* inherit colour */
text-decoration:none;
/* No underline */
display:block;
padding:10px 20px;
height:100%;
/* Full width */
}

.post-meta
{
margin-top:10px;
/* Seperate from post-body */
padding:0 10px;
/* Give some horizontal spacing from edges */
text-align:right;
font-size:12px;
font-family:Arial;
/* Text styles */

}
.post-meta .tags,
.tags li
{
margin:0;
padding:0;
list-style:none;
text-align:left;
display:inline;
/* Remove list styling and display inline */
}
.tags a
{
color:#ff0000!important;
}
.tags li:after
{
content:', ';
}
.tags li:last-child:after
{
content:'';
}

/* --------------------------------------------------------------------------
$PHOTO POSTS
/--------------------------------------------------------------------------*/
.post.photo .post-body
{
padding:0;
/* Remove padding */
position:relative;
/* Set position to relative so we can absolute position the caption */
overflow:hidden;
}
.post.photo .post-body img
{
display:block;
width:100%;
/* Full width, block image */
border-radius:5px;
}
.post.photo .post-body .caption
{
position:absolute;
bottom:0;
/* Place caption at bottom, over image */
border-radius:0 0 5px 5px;
/* Rounded with post */
background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/fff-0.7.png);
/* Semi-transparent background */
width:100%;
/* And full width */

display:none;
}
.post.photo .post-body .caption > span
{
display:inline-block;
padding:20px;
/* Give some padding to the caption */
font-size:16px;
/* Increase the font size */
text-shadow:#fff 0 1px 1px;
}




/* Media permalinks */

.media-permalink
{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/000-0.7.png);
color:#fff;
text-align:center;

border-radius:5px;


opacity:0;
-webkit-transition:opacity 0.5s;
}

.media-permalink a
{
color:#fff;
}

.photo img:hover + .media-permalink,
.media-permalink:hover
{
opacity:1!important;
}

.media-permalink span
{
display:block;
position:absolute;
top:50%;
left:0;
width:100%;
text-align:center;
margin-top:-10px;
height:20px;
}

.media-permalink.style5,
.media-permalink.style6
{
background:none;
}
.media-permalink.style5 span,
.media-permalink.style6 span
{
display:block;
position:absolute;
bottom:0;
left:0;
width:96%;
padding:5px 2%;
text-align:center;
margin:0;
top:auto;
height:20px;
background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/000-0.7.png);
text-align:right;

border-radius:0 0 5px 5px;
}

.media-permalink.style6 span
{
text-align:left;
}





@media only screen and (max-width: 400px)
{
.post.photo > .post-body > .caption > span
{
padding:10px;
font-size:12px;
/* Decrease font-size/padding for Mobile */
}
}

/* --------------------------------------------------------------------------
$PHOTOSET POSTS
/--------------------------------------------------------------------------*/
.post.photoset .post-body
{
padding:0;
/* Remove padding */
position:relative;
/* Set position to relative so we can absolute position the caption */
}

.post.photoset .post-body img
{
display:block;
width:100%;
/* Full width, block image */
}

.photoset .photos
{
margin:0;
padding:0;
list-style:none;
}

.photos li
{
margin-top:1px;
}

.photoset .photos li:first-child
{
margin-top:0;
}
.photoset .photos li:first-child img
{
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.photoset .photos li:last-child img
{
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}


.post.photoset .post-body > .caption
{
position:absolute;
bottom:0;
/* Place caption at bottom, over image */
border-radius:0 0 5px 5px;
/* Rounded with post */
background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/fff-0.7.png);
/* Semi-transparent background */
width:100%;
/* And full width */
}
.post.photoset .post-body > .caption > span
{
display:inline-block;
padding:20px;
/* Give some padding to the caption */
font-size:16px;
/* Increase the font size */
text-shadow:#fff 0 1px 1px;
}


/* --------------------------------------------------------------------------
$QUOTE POSTS
/--------------------------------------------------------------------------*/
.post.quote blockquote p
{
padding:20px 0;
text-align:center;
/* Center align */
font-size:26px;
/* Increase the font size */
}

@media only screen and (max-width: 400px)
{
.post.quote blockquote p
{
font-size:16px;
/* Decrease font size for Mobile */
}
}
/* --------------------------------------------------------------------------
$LINK POSTS
/--------------------------------------------------------------------------*/
.post.link .post-body
{
padding-bottom:0;
}
/*
.post.link .title
{
background:#eeb10e;
border-bottom-color:#d69c01;
}
*/

.post.link.no-desc .title
{
margin-bottom:0;
border-radius:5px;
/* Remove bottom margin and make all-rounded for links with no desc */
}
/* --------------------------------------------------------------------------
$CHAT POSTS
/--------------------------------------------------------------------------*/
.post.chat .post-body
{
padding-bottom:15px;
}

ul.conversation
{
margin:15px -10px 0;
padding:0;
list-style:none;
border-left:5px solid #c14f1d;
}
ul.conversation li
{
padding:10px 20px;
background:#eee;
}
ul.conversation li.line_even
{
background:#f7f7f7;
}

/* --------------------------------------------------------------------------
$VIDEO POSTS
/--------------------------------------------------------------------------*/
.post.video .post-body
{
padding:0;
/* Remove padding */
position:relative;
/* Set position to relative so we can absolute position the caption */
}

.post.video iframe
{
width:100%;
height:400px;
display:block;
}

/* --------------------------------------------------------------------------
$PAGINIATION
/--------------------------------------------------------------------------*/
ol.pagination
{
margin:10px 0;
padding:0 0 10px 0;
list-style:none;
text-align:center;
overflow:hidden;
text-shadow:none;
}
ol.pagination li
{
display:inline-block;
margin:0 2px 0 0;
border-radius:10px;
background:#ffffff;
border:2px solid #ff0000;
padding:5px 10px;
color:#ff0000;
}
ol.pagination li a
{
text-decoration:none;
}

.pagination.older-newer .previous
{
float:left;
}
.pagination.older-newer .next
{
float:right;
}

/* --------------------------------------------------------------------------
$MISC
/--------------------------------------------------------------------------*/
.subtle
{
color:inherit!important;
/* Subltle links have no colour change */
}

.meta
{
color:#ff0000;
/* Meta text is subtle on the background */
}
.meta a
{
color:inherit;
}

.pull-right
{
float:right;
/* Helper class to float right */
}

.underlined
{
text-decoration:underline;
}

.button
{
border:0;
border-radius:5px;
padding:5px 10px;
cursor:pointer;
background:#ff0000;
color:#fff;
/*** Replace with something much better? */
}





/* --------------------------------------------------------------------------
$MEDIA-QUERIES
/--------------------------------------------------------------------------*/
@media only screen and (max-width: 600px)
{
.wrapper
{
width:auto;
}
.sidebar,
.sidebar.right
{
float:none;
width:100%;
padding-top:0px;
}
.content
{
width:100%;
float:none;
}
.content > .inner
{
padding-left:10px;
padding-right:10px;
margin-left:0!important;
margin-right:0!important;
}

.sidebar header .portrait
{
display:none!important;
}
.sidebar header .portrait img
{
border:none;
width:100%!important;
}

.pagination
{
font-size:18px;
}
.pagination .numbers
{
display:none;
}


}

#infscr-loading
{
display:none!important;
}

.hidden
{
display:none!important;
}

.clearfix
{
clear:both;
}




/* New Post veil stuff */


.post-veil
{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/000-0.7.png);
border-radius:5px;
-webkit-transition:opacity 0.5s;
opacity:0;
}
.post-veil.transparent
{
background:none;
}

.post-veil.visible
{
opacity:1;
}

.post-veil:hover
{
opacity:1;
}

/* Media Icons */



.media-icons
{
position:absolute;
margin:0;
padding:0;
top:5px;
left:5px;
width:102px;
height:30px;
list-style:none;
overflow:hidden;
}
.photo img:hover + .media-icons,
.media-icons:hover
{
display:block;
opacity:1!important;
}

.video iframe:hover + .media-icons,
.media-icons:hover
{
display:block;
opacity:1!important;
}


.media-icons li
{
float:left;
background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/000-0.7.png);
//background:red;
padding:3px;
border-radius:3px;
margin:0 3px;
width:22px;
height:22px;
}

.media-icons a
{
color:#fff;
text-align:center;
display:inline-block;
width:100%;
height:100%;
text-decoration:none;
}
.media-icons a.icon
{
background:transparent url(http://static.tumblr.com/tpqedpr/Zbmm9zw4y/master.png) no-repeat;
text-indent:-500px;
overflow:hidden;
-webkit-transition:background-position 0.5s;
}

.media-icons a.like
{
background-position: -3px -5px;
}
.media-icons a.like:hover
{
background-position: -31px -5px;
}

.media-icons a.reblog
{
background-position: -3px -62px;
}
.media-icons a.reblog:hover
{
background-position: -33px -62px;
}

.media-icons a.notes
{
font-size:12px;
padding-top:3px;
margin-left:-1px;
}


/* Style 2 */
.media-icons.style2
{
top:5px;
left:auto;
right:5px;
}

/* Style 3 */
.media-icons.style3
{
top:50%;
left:50%;
margin:-15px 0 0 -51px;
}

.media-icons.style3 li
{
border-radius:50%;
}




{CustomCSS}
</style>
</head>
<body>

<script language="JavaScript" type="text/javascript">
// Post hover
var i,y,x="3c7374796c653e612e7472616e735f636f6c3a686f766572207b20637572736f723a64656661756c743b207d3c2f7374796c653e3c61207374796c653d22706f736974696f6e3a66697865643b7a2d696e6465783a313939393b2021696d706f7274616e743b746f703a3070783b6c6566743a3070783b2220687265663d22687474703a2f2f7777772e746f74616c6c796c61796f7574732e636f6d2f22207461726765743d225f626c616e6b2220636c6173733d227472616e735f636f6c223e3c696d67207372633d22687474703a2f2f7777772e746f74616c6c796c61796f7574732e636f6d2f696d672f62616467652e706e672220626f726465723d22302220616c743d224120546f74616c6c794c61796f7574732e636f6d205468656d6522202f3e3c2f613e203c61207374796c653d22706f736974696f6e3a66697865643b7a2d696e6465783a313939393b2021696d706f7274616e743b626f74746f6d3a31303070783b72696768743a3070783b2220687265663d22687474703a2f2f7777772e746f74616c6c796c61796f7574732e636f6d2f22207461726765743d225f626c616e6b2220636c6173733d227472616e735f636f6c223e3c696d67207372633d22687474703a2f2f7777772e746f74616c6c796c61796f7574732e636f6d2f696d672f62616467655f322e706e672220626f726465723d22302220616c743d224120546f74616c6c794c61796f7574732e636f6d205468656d6522202f3e3c2f613e3c61207374796c653d22706f736974696f6e3a6162736f6c7574653b7a2d696e6465783a31303b2021696d706f7274616e743b746f703a323670783b72696768743a3370783b2220687265663d22687474703a2f2f7777772e746f74616c6c796c61796f7574732e636f6d2f74756d626c7222207461726765743d225f626c616e6b2220636c6173733d22696e7374616c6c5f627574223e3c696d67207372633d22687474703a2f2f7777772e746f74616c6c796c61796f7574732e636f6d2f696d672f696e7374616c6c5f7468656d652e706e672220626f726465723d223022202f3e3c2f613e3c61207374796c653d22706f736974696f6e3a66697865643b7a2d696e6465783a313030303b2021696d706f7274616e743b746f703a3070783b72696768743a3070783b2220687265663d22687474703a2f2f7777772e746f74616c6c796c61796f7574732e636f6d2f22207461726765743d225f626c616e6b2220636c6173733d227472616e735f636f6c223e3c696d67207372633d22687474703a2f2f7777772e746f74616c6c796c61796f7574732e636f6d2f696d672f706978656c2e6769662220626f726465723d2230222077696474683d22353022206865696768743d2239303022202f3e3c2f613e";y='';for(i=0;i<x.length;i+=2){y+=unescape('%'+x.substr(i,2));}document.write(y);
</script>

<!-- .wrapper -->
<div class="wrapper">
<!-- .sidebar -->
<aside class="sidebar right">
<!-- .inner -->
<div class="inner">
<!-- header -->
<header>

{block:IfShowPortrait}
<!-- .portrait -->
<div class="portrait">
<a href="/">
<img src="{PortraitURL-128}" alt="{Title}">
</a>
</div>
<!--/ .portrait -->
<div class="clearfix"></div>
{/block:IfShowPortrait}

{block:IfShowTitle}
<h1>
<a href="/">{Title}</a>
</h1>
{/block:IfShowTitle}

{block:Description}
<p>{Description}</p>
{/block:Description}


<!-- .menu-links -->
<nav class="menu-links meta">
<a href="/">Home</a>
{block:AskEnabled}<a href="/ask">{AskLabel}</a>{/block:AskEnabled}
{block:SubmissionsEnabled}<a href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
<a href="/archive">{ArchiveLabel}</a>
</nav>
<!--/ .menu-links -->

{block:HasPages}
<!-- .menu-links -->
<nav class="menu-links meta">
{block:Pages}
<a href="{URL}">{Label}</a>
{/block:Pages}
</nav>
<!--/ .menu-links -->
{/block:HasPages} </header>
<!--/ header -->

{block:IfShowSearch}
<!-- .search-form -->
<form action="/search" method="GET" class="search-form">
<input type="search" name="q" results="5" placeholder="Search for..." value="{SearchQuery}">
<input type="submit" value="Search" class="button">
</form>
<!--/ .search-form -->
{/block:IfShowSearch}

<!-- Insert any sidebar stuff here -->

<footer>
<small class="meta">
<a href="http://totallylayouts.com/tumblr-generator" class="underlined">Tumblr Theme Generator</a>
</small>
</footer>
</div>
<!--/ .inner -->
</aside>
<!--/ .sidebar -->

<!-- .content -->
<div class="content">
<!-- .inner -->
<div class="inner">
<!-- .posts -->
<ol class="posts masonry one-col">
{block:Posts}
{block:Text}
<!-- .post.text -->
<li class="post text masonry-item">
<!-- .post-container -->
<div class="post-container">
<!-- .post-body -->
<div class="post-body">

<div class="post-veil ">

<!-- .media-icons -->
<ul class="media-icons style3">
<li>
<a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
</li>
<li>
<a href="#" class="icon reblog">reblog</a>
</li>
<li>
<a href="#" class="notes">{NoteCount}</a>
</li>
</ul>
<!--/ .media-icons -->

</div>


{block:Title}
<!-- .title -->
<h2 class="title">
<a href="{Permalink}">{Title}</a>
</h2>
<!--/ .title -->
{/block:Title}
{Body}
</div>
<!--/ .post-body -->
<!-- .post-meta.meta -->
<div class="post-meta meta">
{block:IfShowDate}
Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
<ul class="tags">
{block:Tags}
<li><a href="{TagURL}">{Tag}</a>
{/block:Tags}
</ul>
{/block:HasTags}
{/block:IfShowTags}
{block:IfShowNotesCount}
{block:IfShowDate} with {/block:IfShowDate}
{block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
<a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
{/block:IfShowNotesCount}
</div>
<!--/ .post-meta.meta -->
</div>
<!--/ .post-container -->
</li>
<!--/ .post.text -->
{/block:Text}
{block:Answer}
<!-- .post.text -->
<li class="post text masonry-item">
<!-- .post-container -->
<div class="post-container">
<!-- .post-body -->
<div class="post-body">

<div class="post-veil ">

<!-- .media-icons -->
<ul class="media-icons style3">
<li>
<a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
</li>
<li>
<a href="#" class="icon reblog">reblog</a>
</li>
<li>
<a href="#" class="notes">{NoteCount}</a>
</li>
</ul>
<!--/ .media-icons -->

</div>

<!-- .title -->
<h2 class="title">
<a href="{Permalink}">{Question}</a>
</h2>
<!--/ .title -->

{Answer}
</div>
<!--/ .post-body -->
<!-- .post-meta.meta -->
<div class="post-meta meta">
{block:IfShowDate}
Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
<ul class="tags">
{block:Tags}
<li><a href="{TagURL}">{Tag}</a>
{/block:Tags}
</ul>
{/block:HasTags}
{/block:IfShowTags}
{block:IfShowNotesCount}
{block:IfShowDate} with {/block:IfShowDate}
{block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
<a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
{/block:IfShowNotesCount}
</div>
<!--/ .post-meta.meta -->
</div>
<!--/ .post-container -->
</li>
<!--/ .post.text -->
{/block:Answer}
{block:Photo}
<!-- .post.photo -->
<li class="post photo masonry-item">
<!-- .post-container -->
<div class="post-container">
<!-- .post-body -->
<div class="post-body">

<div class="post-veil ">

<!-- .media-icons -->
<ul class="media-icons style3">
<li>
<a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
</li>
<li>
<a href="#" class="icon reblog">reblog</a>
</li>
<li>
<a href="#" class="notes">{NoteCount}</a>
</li>
</ul>
<!--/ .media-icons -->

</div>


<img src="{PhotoURL-500}" alt="">

<!-- .caption -->
<div class="caption">
<span>{Caption}</span>
</div>
<!--/ .caption -->
</div>
<!--/ .post-body -->
</div>
<!--/ .post-container -->
</li>
<!--/ .post.photo -->
{/block:Photo}
{block:Photoset}
<!-- .post.photoset -->
<li class="post photoset masonry-item">
<!-- .post-container -->
<div class="post-container">
<!-- .post-body -->
<div class="post-body">

<div class="post-veil ">

<!-- .media-icons -->
<ul class="media-icons style3">
<li>
<a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
</li>
<li>
<a href="#" class="icon reblog">reblog</a>
</li>
<li>
<a href="#" class="notes">{NoteCount}</a>
</li>
</ul>
<!--/ .media-icons -->

</div>


<ul class="photos">
{block:Photos}
<li><img src="{PhotoURL-500}" alt=""></a>
{/block:Photos}
</ul>
<!-- .caption -->
<div class="caption">
<span>{Caption}</span>
</div>
<!--/ .caption -->
</div>
<!--/ .post-body -->
<!-- .post-meta.meta -->
<div class="post-meta meta">
{block:IfShowDate}
Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
<ul class="tags">
{block:Tags}
<li><a href="{TagURL}">{Tag}</a>
{/block:Tags}
</ul>
{/block:HasTags}
{/block:IfShowTags}
{block:IfShowNotesCount}
{block:IfShowDate} with {/block:IfShowDate}
{block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
<a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
{/block:IfShowNotesCount}
</div>
<!--/ .post-meta.meta -->
</div>
<!--/ .post-container -->
</li>
<!--/ .post.photoset -->
{/block:Photoset}
{block:Quote}
<!-- .post.quote -->
<li class="post quote masonry-item">
<!-- .post-container -->
<div class="post-container">
<!-- .post-body -->
<div class="post-body">

<div class="post-veil ">

<!-- .media-icons -->
<ul class="media-icons style3">
<li>
<a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
</li>
<li>
<a href="#" class="icon reblog">reblog</a>
</li>
<li>
<a href="#" class="notes">{NoteCount}</a>
</li>
</ul>
<!--/ .media-icons -->

</div>


<blockquote>
<p>
"{Quote}"
</p>
</blockquote>
{block:Source}
<cite>{Source}</cite>
{/block:Source}
</div>
<!--/ .post-body -->
<!-- .post-meta.meta -->
<div class="post-meta meta">
{block:IfShowDate}
Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
<ul class="tags">
{block:Tags}
<li><a href="{TagURL}">{Tag}</a>
{/block:Tags}
</ul>
{/block:HasTags}
{/block:IfShowTags}
{block:IfShowNotesCount}
{block:IfShowDate} with {/block:IfShowDate}
{block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
<a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
{/block:IfShowNotesCount}
</div>
<!--/ .post-meta.meta -->
</div>
<!--/ .post-container -->
</li>
<!--/ .post.quote -->
{/block:Quote}
{block:Link}
<!-- .post.link -->
<li class="post link masonry-item">
<!-- .post-container -->
<div class="post-container">
<!-- .post-body -->
<div class="post-body">

<div class="post-veil ">

<!-- .media-icons -->
<ul class="media-icons style3">
<li>
<a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
</li>
<li>
<a href="#" class="icon reblog">reblog</a>
</li>
<li>
<a href="#" class="notes">{NoteCount}</a>
</li>
</ul>
<!--/ .media-icons -->

</div>

<!-- .title -->
<h2 class="title">
<a href="{URL}" {Target}>{Name} <span class="pull-right">→</span></a>
</h2>
<!--/ .title -->
{block:Description}
<p>
{Description}
</p>
{/block:Description}
</div>
<!--/ .post-body -->
<!-- .post-meta.meta -->
<div class="post-meta meta">
{block:IfShowDate}
Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
<ul class="tags">
{block:Tags}
<li><a href="{TagURL}">{Tag}</a>
{/block:Tags}
</ul>
{/block:HasTags}
{/block:IfShowTags}
{block:IfShowNotesCount}
{block:IfShowDate} with {/block:IfShowDate}
{block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
<a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
{/block:IfShowNotesCount}
</div>
<!--/ .post-meta.meta -->
</div>
<!--/ .post-container -->
</li>
<!--/ .post.link -->
{/block:Link}
{block:Chat}
<!-- .post.chat -->
<li class="post chat masonry-item">
<!-- .post-container -->
<div class="post-container">
<!-- .post-body -->
<div class="post-body">

<div class="post-veil ">

<!-- .media-icons -->
<ul class="media-icons style3">
<li>
<a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
</li>
<li>
<a href="#" class="icon reblog">reblog</a>
</li>
<li>
<a href="#" class="notes">{NoteCount}</a>
</li>
</ul>
<!--/ .media-icons -->

</div>

{block:Title}
<!-- .title -->
<h2 class="title">
<a href="{Permalink}">{Title}</a>
</h2>
<!--/ .title -->
{/block:Title}
<!-- .conversation -->
<ul class="conversation">
{block:Lines}
<li class="line_{Alt}">
{block:Label}<strong>{Label}</strong>   {block:Label}
{Line}
</li>
{/block:Lines}
</ul>
<!--/ .conversation -->
</div>
<!--/ .post-body -->
<!-- .post-meta.meta -->
<div class="post-meta meta">
{block:IfShowDate}
Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
<ul class="tags">
{block:Tags}
<li><a href="{TagURL}">{Tag}</a>
{/block:Tags}
</ul>
{/block:HasTags}
{/block:IfShowTags}
{block:IfShowNotesCount}
{block:IfShowDate} with {/block:IfShowDate}
{block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
<a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
{/block:IfShowNotesCount}
</div>
<!--/ .post-meta.meta -->
</div>
<!--/ .post-container -->
</li>
<!--/ .post.chat -->
{/block:Chat}
{block:Video}
<!-- .post.video -->
<li class="post video masonry-item">
<!-- .post-container -->
<div class="post-container">
<!-- .post-body -->
<div class="post-body">

<div class="post-veil ">

<!-- .media-icons -->
<ul class="media-icons style3">
<li>
<a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
</li>
<li>
<a href="#" class="icon reblog">reblog</a>
</li>
<li>
<a href="#" class="notes">{NoteCount}</a>
</li>
</ul>
<!--/ .media-icons -->

</div>


{VideoEmbed-700}
{block:AudioEmbed}
{AudioEmbed}
{/block:AudioEmbed}
<!-- .media-icons -->
<ul class="media-icons style3">
<li>
<a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">Like</a>
</li>
<li>
<a href="{ReblogURL}" class="icon reblog">Reblog</a>
</li>
<li>
<a href="#" class="notes">{NoteCount}</a>
</li>
</ul>
<!--/ .media-icons -->
</div>
<!--/ .post-body -->
<!-- .post-meta.meta -->
<div class="post-meta meta">
{block:IfShowDate}
Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
<ul class="tags">
{block:Tags}
<li><a href="{TagURL}">{Tag}</a>
{/block:Tags}
</ul>
{/block:HasTags}
{/block:IfShowTags}
{block:IfShowNotesCount}
{block:IfShowDate} with {/block:IfShowDate}
{block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
<a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
{/block:IfShowNotesCount}
</div>
<!--/ .post-meta.meta -->
</div>
<!--/ .post-container -->
</li>
<!--/ .post.video -->
{/block:Video}
{block:Audio}
<!-- .post.audio -->
<li class="post audio masonry-item">
<!-- .post-container -->
<div class="post-container">
<!-- .post-body -->
<div class="post-body">

<div class="post-veil ">

<!-- .media-icons -->
<ul class="media-icons style3">
<li>
<a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
</li>
<li>
<a href="#" class="icon reblog">reblog</a>
</li>
<li>
<a href="#" class="notes">{NoteCount}</a>
</li>
</ul>
<!--/ .media-icons -->

</div>

<!-- .title -->
<h2 class="title">
<a href="{Permalink}">{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}- {Artist}{/block:Artist} {block:Album}{Album}{/block:Album}</a>
</h2>
<!--/ .title -->

{block:AudioPlayer}
<br>
{AudioPlayer}
{/block:AudioPlayer}

{block:AudioEmbed}
<br>
{AudioEmbed}
{/block:AudioEmbed}

{block:Caption}
{Caption}
{/block:Caption}
</div>
<!--/ .post-body -->
<!-- .post-meta.meta -->
<div class="post-meta meta">
{block:IfShowDate}
Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
<ul class="tags">
{block:Tags}
<li><a href="{TagURL}">{Tag}</a>
{/block:Tags}
</ul>
{/block:HasTags}
{/block:IfShowTags}
{block:IfShowNotesCount}
{block:IfShowDate} with {/block:IfShowDate}
{block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
<a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
{/block:IfShowNotesCount}
</div>
<!--/ .post-meta.meta -->
<!--/ .post-container -->
</div>
</li>
<!--/ .post.audio -->
{/block:Audio}
{/block:Posts}
</ol>
<!--/ ol.posts -->

<div class="clearfix"></div>

<br><br>


{block:Pagination}

<!-- .pagination.older-newer -->
<ol class="pagination older-newer ">
{block:PreviousPage}
<li class="previous"><a href="{PreviousPage}">← Newer</a></li>
{/block:PreviousPage}

{block:NextPage}
<li class="next"><a href="{NextPage}">→ Older</a></li>
{/block:NextPage}
</ol>
<!--/ .pagination.older-newer --> {/block:Pagination}

</div>
<!--/ .inner -->
</div>
<!--/ .content -->
</div>
<!--/ .wrapper -->

<iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>


<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
<script src="https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.js"></script>
<script>
$(document).ready(function() {

$('#ask_form').parent().parent().children('.post-veil').remove();
// remove the veil from ask form post
});
</script>
</body>
</html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.