NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!-- THEME 13 by ADRIANIVASHKOVS.TUMBLR.COM-->


<!------------

p l e a s e r e a d

by using my themes, you’ve agreed to the following conditions:
don't steal my codes,
don't use them as base,
don't claim them as your own,
leave all credit intact.

------------>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<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}

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

<meta name="color:background" content="#ffffff"/>
<meta name="color:text" content="#000000"/>
<meta name="color:link" content="#000000"/>

<meta name="color:highlight" content="#EEEEEE"/>

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

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

<meta name="color:audio" content="#FFFFFF" />

<meta name="color:chat person 1" content="#F5F5F5" />
<meta name="color:chat person 2" content="#EDEDED" />
<meta name="color:chat text" content="#000000"/>

<meta name="color:border" content="#C9C8C8"/>
<meta name="color:hover" content="#000000"/>
<meta name="color:title" content="#000000"/>

<meta name="if:lazy load" content="" />
<meta name="if:sidebarimg" content="" />

<meta name="select:post width" content="300" title="300px"/>
<meta name="select:post width" content="350" title="350px"/>
<meta name="select:post width" content="400" title="400px"/>
<meta name="select:post width" content="450" title="450px"/>
<meta name="select:post width" content="500" title="500px"/>

<meta name="image:sidebar" content="0" />

<meta name="text:font family body" content="calibri"/>
<meta name="text:font family navigation" content="consolas"/>
<meta name="text:font family description" content="calibri"/>
<meta name="text:font family title" content="consolas"/>
<meta name="text:font family postinfo" content="consolas"/>

<meta name="text:second title" content="second title"/>

<meta name="text:link1" content="/" />
<meta name="text:link1 title" content="one" />
<meta name="text:link2" content="/" />
<meta name="text:link2 title" content="two" />
<meta name="text:link3" content="/" />
<meta name="text:link3 title" content="three" />
<meta name="text:link4" content="/" />
<meta name="text:link4 title" content="four" />

<!-------------------------
NAVIGATION
-------------------------->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

<script>
$(document).ready(function() {
$('#navigation').click(function() {
$('#links').slideToggle(200); /* change the speed */
});
});
</script>


<!-------------------------
LAZY LOAD
--------------------------->

{block:ifLazyLoad}
<script type="text/javascript" src="https://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
<script type="text/javascript" src="https://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
<script type="text/javascript" charset="utf-8">
var $j = jQuery.noConflict();
$j(function() {
if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
$j("img").lazyload({
placeholder : "https://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
effect: "fadeIn",
});
});
</script>
{/block:ifLazyLoad}

<!-------------------------
TOOLTIPS
--------------------------->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="https://static.tumblr.com/ko1mcho/PMbmlkh9e/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:100,
attribute:"title"
});
});
})(jQuery);
</script>

<style type="text/css">

/*<!-------------------------
TOOLTIPS
--------------------------->*/

#s-m-t-tooltip {
color:{color:text};
background-color:{color:background};
display:none;
text-align:center;
position:absolute;
z-index:9999;
border:1px solid {color:border};
font-size:8px;
font-family:{text:font family title};
letter-spacing:1px;
text-transform:uppercase;
padding:0px 6px 0px 6px;
margin-top:30px;
-webkit-transition:all 0.1s ease-out
-moz-transition:all 0.1s ease-out;
transition:all 0.1s ease-out;
}

/*<!-------------------------
TUMBLR CONTROLS
--------------------------->*/

iframe#tumblr_controls {
white-space:nowrap;
-webkit-filter: invert(100%);
-moz-filter: invert(100%);
-o-filter: invert(100%);
-ms-filter: invert(100%);
filter: invert(100%);
opacity:1;
margin-top:10px;
margin-right:10px;
transition:.8s ease-in-out;
-webkit-transition:.8s ease-in-out;
-moz-transition:.8s ease-in-out;
-o-transition:.8s ease-in-out;
}

/*<!-------------------------
LIGHTBOX
--------------------------->*/

#vignette {
visibility:hidden;
}

#tumblr_lightbox img {
box-shadow:none !important;
border-radius:0 !important;
}

#tumblr_lightbox {
background-color:rgba(255,255,255,.8) !important;
}
#tumblr_lightbox div:nth-child(2) {
background-color:#fff;
opacity:0.8;
}

#tumblr_lightbox_left_link, #tumblr_lightbox_right_link {
visibility:hidden;
}

/*<!-------------------------
SCROLLBAR
--------------------------->*/

::-webkit-scrollbar {
width:6px;
height:8px!important
}

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

::-webkit-scrollbar-thumb {
background-color:{color:background};
border-right:4px solid {color:background};
border-top:6px solid {color:background};
border-left:1px solid {color:scrollbar};
border-bottom:7px solid {color:background};
}

