Hope this helps a fellow patriot. Feel free to change.
Custom Comfy Filters
Q IS A HOAX
/[Nn][Ii][Gg][Gg][Ee][Rr]/
/[Qq][Tt][Aa][Rr][Dd][Ss]/
/[Mm][Oo][Ll][Oo][Cc][Hh]/
Qbabies
/[Nn][Ee][Gg][Rr][Oo][Ii][Dd]/
Q IS GARBAGE
Custom CSS==
/*----------—-
-
Don't hide post count
----------—-/
.posts_by_id{
display:initial!important;
font-weight:bold;
}
/*----------—-
-
Fake yous are obvious
----------—-/
.body small {
font-weight:bold;
color: #117743;
text-shadow: #ffffff 0 0 8px;
}
.body small:hover {
color:#11bb11;
}
/*----------—-
-
The only real trips are Patriot Trips
----------—-/
time:before, span.trip::before{
font-size:18px;
content:" ";
color:#bbbbff;
}
time::after, span.trip::after {
font-size:18px;
content: " ";
color:#bbbbff;
}
span.trip, span.capcode{
padding:1px 3px 1px 3px;
background-color:black;
border-radius:8px;
border:1px solid #bbbbee;
color:gold;
background: linear-gradient(300deg, #ff0000, #ff0000, #ff0000, #bbbbbb, #4444ff);
background-size: 800% 800%;
-webkit-animation: Patriot 5s ease infinite;
-moz-animation: Patriot 5s ease infinite;
-o-animation: Patriot 5s ease infinite;
animation: Patriot 5s ease infinite;
-webkit-text-fill-color: transparent;
background: -o-linear-gradient(transparent, transparent);
-webkit-background-clip: text;
}
@-webkit-keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}
@-moz-keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}
@-o-keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}
@keyframes Patriot {
0%{background-position:0% 19%}
50%{background-position:100% 82%}
100%{background-position:0% 19%}
}
/ Add a blur and opacity change to images that fades-to-normal when moused over /
.post-image {
opacity: .5; / Can be between .01 - 1 /
filter: blur(1.5px); / Can be 0 - 10+ /
transition: all 233ms;
}
.post-image:hover {
opacity: 1; / Can be between .01 - 1 /
filter: blur(.5px); / Can be 0 - 10+ /
transition: all 89ms;
}