summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-26 22:41:18 +0300
committerAndrew Dolgov <[email protected]>2017-01-26 22:41:18 +0300
commit181c8285dddbcad937ff67c648478c0c13a85ad5 (patch)
tree301058ae97d491f1be8575034cafabbb9ef72d07 /themes
parent22387de225d403eea25377c7dfc43971407c0f76 (diff)
add compact theme with smaller font
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css19
1 files changed, 19 insertions, 0 deletions
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;
+}
+