NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io



<!--


septim theme


-->

<!DOCTYPE html>
<head>


<title>{Title}</title>

<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}

<!--Default Variables-->

<meta name="color:Background" content="#ffffff"/>
<meta name="color:Text" content="#aaaaaa"/>
<meta name="color:Link" content="#000000"/>
<meta name="color:Link Hover" content="#000000"/>
<meta name="color:Title" content="#000000"/>
<meta name="color:Borders" content="#eeeeee"/>
<meta name="color:Scrollbar" content="#cccccc"/>
<meta name="color:Posts" content="#ffffff"/>
<meta name="color:Sidebar Text" content="#aaaaaa"/>
<meta name="color:Sidebar Title" content="#000000"/>
<meta name="color:Sidebar Links" content="#000000"/>

<meta name="text:Link 1 URL" content="" />
<meta name="text:Link 1" content="" />
<meta name="text:Link 2 URL" content="" />
<meta name="text:Link 2" content="" />
<meta name="text:Link 3 URL" content="" />
<meta name="text:Link 3" content="" />

<meta name="text:Post Width" content="350"/>
<meta name="text:Post Spacing" content="100"/>

<meta name="image:Sidebar Image" content=""/>
<meta name="image:Background" content=""/>

<meta name="if:Stretch Background" content="0"/>
<meta name="if:Hide Tags" content="0"/>
<meta name="if:Sidebar Image" content="1"/>
<meta name="if:Hide Captions" content="0"/>
<meta name="if:Infinite Scroll" content="1"/>

<!-- jquery for tooltips-->

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script>
$(function() {
$(document).tooltip({
track:true
});
});
</script>

<script>
$(document).ready(function(){
$('.cool').click(function(){
$("#l").toggle();
var $this = $(this);
$this.toggleClass('cool');
if($this.hasClass('cool')){
$this.text('More +');
} else {
$this.text('Less -');
}
});
});
</script>

{block:indexpage}
{block:ifinfinitescroll}
<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
{/block:ifinfinitescroll}
{/block:indexpage}

<!--CSS customization here. -->

<style type="text/css">

/*tooltip*/

.ui-tooltip {
position:Absolute;
z-index:9999;
padding-top:10px;
}

.ui-tooltip-content {
background:{color:posts};
padding:1px 4px;
font-size:8px;
border:1px solid {color:borders};
text-transform:uppercase;
color:{color:title};
letter-spacing:1px;
}


/*tumblr lightbox and controls*/

#tumblr_lightbox {
background-color:rgba(246, 246, 246, .9)!important;
z-index:99999!important;
}

#tumblr_lightbox img {opacity:0;}

#tumblr_lightbox_caption {
color:black!important;
font-family:arial!important;
font-size:10px!important;
font-weight:normal!important;
text-shadow:none!important;
}
#tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
background:white!important;
-moz-box-shadow:none!important;
-webkit-box-shadow:none!important;
box-shadow:none!important;
-moz-border-radius:0px!important;
-webkit-border-radius:0px!important;
border-radius:0pxpx!important;
opacity:1!important;
}

#tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.6!important;}

iframe#tumblr_controls {
white-space:nowrap!important;
-webkit-filter:invert(100%)!important;
-moz-filter:invert(100%)!important;
-ms-filter:invert(100%)!important;
-o-filter:invert(100%)!important;
filter:invert(100%)!important;
top:10px!important;
right:5px!important;
position:fixed!important;
opacity:.3!Important;
}

/*scrollbar*/

::-webkit-scrollbar{
height:3px;
width:4px;
-webkit-border-radius: 0px;
background:{color:background};
}

::-webkit-scrollbar-thumb{background:{color:scrollbar};}

::-webkit-scrollbar-track{background:{color:background};}

/*basics*/

body {
background:{color:background} url('{image:background}') center center fixed repeat;
{block:ifstretchbackground}
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
{/block:ifstretchbackground}
color:{color:text};
font-family:consolas, sans-serif;
font-size:10px;
text-align:justify;
-webkit-font-smoothing: antialiased;
margin:0;
line-height:150%;
}

a {
color:{color:link};
text-decoration:none;
}

a:hover {
text-decoration:none;
color:{color:link hover};
}

blockquote {
padding:0 0 0 10px;
border-left:3px solid {color:borders};
margin:10px 0;
display:block;
}

.caption blockquote {margin:5px 0;}

img {
opacity:1;
border:none;
text-decoration:none;
}

small {
font-size:9px;
text-transform:uppercase;
letter-spacing:1px;
}

big {font-size:10px;}

h1, h2, h3, h1 {
font-size:12px;
font-family:consolas;
color:{color:title};
font-weight:bold;
}

b {color:{color:title};}

p {margin:5px 0;}

p:first-of-type {margin-top:0;}

