From 238e741ec38f566d5157e27797d016122ba3075b Mon Sep 17 00:00:00 2001 From: imakewebthings Date: Sat, 14 Apr 2012 12:49:22 +0800 Subject: [PATCH] Bigger theme default font size --- themes/style/neon.css | 2 +- themes/style/neon.scss | 2 +- themes/style/swiss.css | 2 +- themes/style/swiss.scss | 2 +- themes/style/web-2.0.css | 2 +- themes/style/web-2.0.scss | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/style/neon.css b/themes/style/neon.css index 5598b55..aaaeb93 100644 --- a/themes/style/neon.css +++ b/themes/style/neon.css @@ -1,6 +1,6 @@ .deck-container { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; - font-size: 1.25em; + font-size: 1.75em; color: #aaa; background: #000; } diff --git a/themes/style/neon.scss b/themes/style/neon.scss index eb30ef0..d44babf 100644 --- a/themes/style/neon.scss +++ b/themes/style/neon.scss @@ -1,6 +1,6 @@ .deck-container { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; - font-size:1.25em; + font-size:1.75em; color:#aaa; background:#000; diff --git a/themes/style/swiss.css b/themes/style/swiss.css index 8598ae2..a247af9 100644 --- a/themes/style/swiss.css +++ b/themes/style/swiss.css @@ -1,6 +1,6 @@ .deck-container { font-family: "Helvetica Neue", sans-serif; - font-size: 1.25em; + font-size: 1/75em; background: #fff; } .deck-container .slide { diff --git a/themes/style/swiss.scss b/themes/style/swiss.scss index 15be164..d531924 100644 --- a/themes/style/swiss.scss +++ b/themes/style/swiss.scss @@ -1,6 +1,6 @@ .deck-container { font-family: "Helvetica Neue", sans-serif; - font-size:1.25em; + font-size:1/75em; background:#fff; .slide { diff --git a/themes/style/web-2.0.css b/themes/style/web-2.0.css index 5fbca31..a30bd6f 100644 --- a/themes/style/web-2.0.css +++ b/themes/style/web-2.0.css @@ -1,7 +1,7 @@ @charset "UTF-8"; .deck-container { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; - font-size: 1.25em; + font-size: 1.75em; background: #f4fafe; /* Old browsers */ background: -moz-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%); diff --git a/themes/style/web-2.0.scss b/themes/style/web-2.0.scss index f5ac86d..2b36fae 100644 --- a/themes/style/web-2.0.scss +++ b/themes/style/web-2.0.scss @@ -21,7 +21,7 @@ .deck-container { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; - font-size:1.25em; + font-size:1.75em; background: rgb(244,250,254); /* Old browsers */ background: -moz-linear-gradient(top, rgba(244,250,254,1) 0%, rgba(204,240,240,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,250,254,1)), color-stop(100%,rgba(204,240,240,1))); /* Chrome,Safari4+ */ -- 2.11.4.GIT