[Kimchi-devel] [PATCH] New UI: Font scale, weight, style

huoyuxin at linux.vnet.ibm.com huoyuxin at linux.vnet.ibm.com
Wed Jan 7 03:22:00 UTC 2015


From: Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>

Signed-off-by: Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>
---
 ui/css/theme-default/base.css |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)
 create mode 100644 ui/css/theme-default/base.css

diff --git a/ui/css/theme-default/base.css b/ui/css/theme-default/base.css
new file mode 100644
index 0000000..f143ec9
--- /dev/null
+++ b/ui/css/theme-default/base.css
@@ -0,0 +1,40 @@
+html, body {
+    font-family: 'Helvetica Neue', Helvetica, Arial;
+}
+
+/* 2 levels of header text size */
+
+.h1-bold {
+    font-size: 27px;
+    font-weight: bold;
+}
+
+.h1-light {
+    font-size: 27px;
+    font-weight: lighter;
+}
+
+.h2-bold {
+    font-size: 22px;
+    font-weight: bold;
+}
+
+/* 2 levels of content text size */
+
+.c1-bold {
+    font-size: 17px;
+    font-weight: bold;
+}
+
+.c1 {
+    font-size: 17px;
+}
+
+.c1-light {
+    font-size: 17px;
+    font-weight: lighter;
+}
+
+.c2 {
+    font-size: 14px;
+}
-- 
1.7.1




More information about the Kimchi-devel mailing list