From 562acf8b6ae69d02b58bdbeec8c5261dccc3d52a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 27 May 2003 21:03:48 +0000 Subject: - Theme maintenance: moved CSS to separate stylesheet, updated to use relative font sizes, etc. Thanks Al. --- themes/marvin/marvin.css | 26 ++++++++++++++++++++++++++ themes/marvin/marvin.theme | 17 +---------------- themes/unconed/unconed.css | 26 ++++++++++++++++++++++++++ themes/unconed/unconed.theme | 10 +--------- 4 files changed, 54 insertions(+), 25 deletions(-) create mode 100644 themes/marvin/marvin.css create mode 100644 themes/unconed/unconed.css diff --git a/themes/marvin/marvin.css b/themes/marvin/marvin.css new file mode 100644 index 000000000..9757f827c --- /dev/null +++ b/themes/marvin/marvin.css @@ -0,0 +1,26 @@ +body { + margin: 10px; + color: #000000; + background-color: #fff; + font-family: verdana, arial, helvetica, sans-serif; + font-size: 82%; +} +h1 { + font-size: 1.2em; +} +h2 { + font-size: 1.1em; +} +h3, h4, h5, h6 { + font-size: 1em; +} +p { + margin: 0 0 1em 0; + padding: 0; +} +img { + border-width: 0; +} +table { + font-size: 1em; +} diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 7f2e91fd0..5217d5211 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -46,22 +46,7 @@ ?> > diff --git a/themes/unconed/unconed.css b/themes/unconed/unconed.css new file mode 100644 index 000000000..5bc68fd1d --- /dev/null +++ b/themes/unconed/unconed.css @@ -0,0 +1,26 @@ +body { + margin: 10px; + color: #000000; + background-color: #c8c8d0; + font-family: verdana, arial, helvetica, sans-serif; + font-size: 82%; +} +h1 { + font-size: 1.2em; +} +h2 { + font-size: 1.1em; +} +h3, h4, h5, h6 { + font-size: 1em; +} +p { + margin: 0 0 1em 0; + padding: 0; +} +img { + border-width: 0; +} +table { + font-size: 1em; +} diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index f1dee7e58..5c8f60865 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -54,15 +54,7 @@ <?php echo ($title ? ($title . " - ") : "") . variable_get(site_name, "drupal"); ?> " /> > -- cgit v1.2.3