::-webkit-scrollbar-thumb:horizontal {
background-color:{color:background};
border-top:2px solid {color:scrollbar};
height:8px!important
}

/*<!-------------------------
BASICS
--------------------------->*/

::selection {
background:{color:highlight};
}

::-moz-selection {
background:{color:highlight};
}

b {
color:{color:bold};
font-weight:bold;
}

i {
color:{color:italic};
font-weight:bold;
font-style:italic;
}

small {
font-size:10px;
}

big {
font-size:13px;
}

h1 {
font-weight:bold;
font-size:9px;
text-transform:uppercase;
text-align:left;
letter-spacing:1px;
margin-top:0px;
margin-bottom:10px;
font-family:{text:font family body};
}

h2 {
font-size:8px;
margin-top:0px;
letter-spacing:1px;
font-weight:normal;
background-color:{color:chat person 2};
padding:6px 15px 6px 15px;
text-align:center;
text-transform:uppercase;
margin-bottom:2px;
font-family:{text:font family navigation};
}

h3 {
font-size:8px;
background-color:{color:chat person 1};
text-align:center;
text-transform:uppercase;
padding:3px 6px 3px 6px;
margin-top:0px;
font-weight:bold;
margin-bottom:0px;
letter-spacing:1px;
font-family:{text:font family body};
}

a {
text-decoration:none;
color:{color:link};
transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-webkit-transition-duration: 0.6s;
-o-transition-duration: 0.6s
}

a:hover {
text-decoration:none;
color:{color:hover};
cursor:help;
transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-webkit-transition-duration: 0.6s;
-o-transition-duration: 0.6s
}

body {
color:{color:text};
background-color:{color:background};
font-style:normal;
font-family:{text:font family body};
font-size:10px;
text-decoration:none;
line-height:18px;
}

.container {
margin:0 auto;
width:800px;
}

#entries {
padding:10px;
margin-top:70px;
margin-left:320px;
width:{select:post width}px;
}

#posts {
padding-bottom:20px;
width:{select:post width}px;
}

#posts img {
max-width:100%;
height:auto;
}

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

/*<!-------------------------
POSTINFO
--------------------------->*/

#info {
letter-spacing:1px;
margin-top:20px;
text-align:left;
font-weight:normal;
padding-top:0px;
}

#info a {
text-transform:uppercase;
background-color:{color:background};
font-weight:bold;
letter-spacing:1px;
padding:2px 6px 2px 0px;
font-family:{text:font family postinfo};
font-size:8px;
}

#border {
width:{select:post width}px;
border-top:1px solid {color:border};
margin-top:0px;
margin-left:0px;
margin-bottom:-10px;
}

#posts:hover #tags {
opacity:1;
-webkit-transition:all 0.4s ease-out
-moz-transition:all 0.4s ease-out;
transition:all 0.4s ease-out;
}

#tags {
text-align:left;
opacity:0;
margin-top:2px
-webkit-transition:all 0.4s ease-out
-moz-transition:all 0.4s ease-out;
transition:all 0.4s ease-out;
}

#tags a {
letter-spacing:1px;
padding:1px 6px 1px 0px;
font-size:8px;
font-weight:bold;
text-transform:uppercase;
}

.text {
margin-top:15px;
}

.video iframe {
width:{select:post width}px;
}

/*<!-------------------------
SIDEBAR
--------------------------->*/

.sidebar {
position:fixed;
margin-top:90px;
margin-left:60px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}

@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

#title {
margin-top:30px;
width:132px;
margin-left:0px;
text-align:right;
margin-bottom:7px;
}

#title a {
font-weight:bold;
text-align:right;
padding:2px 0px 2px 4px;
color:{color:title};
background-color:{color:background};
letter-spacing:3px;
font-size:8px;
line-height:18px;
text-transform:uppercase;
font-family:{text:font family title};
}

#description {
text-align:justify;
width:130px;
font-family:{text:font family description};
margin-top:0px;
margin-bottom:5px;
line-height:15px;
}

#navigation {
position:absolute;
font-family:{text:font family navigation};
margin-left:0px;
text-transform:uppercase;
font-weight:bold;
width:130px;
padding:0px 1px 5px 0px;
letter-spacing:3px;
font-size:8px;
height:11px;
margin-top:5px;
}

#links {
position:relative;
width:130px;
margin-left:0px;
display:none;
top:33px;
padding-top:0px;
padding-left:0px;
}

#links li {
position:relative;
list-style:none;
padding:0px 0px 2px 0px;
font-weight:bold;
letter-spacing:1px;
font-size:8px;
font-family:{text:font family navigation};
text-transform:uppercase;
}

