Skip to content

Instantly share code, notes, and snippets.

@0x722
Last active December 14, 2023 00:40
Show Gist options
  • Save 0x722/a17562e72579a7be9a6d233bd1bc7e7e to your computer and use it in GitHub Desktop.
Save 0x722/a17562e72579a7be9a6d233bd1bc7e7e to your computer and use it in GitHub Desktop.
Blips Plus Archive
@-moz-document domain("blips.club") {
/* ==UserStyle==
@name blips.plus
@namespace *.blips.club
@version 1.2
@description UPGRADE your Blips experience with a single userstyle!
@author sh0rkb0i
==/UserStyle== */
/*
blips.plus
https://blips.vercel.app
*/
#container{
font-family: "Verdana";
}
.bar #whatareyoudoing{
font-size: 35px!important;
color:#34cafe;
}
.entry{
background: white;
background: linear-gradient(180deg, rgba(52,202,254,0.2) 0%, rgba(255,255,255,1) 30%);
}
.entry:hover{
}
.profile-header img,.thumb,.welcome img,.section img{
border-radius:25%;
transition: all 0.25s;
}
.profile-header img:hover,.thumb:hover,.welcome img:hover,.section img:hover{
border-radius:25%;
scale: 105%;
}
.actions,.actions *{
transition: all 0.25s;
}
.actions *:hover{
scale: 130%;
}
.meta{
font-family: "Verdana"!important;
}
a{
transition: all 0.25s;
}
.numeric,.label{
color:#34cafe!important;
}
.tabs li a{
color:#34cafe!important;
}
.section .header, .section .header small a{
color:#34cafe!important;
}
.welcome span{
color:#34cafe!important;
}
.follow-info summary{
background: linear-gradient(180deg, rgba(52,202,254,0.2) 0%, rgba(255,255,255,1) 30%);
}
.follow-info summary:hover{
background: linear-gradient(0deg, rgba(52,202,254,0.2) 0%, rgba(255,255,255,1) 30%);
}
#container h1 img{
content: url("https://files.catbox.moe/9kzifz.svg");
}
.tabs *:hover{
background-color: rgba(255,255,255,0.3);
}
#update_status {
background: linear-gradient(180deg, rgba(52,202,254,0.2) 0%, rgb(247, 247, 247) 30%)!important;
color:#34cafe!important;
border:1px #34cafe solid!important;
border-radius:10%!important;
transition: all 0.25s;
}
#update_status:hover{
scale:1.15;
}
#update_status:active{
scale:0.95;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment