diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-09 19:22:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-09 19:22:50 +0000 |
commit | 0daa4e11322904f7659de420f301d867ae3fea42 (patch) | |
tree | 1b5967d255abe36ad321bd85c65433c8ea158d0b /stylus/archwiki_wide.css | |
parent | the ipv6 socks5 proxy is working now (diff) | |
download | scripts-0daa4e11322904f7659de420f301d867ae3fea42.tar.gz scripts-0daa4e11322904f7659de420f301d867ae3fea42.zip |
update
Diffstat (limited to 'stylus/archwiki_wide.css')
-rw-r--r-- | stylus/archwiki_wide.css | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/stylus/archwiki_wide.css b/stylus/archwiki_wide.css index e6e947a..d3985a1 100644 --- a/stylus/archwiki_wide.css +++ b/stylus/archwiki_wide.css @@ -1,59 +1,58 @@ -@-moz-document url-prefix("https://wiki.archlinux.org") { - -.mw-body { +@-moz-document url-prefix("https://wiki.archlinux.org") +{ + .mw-body { margin: 10px; border: 10px; padding: 10px; width: 90%; max-width: 100%; -} + } -.mw-content-container { + .mw-content-container { margin: 10px; border: 10px; padding: 10px; width: 100%; max-width: 100%; -} + } -.mw-parser-output { + .mw-parser-output { margin: 10px; border: 10px; padding: 10px; width: 100%; max-width: 100%; -} + } -.vector-body { + .vector-body { margin: 10px; border: 10px; padding: 10px; width: 100%; max-width: 100%; -} + } -#mw-content-text { + #mw-content-text { margin: 10px; border: 10px; padding: 10px; width: 100%; max-width: 100%; -} + } -#content { + #content { margin: 10px; border: 10px; padding: 10px; width: 100%; max-width: 100%; -} + } -div { + div { margin: 0px; border: 0px; padding: 0px; width: 90%; max-width: 100%; -} - + } } |