Clean up of a lot of code, complete re-do of the navigation and alphabet menus.
svn: r18689
This commit is contained in:
@@ -33,6 +33,7 @@ Lt. Blue #BCEAF6
|
||||
Green #13A926
|
||||
Black #000
|
||||
White #FFF
|
||||
brick red #903
|
||||
|
||||
===== Ancestor Graph Color Scheme =====
|
||||
Males #BCEAF6
|
||||
@@ -48,7 +49,7 @@ Females Web_Gender_Female.png
|
||||
NarrativeWeb Styles
|
||||
================================================= */
|
||||
body {
|
||||
background-color: #000;
|
||||
background-color: #00029D;
|
||||
color: #00029D;
|
||||
}
|
||||
div {
|
||||
@@ -116,14 +117,14 @@ h2 {
|
||||
float: center;
|
||||
}
|
||||
h3 {
|
||||
font: normal 1.6em serif;
|
||||
font: bold italic 1.6em serif;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
padding:.5em 20px .2em 20px;
|
||||
border-bottom: double 4px #000;
|
||||
}
|
||||
h4 {
|
||||
font: normal 1em serif;
|
||||
font: bold 1.2em sans-serif;
|
||||
background-color: #00029D;
|
||||
color: #FFF;
|
||||
padding: 0px 0px 0px 20px;
|
||||
@@ -182,37 +183,6 @@ span.preposition {
|
||||
font:normal .8em/1.2em monospace;
|
||||
}
|
||||
|
||||
/* Menu Elements
|
||||
================================================= */
|
||||
div#navigation ul, div#subnavigation ul, div#alphabet ul {
|
||||
background-color: #00029D;
|
||||
}
|
||||
div#navigation ul li, div#subnavigation ul li, div#alphabet ul li {
|
||||
border-color: #BCEAF6;
|
||||
}
|
||||
div#alphabet ul li:after {
|
||||
color: #FFF;
|
||||
}
|
||||
div#navigation ul li a, div#subnavigation ul li a, div#alphabet ul li a {
|
||||
color: #FFF;
|
||||
}
|
||||
div#navigation ul li a:hover, div#subnavigation ul li a:hover, div#alphabet ul li a:hover {
|
||||
color: #000;
|
||||
}
|
||||
div#navigation ul li.CurrentSection a, div#subnavigation ul li.CurrentSection a {
|
||||
background-color: #FFF;
|
||||
color: #00029D;
|
||||
font: bold .9em sans;
|
||||
}
|
||||
div#navigation ul li.CurrentSection a:hover {
|
||||
background-color: #BCEAF6;
|
||||
color: #000;
|
||||
}
|
||||
div#subnavigation ul li.CurrentSection a:hover {
|
||||
background-color: #000;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
/* Gramps Styled Notes
|
||||
------------------------------------------------------- */
|
||||
div#grampsstylednote a {
|
||||
@@ -827,7 +797,7 @@ div#SourceCitationReferents ol.Col3 {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
div#SourceCitationReferents ol.Col4 {
|
||||
list-style-type: upper-roman;;
|
||||
list-style-type: upper-roman;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user