From 0daa4e11322904f7659de420f301d867ae3fea42 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 9 Apr 2022 23:52:50 +0430 Subject: update --- stylus/archwiki_wide.css | 33 ++++++++++++++++----------------- stylus/cppreference_wide.css | 28 ++++++++++++++++++++++++++++ stylus/voiddocs_wide.css | 12 ++++++------ 3 files changed, 50 insertions(+), 23 deletions(-) create mode 100644 stylus/cppreference_wide.css 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%; -} - + } } diff --git a/stylus/cppreference_wide.css b/stylus/cppreference_wide.css new file mode 100644 index 0000000..38f9b7b --- /dev/null +++ b/stylus/cppreference_wide.css @@ -0,0 +1,28 @@ +@-moz-document domain("cppreference.com") { + body { + width: 95%; + max-width: 95%; + font-size: 19px; + padding: 1%; + border: thick; + margin: 1%; + } + + head { + width: 100%; + max-width: 100%; + font-size: 19px; + padding: 0px; + border: 0px; + margin: 0px; + } + + div#content { + width: 99%; + max-width: 99%; + margin-right: 1%; + margin-left: 1%; + padding: 1%; + border: none; + } +} diff --git a/stylus/voiddocs_wide.css b/stylus/voiddocs_wide.css index b5db32d..4488e3d 100644 --- a/stylus/voiddocs_wide.css +++ b/stylus/voiddocs_wide.css @@ -1,8 +1,8 @@ @-moz-document domain("docs.voidlinux.org") { - -search-wrapper, #page-wrapper main { - width: 100%; - max-width: 90%; - margin: 0 auto; -} + search-wrapper, + #page-wrapper main { + width: 100%; + max-width: 90%; + margin: 0 auto; + } } -- cgit v1.2.3