You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ri...@apache.org on 2014/07/29 16:15:04 UTC

svn commit: r1614358 - /oodt/cms_site/trunk/content/stylesheets/style.css

Author: riverma
Date: Tue Jul 29 14:15:04 2014
New Revision: 1614358

URL: http://svn.apache.org/r1614358
Log:
Font size updates for better readability 

Modified:
    oodt/cms_site/trunk/content/stylesheets/style.css

Modified: oodt/cms_site/trunk/content/stylesheets/style.css
URL: http://svn.apache.org/viewvc/oodt/cms_site/trunk/content/stylesheets/style.css?rev=1614358&r1=1614357&r2=1614358&view=diff
==============================================================================
--- oodt/cms_site/trunk/content/stylesheets/style.css (original)
+++ oodt/cms_site/trunk/content/stylesheets/style.css Tue Jul 29 14:15:04 2014
@@ -17,18 +17,18 @@ img {border:0px;}
 figure { margin: 0 }
 /* Base Type Styles Using Modular Scale ---------------------- */
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td { margin: 0; padding: 0; font-size: 13px; direction: ltr; }
-p { font-size: 13px; line-height: 1.6; margin-bottom: 15px; }
+p { font-size: 18px; line-height: 1.6; margin-bottom: 15px; }
 p.lead { font-size: 17.5px; line-height: 1.6; margin-bottom: 17px; }
 ::-webkit-input-placeholder { font-size: 12px }
 aside p { font-size: 13px; line-height: 1.35; font-style: italic; }
 h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; color: #222222; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; margin-top: 14px; }
 h1 small,h2 small,h3 small,h4 small,h5 small,h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; }
-h1 { font-size: 40px }
-h2 { font-size: 37px }
-h3 { font-size: 27px }
-h4 { font-size: 23px }
-h5 { font-size: 17px }
-h6 { font-size: 14px }
+h1 { font-size: 47px }
+h2 { font-size: 44px }
+h3 { font-size: 34px }
+h4 { font-size: 30px }
+h5 { font-size: 24px }
+h6 { font-size: 21px }
 hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }
 .subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; }
 em,i { font-style: italic; line-height: inherit; }
@@ -401,7 +401,7 @@ div.button-bar ul.button-group:last-chil
 .nav-bar > li.has-flyout > a.flyout-toggle { background: none; border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; }
 .nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px }
 .nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666 }
-.nav-bar > li > a:first-child { position: relative; padding: 0 11px; display: block; text-decoration: none; font-size: 14px; }
+.nav-bar > li > a:first-child { position: relative; padding: 0 11px; display: block; text-decoration: none; font-size: 18px; }
 .nav-bar > li > input { margin: 0 10px }
 .nav-bar.vertical { height: auto; margin-top: 0; }
 .nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #333333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
@@ -421,7 +421,7 @@ div.button-bar ul.button-group:last-chil
 .flyout.up { top: auto; bottom: 39px; }
 ul.flyout,.nav-bar li ul { padding: 0; list-style: none; }
 ul.flyout li,.nav-bar li ul li { }
-ul.flyout li a,.nav-bar li ul li a { margin: 0px 20px; background: #fff; border: 1px solid #e6e6e6; border-width: 0px 0px 1px 0; color: #555; display: block; font-size: 12px; height: auto; line-height: 1; padding: 12px 0px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
+ul.flyout li a,.nav-bar li ul li a { margin: 0px 20px; background: #fff; border: 1px solid #e6e6e6; border-width: 0px 0px 1px 0; color: #555; display: block; font-size: 16px; height: auto; line-height: 1; padding: 12px 0px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
 ul.flyout li a:hover,.nav-bar li ul li a:hover { background: #fff; color: #333; }
 ul.flyout li.active,.nav-bar li ul li.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 1px solid #1a1a1a; }
 ul.flyout li.active a,.nav-bar li ul li.active a { background: #fff; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }