merge changes from gramps20
svn: r5482
This commit is contained in:
@@ -13,7 +13,9 @@ dist_pkgdata_DATA = \
|
||||
main2.css\
|
||||
main3.css\
|
||||
main4.css\
|
||||
main5.css
|
||||
main5.css\
|
||||
main6.css\
|
||||
document.png
|
||||
|
||||
EXTRA_DIST = \
|
||||
gramps.desktop \
|
||||
|
BIN
gramps2/src/data/document.png
Normal file
BIN
gramps2/src/data/document.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
@@ -15,6 +15,18 @@
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/spellcheck</key>
|
||||
<applyto>/apps/gramps/behavior/spellcheck</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Enable the spelling checker, if available</short>
|
||||
<long>If set to 1, the spelling checker will be enabled if it is available on the system.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/betawarn</key>
|
||||
<applyto>/apps/gramps/behavior/betawarn</applyto>
|
||||
|
@@ -4,81 +4,13 @@
|
||||
/* Standard Tags {{{1
|
||||
*/
|
||||
BODY {
|
||||
font-family: "Arial", "Helvetica", sans-serif;
|
||||
font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
background-color: #ffffff;
|
||||
|
||||
}
|
||||
|
||||
P,BLOCKQUOTE {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
DIV {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
TD {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
H1 {
|
||||
font-family: "Verdana", "Bistream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
font-weight: bolder;
|
||||
font-size: 160%;
|
||||
margin: 2px;
|
||||
}
|
||||
H2 {
|
||||
font-family: "Verdana", "Bistream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
font-weight: bolder;
|
||||
font-style: italic;
|
||||
font-size: 150%;
|
||||
}
|
||||
H3 {
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
}
|
||||
H4 {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.3em;
|
||||
padding-left: 4px;
|
||||
|
||||
|
||||
}
|
||||
H5 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
H6 {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: 100%;
|
||||
margin-left: 1em;
|
||||
margin-top: 1.3em;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
|
||||
HR {
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
border-top: 0; /* Hack: Mozilla work-around to eliminate "groove" */
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
A:link {
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:visited {
|
||||
color: #333;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:hover {
|
||||
background-color: #eee;
|
||||
color: #000;
|
||||
@@ -89,150 +21,234 @@ A:active {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
SUP {
|
||||
line-height: 0;
|
||||
A:visited {
|
||||
color: #333;
|
||||
text-decoration: underline;
|
||||
}
|
||||
DIV {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
P {
|
||||
font-size: 14px;
|
||||
}
|
||||
H1 {
|
||||
/*font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;*/
|
||||
font-weight: bolder;
|
||||
font-size: 160%;
|
||||
margin: 2px;
|
||||
}
|
||||
H2 {
|
||||
/*font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;*/
|
||||
font-weight: bolder;
|
||||
font-style: italic;
|
||||
font-size: 150%;
|
||||
}
|
||||
H3 {
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding: 10px 0px 10px 0px;
|
||||
|
||||
}
|
||||
H4 {
|
||||
margin: 1em 0em 0.3em 0em;
|
||||
padding-left: 4px;
|
||||
border-bottom: 1px solid #999;
|
||||
}
|
||||
H5 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
H6 {
|
||||
font-style: italic;
|
||||
font-size: 100%;
|
||||
margin: 1.3em 0em 1em 0.8em;
|
||||
}
|
||||
IMG {
|
||||
border: none;
|
||||
}
|
||||
SUP {
|
||||
line-height: 0%;
|
||||
}
|
||||
TABLE {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
TH {
|
||||
padding: 1px 3em 1px 1px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
TD {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Custom {{{1
|
||||
*/
|
||||
|
||||
.navheader {
|
||||
/* main data table */
|
||||
TABLE.infolist {
|
||||
border: 0;
|
||||
/*width: 100%;*/
|
||||
font-size: 14px;
|
||||
margin: 0em 2em 0em 2em;
|
||||
}
|
||||
TABLE.infolist TH {
|
||||
border-bottom: 1px solid #999;
|
||||
}
|
||||
TABLE.infolist TH A {
|
||||
text-decoration: none;
|
||||
}
|
||||
TABLE.infolist TR > TD:first-child {
|
||||
min-width: 6em;
|
||||
}
|
||||
TD.category {
|
||||
padding: 1px 3em 1px 1px; /* Defines spacing between rows */
|
||||
/*width: 10%;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.data {
|
||||
padding: 1px 3em 1px 1px; /* Defines spacing between rows */
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.field {
|
||||
padding: 1px 3em 1px 1px; /* Defines spacing between rows */
|
||||
/*width: 15%;*/
|
||||
}
|
||||
/* float left and right */
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 2px 10px 2px 2px;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 2px 2px 10px 2px;
|
||||
}
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
/* navigation links */
|
||||
#navheader {
|
||||
padding: 2px;
|
||||
|
||||
margin: 2px;
|
||||
border-bottom: 1px solid #999;
|
||||
}
|
||||
.navtitle {
|
||||
font-size: 130%;
|
||||
color: #999;
|
||||
margin: 3px;
|
||||
|
||||
|
||||
|
||||
}
|
||||
.navbyline {
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
padding-right: 10px;
|
||||
|
||||
padding: 2px 10px 2px 2px;
|
||||
}
|
||||
.nav {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
margin: 0px 0px 4px 0px;
|
||||
padding: 1px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
|
||||
|
||||
|
||||
word-spacing: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.summaryarea {
|
||||
min-height: 100px;
|
||||
/* Hack: IE Dynamic Expression to set the width */
|
||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
||||
/* image display */
|
||||
.img_navbar {
|
||||
margin: 0px 0px 4px 0px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portrait {
|
||||
justify: center;
|
||||
margin: 5px;
|
||||
margin-right: 20px;
|
||||
text-align: center;
|
||||
margin: 5px 20px 5px 5px;
|
||||
padding: 3px;
|
||||
border-color: #000;
|
||||
border-width: 1px;
|
||||
}
|
||||
.snapshot {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
margin-right: 20px;
|
||||
margin: 5px 20px 5px 5px;
|
||||
padding: 3px;
|
||||
}
|
||||
.thumbnail {
|
||||
height: 100px;
|
||||
border-color: #000;
|
||||
border-width: 1px;
|
||||
margin: 0em 2em 0em 2em;
|
||||
}
|
||||
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 2px;
|
||||
margin-right: 10px;
|
||||
#gallery .thumbnail {
|
||||
margin: 1em;
|
||||
float:left;
|
||||
width:150px;
|
||||
height:150px;
|
||||
text-align:center;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 2px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
TABLE.infolist {
|
||||
border: 0;
|
||||
/*width: 100%;*/
|
||||
font-size: 14px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.img_navbar {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
TD.category {
|
||||
|
||||
padding: 1px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
|
||||
/*width: 10%;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.field {
|
||||
|
||||
padding: 1px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 15%;*/
|
||||
|
||||
}
|
||||
TD.data {
|
||||
|
||||
padding: 1px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.pedigree {
|
||||
.thumbnail p {
|
||||
margin: 0;
|
||||
margin-left: 2em;
|
||||
padding: 0;
|
||||
font-size: smaller;
|
||||
}
|
||||
/* pedigree display */
|
||||
#pedigree { }
|
||||
.pedigreebox {
|
||||
margin: 0.5em 0em 0em 2em;
|
||||
padding: 0;
|
||||
background-color: #eeeeee;
|
||||
border: 1px;
|
||||
}
|
||||
.pedigreeind {
|
||||
.pedigreegen {
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
padding: 2em;
|
||||
padding-top: 0.25em;
|
||||
padding-bottom: 0.5em;
|
||||
padding: 0.25em 2em 0.5em 2em;
|
||||
}
|
||||
|
||||
|
||||
.footer {
|
||||
margin: 1em;
|
||||
.spouse {
|
||||
font-style: italic;
|
||||
}
|
||||
.spouse:before {
|
||||
content: "+ ";
|
||||
}
|
||||
.thisperson {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* other section ids */
|
||||
#content { }
|
||||
#summaryarea {
|
||||
min-height: 100px;
|
||||
/* Hack: IE Dynamic Expression to set the width */
|
||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
||||
}
|
||||
#footer {
|
||||
border-top: 1px solid #999;
|
||||
border-bottom: 1px solid #999;
|
||||
padding: 0;
|
||||
margin: 1em 0 0 0;
|
||||
clear: both;
|
||||
}
|
||||
.fullclear {
|
||||
clear: both;
|
||||
}
|
||||
#copyright {
|
||||
margin: 0.5em 1em 0 0;
|
||||
font-size: 12px;
|
||||
float: right;
|
||||
}
|
||||
#attributes { }
|
||||
#events { }
|
||||
#families { }
|
||||
#gallery { }
|
||||
#narrative { }
|
||||
#parents { }
|
||||
#references { }
|
||||
#researcher { }
|
||||
#sourcerefs { }
|
||||
#weblinks { }
|
||||
|
||||
.box { font-size: 10pt; height: 48px; padding: 5px; vertical-align: middle;}
|
||||
.bvline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; height: 1px;}
|
||||
.bhline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; width: 1px;}
|
||||
.border { position: absolute; background-color: #000000; font-size: 0pt; z-index: 4; width: 160px; height: 50px; }
|
||||
.boxbg { position: absolute; background-color: #eeeeee; z-index: 5; width: 158px; height: 48px;}
|
||||
.shadow { position: absolute; background-color: #999999; z-index: 1; width: 158px; height: 48px; }
|
||||
.ghline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; width: 1px;}
|
||||
.gvline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; height: 1px;}
|
||||
|
||||
/* 1}}}
|
||||
vim:foldmethod=marker
|
||||
/*
|
||||
*/
|
||||
|
@@ -4,81 +4,14 @@
|
||||
/* Standard Tags {{{1
|
||||
*/
|
||||
BODY {
|
||||
font-family: "Arial", "Helvetica", sans-serif;
|
||||
font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
background-color: #fafaff;
|
||||
color: #003;
|
||||
}
|
||||
|
||||
P,BLOCKQUOTE {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
DIV {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
TD {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
H1 {
|
||||
font-family: "Verdana", "Bistream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
font-weight: bolder;
|
||||
font-size: 160%;
|
||||
margin: 2px;
|
||||
}
|
||||
H2 {
|
||||
font-family: "Verdana", "Bistream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
font-weight: bolder;
|
||||
font-style: italic;
|
||||
font-size: 150%;
|
||||
}
|
||||
H3 {
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
color: #336;
|
||||
}
|
||||
H4 {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.3em;
|
||||
padding-left: 4px;
|
||||
background-color: #667;
|
||||
color: #fff;
|
||||
}
|
||||
H5 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
H6 {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: 100%;
|
||||
margin-left: 1em;
|
||||
margin-top: 1.3em;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
|
||||
HR {
|
||||
height: 0;
|
||||
width: 0;
|
||||
margin: 0;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
padding: 0;
|
||||
border-top: 0; /* Hack: Mozilla work-around to eliminate "groove" */
|
||||
border-color: #e0e0e9;
|
||||
}
|
||||
|
||||
A:link {
|
||||
color: #006;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:visited {
|
||||
color: #669;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:hover {
|
||||
background-color: #eef;
|
||||
color: #000;
|
||||
@@ -89,14 +22,114 @@ A:active {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
A:visited {
|
||||
color: #669;
|
||||
text-decoration: underline;
|
||||
}
|
||||
DIV {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
P {
|
||||
font-size: 14px;
|
||||
}
|
||||
H1 {
|
||||
/*font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;*/
|
||||
font-weight: bolder;
|
||||
font-size: 160%;
|
||||
margin: 2px;
|
||||
}
|
||||
H2 {
|
||||
/*font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;*/
|
||||
font-weight: bolder;
|
||||
font-style: italic;
|
||||
font-size: 150%;
|
||||
}
|
||||
H3 {
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
padding: 10px 0px 10px 0px;
|
||||
color: #336;
|
||||
}
|
||||
H4 {
|
||||
margin: 1em 0em 0.3em 0em;
|
||||
padding-left: 4px;
|
||||
background-color: #667;
|
||||
color: #fff;
|
||||
}
|
||||
H5 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
H6 {
|
||||
font-style: italic;
|
||||
font-size: 100%;
|
||||
margin: 1.3em 0em 0.8em 1em;
|
||||
}
|
||||
IMG {
|
||||
border: none;
|
||||
}
|
||||
SUP {
|
||||
line-height: 0;
|
||||
line-height: 0%;
|
||||
}
|
||||
TABLE {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
TH {
|
||||
padding: 1px 3em 1px 1px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
TD {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Custom {{{1
|
||||
*/
|
||||
|
||||
.navheader {
|
||||
/* main data table */
|
||||
TABLE.infolist {
|
||||
border: 0;
|
||||
/*width: 100%;*/
|
||||
font-size: 14px;
|
||||
margin: 0em 2em 0em 2em;
|
||||
}
|
||||
TABLE.infolist TH {
|
||||
border-bottom: 1px solid #669;
|
||||
}
|
||||
TABLE.infolist TH A {
|
||||
text-decoration: none;
|
||||
}
|
||||
TABLE.infolist TR > TD:first-child {
|
||||
min-width: 6em;
|
||||
}
|
||||
TD.category {
|
||||
padding: 3px 3em 3px 3px; /* Defines spacing between rows */
|
||||
/*width: 10%;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.data {
|
||||
padding: 3px 3em 3px 3px; /* Defines spacing between rows */
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.field {
|
||||
padding: 3px 3em 3px 3px; /* Defines spacing between rows */
|
||||
/*width: 15%;*/
|
||||
}
|
||||
/* float left and right */
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 2px 10px 2px 2px;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 2px 2px 10px 2px;
|
||||
}
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
/* navigation links */
|
||||
#navheader {
|
||||
padding: 4px;
|
||||
background-color: #e0e0e9;
|
||||
margin: 2px;
|
||||
@@ -114,109 +147,111 @@ SUP {
|
||||
padding: 4px;
|
||||
}
|
||||
.nav {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
margin: 0 0 4px 0;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
|
||||
|
||||
word-spacing: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.summaryarea {
|
||||
min-height: 100px;
|
||||
/* Hack: IE Dynamic Expression to set the width */
|
||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
||||
/* image display */
|
||||
.img_navbar {
|
||||
margin: 0 0 4px 0;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portrait {
|
||||
justify: center;
|
||||
margin: 5px;
|
||||
margin-right: 20px;
|
||||
text-align: center;
|
||||
margin: 5px 20px 5px 5px;
|
||||
padding: 3px;
|
||||
border-color: #336;
|
||||
border-width: 1px;
|
||||
}
|
||||
.snapshot {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
margin-right: 20px;
|
||||
margin: 5px 20px 5px 5px;
|
||||
padding: 3px;
|
||||
}
|
||||
.thumbnail {
|
||||
height: 100px;
|
||||
border-color: #336;
|
||||
border-width: 1px;
|
||||
margin: 0em 2em 0em 2em;
|
||||
}
|
||||
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 2px;
|
||||
margin-right: 10px;
|
||||
#gallery .thumbnail {
|
||||
margin: 1em;
|
||||
float:left;
|
||||
width:150px;
|
||||
height:150px;
|
||||
text-align:center;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 2px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
TABLE.infolist {
|
||||
border: 0;
|
||||
/*width: 100%;*/
|
||||
font-size: 14px;
|
||||
}
|
||||
.img_navbar {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
TD.category {
|
||||
padding: 3px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 10%;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.field {
|
||||
padding: 3px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 15%;*/
|
||||
|
||||
}
|
||||
TD.data {
|
||||
padding: 3px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.pedigree {
|
||||
.thumbnail p {
|
||||
margin: 0;
|
||||
margin-left: 2em;
|
||||
padding: 0;
|
||||
font-size: smaller;
|
||||
}
|
||||
/* pedigree display */
|
||||
#pedigree { }
|
||||
.pedigreebox {
|
||||
margin: 0.5em 2em 0 2em;
|
||||
padding: 0;
|
||||
background-color: #e0e0e9;
|
||||
border: 1px;
|
||||
}
|
||||
.pedigreeind {
|
||||
.pedigreegen {
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
padding: 2em;
|
||||
padding-top: 0.25em;
|
||||
padding-bottom: 0.5em;
|
||||
padding: 0.5em 0em 0.5em 2em;
|
||||
}
|
||||
|
||||
|
||||
.footer {
|
||||
margin: 1em;
|
||||
.spouse {
|
||||
font-style: italic;
|
||||
}
|
||||
.spouse:before {
|
||||
content: "+ ";
|
||||
}
|
||||
.thisperson {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* other section ids */
|
||||
#content { }
|
||||
#summaryarea {
|
||||
min-height: 100px;
|
||||
/* Hack: IE Dynamic Expression to set the width */
|
||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
||||
}
|
||||
#footer {
|
||||
background-color: #e0e0e9;
|
||||
padding: 0;
|
||||
margin: 1em 0 0 0;
|
||||
clear: both;
|
||||
}
|
||||
.fullclear {
|
||||
clear: both;
|
||||
}
|
||||
#copyright {
|
||||
margin: 0.5em 1em 0 0;
|
||||
font-size: 12px;
|
||||
float: right;
|
||||
}
|
||||
#attributes { }
|
||||
#events { }
|
||||
#families { }
|
||||
#gallery { }
|
||||
#narrative { }
|
||||
#parents { }
|
||||
#references { }
|
||||
#researcher { }
|
||||
#sourcerefs { }
|
||||
#weblinks { }
|
||||
|
||||
.box { font-size: 10pt; height: 48px; padding: 5px; vertical-align: middle;}
|
||||
.bvline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; height: 1px;}
|
||||
.bhline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; width: 1px;}
|
||||
.border { position: absolute; background-color: #000000; font-size: 0pt; z-index: 4; width: 160px; height: 50px; }
|
||||
.boxbg { position: absolute; background-color: #e0e0e9; z-index: 5; width: 158px; height: 48px;}
|
||||
.shadow { position: absolute; background-color: #999999; z-index: 1; width: 158px; height: 48px; }
|
||||
.ghline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; width: 1px;}
|
||||
.gvline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; height: 1px;}
|
||||
|
||||
|
||||
/* 1}}}
|
||||
vim:foldmethod=marker
|
||||
/*
|
||||
*/
|
||||
|
@@ -8,20 +8,31 @@ BODY {
|
||||
background-color: #fffffd;
|
||||
|
||||
}
|
||||
|
||||
P,BLOCKQUOTE {
|
||||
font-size: 14px;
|
||||
A:link {
|
||||
color: #110;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:hover {
|
||||
background-color: #eed;
|
||||
color: #110;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:active {
|
||||
background-color: #eee;
|
||||
color: #110;
|
||||
text-decoration: none;
|
||||
}
|
||||
A:visited {
|
||||
color: #665;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
DIV {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
TD {
|
||||
vertical-align: top;
|
||||
P {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
H1 {
|
||||
font-weight: bolder;
|
||||
font-size: 160%;
|
||||
@@ -37,14 +48,11 @@ H3 {
|
||||
margin: 0;
|
||||
padding-left: 2em;
|
||||
padding-bottom: 10px;
|
||||
|
||||
}
|
||||
H4 {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.3em;
|
||||
padding-left: 2em;
|
||||
|
||||
|
||||
}
|
||||
H5 {
|
||||
margin-bottom: 0.5em;
|
||||
@@ -57,46 +65,79 @@ H6 {
|
||||
margin-top: 1.3em;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
|
||||
HR {
|
||||
height: 0;
|
||||
width: 0;
|
||||
margin: 0;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
padding: 0;
|
||||
border-top: 1; /* Hack: Mozilla work-around to eliminate "groove" */
|
||||
border-color: #ccf;
|
||||
IMG {
|
||||
border: none;
|
||||
}
|
||||
|
||||
A:link {
|
||||
color: #110;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:visited {
|
||||
color: #665;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:hover {
|
||||
background-color: #eed;
|
||||
color: #110;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:active {
|
||||
background-color: #eee;
|
||||
color: #110;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
SUP {
|
||||
line-height: 0;
|
||||
line-height: 0%;
|
||||
}
|
||||
TABLE {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
TH {
|
||||
padding: 1px;
|
||||
padding-right: 3em;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
TD {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Custom {{{1
|
||||
*/
|
||||
|
||||
.navheader {
|
||||
/* main data table */
|
||||
TABLE.infolist {
|
||||
border: 0;
|
||||
/*width: 100%;*/
|
||||
font-size: 14px;
|
||||
margin: 0em 2em 0em 2em;
|
||||
}
|
||||
TABLE.infolist TH {
|
||||
background-color: #f6f6f0;
|
||||
}
|
||||
TABLE.infolist TH A {
|
||||
text-decoration: none;
|
||||
}
|
||||
TABLE.infolist TR > TD:first-child {
|
||||
min-width: 6em;
|
||||
}
|
||||
TD.category {
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 10%;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.data {
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.field {
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 20%;*/
|
||||
background-color: #f6f6f0;
|
||||
}
|
||||
/* float left and right */
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 2px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 2px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
/* navigation links */
|
||||
#navheader {
|
||||
padding: 4px;
|
||||
|
||||
margin: 2px;
|
||||
}
|
||||
.navtitle {
|
||||
@@ -120,17 +161,19 @@ SUP {
|
||||
text-align: center;
|
||||
padding: 4px;
|
||||
background-color: #ddddcc;
|
||||
word-spacing: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.summaryarea {
|
||||
min-height: 100px;
|
||||
/* Hack: IE Dynamic Expression to set the width */
|
||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
||||
/* image display */
|
||||
.img_navbar {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portrait {
|
||||
justify: center;
|
||||
text-align: center;
|
||||
margin: 5px;
|
||||
margin-right: 20px;
|
||||
padding: 3px;
|
||||
@@ -144,78 +187,85 @@ SUP {
|
||||
padding: 3px;
|
||||
}
|
||||
.thumbnail {
|
||||
height: 100px;
|
||||
border-color: #110;
|
||||
border-width: 1px;
|
||||
margin: 0em 2em 0em 2em;
|
||||
}
|
||||
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 2px;
|
||||
margin-right: 10px;
|
||||
#gallery .thumbnail {
|
||||
margin: 1em;
|
||||
float:left;
|
||||
width:150px;
|
||||
height:150px;
|
||||
text-align:center;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 2px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
TABLE.infolist {
|
||||
border: 0;
|
||||
/*width: 100%;*/
|
||||
font-size: 14px;
|
||||
}
|
||||
.img_navbar {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
TD.category {
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 10%;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.field {
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 20%;*/
|
||||
background-color: #f6f6f0;
|
||||
}
|
||||
TD.data {
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.pedigree {
|
||||
.thumbnail p {
|
||||
margin: 0;
|
||||
margin-left: 2em;
|
||||
padding: 0;
|
||||
font-size: smaller;
|
||||
}
|
||||
/* pedigree display */
|
||||
#pedigree { }
|
||||
.pedigreebox {
|
||||
margin: 0.5em 2em 0 2em;
|
||||
padding: 0;
|
||||
background-color: #f6f6f0;
|
||||
border: 1px;
|
||||
}
|
||||
.pedigreeind {
|
||||
.pedigreegen {
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
padding: 2em;
|
||||
padding-top: 0.25em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.footer {
|
||||
margin: 1em;
|
||||
margin-left: 2em;
|
||||
font-size: 12px;
|
||||
/*float: right;*/
|
||||
.spouse {
|
||||
font-style: italic;
|
||||
}
|
||||
.spouse:before {
|
||||
content: "+ ";
|
||||
}
|
||||
.thisperson {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* other section ids */
|
||||
#content { }
|
||||
#summaryarea {
|
||||
min-height: 100px;
|
||||
/* Hack: IE Dynamic Expression to set the width */
|
||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
||||
}
|
||||
#footer {
|
||||
background-color: #ddddcc;
|
||||
padding: 0;
|
||||
margin: 1em 0 0 0;
|
||||
clear: both;
|
||||
}
|
||||
.fullclear {
|
||||
clear: both;
|
||||
}
|
||||
#copyright {
|
||||
margin: 0.5em 1em 0 0;
|
||||
font-size: 12px;
|
||||
float: right;
|
||||
}
|
||||
#attributes { }
|
||||
#events { }
|
||||
#families { }
|
||||
#gallery { }
|
||||
#narrative { }
|
||||
#parents { }
|
||||
#references { }
|
||||
#researcher { }
|
||||
#sourcerefs { }
|
||||
#weblinks { }
|
||||
|
||||
.box { font-size: 10pt; height: 48px; padding: 5px; vertical-align: middle;}
|
||||
.bvline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; height: 1px;}
|
||||
.bhline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; width: 1px;}
|
||||
.border { position: absolute; background-color: #000000; font-size: 0pt; z-index: 4; width: 160px; height: 50px; }
|
||||
.boxbg { position: absolute; background-color: #f6f6f0; z-index: 5; width: 158px; height: 48px;}
|
||||
.shadow { position: absolute; background-color: #999999; z-index: 1; width: 158px; height: 48px; }
|
||||
.ghline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; width: 1px;}
|
||||
.gvline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; height: 1px;}
|
||||
|
||||
/* 1}}}
|
||||
vim:foldmethod=marker
|
||||
/*
|
||||
*/
|
||||
|
@@ -4,80 +4,11 @@
|
||||
/* Standard Tags {{{1
|
||||
*/
|
||||
BODY {
|
||||
font-family: "Times New Roman", "Times", serif;
|
||||
font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman", "Times", serif;
|
||||
background-color: #fff;
|
||||
color: #320;
|
||||
font-size: 16px;
|
||||
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
P,BLOCKQUOTE {
|
||||
}
|
||||
|
||||
DIV {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
TD {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
H1 {
|
||||
font-family: "Georgia", "Bistream Vera Serif", "Times New Roman", "Times", serif;
|
||||
font-weight: bolder;
|
||||
font-size: 160%;
|
||||
margin: 2px;
|
||||
}
|
||||
H2 {
|
||||
font-family: "Georgia", "Bistream Vera Serif", "Times New Roman", "Times", serif;
|
||||
font-weight: bolder;
|
||||
font-style: italic;
|
||||
font-size: 150%;
|
||||
}
|
||||
H3 {
|
||||
font-weight: bold;
|
||||
font-size: 130%;
|
||||
margin: 0;
|
||||
margin-top: 8px;
|
||||
/*padding-left: 2em;*/
|
||||
padding-bottom: 10px;
|
||||
|
||||
}
|
||||
H4 {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
/*padding-left: 2em;*/
|
||||
font-size: 110%;
|
||||
|
||||
}
|
||||
H5 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
H6 {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: 100%;
|
||||
margin-left: 1em;
|
||||
margin-top: 1.3em;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
|
||||
HR {
|
||||
height: 6px;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
color: #a97;
|
||||
|
||||
|
||||
|
||||
padding: 2px;
|
||||
/*border-top: 0; |+ Hack: Mozilla work-around to eliminate "groove" +|*/
|
||||
border-color: #a97;
|
||||
background-color: #a97;
|
||||
}
|
||||
|
||||
A:link {
|
||||
color: #430;
|
||||
text-decoration: underline;
|
||||
@@ -96,18 +27,126 @@ A:active {
|
||||
color: #210;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
SUP {
|
||||
line-height: 0;
|
||||
DIV {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
P {
|
||||
|
||||
}
|
||||
H1 {
|
||||
/*font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman", "Times", serif;*/
|
||||
font-weight: bolder;
|
||||
font-size: 160%;
|
||||
margin: 2px;
|
||||
}
|
||||
H2 {
|
||||
/*font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman", "Times", serif;*/
|
||||
font-weight: bolder;
|
||||
font-style: italic;
|
||||
font-size: 150%;
|
||||
}
|
||||
H3 {
|
||||
font-weight: bold;
|
||||
font-size: 130%;
|
||||
margin: 0;
|
||||
margin-top: 8px;
|
||||
/*padding-left: 2em;*/
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
H4 {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.5em;
|
||||
padding: 0;
|
||||
/*padding-left: 2em;*/
|
||||
font-size: 110%;
|
||||
border-bottom: 6px solid #a97;
|
||||
}
|
||||
H5 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
H6 {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: 100%;
|
||||
margin-left: 1em;
|
||||
margin-top: 1.3em;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
IMG {
|
||||
border: none;
|
||||
}
|
||||
SUP {
|
||||
line-height: 0%;
|
||||
}
|
||||
TABLE {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
TH {
|
||||
padding: 1px 3em 1px 0.5em;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
TD {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Custom {{{1
|
||||
*/
|
||||
|
||||
.navheader {
|
||||
padding: 4px;
|
||||
|
||||
/* main data table */
|
||||
TABLE.infolist {
|
||||
margin: 8px 2em 0em 2em;
|
||||
}
|
||||
TABLE.infolist TH {
|
||||
background-color: #f0ece6;
|
||||
}
|
||||
TABLE.infolist TH A {
|
||||
text-decoration: none;
|
||||
}
|
||||
TABLE.infolist TR > TD:first-child {
|
||||
min-width: 6em;
|
||||
}
|
||||
TD.category {
|
||||
margin: 0;
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 10%;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.data {
|
||||
margin: 0;
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-left: 10px;
|
||||
padding-right: 3em;
|
||||
font-weight: bold;
|
||||
background-color: #f0ece6;
|
||||
}
|
||||
TD.field {
|
||||
margin: 0;
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 20%;*/
|
||||
}
|
||||
/* float left and right */
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 2px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 2px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
/* navigation links */
|
||||
#navheader {
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
|
||||
}
|
||||
.navtitle {
|
||||
font-size: 160%;
|
||||
@@ -116,14 +155,18 @@ SUP {
|
||||
padding: 4px;
|
||||
padding-left: 10px;
|
||||
background-color: #542;
|
||||
border-bottom: 6px solid #a97;
|
||||
}
|
||||
.navbyline {
|
||||
float: right;
|
||||
|
||||
margin: 2px;
|
||||
padding: 4px;
|
||||
padding-right: 10px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
.navbyline A {
|
||||
color: #fff;
|
||||
}
|
||||
.nav {
|
||||
margin: 0;
|
||||
@@ -131,20 +174,19 @@ SUP {
|
||||
padding: 1px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
|
||||
|
||||
word-spacing: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.summaryarea {
|
||||
min-height: 100px;
|
||||
/* Hack: IE Dynamic Expression to set the width */
|
||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
||||
/* image display */
|
||||
.img_navbar {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portrait {
|
||||
justify: center;
|
||||
text-align: center;
|
||||
margin: 5px;
|
||||
margin-right: 20px;
|
||||
padding: 3px;
|
||||
@@ -158,84 +200,84 @@ SUP {
|
||||
padding: 3px;
|
||||
}
|
||||
.thumbnail {
|
||||
height: 100px;
|
||||
border-color: #986;
|
||||
border-width: 3px;
|
||||
margin: 0em 2em 0em 2em;
|
||||
}
|
||||
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 2px;
|
||||
margin-right: 10px;
|
||||
#gallery .thumbnail {
|
||||
margin: 1em;
|
||||
float:left;
|
||||
width:150px;
|
||||
height:150px;
|
||||
text-align:center;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 2px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
TABLE.infolist {
|
||||
border: 0;
|
||||
padding; 0;
|
||||
.thumbnail p {
|
||||
margin: 0;
|
||||
margin-left: 2em;
|
||||
margin-top: 8px;
|
||||
padding: 0;
|
||||
font-size: smaller;
|
||||
}
|
||||
.img_navbar {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
TD.category {
|
||||
margin: 0;
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 10%;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.field {
|
||||
margin: 0;
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-right: 3em;
|
||||
/*width: 20%;*/
|
||||
|
||||
}
|
||||
TD.data {
|
||||
margin: 0;
|
||||
padding: 4px; /* Defines spacing between rows */
|
||||
padding-left: 10px;
|
||||
padding-right: 3em;
|
||||
font-weight: bold;
|
||||
background-color: #f0ece6;
|
||||
}
|
||||
|
||||
|
||||
.pedigree {
|
||||
margin: 0;
|
||||
margin-left: 2em;
|
||||
/* pedigree display */
|
||||
#pedigree { }
|
||||
.pedigreebox {
|
||||
margin: 0.5em 2em 0 2em;
|
||||
padding: 0;
|
||||
background-color: #f0ece6;
|
||||
border: 1px;
|
||||
}
|
||||
.pedigreeind {
|
||||
|
||||
.pedigreegen {
|
||||
margin: 0;
|
||||
padding: 2em;
|
||||
padding-top: 0.25em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.footer {
|
||||
margin: 1em;
|
||||
.spouse {
|
||||
font-style: italic;
|
||||
}
|
||||
.spouse:before {
|
||||
content: "+ ";
|
||||
}
|
||||
.thisperson {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* other section ids */
|
||||
#content { }
|
||||
#summaryarea {
|
||||
min-height: 100px;
|
||||
/* Hack: IE Dynamic Expression to set the width */
|
||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
||||
}
|
||||
#footer {
|
||||
background-color: #a97;
|
||||
padding: 0;
|
||||
margin: 1em 0 0 0;
|
||||
clear: both;
|
||||
}
|
||||
.fullclear {
|
||||
clear: both;
|
||||
}
|
||||
#copyright {
|
||||
margin: 0.5em 1em 0 0;
|
||||
font-size: 12px;
|
||||
float: right;
|
||||
}
|
||||
#attributes { }
|
||||
#events { }
|
||||
#families { }
|
||||
#gallery { }
|
||||
#narrative { }
|
||||
#parents { }
|
||||
#references { }
|
||||
#researcher { }
|
||||
#sourcerefs { }
|
||||
#weblinks { }
|
||||
|
||||
.box { font-size: 10pt; height: 48px; padding: 5px; vertical-align: middle;}
|
||||
.bvline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; height: 1px;}
|
||||
.bhline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; width: 1px;}
|
||||
.border { position: absolute; background-color: #000000; font-size: 0pt; z-index: 4; width: 160px; height: 50px; }
|
||||
.boxbg { position: absolute; background-color: #f0ece6; z-index: 5; width: 158px; height: 48px;}
|
||||
.shadow { position: absolute; background-color: #999999; z-index: 1; width: 158px; height: 48px; }
|
||||
.ghline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; width: 1px;}
|
||||
.gvline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; height: 1px;}
|
||||
|
||||
/* 1}}}
|
||||
vim:foldmethod=marker
|
||||
/*
|
||||
*/
|
||||
|
@@ -4,35 +4,46 @@
|
||||
/* Standard Tags {{{1
|
||||
*/
|
||||
BODY {
|
||||
font-family: "Bistream Vera Sans", "Arial", "Arial", "Helvetica", sans-serif;
|
||||
font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
text-align: justify;
|
||||
background-color: #fff;
|
||||
color: #010;
|
||||
}
|
||||
|
||||
P,BLOCKQUOTE {
|
||||
font-size: 14px;
|
||||
margin-left: 7em;
|
||||
margin-right: 7em;
|
||||
A:link {
|
||||
color: #252;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:hover {
|
||||
background-color: #eaf0ea;
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:active {
|
||||
background-color: #eaf0ea;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
A:visited {
|
||||
color: #565;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
DIV {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
TD {
|
||||
vertical-align: top;
|
||||
P {
|
||||
font-size: 14px;
|
||||
margin-left: 7em;
|
||||
margin-right: 7em;
|
||||
}
|
||||
|
||||
H1 {
|
||||
font-family: "Verdana", "Bistream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
font-weight: bolder;
|
||||
font-size: 160%;
|
||||
margin: 2px;
|
||||
}
|
||||
H2 {
|
||||
font-family: "Verdana", "Bistream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
|
||||
font-weight: bolder;
|
||||
font-style: italic;
|
||||
font-size: 150%;
|
||||
@@ -65,134 +76,44 @@ H6 {
|
||||
margin-top: 1.3em;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
|
||||
HR {
|
||||
height: 0;
|
||||
width: 0;
|
||||
margin: 0;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
padding: 0;
|
||||
border-top: 0; /* Hack: Mozilla work-around to eliminate "groove" */
|
||||
border-color: #e0e6e0;
|
||||
IMG {
|
||||
border: none;
|
||||
}
|
||||
|
||||
A:link {
|
||||
color: #252;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:visited {
|
||||
color: #565;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:hover {
|
||||
background-color: #eaf0ea;
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:active {
|
||||
background-color: #eaf0ea;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
SUP {
|
||||
line-height: 0;
|
||||
line-height: 0%;
|
||||
}
|
||||
TABLE {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
TH {
|
||||
padding: 1px;
|
||||
padding-right: 3em;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
TD {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Custom {{{1
|
||||
*/
|
||||
|
||||
.navheader {
|
||||
padding: 4px;
|
||||
background-color: #e0e6e0;
|
||||
margin: 2px;
|
||||
}
|
||||
.navtitle {
|
||||
font-size: 160%;
|
||||
color: #e0e6e0;
|
||||
margin: 2px;
|
||||
background-color: #454;
|
||||
padding: 4px;
|
||||
padding-left: 3.5em;
|
||||
|
||||
}
|
||||
.navbyline {
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
margin: 2px;
|
||||
padding: 0;
|
||||
padding-top: 1em;
|
||||
padding-right: 7em;
|
||||
color: #e0e6e0;
|
||||
}
|
||||
.nav {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 0;
|
||||
padding-left: 6.5em;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.summaryarea {
|
||||
min-height: 100px;
|
||||
/* Hack: IE Dynamic Expression to set the width */
|
||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
||||
}
|
||||
|
||||
.portrait {
|
||||
justify: center;
|
||||
margin: 5px;
|
||||
margin-right: 20px;
|
||||
padding: 3px;
|
||||
border-color: #363;
|
||||
border-width: 1px;
|
||||
}
|
||||
.snapshot {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
|
||||
padding: 3px;
|
||||
padding-right: 6em;
|
||||
|
||||
}
|
||||
.thumbnail {
|
||||
height: 100px;
|
||||
border-color: #363;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 5px;
|
||||
margin-right: 1em;
|
||||
margin-left: 6em;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
margin-left: 1em;
|
||||
margin-right: 6em;
|
||||
}
|
||||
|
||||
/* main data table */
|
||||
TABLE.infolist {
|
||||
border: 0;
|
||||
/*width: 100%;*/
|
||||
font-size: 14px;
|
||||
margin-left: 7em;
|
||||
margin-right: 7em;
|
||||
margin: 0em 4em 0em 8em;
|
||||
}
|
||||
.img_navbar {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
TABLE.infolist TH {
|
||||
border-bottom: 1px solid #454;
|
||||
}
|
||||
TABLE.infolist TH A {
|
||||
text-decoration: none;
|
||||
}
|
||||
TABLE.infolist TR > TD:first-child {
|
||||
min-width: 6em;
|
||||
}
|
||||
TD.category {
|
||||
padding: 3px; /* Defines spacing between rows */
|
||||
@@ -211,32 +132,158 @@ TD.data {
|
||||
padding-right: 3em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.pedigree {
|
||||
/* float left and right */
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 5px;
|
||||
margin-right: 1em;
|
||||
margin-left: 6em;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
margin-left: 1em;
|
||||
margin-right: 6em;
|
||||
}
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
/* navigation links */
|
||||
#navheader {
|
||||
padding: 4px;
|
||||
background-color: #e0e6e0;
|
||||
margin: 2px;
|
||||
}
|
||||
.navtitle {
|
||||
font-size: 160%;
|
||||
color: #e0e6e0;
|
||||
margin: 2px;
|
||||
background-color: #454;
|
||||
padding: 4px;
|
||||
padding-left: 3.5em;
|
||||
}
|
||||
.navbyline {
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
margin: 2px;
|
||||
padding: 0;
|
||||
padding-top: 1em;
|
||||
padding-right: 7em;
|
||||
color: #e0e6e0;
|
||||
}
|
||||
.navbyline A {
|
||||
color: #e0e6e0;
|
||||
}
|
||||
.nav {
|
||||
margin: 0 0 4px 0;
|
||||
padding: 0 0 0 2em;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
word-spacing: 0.5em;
|
||||
}
|
||||
/* image display */
|
||||
.img_navbar {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
.portrait {
|
||||
text-align: center;
|
||||
margin: 5px;
|
||||
margin-right: 20px;
|
||||
padding: 3px;
|
||||
border-color: #363;
|
||||
border-width: 1px;
|
||||
}
|
||||
.snapshot {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
padding: 3px;
|
||||
padding-right: 4em;
|
||||
}
|
||||
.thumbnail {
|
||||
margin: 0em 0em 0em 7em;
|
||||
}
|
||||
#gallery .thumbnail {
|
||||
margin: 1em;
|
||||
float:left;
|
||||
width:150px;
|
||||
height:150px;
|
||||
text-align:center;
|
||||
}
|
||||
.thumbnail p {
|
||||
margin: 0;
|
||||
margin-left: 7em;
|
||||
padding: 0;
|
||||
font-size: smaller;
|
||||
}
|
||||
/* pedigree display */
|
||||
#pedigree { }
|
||||
.pedigreebox {
|
||||
margin: 0.5em 2em 0em 7em;
|
||||
padding: 0;
|
||||
background-color: #e0e6e0;
|
||||
border: 1px;
|
||||
}
|
||||
.pedigreeind {
|
||||
.pedigreegen {
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
padding: 2em;
|
||||
padding-top: 0.25em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.footer {
|
||||
margin: 1em;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
.spouse {
|
||||
font-style: italic;
|
||||
}
|
||||
.spouse:before {
|
||||
content: "+ ";
|
||||
}
|
||||
.thisperson {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* other section ids */
|
||||
#content { }
|
||||
#summaryarea {
|
||||
min-height: 100px;
|
||||
/* Hack: IE Dynamic Expression to set the width */
|
||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
||||
}
|
||||
#footer {
|
||||
background-color: #454;
|
||||
padding: 0;
|
||||
margin: 1em 0 0 0;
|
||||
clear: both;
|
||||
}
|
||||
.fullclear {
|
||||
clear: both;
|
||||
}
|
||||
#copyright {
|
||||
margin: 0.5em 1em 0 0;
|
||||
font-size: 12px;
|
||||
float: right;
|
||||
}
|
||||
#attributes { }
|
||||
#events { }
|
||||
#families { }
|
||||
#gallery { }
|
||||
#narrative { }
|
||||
#parents { }
|
||||
#references { }
|
||||
#researcher { }
|
||||
#sourcerefs { }
|
||||
#weblinks { }
|
||||
|
||||
.box { font-size: 10pt; height: 48px; padding: 5px; vertical-align: middle;}
|
||||
.bvline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; height: 1px;}
|
||||
.bhline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; width: 1px;}
|
||||
.border { position: absolute; background-color: #000000; font-size: 0pt; z-index: 4; width: 160px; height: 50px; }
|
||||
.boxbg { position: absolute; background-color: #e0e6e0; z-index: 5; width: 158px; height: 48px;}
|
||||
.shadow { position: absolute; background-color: #999999; z-index: 1; width: 158px; height: 48px; }
|
||||
.ghline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; width: 1px;}
|
||||
.gvline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; height: 1px;}
|
||||
|
||||
/* 1}}}
|
||||
vim:foldmethod=marker
|
||||
/*
|
||||
|
||||
*/
|
||||
|
277
gramps2/src/data/main6.css
Normal file
277
gramps2/src/data/main6.css
Normal file
@@ -0,0 +1,277 @@
|
||||
|
||||
/* GRAMPS Cascading Style Sheet */
|
||||
|
||||
/* Standard Tags {{{1
|
||||
*/
|
||||
HTML {
|
||||
background: #ddd;
|
||||
}
|
||||
BODY {
|
||||
font-size: 14px;
|
||||
font-family: "Lucida Grande", "Trebuchet MS", Geneva, Lucida, sans-serif;
|
||||
color: #000;
|
||||
margin: 10px;
|
||||
padding: 0px;
|
||||
}
|
||||
A:link {
|
||||
color: #f60;
|
||||
text-decoration: none;
|
||||
}
|
||||
A:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
A:active {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
A:visited {
|
||||
color: #33f;
|
||||
text-decoration: none;
|
||||
}
|
||||
P {
|
||||
margin: 0px 10px 5px 10px;
|
||||
text-align: justify;
|
||||
}
|
||||
H1 {
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
font-size: 100%;
|
||||
}
|
||||
H2 {
|
||||
|
||||
}
|
||||
H3 {
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
padding-top: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
H4 {
|
||||
font-size:16px;
|
||||
font-weight:bold;
|
||||
padding:10px 0px 0px 15px;
|
||||
color:#fb3;
|
||||
border-bottom:1px solid #fd9;
|
||||
}
|
||||
H5 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
H6 {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: 100%;
|
||||
margin-left: 1em;
|
||||
margin-top: 1.3em;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
IMG {
|
||||
border: none;
|
||||
}
|
||||
SUP {
|
||||
line-height: 0%;
|
||||
}
|
||||
TABLE {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
TH {
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
text-transform: lowercase;
|
||||
font-size: 90%;
|
||||
color: #444;
|
||||
}
|
||||
TD {
|
||||
vertical-align: top;
|
||||
padding: 2px 2px 2px 2px;
|
||||
}
|
||||
|
||||
/* Custom {{{1
|
||||
*/
|
||||
/* main data table */
|
||||
TABLE.infolist {
|
||||
border: 0;
|
||||
width: 80%;
|
||||
margin: 10px 10% 10px 10%;
|
||||
}
|
||||
TABLE.infolist TH {
|
||||
border-bottom: 1px solid #454;
|
||||
}
|
||||
TABLE.infolist TH A {
|
||||
text-decoration: none;
|
||||
}
|
||||
TABLE.infolist TR > TD:first-child {
|
||||
min-width: 6em;
|
||||
}
|
||||
TD.category {
|
||||
font-weight: bold;
|
||||
}
|
||||
TD.field {
|
||||
}
|
||||
TD.data {
|
||||
}
|
||||
#summaryarea TABLE.infolist TR TD {
|
||||
font-weight: bold;
|
||||
}
|
||||
#summaryarea TABLE.infolist TR TD:first-child {
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
}
|
||||
SPAN.grampsid {
|
||||
font-size: 9px;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* float left and right */
|
||||
.leftwrap {
|
||||
float: left;
|
||||
margin: 5px;
|
||||
margin-right: 1em;
|
||||
margin-left: 6em;
|
||||
}
|
||||
.rightwrap {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
margin-left: 1em;
|
||||
margin-right: 6em;
|
||||
}
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
/* navigation links */
|
||||
#navheader {
|
||||
padding: 5px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #000;
|
||||
margin: 2px;
|
||||
}
|
||||
.navtitle {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
text-transform: lowercase;
|
||||
margin: 4px 4px 10px 4px;
|
||||
}
|
||||
.navbyline {
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
.navbyline A {
|
||||
color: #444;
|
||||
text-transform: uppercase;
|
||||
font-size: 8px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.nav {
|
||||
font-size: 12px;
|
||||
word-spacing: 5px;
|
||||
text-transform: lowercase;
|
||||
margin: 5px;
|
||||
}
|
||||
.nav A {
|
||||
text-decoration: none;
|
||||
border: 1px solid #699;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
/* image display */
|
||||
.img_navbar {
|
||||
margin: 0;
|
||||
margin-bottom: 4px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
.portrait {
|
||||
text-align: center;
|
||||
margin: 5px;
|
||||
margin-right: 20px;
|
||||
padding: 3px;
|
||||
border-color: #363;
|
||||
border-width: 1px;
|
||||
}
|
||||
.snapshot P {
|
||||
text-align: center;
|
||||
}
|
||||
.thumbnail {
|
||||
margin: 10px 10% 10px 10%;
|
||||
}
|
||||
#gallery .thumbnail {
|
||||
margin: 1em;
|
||||
float:left;
|
||||
width:150px;
|
||||
height:150px;
|
||||
text-align:center;
|
||||
}
|
||||
.thumbnail P {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: smaller;
|
||||
}
|
||||
/* pedigree display */
|
||||
#pedigree { }
|
||||
.pedigreebox {
|
||||
margin: 5px 10px 5px 10px;
|
||||
background-color: #ddd;
|
||||
border: 1px solid #630;
|
||||
padding: 5px;
|
||||
line-height: 140%;
|
||||
}
|
||||
.pedigreegen {
|
||||
margin-top: 5px;
|
||||
padding: 2px 0px 2px 25px;
|
||||
border-top: 1px dashed #630;
|
||||
border-left: 1px dashed #630;
|
||||
}
|
||||
#pedigree .pedigreebox .pedigreegen:first-child {
|
||||
border: none;
|
||||
}
|
||||
.spouse:before {
|
||||
content: "+ ";
|
||||
}
|
||||
.thisperson {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* other section ids */
|
||||
#content {
|
||||
padding: 4px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #000;
|
||||
margin: 10px 2px 10px 2px;
|
||||
}
|
||||
#footer {
|
||||
padding: 4px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #000;
|
||||
margin: 2px;
|
||||
clear: both;
|
||||
}
|
||||
.fullclear {
|
||||
clear: both;
|
||||
}
|
||||
#copyright {
|
||||
margin: 7px 10px 5px 10px;
|
||||
font-size: 12px;
|
||||
float: right;
|
||||
}
|
||||
#summaryarea, #events, #families, #gallery, #narrative, #parents, #pedigree, #references, #sourcerefs, #weblinks, .snapshot {
|
||||
border: 1px dashed #630;
|
||||
margin: 5px 5px 10px 5px;
|
||||
padding: 5px 5px 10px 5px;
|
||||
}
|
||||
#attributes { }
|
||||
#researcher {
|
||||
margin: 5px 50% 5px 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.box { font-size: 10pt; height: 48px; padding: 5px; vertical-align: middle;}
|
||||
.bvline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; height: 1px;}
|
||||
.bhline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; width: 1px;}
|
||||
.border { position: absolute; background-color: #000000; font-size: 0pt; z-index: 4; width: 160px; height: 50px; }
|
||||
.boxbg { position: absolute; background-color: #cccccc; z-index: 5; width: 158px; height: 48px;}
|
||||
.shadow { position: absolute; background-color: #999999; z-index: 1; width: 158px; height: 48px; }
|
||||
.ghline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; width: 1px;}
|
||||
.gvline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; height: 1px;}
|
||||
|
||||
/* 1}}}
|
||||
vim:foldmethod=marker
|
||||
*/
|
@@ -41,15 +41,6 @@ includes 42 individuals and 15 families, with fairly complete
|
||||
data about many of the individuals.
|
||||
</tip>
|
||||
|
||||
|
||||
<tip>
|
||||
<b>The People View</b>: The People View shows a list of all individuals
|
||||
in the database.
|
||||
The listings can be sorted by simply clicking on a heading
|
||||
such as name, gender, birth date or death date. Clicking the heading a second
|
||||
time will reverse the sort.
|
||||
</tip>
|
||||
|
||||
<tip>
|
||||
<b>Filtering People</b>: In the People View, you can 'filter' individuals
|
||||
based on many criteria. Go to the Filter (just to the right of the People
|
||||
|
Reference in New Issue
Block a user