just finding more better background.
FB Login page by him
Details
Authorhim
LicenseNo License
Categoryfacebook.com
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name FB login page
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("facebook.com") {
/* Insert code here... */
._6luv{
position: fixed;
width: 500px;
height: calc(100%);
left: 60%;
top: 30%;
box-shadow: 0px 12px 42px #646464a6;
background-color: #ffffff26;
backdrop-filter: blur(7px);
border-radius: 20px
}
._8esl{
position: fixed;
left: 20%;
top: 30%;
}
._8ice{
width: 900px
}
._8opy, #reg_pages_msg{
display: none
}
._8esj{
background-image: url(https://static.vecteezy.com/system/resources/previews/002/037/924/original/abstract-blue-background-with-beautiful-fluid-shapes-free-vector.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 770px;
overflow: hidden;
background-blend-mode: color;
background-color: rgba(32, 32, 32, .24);
color: #0f0f0f
}
._9vtf{
margin-top: 50px
}
._8icz{
animation: glow 1s ease-in-out infinite alternate;
height: 2px;
box-shadow: 4px 14px 42px #646464a6;
border-radius: 100%;
}
._6lux{
background-color: #00000008;
}
::-webkit-scrollbar{
width: 0px
}
._8icy._9ah- ._6lth{
background-color: #1d3db900;
backdrop-filter: blur(20px);
box-shadow: 4px 5px 42px #646464a6;
border-radius: 100px;
color: #3c3c3c;
letter-spacing: 20px;
transition: 0.5s ease;
animation: splash 1s normal forwards ease-in-out;
}
._8icy._9ah- ._6lth:hover{
color: #fff;
letter-spacing: 2px;
animation: hover 1s infinite alternate ease-in-out;
}
.inputtext{
background-color: #000
}
}