From acb8e6384a30e086d1d99e32fb77f0895c041ca6 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Wed, 3 Mar 2010 06:49:57 +0000 Subject: [PATCH] Changed Navigation Menu spacing and layout. Move colors from Vertical to Basic-Blue. svn: r14591 --- src/data/Web_Alphabet-Vertical.css | 14 ++++---------- src/data/Web_Basic-Blue.css | 27 +++++++++++++++++++++------ 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/src/data/Web_Alphabet-Vertical.css b/src/data/Web_Alphabet-Vertical.css index cee862e6e..9b7346243 100755 --- a/src/data/Web_Alphabet-Vertical.css +++ b/src/data/Web_Alphabet-Vertical.css @@ -59,35 +59,29 @@ div#navigation { div#navigation ul { display: inline; list-style: none; + height: 24px; padding: 0px 9px 0px 9px; margin: 0; } div#navigation ul li { font: bold 14px/100% sans; - padding: 10px 10px 10px 0px; - margin:0; + margin: 0; float: left; border-width: 0px 0px 2px 0px; border-style: solid; } div#navigation ul li:first-child { border-top: 0; + margin-top: 10px; } div#navigation ul li a { text-decoration: none; display: block; - padding: 10px 0px 6px 10px; + padding: 8px 8px 8px 8px; } div#navigation ul li a:hover { } -div#navigation ul li.CurrentSection a { - color: #FFF; - background-color: #00029D; -} -div#navigation ul li.CurrentSection a:hover { - border: solid 2px #000; -} /* Alphabet Navigation ----------------------------------------------------- */ diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index c87bb2fb8..6a95b9bdd 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -1,4 +1,4 @@ -./* +/* # # Gramps - a GTK+/GNOME based genealogy program # @@ -48,6 +48,17 @@ Females Web_Gender_Female.png NarrativeWeb Styles -------------------------------------------------------------------------------------------- */ +/* Navigation +----------------------------------------------------- */ +div#navigation ul li.CurrentSection a { + color: #FFF; + background-color: #00029D; +} +div#navigation ul li.CurrentSection a:hover { + border: solid 2px #13A926; + background-color: #000; +} + /* General Elements ----------------------------------------------------- */ div { @@ -489,20 +500,24 @@ div#IndividualDetail div.subsection table tr td:first-child { /* Places ----------------------------------------------------- */ -#Places { +div#Places { margin: 0; padding: 0; } -#Places table.infolist tbody tr td.ColumnLetter { + +div#Places table.infolist tbnody tr td { + border-bottom: dashed 1px #000; +} +div#Places table.infolist tbody tr td.ColumnLetter { background-color: #D8F3D6; } -#Places table.infolist tbody tr td.ColumnLetter a:hover { +div#Places table.infolist tbody tr td.ColumnLetter a:hover { background: none; } -#Places table.infolist tbody tr td.ColumnName { +div#Places table.infolist tbody tr td.ColumnName { background-color: #FFF; } -#Places table.infolist tbody tr td.ColumnName a { +div#Places table.infolist tbody tr td.ColumnName a { padding:.1em 10px .3em 10px; }