diff options
Diffstat (limited to '.local/share/Anki2/addons21/Background_and_gear/sources')
26 files changed, 0 insertions, 2007 deletions
diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/Other css files/editor.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/Other css files/editor.css deleted file mode 100644 index 8c79f9d..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/Other css files/editor.css +++ /dev/null @@ -1,96 +0,0 @@ -/* night-mode-specific colours */ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -.field { - border: 1px solid #aaa; - background: white; - color: black; - padding: 5px; - overflow-wrap: break-word; -} - -.clearfix:after { - content: ""; - display: table; - clear: both; -} - -.fname { - vertical-align: middle; - padding: 0; -} - -img { - max-width: 90%; -} - -body { - margin: 0; -} - -#topbutsOuter { - position: fixed; - top: 0; - padding: 2px; - left: 0; - right: 0; - z-index: 1; -} - -.topbut { - width: 16px; - height: 16px; - margin-top: 4px; -} - -.rainbow { - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f77), color-stop(50%, #7f7), color-stop(100%, #77f)); -} - -button.linkb { - -webkit-appearance: none; - border: 0; - box-shadow: none; - padding: 0px 2px; - background: transparent; -} - -.linkb:disabled { - opacity: 0.3; - cursor: not-allowed; -} - -.highlighted { - border-bottom: 3px solid #000; -} - -#fields { - margin-top: 35px; -} - -.dupe { - background: #aa5555; -} - -.nightMode .field { - border-color: #777; - background: #3a3a3a; - color: white; -} -.nightMode button.linkb > img { - filter: invert(180); -} -.nightMode .dupe { - background: #aa5555; -} -.nightMode #dupes a { - color: #77ccff; -} - -.drawing { - zoom: 50%; -} - -.nightMode img.drawing { - filter: invert() hue-rotate(180deg); -} diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/Other css files/webview.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/Other css files/webview.css deleted file mode 100644 index 3144057..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/Other css files/webview.css +++ /dev/null @@ -1,102 +0,0 @@ -/* night-mode-specific colours */ -.isWin button { - font-size: 12px; -} - -.isMac button { - font-size: 13px; -} - -.isLin button { - font-size: 14px; - -webkit-appearance: none; - border-radius: 3px; - padding: 5px; - border: 1px solid #aaa; -} - -.nightMode button { - -webkit-appearance: none; - color: white; - /* match the fusion button gradient */ - background: linear-gradient(0deg, #555555 0%, #656565 100%); - box-shadow: 0 0 3px #222222; - border: 1px solid #646464; - border-radius: 2px; - padding: 10px; - padding-top: 3px; - padding-bottom: 3px; -} -.nightMode button:hover { - background: #656565; -} - -/* imitate standard macOS dark mode buttons */ -.isMac.nightMode.macos-dark-mode button:not(.linkb) { - background: #656565; - box-shadow: 0 1px 2px #222222; - border-top-color: #848484; - border-top-width: 0.5px; - border-bottom: 0; - border-left: 0; - border-right: 0; - padding-top: 2px; - padding-bottom: 2px; - padding-left: 15px; - padding-right: 15px; - color: #e5e5e5; -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -body { - margin: 2em; - color: black; -} - -h1 { - margin-bottom: 0.2em; -} - -a { - color: #00a; -} - -body.nightMode { - color: white; - background: #2f2f31; -} - -body.nightMode::-webkit-scrollbar { - background: #2f2f31; -} - -body.nightMode::-webkit-scrollbar:horizontal { - height: 12px; -} - -body.nightMode::-webkit-scrollbar:vertical { - width: 12px; -} - -body.nightMode::-webkit-scrollbar-thumb { - background: #656565; - border-radius: 8px; -} - -body.nightMode::-webkit-scrollbar-thumb:horizontal { - min-width: 50px; -} - -body.nightMode::-webkit-scrollbar-thumb:vertical { - min-height: 50px; -} - -.nightMode a { - color: #77ccff; -} - -body { - overscroll-behavior: none; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/deckbrowser.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/deckbrowser.css deleted file mode 100644 index 663b83a..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/deckbrowser.css +++ /dev/null @@ -1,127 +0,0 @@ -/* night-mode-specific colours */ -.review-count { - color: #0a0; -} - -.new-count { - color: #00a; -} - -.learn-count { - color: #C35617; -} - -.zero-count { - color: #ddd; -} - -.nightMode .review-count { - color: #5CcC00; -} -.nightMode .new-count { - color: #77ccff; -} -.nightMode .learn-count { - color: #FF935B; -} -.nightMode .zero-count { - color: #444; -} - -/* Copyright: Ankitects Pty Ltd and contributors - * AnKingMed - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -a.deck { - color: black; - text-decoration: none; - min-width: 5em; - display: inline-block; -} - -a.deck:hover { - text-decoration: underline; -} - -tr.deck td { - border-bottom: 1px solid #e7e7e7; -} - -tr.top-level-drag-row td { - border-bottom: 1px solid transparent; -} - -td { - white-space: nowrap; -} - -tr.drag-hover td { - border-bottom: 1px solid #aaa; -} - -body { - margin: 1em; - -webkit-user-select: none; -} - -body.nightMode { - margin: 1em; - -webkit-user-select: none; -} - -.current { - background-color: rgba(231, 231, 231, 0.3)/* #e7e7e7; */ -} - -.decktd { - min-width: 15em; -} - -.count { - min-width: 4em; - text-align: right; -} - -.optscol { - width: 2em; -} - -.collapse { - color: black; - text-decoration: none; - display: inline-block; - width: 1em; -} - -.filtered { - color: #00a !important; -} - -.gears { - width: 1em; - height: 1em; - opacity: 0.5; - padding-top: 0.2em; -} - -.nightMode a.deck { - color: white; -} -.nightMode tr.deck td { - border-bottom-color: #29292B; -} -.nightMode tr.drag-hover td { - border-bottom-color: #777; -} -.nightMode .current { - background-color: rgba(41, 41, 43, 0.3); /* #29292B; */ -} -.nightMode .collapse { - color: white; -} -.nightMode .gears { - filter: invert(180); -} -.nightMode .filtered { - color: #77ccff !important; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/overview.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/overview.css deleted file mode 100644 index 6ab0431..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/overview.css +++ /dev/null @@ -1,67 +0,0 @@ -/* night-mode-specific colours */ -.review-count { - color: #0a0; -} - -.new-count { - color: #00a; -} - -.learn-count { - color: #C35617; -} - -.zero-count { - color: #ddd; -} - -.nightMode .review-count { - color: #5CcC00; -} -.nightMode .new-count { - color: #77ccff; -} -.nightMode .learn-count { - color: #FF935B; -} -.nightMode .zero-count { - color: #444; -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -.smallLink { - font-size: 10px; -} - -h3 { - margin-bottom: 0; -} - -.descfont { - padding: 1em; - color: #333; -} - -.description { - white-space: pre-wrap; -} - -#fulldesc { - display: none; -} - -.descmid { - width: 70%; - margin: 0 auto 0; - text-align: left; -} - -.dyn { - text-align: center; -} - -.nightMode .descfont { - color: #ccc; -} -/*AnKing edits*/ diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/reviewer-bottom.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/reviewer-bottom.css deleted file mode 100644 index eab7d69..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/reviewer-bottom.css +++ /dev/null @@ -1,92 +0,0 @@ -/* night-mode-specific colours */ -.review-count { - color: #0a0; -} - -.new-count { - color: #00a; -} - -.learn-count { - color: #C35617; -} - -.zero-count { - color: #ddd; -} - -.nightMode .review-count { - color: #5CcC00; -} -.nightMode .new-count { - color: #77ccff; -} -.nightMode .learn-count { - color: #FF935B; -} -.nightMode .zero-count { - color: #444; -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -body { - margin: 0; - padding: 0; -} - -button { - min-width: 60px; - white-space: nowrap; - margin: 0.5em; -} - -.hitem { - margin-top: 2px; -} - -.stat { - padding-top: 5px; -} - -.stat2 { - padding-top: 3px; - font-weight: normal; -} - -.stattxt { - padding-left: 5px; - padding-right: 5px; - white-space: nowrap; -} - -#ansbut { - margin-bottom: 1em; -} - -.nobold { - font-weight: normal; - display: inline-block; - padding-top: 4px; -} - -.spacer { - height: 18px; -} - -.spacer2 { - height: 16px; -} - -#outer { - border-top: 1px solid #aaa; -} - -#innertable { - padding: 3px; -} - -.nightMode #outer { - border-top-color: #29292B; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/reviewer.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/reviewer.css deleted file mode 100644 index daa7169..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/reviewer.css +++ /dev/null @@ -1,89 +0,0 @@ -/* night-mode-specific colours */ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -hr { - background-color: #ccc; -} - -body { - margin: 20px; - overflow-wrap: break-word; -} - -body.nightMode { - background-color: #2f2f31; - color: white; -} - -img { - max-width: 95%; - max-height: 95vh; -} - -#_flag { - position: fixed; - right: 10px; - top: 0; - font-size: 30px; - display: none; - -webkit-text-stroke-width: 1px; - -webkit-text-stroke-color: black; -} - -#_mark { - position: fixed; - left: 10px; - top: 0; - font-size: 30px; - color: yellow; - display: none; - -webkit-text-stroke-width: 1px; - -webkit-text-stroke-color: black; -} - -#typeans { - width: 100%; -} - -.typeGood { - background: #0f0; -} - -.typeBad { - background: #f00; -} - -.typeMissed { - background: #ccc; -} - -.replay-button { - text-decoration: none; - display: inline-flex; - vertical-align: middle; - margin: 3px; -} -.replay-button svg { - width: 40px; - height: 40px; -} -.replay-button svg circle { - fill: #fff; - stroke: #414141; -} -.replay-button svg path { - fill: #414141; -} - -.nightMode .latex { - filter: invert(100%); -} - -.drawing { - zoom: 50%; -} - -.nightMode img.drawing { - filter: invert(1) hue-rotate(180deg); -} -/*AnKing edits*/ diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/toolbar-bottom.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/toolbar-bottom.css deleted file mode 100644 index e0fb5e1..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/toolbar-bottom.css +++ /dev/null @@ -1,9 +0,0 @@ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -#header { - border-bottom: 0; - margin-bottom: 6px; - margin-top: 0; - padding: 9px; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/toolbar.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/toolbar.css deleted file mode 100644 index dfc0cc2..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/22/toolbar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* night-mode-specific colours */ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -#header { - padding: 3px; - font-weight: bold; - border-bottom: 1px solid #aaa; -} - -.tdcenter { - white-space: nowrap; -} - -body { - margin: 0; - padding: 0; - -webkit-user-select: none; - overflow: hidden; -} - -* { - -webkit-user-drag: none; -} - -.hitem { - padding-right: 12px; - padding-left: 12px; - text-decoration: none; - color: black; -} - -.hitem:hover { - text-decoration: underline; -} - -.hitem:focus { - outline: 0; -} - -.nightMode .hitem { - color: white; -} -.nightMode #header { - border-bottom-color: #29292B; -} - -.isMac.nightMode #header { - border-bottom-color: #3a3a3a; -} - -@keyframes spin { - 0% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(360deg); - } -} -.spin { - animation: spin; - animation-duration: 2s; - animation-iteration-count: infinite; - display: inline-block; - visibility: visible !important; - animation-timing-function: linear; -} - -#sync-spinner { - width: 16px; - height: 16px; - margin-bottom: -3px; - visibility: hidden; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/deckbrowser.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/deckbrowser.css deleted file mode 100644 index 986818e..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/deckbrowser.css +++ /dev/null @@ -1,121 +0,0 @@ -/* night-mode-specific colours */ -.review-count { - color: #0a0; -} - -.new-count { - color: #00a; -} - -.learn-count { - color: #C35617; -} - -.zero-count { - color: #ddd; -} - -.nightMode .review-count { - color: #5CcC00; -} -.nightMode .new-count { - color: #77ccff; -} -.nightMode .learn-count { - color: #FF935B; -} -.nightMode .zero-count { - color: #444; -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -a.deck { - color: black; - text-decoration: none; - min-width: 5em; - display: inline-block; -} - -a.deck:hover { - text-decoration: underline; -} - -tr.deck td { - border-bottom: 1px solid #e7e7e7; -} - -tr.top-level-drag-row td { - border-bottom: 1px solid transparent; -} - -td { - white-space: nowrap; -} - -tr.drag-hover td { - border-bottom: 1px solid #aaa; -} - -body { - margin: 1em; - -webkit-user-select: none; -} - -.current { - background-color: rgba(231, 231, 231, 0.3)/* #e7e7e7; */ -} - -.decktd { - min-width: 15em; -} - -.count { - min-width: 4em; - text-align: right; -} - -.optscol { - width: 2em; -} - -.collapse { - color: black; - text-decoration: none; - display: inline-block; - width: 1em; -} - -.filtered { - color: #00a !important; -} - -.gears { - width: 1em; - height: 1em; - opacity: 0.5; - padding-top: 0.2em; -} - -.nightMode a.deck { - color: white; -} -.nightMode tr.deck td { - border-bottom-color: #29292B; -} -.nightMode tr.drag-hover td { - border-bottom-color: #777; -} -.nightMode .current { - background-color: rgba(41, 41, 43, 0.3); /* #29292B; */ -} -.nightMode .collapse { - color: white; -} -.nightMode .gears { - filter: invert(180); -} -.nightMode .filtered { - color: #77ccff !important; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/overview.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/overview.css deleted file mode 100644 index f42cc84..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/overview.css +++ /dev/null @@ -1,67 +0,0 @@ -/* night-mode-specific colours */ -.review-count { - color: #0a0; -} - -.new-count { - color: #00a; -} - -.learn-count { - color: #C35617; -} - -.zero-count { - color: #ddd; -} - -.nightMode .review-count { - color: #5CcC00; -} -.nightMode .new-count { - color: #77ccff; -} -.nightMode .learn-count { - color: #FF935B; -} -.nightMode .zero-count { - color: #444; -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -.smallLink { - font-size: 10px; -} - -h3 { - margin-bottom: 0; -} - -.descfont { - padding: 1em; - color: #333; -} - -.description { - white-space: pre-wrap; -} - -#fulldesc { - display: none; -} - -.descmid { - width: 70%; - margin: 0 auto 0; - text-align: left; -} - -.dyn { - text-align: center; -} - -.nightMode .descfont { - color: #ccc; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/reviewer-bottom.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/reviewer-bottom.css deleted file mode 100644 index d6fdf8a..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/reviewer-bottom.css +++ /dev/null @@ -1,92 +0,0 @@ -/* night-mode-specific colours */ -.review-count { - color: #0a0; -} - -.new-count { - color: #00a; -} - -.learn-count { - color: #C35617; -} - -.zero-count { - color: #ddd; -} - -.nightMode .review-count { - color: #5CcC00; -} -.nightMode .new-count { - color: #77ccff; -} -.nightMode .learn-count { - color: #FF935B; -} -.nightMode .zero-count { - color: #444; -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -body { - margin: 0; - padding: 0; -} - -button { - min-width: 60px; - white-space: nowrap; - margin: 0.5em; -} - -.hitem { - margin-top: 2px; -} - -.stat { - padding-top: 5px; -} - -.stat2 { - padding-top: 3px; - font-weight: normal; -} - -.stattxt { - padding-left: 5px; - padding-right: 5px; - white-space: nowrap; -} - -#ansbut { - margin-bottom: 1em; -} - -.nobold { - font-weight: normal; - display: inline-block; - padding-top: 4px; -} - -.spacer { - height: 18px; -} - -.spacer2 { - height: 16px; -} - -#outer { - border-top: 1px solid #aaa; -} - -#innertable { - padding: 3px; -} - -.nightMode #outer { - border-top-color: #29292B; -} - /*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/reviewer.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/reviewer.css deleted file mode 100644 index d301cbc..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/reviewer.css +++ /dev/null @@ -1,90 +0,0 @@ -/* night-mode-specific colours */ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -hr { - background-color: #ccc; -} - -body { - margin: 20px; - overflow-wrap: break-word; -} - -body.nightMode { - background-color: #2f2f31; - color: white; -} - -img { - max-width: 95%; - max-height: 95vh; -} - -#_flag { - position: fixed; - right: 10px; - top: 0; - font-size: 30px; - display: none; - -webkit-text-stroke-width: 1px; - -webkit-text-stroke-color: black; -} - -#_mark { - position: fixed; - left: 10px; - top: 0; - font-size: 30px; - color: yellow; - display: none; - -webkit-text-stroke-width: 1px; - -webkit-text-stroke-color: black; -} - -#typeans { - width: 100%; - box-sizing: border-box; -} - -.typeGood { - background: #0f0; -} - -.typeBad { - background: #f00; -} - -.typeMissed { - background: #ccc; -} - -.replay-button { - text-decoration: none; - display: inline-flex; - vertical-align: middle; - margin: 3px; -} -.replay-button svg { - width: 40px; - height: 40px; -} -.replay-button svg circle { - fill: #fff; - stroke: #414141; -} -.replay-button svg path { - fill: #414141; -} - -.nightMode .latex { - filter: invert(100%); -} - -.drawing { - zoom: 50%; -} - -.nightMode img.drawing { - filter: invert(1) hue-rotate(180deg); -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/toolbar-bottom.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/toolbar-bottom.css deleted file mode 100644 index e0fb5e1..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/toolbar-bottom.css +++ /dev/null @@ -1,9 +0,0 @@ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -#header { - border-bottom: 0; - margin-bottom: 6px; - margin-top: 0; - padding: 9px; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/toolbar.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/toolbar.css deleted file mode 100644 index dfc0cc2..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/25/toolbar.css +++ /dev/null @@ -1,74 +0,0 @@ -/* night-mode-specific colours */ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -#header { - padding: 3px; - font-weight: bold; - border-bottom: 1px solid #aaa; -} - -.tdcenter { - white-space: nowrap; -} - -body { - margin: 0; - padding: 0; - -webkit-user-select: none; - overflow: hidden; -} - -* { - -webkit-user-drag: none; -} - -.hitem { - padding-right: 12px; - padding-left: 12px; - text-decoration: none; - color: black; -} - -.hitem:hover { - text-decoration: underline; -} - -.hitem:focus { - outline: 0; -} - -.nightMode .hitem { - color: white; -} -.nightMode #header { - border-bottom-color: #29292B; -} - -.isMac.nightMode #header { - border-bottom-color: #3a3a3a; -} - -@keyframes spin { - 0% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(360deg); - } -} -.spin { - animation: spin; - animation-duration: 2s; - animation-iteration-count: infinite; - display: inline-block; - visibility: visible !important; - animation-timing-function: linear; -} - -#sync-spinner { - width: 16px; - height: 16px; - margin-bottom: -3px; - visibility: hidden; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/deckbrowser.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/deckbrowser.css deleted file mode 100644 index 986818e..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/deckbrowser.css +++ /dev/null @@ -1,121 +0,0 @@ -/* night-mode-specific colours */ -.review-count { - color: #0a0; -} - -.new-count { - color: #00a; -} - -.learn-count { - color: #C35617; -} - -.zero-count { - color: #ddd; -} - -.nightMode .review-count { - color: #5CcC00; -} -.nightMode .new-count { - color: #77ccff; -} -.nightMode .learn-count { - color: #FF935B; -} -.nightMode .zero-count { - color: #444; -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -a.deck { - color: black; - text-decoration: none; - min-width: 5em; - display: inline-block; -} - -a.deck:hover { - text-decoration: underline; -} - -tr.deck td { - border-bottom: 1px solid #e7e7e7; -} - -tr.top-level-drag-row td { - border-bottom: 1px solid transparent; -} - -td { - white-space: nowrap; -} - -tr.drag-hover td { - border-bottom: 1px solid #aaa; -} - -body { - margin: 1em; - -webkit-user-select: none; -} - -.current { - background-color: rgba(231, 231, 231, 0.3)/* #e7e7e7; */ -} - -.decktd { - min-width: 15em; -} - -.count { - min-width: 4em; - text-align: right; -} - -.optscol { - width: 2em; -} - -.collapse { - color: black; - text-decoration: none; - display: inline-block; - width: 1em; -} - -.filtered { - color: #00a !important; -} - -.gears { - width: 1em; - height: 1em; - opacity: 0.5; - padding-top: 0.2em; -} - -.nightMode a.deck { - color: white; -} -.nightMode tr.deck td { - border-bottom-color: #29292B; -} -.nightMode tr.drag-hover td { - border-bottom-color: #777; -} -.nightMode .current { - background-color: rgba(41, 41, 43, 0.3); /* #29292B; */ -} -.nightMode .collapse { - color: white; -} -.nightMode .gears { - filter: invert(180); -} -.nightMode .filtered { - color: #77ccff !important; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/overview.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/overview.css deleted file mode 100644 index f42cc84..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/overview.css +++ /dev/null @@ -1,67 +0,0 @@ -/* night-mode-specific colours */ -.review-count { - color: #0a0; -} - -.new-count { - color: #00a; -} - -.learn-count { - color: #C35617; -} - -.zero-count { - color: #ddd; -} - -.nightMode .review-count { - color: #5CcC00; -} -.nightMode .new-count { - color: #77ccff; -} -.nightMode .learn-count { - color: #FF935B; -} -.nightMode .zero-count { - color: #444; -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -.smallLink { - font-size: 10px; -} - -h3 { - margin-bottom: 0; -} - -.descfont { - padding: 1em; - color: #333; -} - -.description { - white-space: pre-wrap; -} - -#fulldesc { - display: none; -} - -.descmid { - width: 70%; - margin: 0 auto 0; - text-align: left; -} - -.dyn { - text-align: center; -} - -.nightMode .descfont { - color: #ccc; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/reviewer-bottom.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/reviewer-bottom.css deleted file mode 100644 index eab7d69..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/reviewer-bottom.css +++ /dev/null @@ -1,92 +0,0 @@ -/* night-mode-specific colours */ -.review-count { - color: #0a0; -} - -.new-count { - color: #00a; -} - -.learn-count { - color: #C35617; -} - -.zero-count { - color: #ddd; -} - -.nightMode .review-count { - color: #5CcC00; -} -.nightMode .new-count { - color: #77ccff; -} -.nightMode .learn-count { - color: #FF935B; -} -.nightMode .zero-count { - color: #444; -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -body { - margin: 0; - padding: 0; -} - -button { - min-width: 60px; - white-space: nowrap; - margin: 0.5em; -} - -.hitem { - margin-top: 2px; -} - -.stat { - padding-top: 5px; -} - -.stat2 { - padding-top: 3px; - font-weight: normal; -} - -.stattxt { - padding-left: 5px; - padding-right: 5px; - white-space: nowrap; -} - -#ansbut { - margin-bottom: 1em; -} - -.nobold { - font-weight: normal; - display: inline-block; - padding-top: 4px; -} - -.spacer { - height: 18px; -} - -.spacer2 { - height: 16px; -} - -#outer { - border-top: 1px solid #aaa; -} - -#innertable { - padding: 3px; -} - -.nightMode #outer { - border-top-color: #29292B; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/reviewer.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/reviewer.css deleted file mode 100644 index d301cbc..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/reviewer.css +++ /dev/null @@ -1,90 +0,0 @@ -/* night-mode-specific colours */ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -hr { - background-color: #ccc; -} - -body { - margin: 20px; - overflow-wrap: break-word; -} - -body.nightMode { - background-color: #2f2f31; - color: white; -} - -img { - max-width: 95%; - max-height: 95vh; -} - -#_flag { - position: fixed; - right: 10px; - top: 0; - font-size: 30px; - display: none; - -webkit-text-stroke-width: 1px; - -webkit-text-stroke-color: black; -} - -#_mark { - position: fixed; - left: 10px; - top: 0; - font-size: 30px; - color: yellow; - display: none; - -webkit-text-stroke-width: 1px; - -webkit-text-stroke-color: black; -} - -#typeans { - width: 100%; - box-sizing: border-box; -} - -.typeGood { - background: #0f0; -} - -.typeBad { - background: #f00; -} - -.typeMissed { - background: #ccc; -} - -.replay-button { - text-decoration: none; - display: inline-flex; - vertical-align: middle; - margin: 3px; -} -.replay-button svg { - width: 40px; - height: 40px; -} -.replay-button svg circle { - fill: #fff; - stroke: #414141; -} -.replay-button svg path { - fill: #414141; -} - -.nightMode .latex { - filter: invert(100%); -} - -.drawing { - zoom: 50%; -} - -.nightMode img.drawing { - filter: invert(1) hue-rotate(180deg); -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/toolbar-bottom.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/toolbar-bottom.css deleted file mode 100644 index d37545b..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/toolbar-bottom.css +++ /dev/null @@ -1,10 +0,0 @@ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -#header { - border-bottom: 0; - margin-bottom: 6px; - margin-top: 0; - padding: 9px; -} -/*AnKing edits*/ - diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/toolbar.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/toolbar.css deleted file mode 100644 index e7f671a..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/31/toolbar.css +++ /dev/null @@ -1,89 +0,0 @@ -/* night-mode-specific colours */ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -#header { - padding: 3px; - font-weight: bold; - border-bottom: 1px solid #aaa; -} - -.tdcenter { - white-space: nowrap; -} - -body { - margin: 0; - padding: 0; - -webkit-user-select: none; - overflow: hidden; -} - -* { - -webkit-user-drag: none; -} - -.hitem { - padding-right: 12px; - padding-left: 12px; - text-decoration: none; - color: black; -} - -.hitem:hover { - text-decoration: underline; -} - -.hitem:focus { - outline: 0; -} - -.nightMode .hitem { - color: white; -} -.nightMode #header { - border-bottom-color: #29292B; -} -.nightMode .normal-sync { - color: #77ccff; -} -.nightMode .full-sync { - color: #FF935B; -} - -.isMac.nightMode #header { - border-bottom-color: #3a3a3a; -} - -@keyframes spin { - 0% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(360deg); - } -} -.spin { - animation: spin; - animation-duration: 2s; - animation-iteration-count: infinite; - display: inline-block; - visibility: visible !important; - animation-timing-function: linear; -} - -#sync-spinner { - width: 16px; - height: 16px; - margin-bottom: -3px; - visibility: hidden; -} - -.normal-sync { - color: #00a; -} - -.full-sync { - color: #C35617; -} - -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/deckbrowser.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/deckbrowser.css deleted file mode 100644 index 10c9838..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/deckbrowser.css +++ /dev/null @@ -1,102 +0,0 @@ -.review-count { - color: var(--review-count); -} - -.new-count { - color: var(--new-count); -} - -.learn-count { - color: var(--learn-count); -} - -.zero-count { - color: var(--zero-count); -} - -.nightMode .review-count { - color: var(--review-count); -} -.nightMode .new-count { - color: var(--new-count); -} -.nightMode .learn-count { - color: var(--learn-count); -} -.nightMode .zero-count { - color: var(--zero-count); -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -a.deck { - color: var(--text-fg); - text-decoration: none; - min-width: 5em; - display: inline-block; -} - -a.deck:hover { - text-decoration: underline; -} - -tr.deck td { - border-bottom: 1px solid var(--faint-border); -} - -tr.top-level-drag-row td { - border-bottom: 1px solid transparent; -} - -td { - white-space: nowrap; -} - -tr.drag-hover td { - border-bottom: 1px solid var(--border); -} - -body { - margin: 1em; - -webkit-user-select: none; -} - -.current { - /*background-color: rgba(231, 231, 231, 0.3) */var(--faint-border); -} - -.decktd { - min-width: 15em; -} - -.count { - min-width: 4em; - text-align: right; -} - -.optscol { - width: 2em; -} - -.collapse { - color: var(--text-fg); - text-decoration: none; - display: inline-block; - width: 1em; -} - -.filtered { - color: var(--link) !important; -} - -.gears { - width: 1em; - height: 1em; - opacity: 0.5; - padding-top: 0.2em; -} - -.nightMode .gears { - filter: invert(180); -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/overview.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/overview.css deleted file mode 100644 index 2af967b..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/overview.css +++ /dev/null @@ -1,62 +0,0 @@ -.review-count { - color: var(--review-count); -} - -.new-count { - color: var(--new-count); -} - -.learn-count { - color: var(--learn-count); -} - -.zero-count { - color: var(--zero-count); -} - -.nightMode .review-count { - color: var(--review-count); -} -.nightMode .new-count { - color: var(--new-count); -} -.nightMode .learn-count { - color: var(--learn-count); -} -.nightMode .zero-count { - color: var(--zero-count); -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -.smallLink { - font-size: 10px; -} - -h3 { - margin-bottom: 0; -} - -.descfont { - padding: 1em; - color: var(--slightly-grey-text); -} - -.description { - white-space: pre-wrap; -} - -#fulldesc { - display: none; -} - -.descmid { - width: 70%; - margin: 0 auto 0; - text-align: left; -} - -.dyn { - text-align: center; -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/reviewer-bottom.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/reviewer-bottom.css deleted file mode 100644 index de7846c..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/reviewer-bottom.css +++ /dev/null @@ -1,91 +0,0 @@ -.review-count { - color: var(--review-count); -} - -.new-count { - color: var(--new-count); -} - -.learn-count { - color: var(--learn-count); -} - -.zero-count { - color: var(--zero-count); -} - -.nightMode .review-count { - color: var(--review-count); -} -.nightMode .new-count { - color: var(--new-count); -} -.nightMode .learn-count { - color: var(--learn-count); -} -.nightMode .zero-count { - color: var(--zero-count); -} - -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -body { - margin: 0; - padding: 0; -} - -button { - min-width: 60px; - white-space: nowrap; - margin: 0.5em; -} - -.hitem { - margin-top: 2px; -} - -.stat { - padding-top: 5px; -} - -.stat2 { - padding-top: 3px; - font-weight: normal; -} - -.stattxt { - padding-left: 5px; - padding-right: 5px; - white-space: nowrap; -} - -#ansbut { - margin-bottom: 1em; -} - -.nobold { - font-weight: normal; - display: inline-block; - padding-top: 4px; -} - -.spacer { - height: 18px; -} - -.spacer2 { - height: 16px; -} - -#outer { - border-top: 1px solid var(--border); -} - -#innertable { - padding: 3px; -} - -.nightMode #outer { - border-top-color: var(--faint-border); -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/reviewer.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/reviewer.css deleted file mode 100644 index 164e2c1..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/reviewer.css +++ /dev/null @@ -1,87 +0,0 @@ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -hr { - background-color: #ccc; -} - -body { - margin: 20px; - overflow-wrap: break-word; -} - -body.nightMode { - background-color: var(--window-bg); - color: var(--text-fg); -} - -img { - max-width: 95%; - max-height: 95vh; -} - -#_flag { - position: fixed; - right: 10px; - top: 0; - font-size: 30px; - -webkit-text-stroke-width: 1px; - -webkit-text-stroke-color: black; -} - -#_mark { - position: fixed; - left: 10px; - top: 0; - font-size: 30px; - color:#ff0; - -webkit-text-stroke-width: 1px; - -webkit-text-stroke-color: black; -} - -#typeans { - width: 100%; - box-sizing: border-box; -} - -.typeGood { - background: #0f0; -} - -.typeBad { - background: #f00; -} - -.typeMissed { - background: #ccc; -} - -.replay-button { - text-decoration: none; - display: inline-flex; - vertical-align: middle; - margin: 3px; -} -.replay-button svg { - width: 40px; - height: 40px; -} -.replay-button svg circle { - fill: #fff; - stroke: #414141; -} -.replay-button svg path { - fill: #414141; -} - -.nightMode .latex { - filter: invert(100%); -} - -.drawing { - zoom: 50%; -} - -.nightMode img.drawing { - filter: invert(1) hue-rotate(180deg); -} -/*AnKing edits*/
\ No newline at end of file diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/toolbar-bottom.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/toolbar-bottom.css deleted file mode 100644 index 95938ef..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/toolbar-bottom.css +++ /dev/null @@ -1,9 +0,0 @@ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -#header { - border-bottom: 0; - margin-bottom: 6px; - margin-top: 0; - padding: 9px; -} -/*AnKing edits*/ diff --git a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/toolbar.css b/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/toolbar.css deleted file mode 100644 index a45adb9..0000000 --- a/.local/share/Anki2/addons21/Background_and_gear/sources/css/36/toolbar.css +++ /dev/null @@ -1,78 +0,0 @@ -/* Copyright: Ankitects Pty Ltd and contributors - * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -#header { - padding: 3px; - font-weight: bold; - border-bottom: 1px solid var(--border); -} - -.tdcenter { - white-space: nowrap; -} - -body { - margin: 0; - padding: 0; - -webkit-user-select: none; - overflow: hidden; -} - -* { - -webkit-user-drag: none; -} - -.hitem { - padding-right: 12px; - padding-left: 12px; - text-decoration: none; - color: var(--text-fg); -} - -.hitem:hover { - text-decoration: underline; -} - -.hitem:focus { - outline: 0; -} - -.nightMode #header { - border-bottom-color: var(--faint-border); -} - -.isMac.nightMode #header { - border-bottom-color: var(--frame-bg); -} - -@keyframes spin { - 0% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(360deg); - } -} -.spin { - animation: spin; - animation-duration: 2s; - animation-iteration-count: infinite; - display: inline-block; - visibility: visible !important; - animation-timing-function: linear; -} - -#sync-spinner { - width: 16px; - height: 16px; - margin-bottom: -3px; - visibility: hidden; -} - -.normal-sync { - color: var(--new-count); -} - -.full-sync { - color: var(--learn-count); -} -/*AnKing edits*/
\ No newline at end of file |