From 03030661e9afe2246ee617650503aaefa5761f2d Mon Sep 17 00:00:00 2001 From: Jeremy Shipman Date: Fri, 2 Nov 2007 03:12:46 +0000 Subject: [PATCH] fixing cms typography git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44169 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 2 ++ css/typography.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 css/typography.css diff --git a/css/cms_right.css b/css/cms_right.css index 8c852eab..83c30c79 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -101,6 +101,8 @@ .right form h2 { color: #000; + font-size:12px; + font-weight:bold; clear: both; } diff --git a/css/typography.css b/css/typography.css new file mode 100644 index 00000000..44b9223c --- /dev/null +++ b/css/typography.css @@ -0,0 +1,50 @@ +body { + font-size: 62.5%; +} +* { + font-family: Arial; + font-size: 1em; + +} +p, ul, td, th { + font-size: 1.2em; +} + /* overrides (to avoid larger font-sizing) */ + ul ul, + th p, + td p, + div ul.optionset { + font-size: 1em; + } + +ul ul { + font-size: 1em; +} +h1 { + font-size: 2em; + color: #0074C6; +} +h2 { + font-size: 1.8em; + color: #0074C6; +} + +a { + color: #162F42; + text-decoration: underline; +} +a:hover { + color: #0074C6; + text-decoration: underline; +} +a img { + border-style: none; +} +#Header a, #ProductGroups a, #Products a { + color: white; +} + + +#Header h1 { + color: white; +}