p:last-of-type {margin-bottom:0;}

/*sidebar*/

#sidebar {
position:fixed;
left:100px;
text-align:justify;
letter-spacing:1px;
text-transform:uppercase;
z-index:100;
color:{color:sidebar text};
bottom:100px;
width:150px;
-webkit-animation-name: fade-in;
-webkit-animation-duration: 1.5s;
}

#sidebar a {color:{color:sidebar links};}

#sidebar a:hover {color:{color:link hover};}

#sidebar img {
width:150px;
display:block;
margin:5px auto 10px auto;
}

#blogt {
font-weight:bold;
display:block;
text-align:center;
font-size:18px;
letter-spacing:2px;
margin-bottom:5px;
color:{color:sidebar title};
}

.links {font-size:8px;}

.links a {
display:inline-block;
margin:0 3px;
cursor:pointer;
}

.links a:first-of-type {margin-left:0;}

#description {
font-size:8px;
margin-bottom:5px;
}

#l {
display:none;
position:absolute;
margin-top:5px;
}


/*pagination*/

#pagination {
text-align:center;
width:calc({text:post width}px + 22px);
font-size:8px;
text-transform:uppercase;
letter-spacing:2px;
-webkit-animation-name: fade-in;
-webkit-animation-duration: 1.5s;
}

#pagination a {margin:0 5px;}

/*posts*/

#entries {
margin:100px auto;
width:calc({text:post width}px + 22px);
position:relative;
}

.posts {
position:relative;
background:{color:posts};
padding:10px;
border:1px solid {color:borders};
width:{text:post width}px;
{block:IndexPage}
margin-bottom:{text:post spacing}px;
{/block:IndexPage}
{block:PermalinkPage}
margin-bottom:25px;
{/block:PermalinkPage}
-webkit-animation-name: fade-in;
-webkit-animation-duration: 1.5s;
}

.posts img {max-width:{text:post width}px;}

.but {background:{color:posts};}

.but img, .but iframe {
display:block;
width:{text:post width}px;
}

.posts img, .posts li, .posts blockquote {max-width: 100%;}


a.tumblr_blog {
font-size:8px;
text-transform:uppercase;
letter-spacing:1px;
}

.caption {
display:block;
margin-top:10px;
{block:ifhidecaptions}
{block:indexpage}
display:none;
{/block:indexpage}
{/block:ifhidecaptions}
}

.te {padding:20px;}

#title {
text-transform:uppercase;
color:{color:title};
font-weight:bold;
font-size:12px;
letter-spacing:2px;
margin-bottom:10px;
}

#title a {color:{color:title};}

#title a:hover {color:{color:link hover};}

/*quote*/

#titlequote {
font-size:12px;
line-height:150%;
font-weight:bold;
color:{color:title};
}

#source {
margin-top:10px;
font-size:8px;
text-transform:uppercase;
letter-spacing:1px;
}

/*audio*/

.player {
width:25px;
height:25px;
overflow:hidden;
}

.song {
background:#e4e4e4;
opacity:.5;
display:block;
position:relative;
margin-bottom:5px;
border:10px solid #e4e4e4;
}

.song:after {
content:'Listen';
font-size:9px;
position:Absolute;
left:40px;
line-height:30px;
letter-spacing:1px;
top:0;
color:{color:title};
text-transform:uppercase;
}

.audioinfo {
font-size:8px;
text-transform:uppercase;
letter-spacing:1px;
list-style:none;
margin:0;
padding:0;
}

.audioinfo li {
padding:5px 0;
border-bottom:1px solid {color:borders};
}

.audioinfo b {padding:0px 5px 0px 0px;}

/*asks*/

.q {margin-bottom:10px;}

.as {
display:inline;
text-transform:uppercase;
letter-spacing:1px;
font-size:8px;
}

.a {
padding-top:10px;
border-top:1px solid {color:borders};
}

/*chat*/

.chat ol {
padding:0;
margin:0;
list-style:none;
}
.line {
padding:5px 0;
border-bottom:1px solid {color:borders};
}

.label {
font-size:8px;
color:{color:title};
text-transform:uppercase;
letter-spacing:1px;
}

.video_big {
position:relative;
height:0;
padding-bottom:56.25%;
}

.video_big iframe {
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
}

/*post info*/


.tags {
word-break:break-all;
position:Absolute;
left:100%;
padding-left:10px;
top:0;
width:150px;
{block:indexpage}
opacity:0;
{/block:indexpage}
{block:ifhidetags}
{block:indexpage}
display:none;
{/block:indexpage}
{/block:ifhidetags}
}

.posts:hover .tags {opacity:1;}

.tags a {
display:block;
}

.s {
float:right;
text-align:right;
}

#permalink {
font-size:8px;
text-transform:uppercase;
letter-spacing:1px;
margin-top:10px;
}

