From c90b98ce3dd01e1a6d100d909ec6cb5e276e3bb3 Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 2 Apr 2004 15:29:51 +0000 Subject: [PATCH] new default page. --- .../default/en/includes/common-style.css | 16 +- .../default/en/includes/intranet-main.css | 217 +++++++++++++++++++++ 2 files changed, 225 insertions(+), 8 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/default/en/includes/intranet-main.css diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css index 47bf980747..36c6751cf5 100644 --- a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css +++ b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css @@ -27,10 +27,10 @@ body { border-radius: 6px; -moz-border-radius: 6px; background-color:#FFFFFF; - background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); + background-image:url("/intranet-tmpl/default/images/background-mem.gif"); } th { - background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); + background-image:url("/intranet-tmpl/default/images/background-mem.gif"); text-align: center; } @@ -49,7 +49,7 @@ table.noborder { /* header */ th { background-color: #99cccc; - background-image:url("/opac-tmpl/default/en/images/background-mem.gif"); + background-image:url("/opac-tmpl/default/images/background-mem.gif"); font-weight:bold; text-align:center; border:1px solid #000000; @@ -79,7 +79,7 @@ td.numberhilighted { h1 { color:#000000; background-color:#DDDDDD; - background-image:url("/opac-tmpl/default/en/images/background-mem.gif"); + background-image:url("/opac-tmpl/default/images/background-mem.gif"); font-size: 150%; text-align:center; padding: 4px; @@ -87,7 +87,7 @@ h1 { } #bloctitle{ - background-image:url("/opac-tmpl/default/en/images/background-mem.gif"); + background-image:url("/opac-tmpl/default/images/background-mem.gif"); color:#000000; font-size: 125%; text-align:center; @@ -154,7 +154,7 @@ a.submenu:hover { background-color:#EEEEEE; font-weight: bold; margin:0; - background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); + background-image:url("/intranet-tmpl/default/images/background-mem.gif"); } a.submenu2 { @@ -173,7 +173,7 @@ a.submenu2:hover { color:#777777; background-color:#CCCCCC; font-weight: bold; - background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); + background-image:url("/intranet-tmpl/default/images/background-mem.gif"); margin:0; } @@ -200,7 +200,7 @@ a.submenu2:hover { .koha { text-align:center; - background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); + background-image:url("/intranet-tmpl/default/images/background-mem.gif"); font-size:130%; font-weight:bold; padding-left:10px; diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/intranet-main.css b/koha-tmpl/intranet-tmpl/default/en/includes/intranet-main.css new file mode 100644 index 0000000000..d2c8ec452b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/default/en/includes/intranet-main.css @@ -0,0 +1,217 @@ +body { + font-family:verdana,arial,helvetica; + font-size:12pt; + margin:0px; + padding:0px; + background-color:#99CC33; + color:#000000; +} + +.mainbloc { +/* margin:5% 5% 5% 5%; */ + margin:2%; +} +.hint { + background-color:#FFF; + color:#000000; + border:1px solid #000000; + padding:5px; + margin-left:40%; + margin-right:5%; + width:40%; + height:90%; + -moz-border-radius:6px; + position:absolute; +} + +.image { + float:left; + background-image:url("/intranet-tmpl/default/images/koha-logo.gif"); + background-repeat:no-repeat; + width:300px; + height:426px; + padding-top:90px; + text-align:center; + vertical-align:middle; +/* background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); */ +} +a { + text-decoration: none; + font-size:24pt; + padding:3px 50px 3px 3px; + line-height:200%; +} +.koha { + text-align:center; + background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); +} + + +h1.catalogue{ + text-align:center; + background-color:#ad11ad; + color: #FFFFFF; + text-decoration: normal; + font-weight: bold; +} + +h1.members{ + text-align:center; + background-color: #86c268; + color: #000000; + text-decoration: normal; + font-weight: bold; +} + +h1.acquisition{ + text-align:center; + background-color: #ffdf61; + color: #000000; + text-decoration: normal; + font-weight: bold; +} + +h1.reports{ + text-align:center; + background-color: #6b7cbe; + color: #000000; + text-decoration: normal; + font-weight: bold; +} + +h1.circulation{ + text-align:center; + background-color: #be6170; + color: #000000; + text-decoration: normal; + font-weight: bold; +} + +h1.parameters{ + text-align:center; + background-color: #86c268; + color: #000000; + text-decoration: normal; + font-weight: bold; +} + + +a.catalogue { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + font-weight: bold; + line-height:200%; + } +a.catalogue:hover { + font-weight: normal; + text-decoration: none; + cursor: hand; + background-color:#ad11ad; + color:#FFFFFF; + font-weight: bold; + border:1px solid #000000; + line-height:200%; + } + +a.members { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + font-weight: bold; + line-height:200%; + } +a.members:hover { + background-color: #86c268; + border:1px solid #000000; + color: #000000; + text-decoration: none; + font-weight: bold; + line-height:200%; + } + +a.acquisition { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + font-weight: bold; + line-height:200%; + } +a.acquisition:hover { + background-color: #ffdf61; + border:1px solid #000000; + color: #000000; + text-decoration: normal; + font-weight: bold; + line-height:200%; + } + +a.reports { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + font-weight: bold; + line-height:200%; + } +a.reports:hover { + background-color: #6b7cbe; + border:1px solid #000000; + color: #000000; + text-decoration: normal; + font-weight: bold; + line-height:200%; + } + +a.circulation { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + font-weight: bold; + line-height:200%; + } +a.circulation:hover { + background-color: #be6170; + border:1px solid #000000; + color: #000000; + text-decoration: normal; + font-weight: bold; + line-height:200%; + } + +a.parameters { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + font-weight: bold; + line-height:200%; + } +a.parameters:hover { + background-color: #86c268; + border:1px solid #000000; + color: #000000; + text-decoration: normal; + font-weight: bold; + line-height:200%; + } +a.about { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + font-weight: bold; + line-height:200%; + } +a.about:hover { + background-color: #86c268; + border:1px solid #000000; + color: #000000; + text-decoration: normal; + font-weight: bold; + line-height:200%; + } -- 2.11.0