NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

@-moz-document domain("spotify.com") {
@keyframes bgcol{
0% {background:filter(brightness(100%));}

100% {background:filter(brightness(300%));}
}



@keyframes bg{


0% {filter: brightness(100%);}
50% {filter: brightness(100%);}
80% {filter: contrast(110%);}
100% {filter: brightness(100%);}
}


@keyframes bground {
0% { filter: hue-rotate(0deg);}
40% { filter: hue-rotate(1deg);}
50% { filter: hue-rotate(360deg);}
100% { filter: hue-rotate(360deg);}

}






#main .root .top-container {
animation-name: bground;
animation-duration: 10s;
animation-iteration-count: infinite;

background: url("https://ch-clan.com/wp-content/uploads/2018/05/spotify3.jpg");

background-attachment: fixed;
background-position: center;





}
#main .root .nowPlayingBar-container{
background:linear-gradient(135deg, transparent 22px, #33bb3324 22px, #33bb3300 24px, transparent 24px, transparent 67px, #33bb3300 67px, #33bb33 69px, transparent 69px), linear-gradient(225deg, transparent 22px, #33bb3300 22px, #33bb3300 24px, transparent 24px, transparent 67px, #33bb3300 67px, #c1c1c100 69px, transparent 69px)0 64px;
background-color: #000000aa;
background-size: 64px 128px;

}
.now-playing-bar-container{
background-color: #0000;
}

/*PLAYER BAR*/

.now-playing-bar {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
height: 97px;
padding: 0 0px;
}

.player-controls__buttons {
margin-bottom: 2px;
width: 379px;
}

.control-button:hover{
box-shadow: 0px 1px 100px 11px #000;

transform: scale(1.2);
transition: 0.3s;
}

.progress-bar__bg {
background-color: #205a347a;
border-radius: 0px;
display: -ms-flexbox;
display: flex;
height: 18px;
width: 100%;

margin-top: -6px;
transform: skew(-45deg);
}

.playback-bar__progress-time {
font-size: 41px;
line-height: 16px;
letter-spacing: 0.015em;
min-width: 125px;
text-align: center;
box-shadow: 0px 0px 100px 0px #000;
font-weight: bold;

}

.progress-bar__fg {
transition-property: background-color;
transition-duration: .1s;
transition-timing-function: cubic-bezier(1,0,.7,1);
background-color: #1db954;
border-radius: 0px;
height: 18px;
width: 0;
margin-bottom:2px;
}


.progress-bar__slider {
transition-property: transform;
transition-duration: .1s;
transition-timing-function: cubic-bezier(1,0,.7,1);
background-color: #00ff5a;
border-radius: 0;
width: 10px;
height: 23px;
margin-left: -6px;
margin-top: -9px;
z-index: 100;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
transform: scale(0);
}


.now-playing {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-align: center;
align-items: center;
transform: scale(1.3) translateX(80px);
}

/* COVER */

.cover-art .cover-art-image-loaded {

transition: 0.3s;
opacity: 0.95;
}


.cover-art.shadow {
box-shadow: 0 0 200px 20px rgba(0,0,0,1);
}

.cover-art{
border-radius:0px;
opacity: 1;
background: #0000;
transform:scale(0.7);
}

.cover-art:hover{
transition:0.3s;
opacity: 2;

}

.connect-bar {

height:2px;

}

#main .root .nowPlayingBar-container{
transition: .4s;
transform: translateY(65px);
filter:brightness(0%);
opacity:0.01;

}

#main .root .nowPlayingBar-container:hover{
transition:0.1s;
transform: translateY(0px);
filter: brightness(100%);
opacity:1;

}


/*scrollbar*/

