NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->

<head>

<!--

Vivianacks Theme by yourenosaint.tumblr.com
Please message me if something in this theme doesn't work

-->

{MobileAppHeaders}
<title>{Title}{block:SearchPage} {lang:Search results for SearchQuery}{/block:SearchPage}{block:PermalinkPage}{block:PostSummary} — {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
<link rel="shortcut icon" href="{Favicon}" /><link rel="alternate" type="application/rss+xml" href="{RSS}"><script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script><link rel="apple-touch-icon-precomposed" href="{PortraitURL-128}"><link rel="apple-touch-icon-precomposed" href="{PortraitURL-128}"><meta name="viewport" content="width=device-width, initial-scale=1"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">


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

<meta name="color:Text" content="#000000" />

<meta name="if:3 Columns" content="0"/>

<meta name="text:Links 1 Title" content="" />
<meta name="text:Links 1 URL" content="" />

<meta name="text:Links 2 Title" content="" />
<meta name="text:Links 2 URL" content="" />

<meta name="text:Links 3 Title" content="" />
<meta name="text:Links 3 URL" content="" />

<meta name="text:Links 4 Title" content="" />
<meta name="text:Links 4 URL" content="" />

<meta name="text:Links 5 Title" content="" />
<meta name="text:Links 5 URL" content="" />
{/block:Hidden}

<link href='http://static.tumblrx.com/jzbig4d/SQPmsxgz2/quicksand.css' rel='stylesheet' type='text/css'>
<script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>

<style>
<!--[if lt IE 9]>
<script src="http://static.tumblr.com/hriofhd/Qj0m8pn7q/html5shiv.js"></script>
<![endif]-->
</style>

<style type="text/css">
::-webkit-scrollbar-thumb:vertical{
background-color:{Background};
border:1px solid #000;
}

::-webkit-scrollbar{
width:5px;
height:11px;
background:#fff;
z-index:9;
}


#notecontainer::-webkit-scrollbar-thumb:vertical{
background:#fff;

}

#notecontainer::-webkit-scrollbar{
width:3px;
height:11px;
background:transparent;
z-index:9;
}

::selection {
background: #fff;
color: #394726;
}

::-moz-selection {
background:#fff;
color:#394726;
}

::-webkit-selection {
background:#fff;
color: #394726;
}

#tumblr_controls{
position:fixed !important;
-webkit-filter: invert(100%);
}

body{
color:{color:text};
font-family:arial;
font-size:11px;
background-color:{Background};
line-height:20px;
}

img {
max-width:100%;
}

#posts{
width:780px;
margin-left:330px;
background-color:#fff;
position:absolute;
padding:0px;
top:40px;
{block:If3columns}
width:970px;
margin-left:290px;
{/block:If3columns}
}

.post{
padding:12px;
padding-top:0px;
padding-bottom:0px;
border:1px solid #000;
background:#fff;
width:250px;
float:left;
margin:10px;
margin-top:30px;
margin-left:30px;
{block:PermalinkPage}
width:500px;
{/block:PermalinkPage}
}

#description{
background:transparent;
width:130px;
height:187px;
margin-top:100px;
margin-left:65px;
position:fixed;
color:#000;
padding:0px;
text-align:center;
}

a:link, a:visited, a:active {
color:{AccentColor};
text-decoration:none;
transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-webkit-transition: .4s ease-in-out;
font-weight:bold;
}

blockquote {
border-left:3px solid #000;
padding-left:10px;
margin-left:5px;
}

#s-m-t-tooltip {
z-index: 9999;
overflow: auto;
display: none;
position: absolute;
padding: 3px 5px 3px 5px;
margin:20px;
background:#fff;
border:1px solid #000;
}

.chat ul {
list-style: none;
margin: 0;
padding: 0;
}

.chat li {
border-radius: 0.2em;
margin-bottom: 4%;
padding: 5px;
padding-left:10px;
width: 150px;
}

.chat .odd {
float: left;
background:rgba(000,000,000,0.6);
color:#fff;
}

.chat .even {
float: right;
background:rgba(000,000,000,0.8);
color:#fff;
}

#imageeffect {
width:250px;
}

#imageeffect #pic {
overflow:hidden;
position:relative;
border:1px solid #fff;
transition: border 0.6s ease-in-out;
}

#imageeffect #pic:hover {
border:1px solid #000;
transition: border 0.6s ease-in-out;
}

#imageeffect #pic img {
width:250px;
max-height:100%;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}

#pic #overlay{
position:absolute;
width:250px;
height:100%;
background-color:#eee;
z-index:9999;
opacity:0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

#imageeffect:hover #pic img {
-webkit-transform: scale(1.07);
-moz-transform: scale(1.07);
-o-transform: scale(1.07);
transform: scale(1.07);
}

#imageeffect:hover #overlay {
opacity:.6;
}

#imageeffect .notes a{
position:absolute;
color:#000;
font-size:20px;
bottom:2px;
text-align:left;
width:250px;
opacity:0;
padding:10px;
padding-bottom:5px;
z-index:999999;
font-family:helvetica;
left:0px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
text-decoration:none;
}

