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.8 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.7
@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-accent-4: #225; // "Author" in comments lightblue
--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-hover-background-color: #111;
--artdeco-button-primary-default-hover-color: #bbb;
--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;
}
.artdeco-button--primary:active, /* Profile: button "Message" */
.jobs-search-results-list__list-item--active .full-width.artdeco-entity-lockup__title.ember-view a, /* Jobs: left list: selected */
.artdeco-pill__text /* Button "Posts" on hover */
{
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;
}
/* Profile page: button "Message" ico */
#send-privately-small {
fill: #bbb;
}
#send-privately-small:hover {
fill: red;
}
#ember607 .artdeco-button__text:hover {
color: pink;
}
#ember25 .mv1 .global-nav__secondary-item:first-child, /* Top bar: "Me" submenu: "Retry 1 month of Premium for $0" */
#ember25 h3.global-nav__secondary-title, /* Top bar: "Me" submenu: "Account" and "Manage" block titles */
section[data-view-name='profile-card'] li:nth-child(n + 3), /* Profile page: right block: "Unlock the full list: See who else is often viewed alongside you" and next two blurred profiles */
.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;
}
}