.sidepic {
width:130px;
height:auto;
margin-left:-4px;
margin-bottom:13px;
}

.sidepic img {
width:130px;
height:auto;
}

#borders {
width:130px;
border-top:1px solid {color:border};
margin-top:0px;
margin-left:0px;
margin-bottom:-9px;
}

/*<!-------------------------
MESSAGE
--------------------------->*/

.qa {
width:16px;
float:left;
padding-left:0px;
margin-top:-3px;
margin-bottom:0px;
font-family:{text:font family description};
font-size:10px;
font-weight:bold;
}

.question {
min-height:14px;
margin-left:30px;
font-size:10px;
margin-bottom:0px;
margin-top:0px;
line-height:17px;
}

/*<!-------------------------
AUDIO
--------------------------->*/

.audioplayer {
width:25px;
height:25px;
margin-top:3px;
position:absolute;
margin-left:10px;
overflow:hidden;
padding:3px;
}

.info {
height:30px;
margin-left:0px;
display:block;
line-height:20px;
margin-top:0px;
padding-top:10px;
font-family:{text:font family description};
padding-left:65px;
font-size:8px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;
text-align:left;
margin-bottom:0px;
border:1px solid {color:border};
}

/*<!-------------------------
CHAT
--------------------------->*/

.chat {
list-style:none;
margin-top:15px;
margin-bottom:0px;
font-size:10px;
margin-left:0px;
}

.chat ul {
line-height:18px;
margin-top:0px;
list-style:none;
padding:0px;
letter-spacing:2px;
font-size:8px;
margin-bottom:0px;
text-transform:uppercase;
}

.person1, .person3, .person5, .person7, .person9, .person11, .person13{
background-color:{color:chat person 1};
padding:3px 8px 3px 8px;
color:{color:chat text};
border-bottom:2px solid {color:background};
}

.person2, .person4, .person6, .person8, .person10, .person12, .person14{
padding:3px 8px 3px 8px;
border-bottom:2px solid {color:background};
color:{color:chat text};
background-color:{color:chat person 2};
}

/*<!-------------------------
BLOCKQUOTE
--------------------------->*/

blockquote {
text-align:justify;
width:95%;
margin-bottom:10px;
padding:0px 5px 0px 10px;
margin-left:0px;
border-left:1px solid {color:border};
}

blockquote blockquote {
padding:0 0 0 10px;
color:{color:text};
}

blockquote, small {
font-size:10px;
}

blockquote img {
max-width:300px;
height:auto;
}

/*<!-------------------------
NOTES
--------------------------->*/

ol.notes {
margin-top:10px;
margin-left:25px;
padding:0px;
text-align:center;
list-style-type:decimal-leading-zero;
}

ol.notes li.note {
padding-bottom:3px;
padding-top:3px;
letter-spacing:1px;
font-size:8px;
font-weight:bold;
text-align:left;
text-transform:uppercase;
margin-left:0px;
text-decoration:none;
}

ol.notes li.note img.avatar {
display:none;
opacity:0;
}

ol.notes li.note blockquote {
padding:4px 10px;
text-decoration:none;
text-transform:none;
margin:10px 0px 10px 25px;
}

/*<!-------------------------
CREDIT
--------------------------->*/

#credit {
right:10px;
bottom:7px;
padding:5px;
background:transparent;
position:fixed;
font-weight:bold;
}

#credit a {
color:{color:link};
padding:5px;
font-size:8px;
letter-spacing:0.5px;
font-family:{text:font family body};
text-decoration:none;
font-weight:bold;
}

/*<!-------------------------
PAGINATION
--------------------------->*/

#pagination {
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;
font-size:8px;
text-align:center;
margin-top:0px;
padding-top:0px;
padding-bottom:55px;
}

#pagination a {
font-weight:bold;
letter-spacing:1px;
font-family:{text:font family body};
font-size:8px;
}

</style>
<style type="text/css">{CustomCSS}</style>
</head>

<div class="container">

<div class="sidebar">

<div id="title">

{block:ifSidebarimg}
<div class="sidepic">
<a href="/" title="{title}"><img src="{image:sidebar}"></a>
</div>
{/block:ifSidebarimg}

<div id="borders"></div>

<a href="/" title="{title}">{text:second title}</a></div>

<div id="description">{Description}</div>

<a id="navigation">navigation <i class="fa fa-angle-down" style="padding-top:4px;float:right;"></i></a>

