A new userstyle
x if it was good by TheAwesomeJoel

Details
AuthorTheAwesomeJoel
LicenseNo License
Categoryowler.cloud
Created
Updated
Code size1.2 kB
Code checksumcd7c0b90
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name x if it was good
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author TheAwesomeJoel
==/UserStyle== */
@-moz-document domain("owler.cloud") {
body {background: #000}
.logo {
background: url('https://bonkerous.neocities.org/userstyles/XWhite.png');
width: 50px;
margin-left: 10px;
}
img[alt="owler.com"] {
content: "https://bonkerous.neocities.org/userstyles/XWhite.png";
}
.side {background: #fff; border-color: #fff;}
li[class="first"]:not(#mainSettingsLi) {
visibility: hidden;
position: relative;
}
li[class="first"]:not(#mainSettingsLi):after {
visibility: visible;
position: absolute;
top: 0;
left: 0;
content: "© 2024 X Corp.";
}
th[class="text"] h2 {
visibility: hidden;
position: relative;
}
th[class="text"] h2:after {
visibility: visible;
position: absolute;
top: 0;
left: 0;
content: "Welcome to X!";
}
}
img[src="//static.owler.cloud/img/owler_logo_lq.png"] {
content: url("https://bonkerous.neocities.org/userstyles/XWhite.png");
width: 50px;
}