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/cppreference_wide.css | |
parent | the ipv6 socks5 proxy is working now (diff) | |
download | scripts-0daa4e11322904f7659de420f301d867ae3fea42.tar.gz scripts-0daa4e11322904f7659de420f301d867ae3fea42.zip |
update
Diffstat (limited to 'stylus/cppreference_wide.css')
-rw-r--r-- | stylus/cppreference_wide.css | 28 |
1 files changed, 28 insertions, 0 deletions
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; + } +} |