<div id="links">
<li><a href="/">&mdash;&nbsp;home</a></li>
<li><a href="/ask">&mdash;&nbsp;message</a></li>
<li><a href="/archive">&mdash;&nbsp;past</a></li>
<li>{block:ifLink1}<a href="{text:link1}">&mdash;&nbsp;{text:link1 title}</a>{/block:ifLink1}</li>
<li>{block:ifLink2}<a href="{text:link2}">&mdash;&nbsp;{text:link2 title}</a>{/block:ifLink2}</li>
<li>{block:ifLink3}<a href="{text:link3}">&mdash;&nbsp;{text:link3 title}</a>{/block:ifLink3}</li>
<li>{block:ifLink4}<a href="{text:link4}">&mdash;&nbsp;{text:link4 title}</a>{/block:ifLink4}</li>
</div>

</div>

<div id="entries">

{block:Posts}

<div id="posts">

{block:Text}
{block:Title}<h1>{Title}</h1>{/block:Title}{Body}
{/block:Text}

{block:Quote}
<h3>&mdash; {Source} &mdash;</h3>
<h2>{Quote}</h2>
{/block:Quote}

{block:Link}
<a href="{URL}"><h1>&mdash; {Name}</h1></a>
{block:Description}{Description}{/block:Description}
{/block:Link}

{block:Photo}
{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
{block:Caption}
<div class="text">{Caption}</div>{/block:Caption}
{/block:Photo}

{block:Photoset}
<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
{block:Photos}
<div class="photo-data">
<div class="pxu-photo">
<img alt="{PhotoAlt}" src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" class="{block:Exif}exif-yes {/block:Exif}{block:Caption}caption-yes{/block:Caption}" {block:Exif}data-camera="{block:Camera}{Camera}{/block:Camera}" data-iso="{block:ISO}{ISO}{/block:ISO}" data-aperture="{block:Aperture}{Aperture}{/block:Aperture}" data-exposure="{block:Exposure}{Exposure}{/block:Exposure}" data-focal="{block:FocalLength}{FocalLength}{/block:FocalLength}"{/block:Exif} {block:Caption}data-caption="{Caption}"{/block:Caption}>
</div>
<div class="icons">
<a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
</div>
</div>
{/block:Photos}
</div>
{block:Caption}<div class="text">{Caption}</div>{/block:Caption}
{/block:Photoset}

{block:Video}
<div class="video">{Video-500}</div>
{block:Caption}<div class="text">{Caption}</div>{/block:Caption}
{/block:Video}

{block:Chat}
{block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
<div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b> </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
{/block:Chat}

{block:Answer}
<div div="question">
<div class="qa">Q</div>
<div class="question">{Question} - {Asker}</div><br>
<div class="qa" style="margin-top:19px;">A</div>
<div class="question" style="padding-top:10px;border-top:1px solid {color:border};">{Answer}</div>
<div style="margin-bottom:30px;"></div>
</div>
{/block:Answer}

{block:Audio}
<div class="audio"><div class="audioplayer">{AudioPlayerwhite}</div><div class="info">
{block:TrackName}<i>{TrackName}</i>{/block:TrackName}
{block:Artist} by {Artist}{/block:Artist}
</div>
{block:Caption}<div class="text">{Caption}</div>{/block:Caption}
</div>
{/block:Audio}

<div id="info">

<div id="border"></div>

{block:ContentSource}
<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
{/block:ContentSource}

{block:Date}
<a href="{Permalink}" title="{timeago}">{DayOfMonthWithZero} {ShortMonth}</a><a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a><a href="{ReblogRootURL}" title="{ReblogRootName}">src</i></a>{/block:RebloggedFrom}{block:NoteCount}<a href="{Permalink}">{notecountwithlabel}</a><br>{/block:Notecount}
</div>

{block:HasTags}
<div id="tags">
{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
</div>
{/block:HasTags}

</div>

{block:PostNotes}
{PostNotes}
{/block:PostNotes}

<br><br>
<br><br>

{/block:Posts}

{block:Pagination}
<div id="pagination">
{block:PreviousPage}
<a href="{PreviousPage}" style="float:left;">back</a>
{/block:PreviousPage}
{block:NextPage}
<a href="{NextPage}" style="float:right">next</a>
{/block:NextPage}
</div>
{/block:Pagination}

<br><br>


<!-------------------------
PIXEL UNION PHOTOSETS, TUTORIAL BY SHYTHEMES
--------------------------->

<link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>

<script>
$(document).ready(function(){
$('.photo-slideshow').pxuPhotoset({
lightbox: true,
rounded: false,
gutter: '2px',
borderRadius: '0px',
photoset: '.photo-slideshow',
photoWrap: '.photo-data',
photo: '.pxu-photo'
});
});
</script>

<div id="credit">
<a href="https://adrianivashkovs.tumblr.com/">A I</a>
</div>

</div>

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