From 047147de2f6028856d84725907568aaee1622737 Mon Sep 17 00:00:00 2001 From: rangi Date: Tue, 17 Jun 2003 10:38:16 +0000 Subject: [PATCH] style sheet to hide styles from Netscape 4.7 --- .../unido/en/includes/home-modern.css | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 koha-tmpl/opac-tmpl/unido/en/includes/home-modern.css diff --git a/koha-tmpl/opac-tmpl/unido/en/includes/home-modern.css b/koha-tmpl/opac-tmpl/unido/en/includes/home-modern.css new file mode 100644 index 0000000000..dc219f1fbf --- /dev/null +++ b/koha-tmpl/opac-tmpl/unido/en/includes/home-modern.css @@ -0,0 +1,32 @@ +input.ok { + background-color: #d59b61; + font-family: arial, helvetica, sans-serif; + font-size: 14px; + font-weight: bold; + + text-align: center; + border: 1px; + border-color: #000000; + border-style: solid; + padding: 4px; + height : 28px; +} + + +.search-heading { + + margin-bottom: 44px; + line-height: 60px; + +} + + +h1 { + font-family: ocean sans, garamond, times, serif; + font-size: 48px; + font-weight: normal; + font-style: italic; + margin-bottom: 44px; + line-height: 60px; + + } \ No newline at end of file -- 2.39.5