asdf
cohost asdf by antistic
Details
Authorantistic
LicenseNo License
Categorycohost
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 cohost.org - 15/08/2023, 00:58:58
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("https://cohost.org/(\\?.*)?"),
regexp("https://cohost.org/rc/bookmarks(/?.*)?"),
regexp("https://cohost.org/rc/posts/unpublished(/?.*)?"),
regexp("https://cohost.org/rc/tagged(/?.*)?"),
regexp("https://cohost.org/rc/dashboard(/?.*)?") {
section > :last-child {
display: grid;
grid-template-columns: 1fr 1fr;
justify-items: center;
}
section > :last-child > :not(.renderIfVisible) {
grid-column: span 2;
}
section > :last-child > .renderIfVisible > div > article {
box-shadow: none;
border: 1.5px solid black;
}
body {
background-color: white !important;
}
* {
box-shadow: none !important;
}
footer div.cohost-shadow-light {
border: 1px solid #555;
}
.cohost-shadow-light {
filter: none !important;
}
}