#imageeffect:hover .notes a {
opacity:1;
}

#imageeffect .reblogs a{
position:absolute;
color:#000;
font-size:20px;
bottom:2px;
text-align:right;
width:50px;
opacity:0;
padding:10px;
padding-bottom:5px;
z-index:99999999999999;
font-family:helvetica;
right:34px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
}

#imageeffect:hover .reblogs a {
opacity:1;
}

.post #notecontainer ol.notes {
list-style-type: none;
margin: 0;
padding: 0;
}

.post #notecontainer img.avatar {
display:none;
}

.post #notecontainer {
border-top:1px solid #000;
max-height:300px;
padding-top:8px;
overflow:scroll;
}

#info {
bottom:-27.5px;
display:inline-block;
padding:0px;
right:5px;
position:absolute;
}

.reblog_button, .like_button {
display: block;
float: right;
padding-left:4px;
padding-top:5px;
display:block;
}

#notes {
bottom:-25px;
display:inline-block;
padding:0px;
left:4px;
position:absolute;
}

#notes a:link, #notes a:visited, #notes a:active {
color:#000;
display:inline-block;
font-size:13px;
}

#gone {
opacity:0;
transition: all 0.5s ease;
}

.post:hover > #gone {
opacity:1;
transition: all 0.5s ease;
}

#linkso {
margin-top:100px;
margin-left:205px;
position:fixed;
background:transparent;
border-left:1px solid #000;
position:fixed;
color:#fff;
padding:0px;
padding-bottom:5px;
padding-left:10px;
}

#linkso a:link, #linkso a:visited, #linkso a:active {
padding:5px;
border:0px solid #fff;
color:#000;
}

#linkso a:hover {
letter-spacing:2px;
}

#desc {
max-height:157px;
overflow-y:scroll;
padding-top:4px;
border-bottom:0px solid #fff;
padding-right:5px;
}

#desc::-webkit-scrollbar-thumb:vertical{
background:#fff;
}

#desc::-webkit-scrollbar{
width:3px;
height:11px;
background:transparent;
z-index:9;
}
</style>

<!-- Song Player http://playlist.me --><script type="text/javascript" src="http://playlist.me/w/script.js" data-config="{'skin':'http://song-player.com/widget/skins/simpleBlack/skin.css','volume':50,'autoplay':false,'shuffle':false,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'','url':'https://www.youtube.com/watch?v=cEuU64Zt4B0'}]}" ></script><noscript><a href="http://playlist.me/songs/">player playlist</a></noscript><!-- playlist.me script end -->
</head>
<body>

<div style="position:fixed; bottom:15px; left:20px; background:rgba(000,000,000,0.1); border:1px solid #000; padding:5px; height:20px; width:20px; text-align:center; line-height:19px; font-size:15px;">
<a href="http://yourenosaint.tumblr.com/" title="theme by yourenosaint">c</a>
</div>

<div id="description">
<div style="text-transform:uppercase; text-align:center; font-size:13px; font-family:arial; font-weight:bold;">
<a href="/">{Title}</a></div>
<div id="desc">
{Description}</div>
</div>


<div id="linkso">
{block:AskEnabled}<a href="/ask">message</a><br>{/block:AskEnabled}

{block:IfLinks1Title}
<a href="{text:links 1 url}">{text:links 1 title}</a><br>
{/block:IfLinks1Title}

{block:IfLinks2Title}
<a href="{text:links 2 url}">{text:links 2 title}</a><br>
{/block:IfLinks2Title}

{block:IfLinks3Title}
<a href="{text:links 3 url}">{text:links 3 title}</a><br>
{/block:IfLinks3Title}

{block:IfLinks4Title}
<a href="{text:links 4 url}">{text:links 4 title}</a><br>
{/block:IfLinks4Title}

{block:IfLinks5Title}
<a href="{text:links 5 url}">{text:links 5 title}</a><br>
{/block:IfLinks5Title}

<a href="http://yourenosaint.tumblr.com/">theme</a>
</div>




<div id="posts">

