Pre-search-ed
Aw.... Presearch by him
Details
Authorhim
LicenseNo License
Categorypresearch.com
Created
Updated
Size1.1 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 Aw.... Presearch
@namespace userstyles.world/user/him
@version 1.0.0
@description A new userstyle
@author Him
==/UserStyle== */
@-moz-document domain("presearch.com") {
/* Insert code here... */
}
#Home {
background: url(https://images.unsplash.com/photo-1517999144091-3d9dca6d1e43?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1527&q=80);
background-position: 00px;
color: #505050;
background-attachment: fixed;
background-size: cover;
background-blend-mode: color;
background-color: rgba(0,0,0,0.6)
}
.w-full{
border-radius: 60px;
transition: .3s ease-in-out
}
.w-full:hover{
border-radius: 10px
}
.block .flex{
transition: .1s ease-in-out
}
.block .flex:hover{
margin-left: 5px;
}
.block .flex:enabled{
background-color: blue
}
.w-40{
opacity: 0;
transition: .1s ease-in-out
}
.w-40:hover{
width: 190px;
opacity: 1;
}
.absolute {
display: none
}