omnivore/packages/web/styles/globals.css

548 lines
11 KiB
CSS
Raw Permalink Normal View History

:root {
font-size: 112.5%;
}
2022-02-11 17:24:33 +00:00
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1.6;
}
.disable-webkit-callout {
-webkit-touch-callout: none;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) * fix: Library Header layout shift * Bump Github Actions versions. * Self-Hosting Changes * Fix Minio Environment Variable * Just make pdfs successful, due to lack of PDFHandler * Fix issue where flag was set wrong * Added an NGINX Example file * Add some documentation for self-hosting via Docker Compose * Make some adjustments to Puppeteer due to failing sites. * adjust timings * Add start of Mail Service * Fix Docker Files * More email service stuff * Add Guide to use Zapier for Email-Importing. * Ensure that if no env is provided it uses the old email settings * Add some instructions for self-hosted email * Add SNS Endpoints for Mail Watcher * Add steps and functionality for using SES and SNS for email * Uncomment a few jobs. * Added option for Firefox for parser. Was having issues with Chromium on Docker. * Add missing space. Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com> * Fix some wording on the Guide * update browser extension to handle self-hosted instances * add slight documentation to options page * Fix MV * Do raw handlers for Medium * Fix images in Medium * Update self-hosting/GUIDE.md Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> * Update Guide with other variables * Add The Verge to JS-less handlers * Update regex and image-proxy * Update self-hosting/nginx/nginx.conf Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> * Update regex and image-proxy * Update self-hosting/docker-compose/docker-compose.yml Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> * Fix Minio for Export * Merge to main * Update GUIDE with newer NGINX * Update nginx config to include api/save route * Enable Native PDF View for PDFS * Enable Native PDF View for PDFS * feat:lover packages test * feat:working build * feat:alpine build * docs:api dockerfile docs * Write a PDF.js wrapper to replace pspdfkit * Revert changes for replication, set settings to have default mode * build folder got removed due to gitignore on pdf * Add Box shadow to pdf pages * Add Toggle for Progress in PDFS, enabled native viewer toggle * Update node version to LTS * Update node version to LTS * Fix Linting issues * Fix Linting issues * Make env variable nullable * Add touchend listener for mobile * Make changes to PDF for mobile * fix(android): change serverUrl to selfhosted first * feat:2 stage alpine content fetch * feat:separated start script * fix:changed to node 22 * Add back youtube functionality and add guide * trigger build * Fix cache issue on YouTube * Allow empty AWS_S3_ENDPOINT * Allow empty AWS_S3_ENDPOINT * Add GCHR for all images * Add GCHR For self hosting. * Add GCHR For self hosting. * Test prebuilt. * Test prebuilt * Test prebuilt... * Fix web image * Remove Web Image (For now) * Move docker-compose to images * Move docker-compose files to correct locations * Remove the need for ARGS * Update packages, and Typescript versions * Fix * Fix issues with build on Web * Correct push * Fix Linting issues * Fix Trace import * Add missing types * Fix Tasks * Add information into guide about self-build * Fix issues with PDF Viewer --------- Co-authored-by: keumky2 <keumky2@woowahan.com> Co-authored-by: William Theaker <wtheaker@nvidia.com> Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com> Co-authored-by: David Adams <david@dadams2.com> Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> Co-authored-by: m1xxos <66390094+m1xxos@users.noreply.github.com> Co-authored-by: Adil <mr.adil777@gmail.com>
2025-01-27 12:33:16 +00:00
.pdfViewer > * {
box-sizing: content-box;
}
.pdfViewer .canvasWrapper {
box-shadow: 3px 3px 8px #0000001a;
}
2022-02-11 17:24:33 +00:00
div#appleid-signin {
min-width: 300px;
min-height: 40px;
}
@font-face {
font-family: 'Inter';
font-weight: 200;
font-style: normal;
src: url('/static/fonts/Inter/Inter-ExtraLight-200.ttf');
}
@font-face {
font-family: 'Inter';
font-weight: 300;
font-style: normal;
src: url('/static/fonts/Inter/Inter-Light-300.ttf');
}
@font-face {
font-family: 'Inter';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/Inter/Inter-Regular-400.ttf');
}
@font-face {
font-family: 'Inter';
font-weight: 500;
font-style: normal;
src: url('/static/fonts/Inter/Inter-Medium-500.ttf');
}
@font-face {
font-family: 'Inter';
font-weight: 600;
font-style: normal;
src: url('/static/fonts/Inter/Inter-SemiBold-600.ttf');
}
@font-face {
font-family: 'Inter';
font-weight: 700;
font-style: normal;
src: url('/static/fonts/Inter/Inter-Bold-700.ttf');
}
@font-face {
font-family: 'Inter';
font-weight: 800;
font-style: normal;
src: url('/static/fonts/Inter/Inter-ExtraBold-800.ttf');
}
@font-face {
font-family: 'Inter';
font-weight: 900;
font-style: normal;
src: url('/static/fonts/Inter/Inter-Black-900.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Lora';
font-weight: 400;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Lora/Lora-Regular.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Lora';
font-weight: 700;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Lora/Lora-Bold.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Lora';
font-weight: 400;
font-style: italic;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Lora/Lora-Italic.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Merriweather';
font-weight: 400;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Merriweather/Merriweather-Regular.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Merriweather';
font-weight: 700;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Merriweather/Merriweather-Bold.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Merriweather';
font-weight: 400;
font-style: italic;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Merriweather/Merriweather-Italic.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Open Sans';
font-weight: 400;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Open_Sans/OpenSans-Regular.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Open Sans';
font-weight: 700;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Open_Sans/OpenSans-Bold.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Open Sans';
font-weight: 400;
font-style: italic;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Open_Sans/OpenSans-Italic.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Roboto';
font-weight: 700;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Roboto';
font-weight: 400;
font-style: italic;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Roboto/Roboto-Italic.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Crimson Text';
font-weight: 400;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Crimson_Text/CrimsonText-Regular.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Crimson Text';
font-weight: 700;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Crimson_Text/CrimsonText-Bold.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Crimson Text';
font-weight: 400;
font-style: italic;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Crimson_Text/CrimsonText-Italic.ttf');
}
@font-face {
font-family: 'OpenDyslexic';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/OpenDyslexic/OpenDyslexicAlta-Regular.otf');
}
@font-face {
font-family: 'OpenDyslexic';
font-weight: 700;
font-style: normal;
src: url('/static/fonts/OpenDyslexic/OpenDyslexicAlta-Bold.otf');
}
@font-face {
font-family: 'OpenDyslexic';
font-weight: 400;
font-style: italic;
src: url('/static/fonts/OpenDyslexic/OpenDyslexicAlta-Italic.otf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Source Serif Pro';
font-weight: 400;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Source_Serif_Pro/SourceSerifPro-Regular.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Source Serif Pro';
font-weight: 700;
font-style: normal;
2022-06-13 23:06:49 +00:00
src: url('/static/fonts/Source_Serif_Pro/SourceSerifPro-Bold.ttf');
}
@font-face {
2022-06-13 23:06:49 +00:00
font-family: 'Source Serif Pro';
font-weight: 400;
2022-06-13 23:06:49 +00:00
font-style: italic;
src: url('/static/fonts/Source_Serif_Pro/SourceSerifPro-Italic.ttf');
}
@font-face {
font-family: 'Montserrat';
font-weight: 400;
font-style: normal;
2023-02-07 04:39:17 +00:00
src: url('/static/fonts/Montserrat/Montserrat-Regular.ttf');
}
@font-face {
font-family: 'Montserrat';
font-weight: 700;
font-style: normal;
2023-02-07 04:39:17 +00:00
src: url('/static/fonts/Montserrat/Montserrat-Bold.ttf');
}
@font-face {
font-family: 'Montserrat';
font-weight: 400;
font-style: italic;
2023-02-07 04:39:17 +00:00
src: url('/static/fonts/Montserrat/Montserrat-Italic.ttf');
}
@font-face {
font-family: 'Newsreader';
font-weight: 400;
font-style: normal;
2023-02-07 04:39:17 +00:00
src: url('/static/fonts/Newsreader/Newsreader-Regular.ttf');
}
@font-face {
font-family: 'Newsreader';
font-weight: 700;
font-style: normal;
2023-02-07 04:39:17 +00:00
src: url('/static/fonts/Newsreader/Newsreader-Bold.ttf');
}
@font-face {
font-family: 'Newsreader';
font-weight: 400;
font-style: italic;
2023-02-07 04:39:17 +00:00
src: url('/static/fonts/Newsreader/Newsreader-Italic.ttf');
}
@font-face {
font-family: 'AtkinsonHyperlegible';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Regular.ttf');
}
@font-face {
font-family: 'AtkinsonHyperlegible';
font-weight: 700;
font-style: normal;
src: url('/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Bold.ttf');
}
@font-face {
font-family: 'AtkinsonHyperlegible';
font-weight: 400;
font-style: italic;
src: url('/static/fonts/AtkinsonHyperlegible/AtkinsonHyperlegible-Italic.ttf');
}
2023-02-15 09:18:46 +00:00
@font-face {
font-family: 'LXGWWenKai';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/LXGWWenKai/LXGWWenKai-Regular.ttf');
}
@font-face {
font-family: 'LXGWWenKai';
font-weight: 700;
font-style: normal;
src: url('/static/fonts/LXGWWenKai/LXGWWenKai-Bold.ttf');
}
2022-02-11 17:24:33 +00:00
@font-face {
2022-03-18 03:37:17 +00:00
font-family: 'SF Mono';
2022-02-11 17:24:33 +00:00
font-weight: 400;
font-style: normal;
2022-03-18 03:37:17 +00:00
src: url('/static/fonts/SFMono/SFMonoRegular.otf');
2022-02-11 17:24:33 +00:00
}
2023-05-05 05:23:54 +00:00
@font-face {
font-family: 'SourceSansPro';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/SourceSansPro/SourceSansPro-Regular.ttf');
}
@font-face {
font-family: 'SourceSansPro';
font-weight: 700;
font-style: normal;
src: url('/static/fonts/SourceSansPro/SourceSansPro-Bold.ttf');
}
@font-face {
font-family: 'SourceSansPro';
font-weight: 400;
font-style: italic;
src: url('/static/fonts/SourceSansPro/SourceSansPro-Italic.ttf');
}
@font-face {
font-family: 'IBMPlexSans';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/IBMPlexSans/IBMPlexSans-Regular.ttf');
}
@font-face {
font-family: 'IBMPlexSans';
font-weight: 700;
font-style: normal;
src: url('/static/fonts/IBMPlexSans/IBMPlexSans-Bold.ttf');
}
@font-face {
font-family: 'IBMPlexSans';
font-weight: 400;
font-style: italic;
src: url('/static/fonts/IBMPlexSans/IBMPlexSans-Italic.ttf');
}
2023-11-22 04:03:52 +00:00
@font-face {
font-family: 'Lexend';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/Lexend/Lexend-Regular.ttf');
}
@font-face {
font-family: 'Lexend';
font-weight: 700;
font-style: normal;
src: url('/static/fonts/Lexend/Lexend-Bold.ttf');
}
2023-12-11 02:52:29 +00:00
@font-face {
font-family: 'Fraunces';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/Fraunces/Fraunces-Variable.ttf');
}
@font-face {
font-family: 'Fraunces';
font-weight: 700;
font-style: bold;
src: url('/static/fonts/Fraunces/Fraunces-Variable.ttf');
}
@font-face {
font-family: 'Fraunces';
font-weight: 400;
font-style: italic;
src: url('/static/fonts/Fraunces/Fraunces-Italic.ttf');
}
@font-face {
font-family: 'Literata';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/Literata/Literata-Variable.ttf');
}
@font-face {
font-family: 'Literata';
font-weight: 700;
font-style: bold;
src: url('/static/fonts/Literata/Literata-Variable.ttf');
}
@font-face {
font-family: 'Literata';
font-weight: 400;
font-style: italic;
src: url('/static/fonts/Literata/Literata-Italic.ttf');
2024-05-02 06:03:22 +00:00
}
@font-face {
font-family: 'SuperNotesPro';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/SNPro/SNPro-VariableRegular.ttf');
}
@font-face {
font-family: 'SuperNotesPro';
font-weight: 700;
font-style: bold;
src: url('/static/fonts/SNPro/SNPro-Bold.ttf');
}
@font-face {
font-family: 'SuperNotesPro';
font-weight: 400;
font-style: italic;
src: url('/static/fonts/SNPro/SNPro-Italic.ttf');
2023-12-11 02:52:29 +00:00
}
2024-01-03 07:03:03 +00:00
@font-face {
font-family: 'FuturaBold';
src: url('/static/fonts/FuturaBold/FuturaBold.otf');
font-weight: bold;
}
2023-12-11 02:52:29 +00:00
2022-02-11 17:24:33 +00:00
.dropdown-arrow {
display: inline-block;
width: 0;
height: 0;
vertical-align: middle;
border-style: solid;
border-width: 4px 4px 0;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}
.slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 1px;
background: var(--colors-grayBorderHover);
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 16px !important;
height: 16px;
border-radius: 50%;
background: var(--colors-utilityTextContrast);
cursor: pointer;
}
.slider::-moz-range-thumb {
-webkit-appearance: none;
width: 16px !important;
height: 16px;
border-radius: 50%;
background: var(--colors-utilityTextContrast);
cursor: pointer;
}
select {
color: var(--colors-grayTextContrast);
background-color: transparent;
-webkit-appearance: none;
}
select option {
background-color: transparent;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
border: none;
height: 16px;
width: 16px;
border-radius: 50%;
background: var(--colors-grayTextContrast);
}
button {
padding: 0px;
margin: 0px;
}
2023-06-27 03:51:12 +00:00
.slide-panel-overlay {
z-index: 100 !important;
background: transparent !important;
pointer-events: none;
}
.slide-pane__content {
padding: 0px !important;
pointer-events: all;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
2023-06-27 05:41:56 +00:00
border-left: 1px solid var(--colors-thNotebookBorder);
background: var(--colors-thNotebookBackground);
2023-06-27 03:51:12 +00:00
}
.slide-pane {
background: transparent !important;
transition: transform .2s !important;
2023-06-27 03:51:12 +00:00
box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.1) !important;
}
@media (max-width: 600px) {
.slide-pane__content {
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
border-left: 1px solid var(--colors-thNotebookBorder);
}
}