A userstyle that makes the Jango.com header and footer green, and the search bar older looking. Last updated may 11th 2024
Jango Radio, but GREEN (and gradients) by AbacasOnline
Details
AuthorAbacasOnline
LicenseNo License
Categoryhttps://jango.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
@-moz-document url-prefix("https://www.jango.com/")
@name Jango but GREEN
@version 1
@namespace https://www.jango.com/{
#menu {
background-image:linear-gradient(to top, #448A4E, #6ABE77);
}
#IE-main-menu-items-wrapper {
background:none;
}
.searchbar {
border-radius:3px;
border:1px solid lightgrey;
background-image:linear-gradient(to bottom, #bbbbbb, #ffffff);
}
.searchbar:hover {
border-radius:3px;
border:1px solid #68B0FC;
}
.searchbar input {
color:#333333;
background:none;
}
.searchbar input:hover {
color:#000000;
}
.p-1 {
border:1px solid #32A242;
border-radius:3px;
background-image:linear-gradient(to top, #448A4E, #6ABE77);
}
.p-1:hover {
border-radius:3px;
border:1px solid #345E3A;
background-image:linear-gradient(to top, #51915A, #89E096);
}
.p-1:active {
border-radius:3px;
border:1px solid #345E3A;
background-image:linear-gradient(to bottom, #51915A, #89E096);
}
#footer {
background-image:linear-gradient(to bottom, #448A4E, #6ABE77);
}
}