::-webkit-scrollbar {
background: #303032;

width: 8px;

height: 8px;
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*mozilla*/

::-webkit-scrollbar-track {
border-left: 1px solid #303032;

transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);


}
::-webkit-scrollbar-thumb {
background: #1abb53;
-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.27);
border-radius: 0px;
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);


}
::-webkit-scrollbar-thumb:hover {
background: #d87a7f;
box-shadow: 0px 1px 60px 10px #5f53;

transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);


}
::-webkit-scrollbar-thumb:window-inactive {
background: #1abb53;
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn{
border-radius: 0px !important;
transform: skew(-30deg);
transition:0.1s;
}

.btn:hover {
transform:skewX(-30deg);

}

.btn.btn-transparent {

transform: skewx(0deg);
}



.btn.btn-green {

background-color: #1db9541a;
padding: 11px 44px;
border: solid 2px #1db954;
}

@keyframes greenbutton {
0% { ;}
40% { background: #9f98; transform: scale(1.4) skewX(30deg) scaleY(0.8) scaleX(1.3); box-shadow: 0px 1px 200px 10px #5f56;}


60% { background: #9f98; transform: scale(1.1) skewX(0deg); box-shadow: 0px 1px 60px 10px #5f53;}
100% { background: #1db95444; transform: scale(1.0) skewX(-30deg);}
}

.btn.btn-green:hover {
animation-name: greenbutton;
animation-iteration-count: 1;
animation-duration: .5s;
background-color: #1db95444;
padding: 11px 44px;
border: solid 2px #1db954;
transform:skew(-30deg);

}

.no-focus-outline .tracklist-row {
outline: none;
background: #fff0;
margin: 6px;
box-shadow: 0px 1px 100px 10px #00000087;
transition: 0.4s;
}

@keyframes greenbuttontrack {
0% { ;}
40% { background: #9f98; transform: scale(1.05) skewX(20deg) scaleY(0.9) scaleX(1.05); box-shadow: 0px 1px 200px 10px #5f56;}


60% { background: #9f98; transform: scale(1.0) skewX(0deg); box-shadow: 0px 1px 60px 10px #5f53;}
100% { background: #1db95444; transform: scale(1.0) skewX(0deg);}
}

.no-focus-outline .tracklist-row:hover {
transition: 0.2s;

animation-name: greenbuttontrack;
animation-iteration-count: 1;
animation-duration: 0.2s;
background-color: #1db95444;


}

.spoticon-ellipsis-24{
transition:0.3s;
transform:scale(0.8);
}

.spoticon-ellipsis-24:before {
content: "F12C";
font-size: 24px;
position: relative;
top: 1px;
background: #fff3;
padding-left: 7px;
border-radius: 50%;
padding-right: 5px;
border: solid 1px #fff6;
transition:0.3s;


}

.nav-bar-container{

-webkit-filter: blur(15px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
width: 260px;
height: 800px;
background-color: #ccc;


background: #fff0;
transition: 0.4s;
box-shadow: 0px 1px 100px 10px #00000087;



}

.nav-bar-container:hover{

-webkit-filter: blur(15px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
width: 260px;
height: 800px;
background-color: #ccc;


transition: 0.2s;
background: #00000094;

box-shadow: 0px 1px 100px 10px #000000;



}

.link-subtle:hover {

transition-duration: .2s;
transition:0.3s;
padding-bottom: 2px;
border-bottom: solid 2px #1abb53;
}

.link-subtle {

transition-duration: .2s;
transition:0.3s;
padding-bottom: 2px;
border-bottom: solid 2px #1abb5300;
}

.container-fluid {
background: 0;

}

header.artist-header:before{
background: 0;
}

.artist-appears-on, .artist-music, .artist-singles{
background: 0;
}

/*SEARCH BAR*/
.inputBox {
position: relative;
background-color: #0000003b;
padding: 32px 0;
border-bottom: solid 1px #0008;
}


.is-connectBarVisible .main-view-container {
padding-bottom: 100%;
}
/*SEARCH BAR*/

.nav-bar-container{
transition: .4s;
transform: translateX(-65px);
filter:brightness(0%);
opacity:.01;

}

.nav-bar-container:hover{
transition:0.1s;
transform: translateX(0px);
filter: brightness(100%);
opacity:1;

}

.main-view-container{

padding: 0;

transition:0.2s;
}

.react-contextmenu {

background-color: #2828285e;
color:#ccc;

transition:0.2s;

}

.react-contextmenu-item.active, .react-contextmenu-item:hover{

background: #1abb53a3;
color:#fff;
animation-name: greenbuttontrack;
animation-iteration-count: 1;
animation-duration: 0.3s;
transition:0.2s;

}

.react-contextmenu-item {
color:#ccc;


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