From c663d32222262f7e2e0c3d7b84f024f9629b05eb Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 13 Apr 2006 19:51:53 +0000 Subject: [PATCH] Some additional styling for subtitles and authors on biblio details screen --- .../intranet-tmpl/npl/en/includes/colors.css | 2 +- .../npl/en/includes/colors.npl.css | 2 +- .../intranet-tmpl/npl/en/includes/intranet.css | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css b/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css index ecd8e3a74f..042f60d8ee 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css @@ -201,7 +201,7 @@ h3.alert { color : #CC3300; } -h3.title { +h3.title, h4.subtitle, h5.author { background-color : #E6E6E6; } diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css b/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css index 2eda52b648..8aded693a3 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css @@ -262,7 +262,7 @@ h3.alert { color: #CC0000; } -h3.title { +h3.title, h4.subtitle, h5.author { background-color: #EEF0DB; } diff --git a/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css b/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css index f93d3c5f82..6643d26141 100644 --- a/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css +++ b/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css @@ -78,6 +78,11 @@ body { margin: 3px 0px 0px 5px; } +br.clear { + clear : both; + line-height: 1px; +} + caption { font-size: 20px; font-weight: bold; @@ -449,6 +454,12 @@ h4 { margin-top: 3px; } +h4.subtitle { + padding : 0 5px 5px 5px; + margin: 0px; + text-indent: 1em; +} + h5 { font-size: 13px; font-weight: bold; @@ -456,6 +467,13 @@ h5 { margin-top: 1px; } +h5.author { + font-size: 104%; + text-indent: 1em; + padding: 0 5px 5px 5px; + margin: 0; +} + h6 { font-size: 12px; font-weight: bold; -- 2.39.5