diff --git a/src/data/Web_Basic-Ash.css b/src/data/Web_Basic-Ash.css index 2291b4a2d..dadaab7d8 100644 --- a/src/data/Web_Basic-Ash.css +++ b/src/data/Web_Basic-Ash.css @@ -212,7 +212,7 @@ a:visited { background-color:#CCC; border-bottom:solid 1px #000; } -#navigation ul li#CurrentSection a, #subnavigation ul li#CurrentSection a { +#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a { padding-bottom:4px; border-top:solid 1px #999; border-right:solid 1px #999; @@ -220,10 +220,10 @@ a:visited { border-bottom:solid 1px #FFF; background-color:#FFF; } -#navigation ul li#CurrentSection a:hover { +#navigation ul li.CurrentSection a:hover { background-color:#FFF; } -#subnavigation ul li#CurrentSection a { +#subnavigation ul li.CurrentSection a { border-width:0 0 1px 0; } diff --git a/src/data/Web_Basic-Cypress.css b/src/data/Web_Basic-Cypress.css index 9f300e972..47e7e5f64 100644 --- a/src/data/Web_Basic-Cypress.css +++ b/src/data/Web_Basic-Cypress.css @@ -209,7 +209,7 @@ a:visited { border-top:solid 1px #454; border-bottom:solid 1px #000; } -#navigation ul li#CurrentSection a { +#navigation ul li.CurrentSection a { color:#454; padding-bottom:4px; border-top:solid 1px #7C8F7C; @@ -218,7 +218,7 @@ a:visited { border-bottom:solid 1px #FFF; background-color:#FFF; } -#navigation ul li#CurrentSection a:hover { +#navigation ul li.CurrentSection a:hover { padding-top:5px; background-color:#FFF; } diff --git a/src/data/Web_Basic-Lilac.css b/src/data/Web_Basic-Lilac.css index 3d8c2d991..678da82b7 100644 --- a/src/data/Web_Basic-Lilac.css +++ b/src/data/Web_Basic-Lilac.css @@ -210,7 +210,7 @@ a:visited { background-color:#B4B4CB; border-bottom:solid 1px #000; } -#navigation ul li#CurrentSection a, #subnavigation ul li#CurrentSection a { +#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a { padding-bottom:4px; border-top:solid 1px #669; border-right:solid 1px #669; @@ -218,10 +218,10 @@ a:visited { border-bottom:solid 1px #FAFAFF; background-color:#FAFAFF; } -#navigation ul li#CurrentSection a:hover { +#navigation ul li.CurrentSection a:hover { background-color:#FAFAFF; } -#subnavigation ul li#CurrentSection a { +#subnavigation ul li.CurrentSection a { border-width:0 0 1px 0; } diff --git a/src/data/Web_Basic-Peach.css b/src/data/Web_Basic-Peach.css index 73d08ae6b..260a79fc1 100644 --- a/src/data/Web_Basic-Peach.css +++ b/src/data/Web_Basic-Peach.css @@ -211,7 +211,7 @@ a:visited { background-color:#FFC35E; border-bottom:solid 1px #36220B; } -#navigation ul li#CurrentSection a, #subnavigation ul li#CurrentSection a { +#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a { padding-bottom:4px; border-top:solid 1px #8C581C; border-right:solid 1px #8C581C; @@ -219,10 +219,10 @@ a:visited { border-bottom:solid 1px #FFFBE7; background-color:#FFFBE7; } -#navigation ul li#CurrentSection a:hover { +#navigation ul li.CurrentSection a:hover { background-color:#FFFBE7; } -#subnavigation ul li#CurrentSection a { +#subnavigation ul li.CurrentSection a { border-width:0 0 1px 0; } diff --git a/src/data/Web_Basic-Spruce.css b/src/data/Web_Basic-Spruce.css index 31f96e432..0a14b2a42 100644 --- a/src/data/Web_Basic-Spruce.css +++ b/src/data/Web_Basic-Spruce.css @@ -211,7 +211,7 @@ a:visited { background-color:#BFD0EA; border-bottom:solid 1px #000; } -#navigation ul li#CurrentSection a, #subnavigation ul li#CurrentSection a { +#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a { padding-bottom:4px; border-top:solid 1px #7CA3DD; border-right:solid 1px #7CA3DD; @@ -219,10 +219,10 @@ a:visited { border-bottom:solid 1px #FFF; background-color:#FFF; } -#navigation ul li#CurrentSection a:hover { +#navigation ul li.CurrentSection a:hover { background-color:#FFF; } -#subnavigation ul li#CurrentSection a { +#subnavigation ul li.CurrentSection a { border-width:0 0 1px 0; } diff --git a/src/data/Web_Mainz.css b/src/data/Web_Mainz.css index af147176b..ce72523ee 100644 --- a/src/data/Web_Mainz.css +++ b/src/data/Web_Mainz.css @@ -232,7 +232,7 @@ a:visited { #navigation ul li a:hover, #subnavigation ul li a:hover { background-color:#FFFFE7; } -#navigation ul li#CurrentSection a, #subnavigation ul li#CurrentSection a { +#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a { font-family:Georgia, serif; font-weight:bold; font-style:italic; @@ -242,12 +242,12 @@ a:visited { border-width:1px 1px 0 1px; border-color:#7D5925; } -#navigation ul li#CurrentSection a:hover { +#navigation ul li.CurrentSection a:hover { } #subnavigation { background-image:url(../images/Web_Mainz_Mid.png); } -#subnavigation ul li#CurrentSection a { +#subnavigation ul li.CurrentSection a { border-width:0 0 1px 0; } diff --git a/src/data/Web_Nebraska.css b/src/data/Web_Nebraska.css index 6a1812d99..1e8dccd78 100644 --- a/src/data/Web_Nebraska.css +++ b/src/data/Web_Nebraska.css @@ -236,7 +236,7 @@ p#user_header { background-color:#C1B398; border-bottom:solid 1px #542; } -#navigation ul li#CurrentSection a, #subnavigation ul li#CurrentSection a { +#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a { font-size:19px; margin-top:-6px; padding-top:11px; @@ -246,10 +246,10 @@ p#user_header { border-bottom:solid 1px #FFF; background-color:#FFF; } -#navigation ul li#CurrentSection a:hover { +#navigation ul li.CurrentSection a:hover { background-color:#FFF; } -#subnavigation ul li#CurrentSection a { +#subnavigation ul li.CurrentSection a { border-width:0 0 1px 0; } diff --git a/src/data/Web_Visually.css b/src/data/Web_Visually.css index 4a978d901..acb52494a 100644 --- a/src/data/Web_Visually.css +++ b/src/data/Web_Visually.css @@ -1,5 +1,5 @@ /* -************************************************************************************************** + ************************************************************************************************** Copyright Holder and License ************************************************************************************************** GRAMPS Cascading Style Sheet @@ -105,13 +105,6 @@ img { .content div.snapshot div.thumbnail p { display:none; } -.fullclear { - width:100%; - height:1px; - margin:0; - padding:0; - clear:both; -} /* General Text ----------------------------------------------------- */ @@ -246,7 +239,7 @@ p#user_header { background-color:#C1B398; border-bottom:solid 1px #453619; } -#navigation ul li#CurrentSection a, #subnavigation ul li#CurrentSection a { +#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a { font-weight:bold; font-size:16px; margin-top:-6px; @@ -258,10 +251,10 @@ p#user_header { background-color:#FFF; color:#000; } -#navigation ul li#CurrentSection a:hover { +#navigation ul li.CurrentSection a:hover { background-color:#FFF; } -#subnavigation ul li#CurrentSection a { +#subnavigation ul li.CurrentSection a { border-width:0 0 1px 0; } @@ -1027,14 +1020,6 @@ div#pedigree { #footer p#copyright img { margin-right:10px; } -#footer p#quality { - width:100%; - text-align:center; - color:#FFF; -} -#footer p#quality img { - float:center; -} #user_footer { width:70%; float:left; diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index d11a4ddea..5864dfefe 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -371,7 +371,8 @@ class BasePage: Note. 'title' is used as currentsection in the navigation links. """ - of.write('\n') + of.write('\n') xmllang = Utils.xml_lang() @@ -482,7 +483,7 @@ class BasePage: if "img" in self.report.cur_fname: cs = True - cs = cs and ' id="CurrentSection"' or '' + cs = cs and ' class="CurrentSection"' or '' of.write('\t\t\t%s\n' % (cs, url_fname, nav_text)) of.write('\t\t\n') diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 5811d4509..2705d1fba 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -404,7 +404,7 @@ class WebCalReport(Report): url += self.ext # Figure out if we need
  • or just plain
  • - cs = url_fname == currentsection and ' id="CurrentSection"' or '' + cs = url_fname == currentsection and ' class="CurrentSection"' or '' of.write('\t\t%s
  • \n' % (cs, url, nav_text)) of.write('\t\n') @@ -456,7 +456,7 @@ class WebCalReport(Report): # determine if we need to highlight??? highlight = '' if str(cal_year) == currentsection: - highlight = ' id="CurrentSection"' + highlight = ' class="CurrentSection"' of.write('\t\t%d\n' % (highlight, url, cal_year)) @@ -682,7 +682,8 @@ class WebCalReport(Report): root of the directory tree (i.e. to self.html_dir). """ - of.write('\n') + of.write('\n') xmllang = Utils.xml_lang() of.write('\n') + of.write('\t\n') # link to print stylesheet if add_print: fname = '/'.join(subdirs + ['styles'] + ["Web_Print-Default.css"]) - of.write('\t\n') + of.write('\t\n') # link to GRAMPS favicon fname = '/'.join(subdirs + ['images'] + ['favicon.ico']) - of.write('\t\n') + of.write('\t\n') of.write('\n\n')