linkedin.com: wide, black, without premium ad by vitaly-zdanevich
Imported and mirrored from https://gitlab.com/vitaly-zdanevich-styles/linkedin/-/raw/master/linkedin.user.css
Details
Authorvitaly-zdanevich
LicenseNo License
Categorylinkedin.com
Created
Updated
Size2.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Userstyle doesn't have description.Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name linkedin.com: wide, black, without premium ad
@namespace github.com/openstyles/stylus
@version 1.0.0
@author Vitaly Zdanevich
==/UserStyle== */
@-moz-document domain('linkedin.com') {
:root {
--color-background: #000;
--scaffold-layout-xl-max-width: 100vw;
--color-background-container: #000;
--artdeco-reset-base-background-transparent: #000;
--artdeco-button-primary-default-static-background-color: #000;
--color-checked: #141;
--color-background-accent-strong-3: #000; /* Vacancy page: "Remote", "Full-time" */
--color-background-current-transparent-hover: #222; /* Jobs: left list: selected */
--artdeco-button-primary-default-static-color: #bbb;
--color-label-knockout: #bbb;
--color-text-shift-on-dark-flip: #bbb;
}
.scaffold-layout--has-list-detail .scaffold-layout-container.scaffold-layout-container--reflow {
margin: 0;
}
.feed-shared-inline-show-more-text {
max-width: 100%; /* Post text */
}
.jobs-search-results-list__header--blue
{
background: #000;
}
.artdeco-notification-badge .notification-badge {
background-color: #000 !important;
}
/* Jobs: left list: selected */
.jobs-search-results-list__list-item--active .full-width.artdeco-entity-lockup__title.ember-view a {
color: #bbb;
}
.jobs-search-results-list__list-item--active *
{
background: #222;
}
/* "Easy Apply" button */
.jobs-apply-button.artdeco-button:hover,
.jobs-apply-button.artdeco-button:hover .artdeco-button__text
{
background: lightblue;
}
.premium-upsell-link,
#how-you-match-card-container,
.global-footer-compact,
#compactfooter-copyright,
.coach-mark-list__container,
.job-details-module.relative,
.premium-accent-bar.discovery-templates-vertical-list > div:first-child,
.premium-accent-bar #jobs-home-vertical-list__entity-list .discovery-templates-entity-item:first-child
{
display: none !important;
}
}