bbradleyjoness' Feedly Userstyle
bbradleyjoness' Feedly Userstyle by bbradleyjoness
Details
Authorbbradleyjoness
LicenseNo License
Categoryfeedly
Created
Updated
Size2.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 bbradleyjoness' Feedly Userstyle
@version 20220228.00.39
@namespace userstyles.world/user/bbradleyjoness
@description bbradleyjoness' Feedly Userstyle
@author bbradleyjoness
@license No License
==/UserStyle== */
@-moz-document domain("feedly.com") {
/* .fx .entry.u4, .fx .entry.u7 */
.EntryList__heading, .summary, .InterestingMetadata svg, .actions-container > button.button--tertiary.button-icon-only:nth-of-type(2), .actions-container > div.button-dropdown:nth-of-type(1), .ShareBar__actions-left > button.button--tertiary.button-icon-only.ShareBar__action:nth-of-type(2), .ShareBar__actions-right, .LeftnavItemDisabled, button.button--tertiary.button-icon-only.LeftnavDock__button:nth-of-type(4), button.button--tertiary.button-icon-only.LeftnavDock__button:nth-of-type(5), div.LeftnavListRow.MockLink:nth-of-type(4), .actions-container > button.button--tertiary.button-icon-only:nth-of-type(1) {
display: none !important;
}
.fx .entry .metadata a {
color: #e6e6e6d6;
}
.fx .entry .metadata {
color: #fff0;
}
.InterestingMetadata {
margin-left: 0px !important;
}
.source, .source a {
color: white;
background: black;
padding: 3px;
}
.read button {
float: left;
}
.fx .entry.u4 .title {
font-size: 15px;
}
.read .hide, .read .mark-as-read {
transform: scale(.8);
margin-left: 0px;
padding: 0px;
height: 20px;
width: 10px;
float: right;
visibility: visible;
}
.fx .entry.u4 .save-for-later, .fx .entry.u4 .mark-as-read, .fx .entry.u4 .hide {
visibility: visible;
width: 15px;
}
.hide:hover {
opacity: 1;
}
.ShareBar {
border-bottom: none !important;
height: 0px;
background: red;
}
.ShareBar__actions-left{
margin-left: -17px !important;
float: right;
}
iframe {
width: 925px !important;
height: 520px !important;
margin-left: -22%;
}
@media only screen and (max-width: 1200px) {
iframe {
width: 750px !important;
height: 422px !important;
margin-left: -8%;
}
}
}