{block:Posts}
<!-- {block:NoRebloggedFrom}
{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
{/block:NoRebloggedFrom} -->
{block:ContentSource}<!-- {SourceURL}
{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
{/block:ContentSource}
<div class="post">

{block:Title}
<div style="padding-top:12px"></div>
<div style="color:#000; font-size:15px; font-weight:bold;">{Title}</div>{/block:Title}

{block:Text}
{block:IndexPage}
<div id="gone">
<div id="info">
{LikeButton size="14" color="black"}
{ReblogButton size="14" color="black"}
</div>
<div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
{/block:IndexPage}
{Body}{/block:Text}

{block:Panorama}
{LinkOpenTag}
<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" alt="{Caption}" />
{LinkCloseTag}
{/block:Panorama}


{block:Photo}
<div style="padding-top:12px"></div>

{block:IndexPage}
<div id="imageeffect">
<div id="pic">
<a href="{PermaLink}">
<div id="overlay"></div>
<div class="notes">
<a href"{PermaLink}">{NoteCount}
</a></div>
<div class="reblogs">
<a href="{ReblogUrl}">Reblog</a></div>
<img src="{PhotoURL-250}" width="250px"/></a>
</div></a></div>{/block:IndexPage}

{block:PermalinkPage}
<img src="{PhotoURL-500}" width="500px"/>
{/block:PermalinkPage}

<div style="padding-top:12px"></div>
{/block:Photo}

{block:Photoset}
{block:IndexPage}
<div id="gone">
<div id="info">
{LikeButton size="14" color="black"}
{ReblogButton size="14" color="black"}
</div>
<div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
{/block:IndexPage}


<div style="padding-top:12px"></div>
{block:Indexpage}<a href="{PermaLink}">
{Photoset-250}</a>
{block:Indexpage}

{block:PermalinkPage}
{Photoset-500}
{block:PermalinkPage}
<div style="padding-top:6px"></div>
{/block:Photoset}


{block:Quote}
{block:IndexPage}
<div id="gone">
<div id="info">
{LikeButton size="14" color="black"}
{ReblogButton size="14" color="black"}
</div>
<div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
{/block:IndexPage}
<div style="padding-top:12px"></div>
<quata>
“{Quote}”
</quata>
<div style="padding-top:5px"></div>
<div align="right">
{block:Source}- {Source}{/block:Source}
</div>
<div style="padding-top:10px"></div>
{/block:Quote}


{block:Video}
{block:IndexPage}
<div id="gone">
<div id="info">
{LikeButton size="14" color="black"}
{ReblogButton size="14" color="black"}
</div>
<div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
{/block:IndexPage}
<div style="padding-top:12px"></div>
{Video-250}
<div style="padding-top:12px"></div>
{/block:Video}


{block:Link}
{block:IndexPage}
<div id="gone">
<div id="info">
{LikeButton size="14" color="black"}
{ReblogButton size="14" color="black"}
</div>
<div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
{/block:IndexPage}
<div style="padding-top:12px"></div>
<div style="font-size:15px">
<a href="{URL}" class="link" {Target}>{Name}</a><BR></div>
{block:Description}{Description}{/block:Description}
{/block:Link}

{block:Chat}
{block:IndexPage}
<div id="gone">
<div id="info">
{LikeButton size="14" color="black"}
{ReblogButton size="14" color="black"}
</div>
<div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
{/block:IndexPage}
<div style="padding-top:12px"></div>
<div class="chat">
<ul>
{block:Lines}
<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>
{/block:Lines}
</ul>
</div>
<div style="padding-top:12px;"></div>
{/block:Chat}


{block:Audio}
{block:IndexPage}
<div id="gone">
<div id="info">
{LikeButton size="14" color="black"}
{ReblogButton size="14" color="black"}
</div>
<div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
{/block:IndexPage}
<div style="padding-top:12px"></div>
<div class="playbutton">
{AudioPlayerGrey}</div>
{block:AlbumArt}
<img src="{AlbumArtURL}" class="cover">
{/block:AlbumArt}
{/block:Audio}


{block:Answer}
{block:IndexPage}
<div id="gone">
<div id="info">
{LikeButton size="14" color="black"}
{ReblogButton size="14" color="black"}
</div>
<div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
{/block:IndexPage}
<div style="padding-top:12px"></div>
<div class="question">
{Asker}: <b>{Question}</b></div>
<div style="margin-top:18px">
<div class="answer">{Answer}</div>
</div>
{/block:Answer}


{block:PermalinkPage}

{block:Caption}
{Caption}
{/block:Caption}

<div style="border-top:1px solid #000;">
</div>
<div style="padding-top:10px;"></div>

Posted: {TimeAgo} on {Month} {DayOfMonth}{DayOfMonthSuffix} <br>
This post has a total of {NoteCount} notes<br>
{block:HasTags}
{block:Tags}
<a href="{TagURL}">#{Tag}</a>
{/block:Tags}
{/block:HasTags}
<div style="padding-top:10px;"></div>
{block:PostNotes}
<div id="notecontainer">{PostNotes}</div>
{/block:PostNotes}
{/block:PermalinkPage}
</div>

{/block:Posts}


</div>

{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 : "",
loadingText : "<em></em>",
},
// call masonry as a callback.
function() { $('#posts').masonry({ appendedContent: $(this) }); }
);
});
</script>
{/block:IndexPage}


<div class="navigation">
{block:Pagination}
{block:NextPage}
<span id="page_nav">
<span onclick='return false;'>
<a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>
{/block:NextPage}
{block:PreviousPage}
<a style="float:right;opacity:0;" href="{PreviousPage}"></a>
</span></span>
{/block:PreviousPage}
{/block:Pagination}
</div>


<script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
<script>
(function($){
$(document).ready(function(){
$("[title]").style_my_tooltips({
tip_follows_cursor:true,
tip_delay_time:0,
tip_fade_speed:0
}
);
});
})(jQuery);
</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.