.pagenotes {
width:{text:post width}px;
background:{color:posts};
padding:5px 10px;
max-height:300px;
overflow-y:auto;
text-align:left;
font-size:8px;
text-transform:uppercase;
letter-spacing:1px;
border:1px solid {color:borders};
-webkit-animation-name: fade-in;
-webkit-animation-duration: 1.5s;
}

.pagenotes::-webkit-scrollbar{
height:2px;
width:2px;
}

.pagenotes ol {
margin:0;
padding:0;
}

.more_notes_link {
text-align:left!important;
color:{color:title};
font-weight:bold;
display:block;
}

.script {
position:fixed;
bottom:15px;
right:15px;
font-family:sans-serif;
font-size:16px;
line-height:15px;
opacity:.5;
display:block;
}

.pagenotes img {display:none!important;}

.pagenotes li {
list-style-type:none;
padding:5px 0px;
border-bottom:1px solid {color:borders};
}

.pagenotes li:last-of-type {border-bottom:0;}

pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

{CustomCSS}

@-webkit-keyframes fade-in {
0% { opacity: 0; }
50% { opacity: 0; }
100% { opacity: 1; }


</style>

</head>

<body>



<div id="sidebar">
<a href="/" id="blogt">{Title}</a>
{block:ifsidebarimage}<a href="/"><img src="{image:sidebar image}"/></a>{/block:ifsidebarimage}
<div id="description">{description}</div>
<div class="links">
<a href="/">Home</a>/<a href="/ask">Ask</a>/<a href="/archive">Grid</a>/<a class="cool">more +</a>
</div><div id="l" class="links">{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}/<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}/<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}</div>

</div>




<div id="entries" class="autopagerize_page_element">
{block:Posts}
<div class="posts">


{block:Quote}<div class="te">
<div id="titlequote">“{Quote}”</div>
{block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
</div>{/block:Quote}



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

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

{block:Chat}<div class="te">
{block:Title}<div id="title">{Title}</div>{/block:Title}
<div class="chat">
<ol>{block:Lines}
<li class="line {Alt}">
{block:Label}
<span class="label">
{Label}</span>
{/block:Label}{Line}</li>
{/block:Lines}
</ol></div></div>
{/block:Chat}

{block:Photo}<div class="but">
<a href="{permalink}"><img src="{PhotoURL-highres}" alt="{PhotoAlt}"/></a>
</div>{/block:Photo}

{block:Photoset}
<div class="but">{Photoset}</div>
{/block:Photoset}

{block:Video}
<div class="video_big">{VideoEmbed-700}</div>
{/block:Video}

{block:Audio}
<div class="song"><div class="player">{AudioPlayerGrey}</div></div>
<ul class="audioinfo">
{block:TrackName}<li><b>Track:</b>{TrackName}</li>{/block:TrackName}
{block:Artist}<li><b>Artist:</b>{Artist}</li>{/block:Artist}
<li><b>Plays:</b>{playcount}</li>
</ul>
{/block:Audio}

{block:Answer}<div class="te">
<div class="q">
<div class="as">{Asker} said: </div>
{Question}</div>
<div class="a">{Answer}
</div></div>
{/block:Answer}

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

{block:Date}
<div id="permalink">
{block:indexpage}<a href="{Permalink}" title="{timeago}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a>{block:NoteCount}<span class="s"><a href="{Permalink}">({NoteCount})</a></span>{/block:NoteCount}{/block:indexpage}{block:permalinkpage}<a href="{Permalink}" title="{timeago}">{month} {dayofmonth}{dayofmonthsuffix}, {year}</a>{block:NoteCount}<span class="s"><a href="{Permalink}">{NoteCountwithlabel}</a></span>{/block:NoteCount}<br>{block:RebloggedFrom}via:<a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}<span class="s">source:<a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}</span>{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<span class="tags">{block:Tags}<a href="{TagUrl}"># {Tag}</a>{/block:Tags}</span>{/block:HasTags}
</div>
{/block:Date}



</div>


{block:PostNotes}
<div class="pagenotes">
{PostNotes}
</div>
{/block:PostNotes}


{/block:Posts}



{block:ifnotinfinitescroll}
{block:Pagination}
<div id="pagination">
{block:PreviousPage}
<a href="{PreviousPage}">previous</a> /
{/block:PreviousPage}
{block:NextPage}
<a href="{NextPage}">next</a>
{/block:NextPage}
</div>
{/block:Pagination}
{/block:ifnotinfinitescroll}



</div>



{block:ContentSource}
<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
{/block:SourceLogo}
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
{/block:ContentSource}
<a href="http://farahmir.tumblr.com" class="script" title="septim">…</a>
</body></html>
     
 
what is notes.io
 

Notes is a web-based application for online 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 14 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.