diff options
author | ThanosApollo <[email protected]> | 2022-09-01 07:41:39 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-01 07:41:39 +0300 |
commit | 0c89df9be987008e55c1b336489c41290653434b (patch) | |
tree | 73425d852d363acdd6c9297a97616b23f9311bd4 /.local/share/Anki2/addons21/anki_reworked/files/ReviewerBottomBar.css | |
parent | a6d1ec012952c5e955676af22732cd177d1f3abf (diff) |
Remove anki addons
Diffstat (limited to '.local/share/Anki2/addons21/anki_reworked/files/ReviewerBottomBar.css')
-rw-r--r-- | .local/share/Anki2/addons21/anki_reworked/files/ReviewerBottomBar.css | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/.local/share/Anki2/addons21/anki_reworked/files/ReviewerBottomBar.css b/.local/share/Anki2/addons21/anki_reworked/files/ReviewerBottomBar.css deleted file mode 100644 index 768270e..0000000 --- a/.local/share/Anki2/addons21/anki_reworked/files/ReviewerBottomBar.css +++ /dev/null @@ -1,60 +0,0 @@ -body { - overflow: hidden; -} -body #outer { - border-top: 1px solid transparent; -} -body.nightMode #outer { - border-top-color: transparent; -} -body #outer table#innertable { - padding: 6px; - transform: translateY(8px); -} -body button { - margin: 0; -} -body .stat { - position: relative; - padding-top: 0px; - min-width: 120px; -} -body .stat2 { - padding-top: 0px; - font-weight: normal; -} -td[align="center"] { - position: relative; -} -body .stattxt, -td[align="center"] > span { - position: absolute; - display: block; - left: 50%; - transform: translate(-50%, -13px); - color: var(--text-fg, var(--legacy-text-fg)); -} -body .stattxt#time { - transform: translate(-50%, -6px); -} -body #outer button#ansbut, -body #outer table button { - transform: translateY(-4px); -} -/* ARBb addon fix */ -body #outer.arbb .stat { - min-width: auto; - padding-left: 2px; - padding-right: 2px; -} -body #outer.arbb table#innertable { - padding: initial; - width: calc(100% - 10px); -} -body #outer.arbb button { - /* color: var(--text-fg, var(--legacy-text-fg)); */ - letter-spacing: 0.02857em; - text-transform: uppercase; - margin-left: 2px; - margin-right: 2px; -} |