mirror of
https://github.com/italicsjenga/injections.git
synced 2025-02-17 07:57:43 +11:00
things??????? wikipedia math and bullet points
This commit is contained in:
parent
e648b505f4
commit
cb6531eb69
3 changed files with 43 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "injections",
|
"name": "injections",
|
||||||
"version": "1.10",
|
"version": "1.11",
|
||||||
"description": "misc CSS injections.",
|
"description": "misc CSS injections.",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/icon48.png",
|
"48": "icons/icon48.png",
|
||||||
|
|
|
@ -141,6 +141,9 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* make annoying useless things invisible by default */
|
||||||
|
|
||||||
.mw-portlet-personal:hover,
|
.mw-portlet-personal:hover,
|
||||||
.mw-portlet-interaction:hover,
|
.mw-portlet-interaction:hover,
|
||||||
.mw-portlet-tb:hover,
|
.mw-portlet-tb:hover,
|
||||||
|
@ -161,6 +164,9 @@
|
||||||
transition: opacity 0.2s;
|
transition: opacity 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* page max width */
|
||||||
|
|
||||||
@media (min-width: 145em) {
|
@media (min-width: 145em) {
|
||||||
.mw-body {
|
.mw-body {
|
||||||
border-right-width: 1px;
|
border-right-width: 1px;
|
||||||
|
@ -174,4 +180,36 @@
|
||||||
#mw-head {
|
#mw-head {
|
||||||
max-width: 144.1em;
|
max-width: 144.1em;
|
||||||
left: 0em;
|
left: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mwe-math-mathml-a11y {
|
||||||
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
|
width: 1px;
|
||||||
|
height: 1px;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* math */
|
||||||
|
|
||||||
|
.mwe-math-mathml-a11y {
|
||||||
|
clip: inherit;
|
||||||
|
overflow: inherit;
|
||||||
|
position: inherit;
|
||||||
|
width: inherit;
|
||||||
|
height: inherit;
|
||||||
|
opacity: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mwe-math-fallback-image-inline {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* bullet */
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-image: inherit;
|
||||||
}
|
}
|
|
@ -56,6 +56,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.10",
|
"version": "1.10",
|
||||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.10/injections-1.10.xpi"
|
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.10/injections-1.10.xpi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.11",
|
||||||
|
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.11/injections-1.11.xpi"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue