From 0daa4e11322904f7659de420f301d867ae3fea42 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 9 Apr 2022 23:52:50 +0430 Subject: update --- stylus/cppreference_wide.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 stylus/cppreference_wide.css (limited to 'stylus/cppreference_wide.css') 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; + } +} -- cgit v1.2.3