Changed Navigation Menu spacing and layout. Move colors from Vertical to Basic-Blue.

svn: r14591
This commit is contained in:
Rob G. Healey 2010-03-03 06:49:57 +00:00
parent b99bcd2a89
commit acb8e6384a
2 changed files with 25 additions and 16 deletions

View File

@ -59,12 +59,12 @@ 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;
float: left;
border-width: 0px 0px 2px 0px;
@ -72,22 +72,16 @@ div#navigation ul li {
}
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
----------------------------------------------------- */

View File

@ -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;
}