From 23b0fdfc9bdeb4aed2ee334645d6ce15998dbe73 Mon Sep 17 00:00:00 2001 From: rangi Date: Tue, 17 Jun 2003 07:06:50 +0000 Subject: [PATCH] More templating work --- .../unido/en/includes/acquisitions-bottom.inc | 2 +- .../unido/en/includes/acquisitions-top.inc | 2 +- .../unido/en/includes/cat-bottom.inc | 2 +- .../unido/en/includes/cat-top.inc | 2 +- .../intranet-tmpl/unido/en/includes/main.css | 89 ++++++-- .../unido/en/includes/members-bottom.inc | 2 +- .../unido/en/includes/members-top.inc | 207 ++++++++++-------- 7 files changed, 183 insertions(+), 123 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/unido/en/includes/acquisitions-bottom.inc b/koha-tmpl/intranet-tmpl/unido/en/includes/acquisitions-bottom.inc index 1073a439cb..809bd524c8 100644 --- a/koha-tmpl/intranet-tmpl/unido/en/includes/acquisitions-bottom.inc +++ b/koha-tmpl/intranet-tmpl/unido/en/includes/acquisitions-bottom.inc @@ -3,7 +3,7 @@ - + /images/holder.gif" width="40" height="1" border="0" alt="" /> diff --git a/koha-tmpl/intranet-tmpl/unido/en/includes/acquisitions-top.inc b/koha-tmpl/intranet-tmpl/unido/en/includes/acquisitions-top.inc index 8aaa54f5e0..4d71c343bc 100644 --- a/koha-tmpl/intranet-tmpl/unido/en/includes/acquisitions-top.inc +++ b/koha-tmpl/intranet-tmpl/unido/en/includes/acquisitions-top.inc @@ -117,6 +117,6 @@ You are Logged in as: - + /images/holder.gif" width="40" height="1" border="0" alt="" /> diff --git a/koha-tmpl/intranet-tmpl/unido/en/includes/cat-bottom.inc b/koha-tmpl/intranet-tmpl/unido/en/includes/cat-bottom.inc index 1073a439cb..809bd524c8 100644 --- a/koha-tmpl/intranet-tmpl/unido/en/includes/cat-bottom.inc +++ b/koha-tmpl/intranet-tmpl/unido/en/includes/cat-bottom.inc @@ -3,7 +3,7 @@ - + /images/holder.gif" width="40" height="1" border="0" alt="" /> diff --git a/koha-tmpl/intranet-tmpl/unido/en/includes/cat-top.inc b/koha-tmpl/intranet-tmpl/unido/en/includes/cat-top.inc index 45064ae84a..ff8ce28a5f 100644 --- a/koha-tmpl/intranet-tmpl/unido/en/includes/cat-top.inc +++ b/koha-tmpl/intranet-tmpl/unido/en/includes/cat-top.inc @@ -105,6 +105,6 @@ You are Logged in as: - + /images/holder.gif" width="40" height="1" border="0" alt="" /> diff --git a/koha-tmpl/intranet-tmpl/unido/en/includes/main.css b/koha-tmpl/intranet-tmpl/unido/en/includes/main.css index beecdc4269..c085a23d23 100644 --- a/koha-tmpl/intranet-tmpl/unido/en/includes/main.css +++ b/koha-tmpl/intranet-tmpl/unido/en/includes/main.css @@ -3,6 +3,7 @@ body { background-color: #FFFFFF; font-family: arial,helvetica, san-serif; + font-size: 12px; margin: 0px; padding: 0px; } @@ -33,18 +34,18 @@ a:visited { a:hover { background:#D6F96A; color:#000000; - padding:4px; + } h1,h2,h3,h4 { color: #55127B; - font-family: arial,helvetica;} + font-family: "arial narrow",arial,helvetica;} h1 { - font-size: 32px; + font-size: 28px; margin-bottom: 0px; padding-bottom: 0px; @@ -83,15 +84,16 @@ table.content { table.data {padding:opx; margin:0px;} + .column-first{ border-right: 1px; border-color: #55127B; border-style: solid; - border-top: 0px; + border-top: 0px; border-left: 0px; border-bottom: 0px; - padding-right:4px; - line-height: 20px; + padding-right:8px; + line-height: 28px; } @@ -100,21 +102,29 @@ table.data {padding:opx; border-right: 1px; border-color: #55127B; border-style: solid; - border-top: 0px; + border-top: 0px; border-left: 0px; border-bottom: 0px; - padding-right,:4px; - padding-left:4px; - line-height: 20px; + padding-right,:8px; + padding-left:8px; + line-height: 28px; +} + + + +.column-last{ + border-right: 0px; + border-color: #55127B; + border-style: solid; + border-top: 0px; + border-left: 0px; + border-bottom: 0px; + padding-right,:8px; + padding-left:8px; + line-height: 24px; } -column-last:{ - padding-right:4px; - padding-left:4px; - line-height: 20px; - padding-bottom:0px; - margin-bottom:0px; @@ -138,12 +148,26 @@ column-last:{ color: #000000; } -.data-header { +.data-header td { font-weight: bold; - - + border-bottom: 1px; + border-color: #55127B; + border-style: solid; } + .delete{ + background-color: #e1d9a6; + border: 1px; + border-color: #000000; + border-style: solid; + color: #C57619; + font-family: arial,hevetica,sans-serif; + font-size: small; + font-weight: bold; + padding: 4px; + height : 30px; +} + .go { color: #FEEDDB; @@ -205,16 +229,31 @@ input.checkbox {} font-weight: bold; } +.reset { + background-color: #A88050; + border: 1px; + border-color: #000000; + border-style: solid; + color: #FEEDDB; + font-family: verdana,arial,hevetica; + font-size: small; + font-weight: bold; + padding: 4px; +} + td.heading {padding-top: 32px;} .tip { -color:#AB89BB;} +color:#AB89BB; +line-height:32px; } .tip-big { font-size: 32pt; - font: ocean-sans, times,serif; + font-family: ocean-sans, times,serif; + font-style: oblique; + } @@ -267,6 +306,13 @@ a.selected { color:#FFFFFF; } + + +a:visted.selected { + + color:#FFFFFF; + + } a:hover.selected { @@ -331,6 +377,7 @@ a:hover.selected { font-weight: bold; padding: 4px; height : 30px; + } diff --git a/koha-tmpl/intranet-tmpl/unido/en/includes/members-bottom.inc b/koha-tmpl/intranet-tmpl/unido/en/includes/members-bottom.inc index 1073a439cb..809bd524c8 100644 --- a/koha-tmpl/intranet-tmpl/unido/en/includes/members-bottom.inc +++ b/koha-tmpl/intranet-tmpl/unido/en/includes/members-bottom.inc @@ -3,7 +3,7 @@ - + /images/holder.gif" width="40" height="1" border="0" alt="" /> diff --git a/koha-tmpl/intranet-tmpl/unido/en/includes/members-top.inc b/koha-tmpl/intranet-tmpl/unido/en/includes/members-top.inc index 9d6d2176e2..14c67d5532 100644 --- a/koha-tmpl/intranet-tmpl/unido/en/includes/members-top.inc +++ b/koha-tmpl/intranet-tmpl/unido/en/includes/members-top.inc @@ -1,97 +1,110 @@ - - - - -KOHA: INTRANET: Members -/includes/common-style.css"> - - - - - - - - - - -
- - -
- - -
-
-
- -

Logged in as: [Log Out]

- -

Log In to Koha

-
+ + + + +KOHA: INTRANET: Members +/includes/common-style.css"> + + + + + + + + + + +
+ + +
+ + +
+
+
+ +

Logged in as: [Log Out]

+ +

Log In to Koha

+
+ + + +

+ + + + + + + /images/holder.gif" width="40" height="1" border="0" alt="" /> + + -- 2.39.5