diff options
Diffstat (limited to 'extensions/stylus/stylus.json')
-rw-r--r-- | extensions/stylus/stylus.json | 286 |
1 files changed, 0 insertions, 286 deletions
diff --git a/extensions/stylus/stylus.json b/extensions/stylus/stylus.json deleted file mode 100644 index 5fb260e..0000000 --- a/extensions/stylus/stylus.json +++ /dev/null @@ -1,286 +0,0 @@ -[ - { - "settings": { - "openEditInWindow": false, - "openEditInWindow.popup": false, - "windowPosition": {}, - "show-badge": true, - "disableAll": false, - "exposeIframes": false, - "exposeStyleName": false, - "newStyleAsUsercss": true, - "styleViaASS": false, - "styleViaXhr": false, - "patchCsp": false, - "urlInstaller": true, - "config.autosave": true, - "schemeSwitcher.enabled": "dark", - "schemeSwitcher.nightStart": "18:00", - "schemeSwitcher.nightEnd": "06:00", - "popup.enabledFirst": true, - "popup.stylesFirst": true, - "popup.autoResort": false, - "popup.borders": false, - "popup.findSort": "w", - "manage.onlyEnabled": false, - "manage.onlyLocal": false, - "manage.onlyUsercss": false, - "manage.onlyEnabled.invert": false, - "manage.onlyLocal.invert": false, - "manage.onlyUsercss.invert": false, - "manage.actions.expanded": true, - "manage.backup.expanded": true, - "manage.filters.expanded": false, - "manage.minColumnWidth": 750, - "manage.newUI": true, - "manage.newUI.favicons": true, - "manage.newUI.faviconsGray": false, - "manage.newUI.targets": 3, - "manage.newUI.sort": "title,asc", - "manage.searchMode": "meta", - "editor.options": {}, - "editor.toc.expanded": true, - "editor.options.expanded": false, - "editor.lint.expanded": true, - "editor.publish.expanded": false, - "editor.lineWrapping": true, - "editor.smartIndent": true, - "editor.indentWithTabs": true, - "editor.tabSize": 4, - "editor.keyMap": "default", - "editor.theme": "default", - "editor.beautify": { - "selector_separator_newline": true, - "newline_before_open_brace": false, - "newline_after_open_brace": true, - "newline_between_properties": true, - "newline_before_close_brace": true, - "newline_between_rules": false, - "preserve_newlines": true, - "end_with_newline": false, - "indent_conditional": true, - "indent_mozdoc": true, - "space_around_combinator": true, - "space_around_cmp": true, - "indent_size": 1, - "indent_char": "\t" - }, - "editor.beautify.hotkey": "", - "editor.lintDelay": 300, - "editor.linter": "csslint", - "editor.lintReportDelay": 500, - "editor.matchHighlight": "token", - "editor.autoCloseBrackets": true, - "editor.autocompleteOnTyping": true, - "editor.contextDelete": false, - "editor.selectByTokens": true, - "editor.arrowKeysTraverse": true, - "editor.appliesToLineWidget": true, - "editor.autosaveDraft": 10, - "editor.livePreview": true, - "editor.targetsFirst": true, - "editor.colorpicker": true, - "editor.colorpicker.hexUppercase": false, - "editor.colorpicker.hotkey": "", - "editor.colorpicker.color": "", - "editor.colorpicker.maxHeight": 300, - "hotkey._execute_browser_action": "", - "hotkey.openManage": "", - "hotkey.styleDisableAll": "", - "sync.enabled": "none", - "iconset": 0, - "badgeDisabled": "#8B0000", - "badgeNormal": "#006666", - "headerWidth.edit": 289, - "headerWidth.install": 289, - "headerWidth.manage": 289, - "popupWidth": 246, - "popupWidthMax": 280, - "updateInterval": 24, - "updateOnlyEnabled": false - }, - "order": { - "main": [], - "prio": [] - }, - "usercssTemplate": "Youtube/* ==UserStyle==\n@name ? - May 2024\n@namespace github.com/openstyles/stylus\n@version 1.0.0\n@description Simple Youtube\n@author Me\n==/UserStyle== */\n@-moz-document url(\"youtube.com\") {\n\t###title-wrapper {\n\t\tcolor: #46acff !important;\n\t}\n}" - }, - { - "enabled": true, - "updateUrl": "https://userstyles.world/api/style/400.user.css", - "url": "https://github.com/Karl255/UserCSS-Styles", - "installDate": 1702549576528, - "sections": [ - { - "code": "" - } - ], - "sourceCode": "/* ==UserStyle==\n@name github-monday\n@author Karl_255\n@namespace github.com/Karl255\n@version 1.0.4\n@description Changes the GitHub contribution graph's first day of week on user profiles to Monday instead of Sunday.\n@homepageURL https://github.com/Karl255/UserCSS-Styles\n@supportURL https://github.com/Karl255/UserCSS-Styles/issues\n@license unlicense\n@preprocessor default\n==/UserStyle== */\n\n@-moz-document domain(\"github.com\") {\n\t/* when the activity overview is enabled the grid rects are 10px * 10px (3px spacing) */\n\t.ContributionCalendar-grid[style*=\"border-spacing: 3px\"] {\n\t\t--dist: 13px;\n\t}\n\n\t/* but when it's disabled, they're 11px * 11px (4px spacing) */\n\t.ContributionCalendar-grid[style*=\"border-spacing: 4px\"] {\n\t\t--dist: 15px;\n\t}\n\n\t/* all days up a little */\n\t.ContributionCalendar-grid tbody tr {\n\t\ttransform: translateY(calc(var(--dist) * -1));\n\t}\n\n\t/* all sundays all the way down */\n\t.ContributionCalendar-grid tbody tr:first-child {\n\t\ttransform: translateY(calc(var(--dist) * 6));\n\t}\n\n\t/* hide first sunday (otherwise it'll be outside the box) */\n\t.ContributionCalendar-grid tbody tr:first-child .ContributionCalendar-label + * {\n\t\tdisplay: none;\n\t}\n\n\t/* show sunday text */\n\t.ContributionCalendar-grid tbody tr:first-child .ContributionCalendar-label span:last-child {\n\t\tclip-path: unset !important;\n\t}\n}\n", - "usercssData": { - "name": "github-monday", - "author": "Karl_255", - "namespace": "github.com/Karl255", - "version": "1.0.4", - "description": "Changes the GitHub contribution graph's first day of week on user profiles to Monday instead of Sunday.", - "homepageURL": "https://github.com/Karl255/UserCSS-Styles", - "supportURL": "https://github.com/Karl255/UserCSS-Styles/issues", - "license": "unlicense", - "preprocessor": "default" - }, - "author": "Karl_255", - "description": "Changes the GitHub contribution graph's first day of week on user profiles to Monday instead of Sunday.", - "name": "github-monday", - "originalDigest": "02a25549ed1704ad3a0ca01175a371c5a374cb68", - "_id": "5d875c7f-8e25-4ccb-a66e-837665bc7bee", - "_rev": 1714819075645, - "installationUrl": "https://userstyles.world/style/400", - "id": 6 - }, - { - "enabled": true, - "updateUrl": "https://userstyles.world/api/style/634.user.css", - "url": "https://github.com/ashwinvis/github-retro", - "installDate": 1702549734906, - "sections": [ - { - "code": "" - } - ], - "sourceCode": "/* ==UserStyle==\n@name GitHub Retro\n@version 0.1.4\n@description Retrofit the repository interface prior to June 2020 GitHub update\n@namespace ashwinvis\n@author ashwinvis\n@homepageURL https://github.com/ashwinvis/github-retro\n@supportURL https://github.com/ashwinvis/github-retro/issues\n@license CC-BY-SA-4.0\n@preprocessor uso\n==/UserStyle== */\n\n@-moz-document regexp(\"github.com\") {\n\t:root {\n\t\t--line-color: rgba(0, 0, 0, 0.1);\n\t}\n\n\t@media (min-width: 1280px) {\n\t\tdiv.js-global-bar {\n\t\t\tmax-width: 1310px;\n\t\t\tmargin-left: auto;\n\t\t\tmargin-right: auto;\n\t\t}\n\t\tnav.UnderlineNav {\n\t\t\tmax-width: 1280px;\n\t\t\tmargin-left: auto;\n\t\t\tmargin-right: auto;\n\t\t}\n\t\t/* Horizontal line under header */\n\t\tmain > div:nth-child(1),\n\t\theader.orghead > div:nth-child(2) {\n\t\t\tbox-shadow: inset 0 -1px 0 var(--line-color) !important;\n\t\t}\n\t\t/*\n\t\tAt desktop resolutions some of the repo navigation items disappear. This fixes it.\n\t\tUses !important because it appears to be controlled by a resize event handler.\n\t\tPossibly a GitHub bug.\n\t\t*/\n\t\ta.js-selected-navigation-item {\n\t\t\tvisibility: unset !important;\n\t\t}\n\t\t/* Hides overflow button when not needed */\n\t\t.js-responsive-underlinenav-overflow{\n\t\t display: none;\n\t\t}\n\t}\n}\n@-moz-document domain(\"github.com\") {\n\t/* Squarish avatars. */\n\t.avatar-user {\n\t\tborder-radius: 10% !important;\n\t}\n}\n", - "usercssData": { - "name": "GitHub Retro", - "version": "0.1.4", - "description": "Retrofit the repository interface prior to June 2020 GitHub update", - "namespace": "ashwinvis", - "author": "ashwinvis", - "homepageURL": "https://github.com/ashwinvis/github-retro", - "supportURL": "https://github.com/ashwinvis/github-retro/issues", - "license": "CC-BY-SA-4.0", - "preprocessor": "uso" - }, - "author": "ashwinvis", - "description": "Retrofit the repository interface prior to June 2020 GitHub update", - "name": "GitHub Retro", - "originalDigest": "7f072a6573836d6120a8c55549b8d511927f088b", - "_id": "769d193a-5ab1-4149-b3cf-a79d5ab9b866", - "_rev": 1715568103998, - "installationUrl": "https://userstyles.world/style/634", - "id": 26, - "updateDate": 1715568103997 - }, - { - "enabled": true, - "installDate": 1713622232232, - "sections": [ - { - "code": "" - } - ], - "sourceCode": "/* ==UserStyle==\n@name wikipedia clear style\n@namespace wikipedia.org\n@version 1.0.0\n@description wikipedia clear style\n@author kefiijrw\n==/UserStyle== */\n\n@-moz-document domain(\"wikipedia.org\") {\n#p-personal, /* панель юзера */\n#left-navigation, /* обсуждение страницы */\n#p-views, /* Читать или править */\n#siteNotice, /* Банер объявления сверху */\n#p-navigation, /* Боковые панели */\n#p-participation, /* Боковые панели */\n#p-tb, /* Боковые панели */\n#p-coll-print_export, /* Боковые панели */\n#p-wikibase-otherprojects, /* Боковые панели */\n#p-lang-label, /* заголовок раздела языков */\n.uls-settings-trigger, /* заголовок раздела языков */\n.after-portlet-lang, /* управление ссылками на языковые версии */\n#siteSub, /* Материал из Википедии — свободной энциклопедии */\n#mw-fr-reviewnotice,\n.mw-editsection,\n.toctoggle, /* Скрыть сворачивалку оглавления */\ntable.ambox{ /* */\n\tdisplay: none;\n}\n\n/* везде убираем обводки */\n*{ \n\tborder: none !important;\n}\n\n\n/* тело статьи */\n.mw-body-content p, \n.mw-content-ltr ul, \n.mw-content-rtl .mw-content-ltr ul{\n padding: 0px 10% 0 0;\n max-width: 45em;\n}\n\n\n/* */\n.mw-body h1, \n.mw-body-content h1 {\n font-size: 2.5em;\n}\n\n/* */\nh1, \n.mw-body-content h2{\n font-family: 'PT Serif' !important;\n}\n\n/* */\n.mw-body-content h3, \n.mw-body-content h4, \n.mw-body-content h5, \n.mw-body-content h6 {\n margin-top: 1em;\n}\n\n/* */\n.mw-body-content h2{\n margin-top: 2em;\n font-size: 1.8em;\n}\n\n\n\n/* поиск */\ndiv#simpleSearch{\n background: none;\n border: solid 1px #efefef !important;\n}\n\n/* */\ndiv#simpleSearch input::placeholder{\n color: #ccc;\n}\n\n/* */\n#right-navigation {\n margin-top: 0;\n}\n\n/* */\ndiv#simpleSearch:hover{\n border: solid 1px #ccc !important;\n}\n\n/* отступ над заголовком */\n#mw-head-base {\n height: 2em;\n}\n\n\n\n\n\n/* ссылки на источники забледняем */\n.reference { \n position: relative;\n background-color: white;\n margin-left:-1px;\n opacity:0.4;\n font-size: 60% !important;\n}\n\n/* */\n.reference:hover{\n opacity:1;\n}\n\n/* скрываем квадратные скобки */\n.reference:before {\n content: \"[\";\n position: absolute;\n top: 2px;\n left: 0;\n background-color: white;\n color: white;\n}\n\n/* скрываем квадратные скобки */\n.reference:after {\n content: \"]\";\n position: absolute;\n top: 2px;\n right: 0;\n background-color: white;\n color: white;\n}\n\n\n\n\n/* убираем буллеты у списков */\nul {\n list-style-type: none;\n list-style-image: none;\n}\n\n/* */\nli:before {\n/* content: \"— \";\n margin-left: -1.3em;*/\n}\n\n/* */\nli{\n margin: 0.5em 0;\n}\n\n\n\n/* цитаты */\nblockquote {\n\tfont-style: italic;\n font-family: 'PT serif';\n background: none;\n font-size: 1.2em;\n letter-spacing: 0.015em;\n max-width: 40em;\n margin-top: 1.3em;\n}\n\n\n\n\n\n/* убираем подложки под картинками */\ndiv.thumbinner{\n\tbackground: none;\n}\n\n\n/* картинки слева перебрасываем направо */\n.thumb.tleft{\n clear: right;\n float: right;\n margin: 0.5em 0 1.3em 4.4em;\n}\n\n/* отступ слева у правых блоков */\ndiv.tright {\n margin-left: 4.4em;\n}\n\n\n\n\n\n\n\n\n/* Ссылки на геолокации на разных сервисах */\n.geo-services{\n display: none;\n} \n\n\n/* скрываем лишнее в блоке геоссылок */\n.mw-kartographer-maplink { \n /* font-size: 0; */\n width: 0px;\n height: 20px;\n overflow: hidden;\n display: inline-block;\n}\n\n\n\n\n/* строчка под заголовком типа «ты пришел отсюда, тебя переслали» */\n.dablink, \n.rellink {\n padding-left: 0;\n color: gray;\n font-size: 80%;\n}\n\n\n/* оглавление меньше */\n#toc, \n.toc, \n.mw-warning, \n.toccolours {\n padding: 15px 30px 10px 15px;\n font-size: 70%;\n line-height: 1.2em;\n}\n\n/* заголовок оглавления двигаем налево */\n#toc #toctitle, \n.toc #toctitle, \n#toc .toctitle, \n.toc .toctitle{\n\ttext-align:left;\n}\n\n.mw-body-content #toc h2{\n\tfont-family: sans-serif !important;\n}\n\n\n\n\ntable.standard{\n margin-left: 0;\n}\n\n/* */\ntable{\n background: none !important;\n}\n\n/* */\ntr{\n background: none !important;\n}\n\n.infobox td, \n.infobox td div{\n\tbackground: none !important;\n} \n\ntd, th {\n text-align: left !important;\n vertical-align: top;\n font-weight: inherit;\n}\n\n\n/* */\ntd{\n vertical-align: top;\n}\n\n\n/* правый блок - отступ и без фона */\n.infobox {\n margin-left: 4.4em;\n background: none;\n}\n\n/* выравнивание в таблицах */\n.infobox td, \n.infobox th{\n text-align: left !important;\n background: none !important;\n padding-bottom: 0.4em;\n vertical-align: top;\n}\n\n.center, caption{\n\ttext-align: left !important;\n}\n\n\n.infobox tr:first-child td, \n.infobox tr:last-child td{\n/* text-align: center !important;*/\n}\n\n/* заголовок правого блока */\n.fn.org{\n/*\ttext-align: center;\n display: none;*/\n\tfont-weight: bold; \n}\n\n.nickname{\n\tfont-weight: normal;\n}\n\n\n\n\n/* */\nb {\n font-weight: normal;\n}\n\n/* */\n#contentSub{\n\tmargin-left: 0;\n}\n\n\n\n\n\n/* распахивалка */\n.collapseButton {\n background-color: rgb(226, 241, 253);\n border-radius: 4px;\n padding: 2px 1px;\n line-height: 1.2;\n font-size: 75%;\n color: rgb(226, 241, 253);\n}\n\n/* */\n.collapseButton:hover{\n\tbackground-color: #c7e6ff;\n color: #c7e6ff;\n}\n\n/* */\n.collapseButton:hover a, \n.collapseButton:link a, \n.collapseButton:active a{\n\ttext-decoration: none;\n}\n\n\n\n/* убираем страшные синие стрелки внутренних ссылок */\nimg[src=\"//upload.wikimedia.org/wikipedia/commons/thumb/4/45/Arrow_Blue_Right_001.svg/10px-Arrow_Blue_Right_001.svg.png\"]{\n display: none;\n}\n\n\n/* убираем страшные синие стрелки внутренних ссылок */\nimg[src=\"//upload.wikimedia.org/wikipedia/commons/thumb/4/45/Arrow_Blue_Right_001.svg/10px-Arrow_Blue_Right_001.svg.png\"]:after{\n content: ' →';\n}\n\n\n\na.NavToggle{\n\tfloat: none;\n}\n\ndiv.NavFrame div.NavHead{\n\tfont-weight: normal;\n background: none;\n}\n\n \n \n #mw-panel{\n background-color: #f6f6f6;\n }\n \n \n #mw-panel::after{\n content: '';\n background: linear-gradient(0deg, rgba(246, 246, 246, 0) 0%, rgb(246, 246, 246) 100%);\n display: block;\n height: 40px;\n position: relative;\n bottom: -40px;\n }\n\n #toc{\n/* position: sticky;\n top: 0px;\n background: none;\n width: 200px; */\n \n position: fixed;\n top: 0px;\n background: none;\n width: 160px;\n left: 0px;\n display: block;\n font-size: 65%;\n height: 100vh;\n overflow-y: scroll;\n padding: 10px 10px;\n box-sizing: border-box; \n \n } \n \n .hatnote{\n font-size: 80%;\n padding-left: 0;\n max-width: 40em;\n line-height: 1.4;\n padding-bottom: 0.5em;\n }\n \n /*#toc > ul{\n position: relative;\n left: -204px;\n top: 60px;\n }*/\n \n #toc ul{\n padding:0;\n }\n \n \n #toc .toctitle, .tocnumber, #mw-indicator-audio{\n display:none;\n }\n \n .mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul{\n margin-left: 0.75em;\n }\n \n @media screen and (min-width: 982px){\n \n #mw-panel{\n width: 10.5em;\n } \n \n #toc{\n width: 176px;\n }\n \n } \n \n\n\n}", - "updateUrl": "https://userstyles.world/api/style/194.user.css", - "usercssData": { - "name": "wikipedia clear style", - "namespace": "wikipedia.org", - "version": "1.0.0", - "description": "wikipedia clear style", - "author": "kefiijrw" - }, - "author": "kefiijrw", - "description": "wikipedia clear style", - "name": "wikipedia clear style", - "originalDigest": "88dc634fea5762fd4f64e0ee36559bfe3a75a818", - "_id": "07e79399-ec9c-4ab6-b53a-5f46652f7a01", - "_rev": 1714819075653, - "url": "https://userstyles.world/style/194", - "installationUrl": "https://userstyles.world/style/194", - "id": 65 - }, - { - "enabled": true, - "installDate": 1715069924188, - "sections": [ - { - "code": "" - } - ], - "sourceCode": "\t/* ==UserStyle==\n@name ChatGPT - full width text\n@namespace USO Archive\n@author cibidioffers@gmail.com\n@description Full width ChatGPT site\n@version 20231130.21.56\n@license NONE\n@preprocessor uso\n==/UserStyle== */\n@-moz-document domain(\"chat.openai.com\") {\n\thtml \n\t\tfont-family: \"IBM Plex Sans\", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;\n\t}\n\n\t.md\\:gap-6 {\n\t\tgap: 1.5rem !important;\n\t}\n\n\t.gizmo\\:md\\:px-5 {\n\t\tpadding-left: 1.25rem !important;\n\t\tpadding-right: 1.25rem !important;\n\t}\n\n\t.gizmo\\:md\\:max-w-3xl,\n\t.md\\:max-w-2xl {\n\t\tmax-width: 136rem !important;\n\t\t/* Adjust as needed */\n\t}\n\n\t@media (min-width: 1024px) {\n\t\t/* lg breakpoint */\n\t\t.lg\\:max-w-\\[138rem\\],\n\t\t.gizmo\\:lg\\:max-w-\\[140rem\\] {\n\t\t\tmax-width: 138rem !important;\n\t\t\t/* Adjust as needed */\n\t\t}\n\n\t\t.gizmo\\:lg\\:px-1 {\n\t\t\tpadding-left: 0.25rem;\n\t\t\tpadding-right: 0.25rem;\n\t\t}\n\t}\n\n\t@media (min-width: 1280px) {\n\t\t/* xl breakpoint */\n\t\t.gizmo\\:xl\\:max-w-\\[148rem\\],\n\t\t.xl\\:max-w-3xl {\n\t\t\tmax-width: 148rem !important;\n\t\t\t/* Adjust as needed */\n\t\t}\n\n\t\t.gizmo\\:xl\\:px-5 {\n\t\t\tpadding-left: 1.25rem;\n\t\t\tpadding-right: 1.25rem;\n\t\t}\n\t}\n\n\n\t/* Media query for medium devices (md) */\n\t@media (min-width: 768px) {\n\t\t.md\\:px-5 {\n\t\t\tpadding-left: 1.25rem;\n\t\t\tpadding-right: 1.25rem;\n\t\t\t/* Sets horizontal padding to 20px on medium devices */\n\t\t}\n\n\t\t.md\\:max-w-3xl {\n\t\t\tmax-width: 148rem !important;\n\t\t\t/* Sets max-width to 768px on medium devices */\n\t\t}\n\t}\n\n\t/* Media query for large devices (lg) */\n\t@media (min-width: 1024px) {\n\t\t.lg\\:px-1 {\n\t\t\tpadding-left: 0.25rem;\n\t\t\tpadding-right: 0.25rem;\n\t\t\t/* Sets horizontal padding to 4px on large devices */\n\t\t}\n\n\t\t.lg\\:max-w-\\[40rem\\] {\n\t\t\tmax-width: 140rem !important;\n\t\t\t/* Sets max-width to 640px on large devices */\n\t\t}\n\t}\n\n\t/* Media query for extra large devices (xl) */\n\t@media (min-width: 1280px) {\n\t\t.xl\\:px-5 {\n\t\t\tpadding-left: 1.25rem;\n\t\t\tpadding-right: 1.25rem;\n\t\t\t/* Sets horizontal padding to 20px on extra large devices */\n\t\t}\n\n\t\t.xl\\:max-w-\\[48rem\\] {\n\t\t\tmax-width: 148rem !important;\n\t\t\t/* Sets max-width to 768px on extra large devices */\n\t\t}\n\t}", - "updateUrl": "https://cdn.jsdelivr.net/gh/uso-archive/data@flomaster/data/usercss/271811.user.css", - "usercssData": { - "name": "ChatGPT - full width text", - "namespace": "USO Archive", - "author": "cibidioffers@gmail.com", - "description": "Full width ChatGPT site", - "version": "20231130.21.56", - "license": "NONE", - "preprocessor": "uso" - }, - "author": "cibidioffers@gmail.com", - "description": "Full width ChatGPT site", - "name": "ChatGPT - full width text", - "originalDigest": "01f49969bffcb4127555c283030f965a34372697", - "_id": "78d37eda-0f39-482a-80fd-b02407f07095", - "_rev": 1717396544619, - "url": "https://uso.kkx.one/style/271811", - "installationUrl": "https://uso.kkx.one/style/271811", - "id": 75, - "etag": "W/\"84a-AfSZab/8tBJ1VcKDAw+WWjQ3Jpc\"", - "updateDate": 1715568252712 - }, - { - "enabled": true, - "installDate": 1717375127785, - "sections": [ - { - "code": "" - } - ], - "sourceCode": "/* ==UserStyle==\n@name Simple Grey for Proton Mail\n@namespace github.com/openstyles/stylus\n@version 1.0.0\n@description Just tweaks the colours so that everything isn't a shade of blue.\n@author Max Topham\n==/UserStyle== */\n\n@-moz-document domain(\"proton.me\") {\n .color-primary {\n color: #66f;\n }\n \n :root, .ui-standard {\n --primary: #2c2c2f;\n\t--primary-contrast: #959595;\n\t--signal-danger-minor-2: #310b12;\n\t--signal-danger-minor-1: #4a111b;\n\t--signal-danger: #f5385a;\n\t--signal-danger-major-1: #f64c6b;\n\t--signal-danger-major-2: #f7607b;\n\t--signal-danger-major-3: #f8748c;\n\t--signal-danger-contrast: #c0c0c0;\n\t--signal-warning-minor-2: #331200;\n\t--signal-warning-minor-1: #4d1b00;\n\t--signal-warning: #ff9900;\n\t--signal-warning-major-1: #ffa31a;\n\t--signal-warning-major-2: #ffad33;\n\t--signal-warning-major-3: #ffb84d;\n\t--signal-warning-contrast: #000000;\n\t--signal-success-minor-2: #06221b;\n\t--signal-success-minor-1: #093228;\n\t--signal-success: #1ea885;\n\t--signal-success-major-1: #35b191;\n\t--signal-success-major-2: #4bb99d;\n\t--signal-success-major-3: #62c2aa;\n\t--signal-success-contrast: #ffffff;\n\t--signal-info-minor-2: #072029;\n\t--signal-info-minor-1: #0b2f3e;\n\t--signal-info: #239ece;\n\t--signal-info-major-1: #39a8d3;\n\t--signal-info-major-2: #4fb1d8;\n\t--signal-info-major-3: #65bbdd;\n\t--signal-info-contrast: #ffffff;\n\t--interaction-norm-minor-2: #212121;\n\t--interaction-norm-minor-1: #212121;\n\t--interaction-norm: #898989;\n\t--interaction-norm-major-1: #919191;\n\t--interaction-norm-major-2: #a3a3a3;\n\t--interaction-norm-major-3: #8b8b8b;\n\t--interaction-norm-contrast: #ffffff;\n\t--interaction-weak-minor-2: #181818;\n\t--interaction-weak-minor-1: #252525;\n\t--interaction-weak: #272727;\n\t--interaction-weak-major-1: #414141;\n\t--interaction-weak-major-2: #5e5e5e;\n\t--interaction-weak-major-3: #808080;\n\t--interaction-weak-contrast: #cdcdcd;\n\t--text-norm: #c6c6c6;\n\t--text-weak: #9a9a9a;\n\t--text-hint: #6b6b6b;\n\t--text-disabled: #5d5d5d;\n\t--text-invert: #1a1a1a;\n\t--field-norm: #5b576b;\n\t--field-hover: #6d697d;\n\t--field-disabled: #3f3b4c;\n\t--field-focus: #7c7c7c;\n\t--field-highlight: rgba(61, 61, 61, 0.3);\n\t--border-norm: #5e5e5e;\n\t--border-weak: #3a3a3a;\n\t--background-norm: #181818;\n\t--background-weak: #272727;\n\t--background-strong: #454545;\n\t--interaction-default: transparent;\n\t--interaction-default-hover: rgba(112, 112, 112, 0.2);\n\t--interaction-default-active: rgba(95, 95, 95, 0.4);\n\t--shadow-norm-opacity: 0.5;\n\t--shadow-lifted-opacity: 0.75;\n\t--backdrop-norm: rgba(0, 0, 0, 0.48);\n\t--optional-scrollbar-thumb-color: #808080;\n\t--optional-scrollbar-thumb-hover-color: #c2c2c2;\n\t--optional-link-norm: var(--interaction-norm-major-1);\n\t--optional-link-hover: var(--interaction-norm-major-2);\n\t--optional-link-active: var(--interaction-norm-major-3);\n\t--optional-email-item-unread-background-color: #2d2d2d;\n\t--optional-email-item-read-background-color: var(--background-norm);\n\t--optional-email-item-read-text-color: var(--text-weak);\n\t--optional-mini-calendar-today-color: white;\n\t--optional-logo-icon-text-color: #c5b7ff;\n }\n}", - "usercssData": { - "name": "Simple Grey for Proton Mail", - "namespace": "github.com/openstyles/stylus", - "version": "1.0.0", - "description": "Just tweaks the colours so that everything isn't a shade of blue.", - "author": "Max Topham" - }, - "author": "Max Topham", - "description": "Just tweaks the colours so that everything isn't a shade of blue.", - "name": "Simple Grey for Proton Mail", - "updateUrl": "https://userstyles.world/api/style/8425.user.css", - "originalDigest": "1bdb1e24d3d2480ddf31fe9e45d58b6341b4141b", - "_id": "71b939e5-338b-4d78-bb20-3130b889b102", - "_rev": 1717375127794, - "url": "https://userstyles.world/style/8425", - "installationUrl": "https://userstyles.world/style/8425", - "id": 78 - }, - { - "enabled": true, - "installDate": 1717396082867, - "sections": [ - { - "code": "" - } - ], - "sourceCode": "/* ==UserStyle==\n@name Universal Browser\n@namespace USO Archive\n@author Jess\n@description Luffy progress bar (Special BD present for my BFF Faysal aka Lulu - Take care n be happy oh)\n@version 20221215.09.46\n@license NONE\n@preprocessor uso\n==/UserStyle== */\n@-moz-document domain(\"youtube.com\")\n{\n.ytd-video-renderer.style-scope {\n color: #46acff !important;\n font-size: 15px !important;\n }\n.style-scope.ytd-item-section-renderer {\n margin-left: -60px !important; \n }\n.style-scope.ytd-video-renderer {\n padding: 0px !important; \n } \n.metadata-snippet-text.style-scope.ytd-video-renderer {\n font-size: 12px !important; \n }\n.style-scope.ytd-playlist-renderer {\n color: #46acff !important;\n font-size: 15px !important;\n }\n.yt-simple-endpoint.style-scope.yt-formatted-string {\n font-size: 11.5px !important;\n }\n.metadata-snippet-text.style-scope.ytd-video-renderer {\n color: #717171 !important;\n }\n}\n", - "updateUrl": "https://cdn.jsdelivr.net/gh/uso-archive/data@flomaster/data/usercss/256247.user.css", - "usercssData": { - "name": "Universal Browser", - "namespace": "USO Archive", - "author": "Jess", - "description": "Luffy progress bar (Special BD present for my BFF Faysal aka Lulu - Take care n be happy oh)", - "version": "20221215.09.46", - "license": "NONE", - "preprocessor": "uso" - }, - "author": "Jess", - "description": "Luffy progress bar (Special BD present for my BFF Faysal aka Lulu - Take care n be happy oh)", - "name": "Universal Browser", - "originalDigest": "25497d98f6ce130d22a6ddfde9af094a3a0a261c", - "_id": "af036f3e-0d48-4a97-b12b-e152203a7a7f", - "_rev": 1718318396340, - "url": "https://uso.kkx.one/style/256247", - "installationUrl": "https://uso.kkx.one/style/256247", - "id": 79, - "updateDate": 1718318396340 - } -]
\ No newline at end of file |