From 181c8285dddbcad937ff67c648478c0c13a85ad5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 26 Jan 2017 22:41:18 +0300 Subject: add compact theme with smaller font --- themes/compact.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 themes/compact.css (limited to 'themes') diff --git a/themes/compact.css b/themes/compact.css new file mode 100644 index 000000000..51c3f7f92 --- /dev/null +++ b/themes/compact.css @@ -0,0 +1,19 @@ +/* supports-version:17.1 */ + +@import "default.php"; + +body, +.claro .dijitMenu .dijitMenuItemLabel, +.claro .cdmContentInner, +.claro #content-insert, +.claro .cdm .cdmContent, +.claro .postReply .postContent { + font-size : 12px ! important; +} + +.claro .postReply .postHeader, +.claro #floatingTitle a.title, +.claro .cdm .title { + font-size : 13px ! important; +} + -- cgit v1.2.3