diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-15 11:08:15 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-15 11:08:15 +0000 |
commit | b5126b86fcb3836b0019af8ee39f1426961c1af5 (patch) | |
tree | 683af4c6ad8d5274951f3558d94d8a3eff5295cf /stylus | |
parent | added http to https redirect (diff) | |
download | scripts-b5126b86fcb3836b0019af8ee39f1426961c1af5.tar.gz scripts-b5126b86fcb3836b0019af8ee39f1426961c1af5.zip |
updates
Diffstat (limited to 'stylus')
-rw-r--r-- | stylus/archwiki_wide.css | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/stylus/archwiki_wide.css b/stylus/archwiki_wide.css new file mode 100644 index 0000000..1473864 --- /dev/null +++ b/stylus/archwiki_wide.css @@ -0,0 +1,57 @@ +@-moz-document url-prefix("https://wiki.archlinux.org") { + +.mw-body { + margin: 10px; + border: 10px; + padding: 10px; + width: 90%; + max-width: 100%; +} + +.mw-content-container { + margin: 10px; + border: 10px; + padding: 10px; + width: 100%; + max-width: 100%; +} + +.mw-parser-output { + margin: 10px; + border: 10px; + padding: 10px; + width: 100%; + max-width: 100%; +} + +.vector-body { + margin: 10px; + border: 10px; + padding: 10px; + width: 100%; + max-width: 100%; +} + +#mw-content-text { + margin: 10px; + border: 10px; + padding: 10px; + width: 100%; + max-width: 100%; +} + +#content { + margin: 10px; + border: 10px; + padding: 10px; + width: 100%; + max-width: 100%; +} + +div { + margin: 0px; + border: 0px; + padding: 0px; + width: 90%; + max-width: 100%; +} |