NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!--- THEME BY PURUGLY
DO NOT REMOVE THE CREDIT! --->

<!DOCTYPE html>
<head>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}

<title>{Title}</title>

<link rel="shortcut icon" href="{image:favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">

<script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>

<meta name="image:favicon" content="">
<meta name="image:sidebar" content="">
<meta name="image:background" content="">

<meta name="color:background" content="#ffffff">
<meta name="color:text" content="#000000">
<meta name="color:sidebar border" content="#eee">
<meta name="color:sidebar img bg" content="#fff">
<meta name="color:post border" content="#eee">
<meta name="color:post background" content="#ffffff">
<meta name="color:footer text" content="#ffffff">
<meta name="color:footer border" content="#eee">
<meta name="color:footer background" content="#ffffff">
<meta name="color:question background" content="#eee">
<meta name="color:links" content="#999999">
<meta name="color:hover" content="#cccccc">
<meta name="color:hover text bg" content="#eee">
<meta name="color:hover text color" content="#ffffff">
<meta name="color:hover text border" content="#ffffff">
<meta name="color:scrollbar" content="#000000">

<meta name="text:descr" content="first goes this then ">

<meta name="text:desc link" content="the link">
<meta name="text:desc link url" content="/">

<meta name="select:font" content="arial"/>
<meta name="select:font" content="calibri"/>
<meta name="select:font" content="ms gothic"/>
<meta name="select:font" content="consolas"/>

<meta name="select:post size" content="250px"/>
<meta name="select:post size" content="300px"/>
<meta name="select:post size" content="350px"/>
<meta name="select:post size" content="400px"/>

<meta name="if:endless scrolling" content="1">
<meta name="if:caps" content="1">
<meta name="if:sidebar img" content="0"/>
<meta name="if:rounded img" content="0"/>
<meta name="if:round img" content="0"/>
<meta name="if:desc link underline" content="0"/>
<meta name="if:other links underline" content="0"/>
<meta name="if:description" content="1"/>
<meta name="if:sidebar border" content="0"/>
<meta name="if:post border" content="0"/>
<meta name="if:footer border" content="0"/>
<meta name="if:tags" content="1"/>
<meta name="if:captions" content="0"/
<meta name="if:full bg" content="0"/>
<meta name="if:small cursor" content="1"/>

{block:IfEndlessScrolling}

<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>

{/block:IfEndlessScrolling}

<style type="text/css">

{block:ifsmallcursor}
*, body {cursor: url(http://i.imgur.com/2qleX.jpg), auto;} a, a:link,a:active,a:visited, a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;}{/block:ifsmallcursor}

::-webkit-scrollbar {width: 3px; height: 3px; background:{color:background};}
::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}

#s-m-t-tooltip {
max-width: 200px;
border:1px solid {color:hover text border};
background:{color:hover text bg};
padding: 3px 6px;
margin: 20px 15px;
font: 11px arial;
color: {color:hover text color};
line-height: 12pt;
z-index: 99999;
}

::selection {
background: #eee /* WebKit/Blink Browsers */
}
::-moz-selection {
background: #eee; /* Gecko Browsers */
}

body {
text-transform:normal;
{block:ifcaps}
text-transform:uppercase;
{/block:ifcaps}
margin:0px;
background:{color:background};
font-family: {select:font};
font-size:11px;
line-height:140%;
color: {color:text};
background-image: url('{image:background}');
{block:ifnotfullbg}
background-repeat: repeat;
background-attachment: fixed;
{/block:ifnotfullbg}
{block:iffullbg}
background-size: cover;
background-attachment: fixed;
{/block:iffullbg}
}

p{
margin:0 0 10px 0;
padding:0;
}

pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}

a{
{block:ifotherlinksunderline}
text-decoration:underline;
{/block:ifotherlinksunderline}
color:{color:links};
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-o-transition-duration: .5s;
}

a:hover{
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-o-transition-duration: .5s;
color:{color:hover};
}

li{
margin-left:-15px;
}

ol.notes {
max-height:250px;
overflow-y:scroll;
max-width:400px;
}
ol.notes li.note img {
display:none;
}

#wrapper{
width:600px;
margin:30px auto;
}

#sidebar{
margin-left:50px;
margin-top:-10px;
width:100px;
position:fixed;
padding:10px 10px 5px 10px;
}

#content{
width: 500px;
margin-left:230px;
overflow:hidden;
}

#sidebar img{
{block:ifroundedimg}
border-radius:5px;
{/block:ifroundedimg}
{block:ifroundimg}
border-radius:100%;
{/block:ifroundimg}
width:100px;
{block:ifsidebarborder}
padding:7px;
width:84px;
border:1px solid {color:sidebar border};
{/block:ifsidebarborder}
background:{color:sidebar img bg};
}

#links{
opacity:1;
text-align:left;
font-size:11px;
margin-top:2px;
word-spacing:3px;
}

#desc{
text-align:center;
margin-top:2px;
margin-bottom:2px;
text-align:center;
line-height:11px;

}

.post img{
max-width:100%;
}

#nav{
margin:50px 0 0 0;
}

.post{
{block:ifpostborder}
padding:15px;
border:1px solid {color:post border};
{/block:ifpostborder}
background:{color:post background};
width: {select:post size};
margin:0 0 50px 0;
overflow:hidden;
}

.media{
margin:0 0 10px 0;
}

.title{
color:#fff;
padding:5px;
background:{color:question background};
font-weight:normal;
font-size:13px;
margin:0 0 10px 0;
}

.quote{
font-weight:normal;
font-size:16px;
font-style:italic;
margin:0 0 10px 0;
}

.question{
padding:10px;
background:{color:question background};
margin-bottom:10px;
}

blockquote{
margin:0 0 10px 10px;
padding:0 0 0 10px;
border-left:solid 1px #000;
}

.post .footer{
{block:iffooterborder}
padding:7px;
border:1px solid {color:footer border};
background:{color:footer background};
{/block:iffooterborder}
}

.post .footer a{
color:{color:footer text};
}

.video-container {
position: center;
overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: center;
max-width:250px;
}
.video-wrapper {
max-width:250px;
}

.playerbuttonbg {
position: absolute;
left: 21px;top: 19px;
width: 19px;height:19px;
background-color: #ffffff;
padding: 10px;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
opacity: .7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
}

.playerbuttonbg:hover{
opacity: 0.9;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
}

.newplayerbutton {
position: relative;
width: 25px;
height: 25px;
overflow: hidden;
}
.playerbuttonwrapper {
position: absolute;
top: -17px;
left: -5px;
}
.tumblr_audio_player {
height: 90px;
width: 230px;
-moz-transform: scale(0.60, 0.60);
-webkit-transform: scale(0.60, 0.60);
-o-transform: scale(0.60, 0.60);
-ms-transform: scale(0.60, 0.60);
transform: scale(0.60, 0.60)
;-moz-transform-origin: top left;
-webkit-transform-origin: top left;
-o-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}

.audioimgwrapper {

position: absolute;
left: 0px;
top: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
overflow: hidden;
width: 75px;height: 75px;
padding:1px;
background:#fff;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
}

.audioimgwrapper img {
width: 100%;
height: auto;
}

.track {
padding:5px;
display:inline-block;
margin-right: 86px;
min-height: 65px;
margin-bottom:10px;
max-height:65px;
overflow:auto;
color:{color:text};
width:120px;
margin-left:100px;
margin-top:1px;
}
.audiowrapper {
position: relative;
display:inline-block;

}

ol.notes{
list-style-type:circle;
padding:0;
margin:0;
}

ol.notes li.note img{
width:16px;
height:16px;
}

ol.notes li.note{
margin:0px;
}

#lmao {
color:{color:scrollbar};
position:fixed;
right:0px;
bottom:8px;
font-size:19px;
background:transparent;
}

{CustomCSS}
</style>
</head>

<body>

<div id="wrapper">


<div id="sidebar">
{block:ifsidebarimg}
<img src="{image:sidebar}">
{/block:ifsidebarimg}

{block:ifdescription}
<div id="desc">{text:descr} <a href="{text:desc link url}" {block:ifdesclinkunderline}; style="text-decoration:underline" {/block:ifdesclinkunderline}>{text:desc link}</a></div>
{/block:ifdescription}


{block:Pages}
<a href="{URL}">{Label}</a><br>
{/block:Pages}
{/block:HasPages}
</div>


<div id="content">

{block:Posts}

<div class="post">

{block:Text}
{block:Title}
<div class="title">{Title}</div>
{/block:Title}
{Body}
{/block:Text}

{block:Photo}
<div class="media">{LinkOpenTag} <img src="{PhotoURL-400}" alt="{PhotoAlt}" style="width: {select:post size};">{LinkCloseTag}</div>
{block:ifcaptions}
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
{/block:ifcaptions}
{/block:Photo}

{block:Photoset}
<div class="media">{Photoset}</div>
{block:ifcaptions}
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
{/block:ifcaptions}
{/block:Photoset}

{block:Quote}
<div class="quote">"{Quote}"</div>
{block:Source}
<div class="quotesource">{Source}</div>
{/block:Source}
{/block:Quote}

{block:Link}
<div class="title"><a href="{URL}">{Name}</a></div>
{block:Description}
<div class="description">{Description}</div>
{/block:Description}
{/block:Link}

{block:Chat}
{block:Title}
<div class="title">{Title}</div>
{/block:Title}

{block:Lines}
<div class="{Alt} user_{UserNumber}">
{block:Label}
<b>{Label}</b>{/block:Label}
&nbsp;{Line}
</div>
{/block:Lines}
{/block:Chat}

{block:Video}
<div class="media"; style="width: {select:post size};">{Video-250}</div>
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
{/block:Video}

{block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonwrapper">{AudioPlayerWhite}</div></div></div><div class="track"><b>{block:TrackName}{TrackName}{/block:TrackName}</b><br/>{block:Artist}<i>Artist:</i> {Artist}{/block:Artist}<br/>{block:Album}<i>Album:</i> {Album}{/block:Album}</div></div>{/block:AudioPlayer}

{block:Answer}
<div class="question"><b>{Asker}:</b> {Question}</div>
<div class="caption">{Answer}</div>
{/block:Answer}

{block:Date}
<div class="footer">
{block:iftags}{block:HasTags}{block:Tags}<a href="{TagURL}"; style="width:100px; padding:2px">#{Tag} </a>{/block:Tags}{/block:HasTags}{/block:iftags}
<a href="{Permalink}"; style="float:right">+{NoteCount}</a>
{block:RebloggedFrom}<br><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
{block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}
</div>

{block:PermalinkPage}
<br>
{block:NoteCount}
{block:PostNotes} {PostNotes}{/block:PostNotes}
{/block:NoteCount}
<br>
{/block:PermalinkPage}
{/block:Date}

</div>
{/block:Posts}

{block:IfNotEndlessScrolling}
{block:Pagination}
<div id="nav">
{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}

{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
</div>
{/block:Pagination}
{/block:IfNotEndlessScrolling}

</div>
</div>

</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"></script>')</script>

<a href="http://purugly.tumblr.com/" title="theme">
<div id="lmao">+</div></a>

</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.