Skip to content

Evernote: black and minimum by vitaly-zdanevich

Mirrored from https://gitlab.com/vitaly-zdanevich-styles/evernote/-/raw/main/evernote.user.css

Screenshot of Evernote: black and minimum

Details

Authorvitaly-zdanevich

LicenseApache License 2.0

Categoryevernote.com

Created

Updated

Size2.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Evernote new UI (from Feb 2024).

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.evernote.com/client/web: black, minimal
@namespace      github.com/openstyles/stylus
@version        1.0.7
@description    Black, help button remove, space optimized
@author         Vitaly Zdanevich
==/UserStyle== */

@-moz-document url-prefix("https://www.evernote.com/client/web") {
	
	#qa-NAV,
	[data-tooltipmark='noteslistcontainer'],
	#qa-NOTE_DETAIL,
	#qa-NAV ul,
	#en-note
	{
		background: #000;
	}
	#qa-NAV > div,
	[id$='NOTES_LIST_NOTE'],
	[aria-label='Note Editor'],
	.rv-sticky-leaf-node > button, /* Note list view: Snippets: separation between them */
	button[role='tab'] /* "Notes", "Reminders" buttons underscore */
	{
		border: 0;
	}

	/* "Notes", "Reminders": color of inactive */
	[ui-revamp='true'] {
		--notelist-tab-text: #555;
	}

	#qa-NAV > div {
		margin: 0;
	}

	.notifications-wrapper + div {
		width: 33px;
	}
	[style*='width: 96px'] {
		width: 30px !important;
		min-width: 30px !important;
	}

	#qa-NAV ul li:nth-child(3),
	#qa-NAV ul ul,
	#qa-NAV ul ul button,
	#qa-NAV ul ul a
	{
		padding: 0 !important;
	}
	#qa-NAV ul ul a:first-child {
		margin-top: 20px;
	}
	#qa-NAV ul ul button {
		margin: 20px 0 20px;
	}

	#qa-NOTE_DETAIL {
		border: 0;
		margin: 0;
	}

	/* Separators vertical between some editor buttons */
	[data-color-theme='dark'] {
		--editor-formatting-button-divider: #000;
		--home-bg-color: #000;
	}
	[ui-revamp='true'] {
		--widgetsNoBackground-margin: 10px 0 0 0;
	}

	[id*='qa-HOME_WIDGET_Notes'] > section {
		/* padding: 0 !important; */
		/* margin: -9px 0 -30px 0; */
	}

	/* Home: top-right buttons for note creation and ... */
	[id*='qa-HOME_WIDGET_Notes'] > section {
		z-index: 2;
	}


	[id*='qa-HOME_WIDGET_Notes'] > section div:last-child {
		margin-bottom: -59px;
	}

	/* Notes list: move up, hiding "Notes" title */
	[data-tooltipmark="noteslistcontainer"] {
		margin-top: -60px;
	}

	/* Home: "Customize" button */
	#qa-HOME-CONTAINER > div:nth-child(2) {
		position: absolute;
		top: -70px;
		left: 50%;
		width: 200px;
		z-index: 2;
	}

	#qa-HOME-CONTAINER > div:nth-child(5) {
		/* margin: -22px 0 0 0; */
	}

	[id*='qa-HOME-CONTAINER'] + section {
		margin-left: -13px;
	}


	#qa-ION_ONBOARDING_CHECKLIST,
	[id*='qa-HOME_WIDGET_HEADER_Notes'],
	.oTKQ3COHTq3aC9E5zaDA
	{
		display: none !important;
	}

	/* History popup */
	#qa-DIALOG iframe {
		height: 80vh;
	}

}

Reviews

No reviews yet.