2008-10-22 00:27:42 +05:30
|
|
|
/*
|
2010-09-03 05:13:33 +05:30
|
|
|
**************************************************************************************************
|
|
|
|
Copyright Holder and License
|
2008-10-22 00:27:42 +05:30
|
|
|
**************************************************************************************************
|
|
|
|
GRAMPS Cascading Style Sheet
|
|
|
|
Style Name: Basic - Cypress
|
|
|
|
Style Author: Jason Simanek (2008)
|
|
|
|
Note: Adapted from GRAMPS original Modern Style stylesheet with colors from the original 'Tranquil' stylesheet
|
|
|
|
**************************************************************************************************
|
2010-09-03 05:13:33 +05:30
|
|
|
This website was created with GRAMPS <http://www.gramps-project.org/>
|
|
|
|
--------------------------------------------------------------------------------------------------
|
|
|
|
GRAMPS is a Free Software Project for Genealogy, offering a professional
|
2011-09-24 13:21:40 +05:30
|
|
|
|
2010-09-03 05:13:33 +05:30
|
|
|
genealogy program, and a wiki open to all. It is a community project, created,
|
|
|
|
developed and governed by genealogists.
|
|
|
|
|
|
|
|
Go to <http://gramps-project.org/> to learn more!
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------------------------
|
|
|
|
Copyright 2008 Jason M. Simanek
|
|
|
|
Copyright 2009 Stephane Charette
|
2011-01-18 07:08:04 +05:30
|
|
|
Copyright (C) 2008-2011 Rob G. Healey <robhealey1@gmail.com>
|
2011-09-24 13:21:40 +05:30
|
|
|
Copyright 2011 Michiel D. Nauta
|
2010-09-03 05:13:33 +05:30
|
|
|
|
|
|
|
This file is part of the GRAMPS program.
|
|
|
|
|
|
|
|
GRAMPS is free software: you can redistribute it and/or modify it under the
|
|
|
|
terms of the GNU General Public License as published by the Free Software
|
|
|
|
Foundation, version 2 of the License.
|
|
|
|
|
|
|
|
GRAMPS is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
|
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
|
|
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License along with
|
|
|
|
GRAMPS. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
--------------------------------------------------------------------------------------------------
|
2008-10-22 00:27:42 +05:30
|
|
|
|
|
|
|
Color Palette
|
|
|
|
--------------------------------------------------------------------------------------------------
|
2011-09-24 13:21:40 +05:30
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
black #000
|
|
|
|
slate dark #454
|
|
|
|
slate #7C8F7C
|
|
|
|
slate light #9DBF9D
|
|
|
|
slate very light #E0E6E0
|
|
|
|
white #FFF
|
2009-02-05 11:42:44 +05:30
|
|
|
--------------------------------------------------------------------------------------------------
|
2011-09-24 13:21:40 +05:30
|
|
|
Characteristic of this style is that it uses the full width of the browser
|
|
|
|
window and that horizontal highlighting bars extend over the full width of
|
|
|
|
the page.
|
|
|
|
--------------------------------------------------------------------------------------------------
|
2009-02-03 13:31:31 +05:30
|
|
|
|
2011-09-24 13:21:40 +05:30
|
|
|
NarrativeWeb Styles
|
|
|
|
------------------------------------------------------------------------------------------------
|
|
|
|
|
2010-09-03 05:13:33 +05:30
|
|
|
General Elements
|
2009-02-05 11:42:44 +05:30
|
|
|
----------------------------------------------------- */
|
|
|
|
|
2010-09-03 05:13:33 +05:30
|
|
|
body {
|
2011-09-24 13:21:40 +05:30
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 90%;
|
|
|
|
color: black;
|
|
|
|
margin: 0px;
|
|
|
|
background-color: #454;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
body > div {
|
|
|
|
clear: both;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
.content {
|
2011-09-24 13:21:40 +05:30
|
|
|
background-color: white;
|
|
|
|
border-top: solid 1px #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
.content div.snapshot {
|
2011-09-24 13:21:40 +05:30
|
|
|
float: right;
|
|
|
|
margin: 2em;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
.fullclear {
|
2011-09-24 13:21:40 +05:30
|
|
|
clear: both;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* General Text
|
|
|
|
----------------------------------------------------- */
|
|
|
|
h1 {
|
2011-09-24 13:21:40 +05:30
|
|
|
font-size: x-large;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 15px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
h3 {
|
2011-09-24 13:21:40 +05:30
|
|
|
font-size: large;
|
|
|
|
padding-left: 15px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
h4 {
|
2011-09-24 13:21:40 +05:30
|
|
|
font-size: medium;
|
|
|
|
background-color: #9DBF9D;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
border-bottom: solid 1px #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
p#description {
|
2011-09-24 13:21:40 +05:30
|
|
|
padding-left: 15px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
a {
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
a[href]:hover, a[href]:active {
|
|
|
|
background-color: #9DBF9D;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
.grampsid {
|
2011-09-24 13:21:40 +05:30
|
|
|
font-family: monospace;
|
|
|
|
font-size: smaller;
|
|
|
|
color: #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* Header
|
|
|
|
----------------------------------------------------- */
|
2010-09-03 05:13:33 +05:30
|
|
|
#header {
|
2011-09-24 13:21:40 +05:30
|
|
|
color: #E0E6E0;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#user_header, #user_footer {
|
|
|
|
padding-left: 15px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* Navigation
|
|
|
|
----------------------------------------------------- */
|
2012-01-10 12:40:29 +05:30
|
|
|
div#nav, #subnavigation {
|
2011-09-24 13:21:40 +05:30
|
|
|
border: solid 1px #454; /* needed by IE7 */
|
|
|
|
}
|
|
|
|
#subnavigation ul {
|
|
|
|
overflow: hidden;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2012-01-10 12:40:29 +05:30
|
|
|
div#nav ul, #subnavigation ul {
|
2011-09-24 13:21:40 +05:30
|
|
|
list-style: none;
|
|
|
|
margin: 0px;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
#subnavigation ul {
|
|
|
|
border-bottom: solid 1px #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2012-01-10 12:40:29 +05:30
|
|
|
div#nav ul li, #subnavigation ul li {
|
2011-09-24 13:21:40 +05:30
|
|
|
float: left;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2012-01-10 12:40:29 +05:30
|
|
|
div#nav ul li a, #subnavigation ul li a {
|
2011-09-24 13:21:40 +05:30
|
|
|
display: block;
|
|
|
|
font-size: smaller;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #E0E6E0;
|
|
|
|
padding: 5px;
|
|
|
|
border-bottom: solid 1px #454;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2012-01-10 12:40:29 +05:30
|
|
|
div#nav ul li a:hover, #subnavigation ul li a:hover {
|
2011-09-24 13:21:40 +05:30
|
|
|
text-decoration: none;
|
|
|
|
background-color: #9DBF9D;
|
|
|
|
border-bottom: solid 1px black;
|
|
|
|
}
|
2012-01-10 12:40:29 +05:30
|
|
|
div#nav ul li.CurrentSection a {
|
2011-09-24 13:21:40 +05:30
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
color: #454;
|
|
|
|
border: solid 1px #7C8F7C;
|
|
|
|
border-bottom-style: none;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
#subnavigation ul li.CurrentSection a {
|
|
|
|
color: #454;
|
|
|
|
background-color: white;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2009-10-07 06:46:20 +05:30
|
|
|
/* Alphabet Navigation
|
|
|
|
----------------------------------------------------- */
|
2012-01-10 12:40:29 +05:30
|
|
|
div#alphanav {
|
2011-09-24 13:21:40 +05:30
|
|
|
background-color: #454
|
2009-10-07 06:46:20 +05:30
|
|
|
}
|
2012-01-10 12:40:29 +05:30
|
|
|
div#alphanav ul {
|
2011-09-24 13:21:40 +05:30
|
|
|
list-style: none;
|
2009-10-07 06:46:20 +05:30
|
|
|
border-width: 2px 0px 4px 0px;
|
|
|
|
border-style: solid;
|
2011-09-24 13:21:40 +05:30
|
|
|
border-color: black;
|
|
|
|
margin: 0px;
|
|
|
|
padding-left: 15px;
|
|
|
|
/* float container stretch, see www.quirksmode.org/css/clearing.html */
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2012-01-10 12:40:29 +05:30
|
|
|
div#alphanav ul li {
|
2011-09-24 13:21:40 +05:30
|
|
|
float: left;
|
|
|
|
font-size: larger;
|
|
|
|
font-weight: bold;
|
2009-10-07 06:46:20 +05:30
|
|
|
}
|
2012-01-10 12:40:29 +05:30
|
|
|
div#alphanav ul li:after {
|
2011-09-24 13:21:40 +05:30
|
|
|
content: " |";
|
2009-10-07 06:46:20 +05:30
|
|
|
}
|
2012-01-10 12:40:29 +05:30
|
|
|
div#alphanav ul li a {
|
2011-09-24 13:21:40 +05:30
|
|
|
display: block;
|
|
|
|
padding: 4px 8px;
|
|
|
|
line-height: 100%;
|
|
|
|
float: left;
|
|
|
|
color: white;
|
2009-10-07 06:46:20 +05:30
|
|
|
}
|
2012-01-10 12:40:29 +05:30
|
|
|
div#alphanav ul li a:hover {
|
2011-09-24 13:21:40 +05:30
|
|
|
text-decoration: none;
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
2009-10-07 06:46:20 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Main Table
|
|
|
|
----------------------------------------------------- */
|
|
|
|
table {
|
2011-09-24 13:21:40 +05:30
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
div#summaryarea > table.infolist,
|
|
|
|
div#parents > table.infolist,
|
|
|
|
h3 + table.infolist {
|
|
|
|
width: auto;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
table tr th {
|
|
|
|
text-align: left;
|
2011-09-24 13:21:40 +05:30
|
|
|
background-color: #E0E6E0;
|
|
|
|
border-top: solid 1px #7C8F7C;
|
|
|
|
border-bottom: solid 1px #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table tr th:first-child {
|
|
|
|
border-left: solid 1px #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table tr th:last-child {
|
|
|
|
border-right: solid 1px #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table.primobjlist tr th {
|
|
|
|
background-color: #9DBF9D;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table td, table th {
|
|
|
|
vertical-align: top;
|
|
|
|
padding-left: 1ex;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table.primobjlist td {
|
|
|
|
vertical-align: middle;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table td:first-child, table th:first-child {
|
|
|
|
padding-left: 15px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table.primobjlist tr a {
|
|
|
|
display: block; /* make whole td clickable */
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table.primobjlist tr.BeginLetter td, table.primobjlist tr.BeginSurname td {
|
|
|
|
border-top: solid 1px #9DBF9D;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
td.ColumnLetter, td.ColumnRowLabel {
|
|
|
|
font-weight: bold;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2015-04-18 19:37:12 +05:30
|
|
|
/* bug #8213 testing by Stephane, 2014-12-6 */
|
|
|
|
td.ColumnEvent, td.ColumnDate {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
td.ColumnPlace, td.ColumnDescription {
|
|
|
|
width: 20%
|
|
|
|
}
|
|
|
|
/* end of customizations by Stephane */
|
2011-09-24 13:21:40 +05:30
|
|
|
td.ColumnBirth, td.ColumnDeath, td.ColumnPartner, td.ColumnParents {
|
|
|
|
font-size: 90%;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table.infolist tr td ol {
|
|
|
|
margin: 0px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#summaryarea table.infolist td.ColumnAttribute,
|
|
|
|
#parents table.infolist td.ColumnAttribute,
|
|
|
|
#families table.infolist td.ColumnType,
|
|
|
|
#families table.infolist td.ColumnAttribute {
|
|
|
|
color: #454;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
/* div summaryarea is missing for events, sources and repos! */
|
|
|
|
h3 + table.infolist td.ColumnAttribute {
|
|
|
|
color: #454;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table.primobjlist td.ColumnParents span.mother:before {
|
|
|
|
content: "+ ";
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* Surnames
|
|
|
|
----------------------------------------------------- */
|
2011-09-24 13:21:40 +05:30
|
|
|
table#SortByName td.ColumnSurname, table#SortByName th.ColumnSurname,
|
|
|
|
table#SortByCount td.ColumnQuantity, table#SortByCount th.ColumnQuantity {
|
|
|
|
background-color: #E0E6E0;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
/* make the whole cell light up on hover not just the a. */
|
|
|
|
table#SortByName td.ColumnSurname,
|
|
|
|
table#SortByName th.ColumnSurname,
|
|
|
|
table#SortByName th.ColumnQuantity {
|
|
|
|
padding-left: 0px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table#SortByName td.ColumnSurname > a,
|
|
|
|
table#SortByName th.ColumnSurname > a,
|
|
|
|
table#SortByName th.ColumnQuantity > a {
|
|
|
|
padding-left: 1ex;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table#SortByName thead th.ColumnSurname a:after,
|
|
|
|
table#SortByCount thead th.ColumnQuantity a:after {
|
|
|
|
content: " \2193";
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table#SortByName th.ColumnSurname a:hover,
|
|
|
|
table#SortByName th.ColumnQuantity a:hover,
|
|
|
|
table#SortByCount th.ColumnSurname a:hover,
|
|
|
|
table#SortByCount th.ColumnQuantity a:hover {
|
|
|
|
background-color: #E0E6E0;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table.surname td.ColumnName {
|
|
|
|
background-color: #E0E6E0;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
/* make the whole cell light up on hover not just the a. */
|
|
|
|
table.surname td.ColumnName {
|
|
|
|
padding-left: 0px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
table.surname td.ColumnName > a {
|
|
|
|
padding-left: 15px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* Individuals
|
|
|
|
----------------------------------------------------- */
|
2011-09-24 13:21:40 +05:30
|
|
|
table.IndividualList td.ColumnSurname {
|
|
|
|
background-color: #E0E6E0;
|
2011-08-22 01:04:27 +05:30
|
|
|
}
|
2011-08-18 06:13:55 +05:30
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Places
|
|
|
|
----------------------------------------------------- */
|
2011-09-24 13:21:40 +05:30
|
|
|
#Places table.infolist td.ColumnName {
|
|
|
|
background-color: #E0E6E0;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
/* make the whole cell light up on hover not just the a. */
|
|
|
|
#Places table.infolist td.ColumnName {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
#Places table.infolist td.ColumnName > a {
|
|
|
|
padding-left: 1ex;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2009-10-07 06:46:20 +05:30
|
|
|
|
2011-08-26 02:17:36 +05:30
|
|
|
/* Events
|
|
|
|
----------------------------------------------------- */
|
|
|
|
#EventList table.infolist tr.BeginType td {
|
2011-09-24 13:21:40 +05:30
|
|
|
border-top:dashed 1px #9DBF9D;
|
2011-08-26 02:17:36 +05:30
|
|
|
}
|
|
|
|
#EventList table.infolist tr.BeginLetter td {
|
2011-09-24 13:21:40 +05:30
|
|
|
border-top:solid 1px #9DBF9D;
|
2011-08-26 02:17:36 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#EventList table.infolist td.ColumnType {
|
|
|
|
background-color: #E0E6E0;
|
2011-09-12 01:56:45 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#EventList td.ColumnPerson a {
|
|
|
|
display: inline;
|
2011-09-12 01:56:45 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#EventList td.ColumnPerson span.person:after,
|
|
|
|
#EventList td.ColumnPerson span.father:after,
|
|
|
|
#EventList td.ColumnPerson span.mother:after,
|
|
|
|
#EventDetail td.ColumnPerson span.person:after,
|
|
|
|
#EventDetail td.ColumnPerson span.father:after,
|
|
|
|
#EventDetail td.ColumnPerson span.mother:after {
|
2011-09-12 01:56:45 +05:30
|
|
|
content: ", ";
|
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#EventList td.ColumnPerson span.fatherNmother:after,
|
|
|
|
#EventDetail td.ColumnPerson span.fatherNmother:after {
|
|
|
|
content: " + ";
|
|
|
|
}
|
|
|
|
#EventList td.ColumnPerson span.person:last-child:after,
|
|
|
|
#EventList td.ColumnPerson span.father:last-child:after,
|
|
|
|
#EventList td.ColumnPerson span.mother:last-child:after,
|
|
|
|
#EventDetail td.ColumnPerson span.person:last-child:after,
|
|
|
|
#EventDetail td.ColumnPerson span.father:last-child:after,
|
|
|
|
#EventDetail td.ColumnPerson span.mother:last-child:after {
|
2011-09-12 01:56:45 +05:30
|
|
|
content: "";
|
|
|
|
}
|
2011-08-26 02:17:36 +05:30
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Gallery
|
|
|
|
----------------------------------------------------- */
|
|
|
|
#GalleryNav {
|
2011-09-24 13:21:40 +05:30
|
|
|
text-align: center;
|
|
|
|
margin: 2em 0px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
#GalleryNav a {
|
2011-09-24 13:21:40 +05:30
|
|
|
font-weight: bold;
|
|
|
|
background-color: #E0E6E0;
|
|
|
|
border: solid 1px #7C8F7C;
|
|
|
|
margin: 1em;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
#GalleryNav a:hover {
|
2011-09-24 13:21:40 +05:30
|
|
|
background-color: #9DBF9D;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
#GalleryNav a#Previous {
|
2011-09-24 13:21:40 +05:30
|
|
|
padding: .4em .7em .3em .7em;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
#GalleryNav a#Next {
|
2011-09-24 13:21:40 +05:30
|
|
|
padding: .4em 1.9em .3em 1.9em;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
#GalleryCurrent {
|
2011-09-24 13:21:40 +05:30
|
|
|
font-size: larger;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
#GalleryTotal {
|
2011-09-24 13:21:40 +05:30
|
|
|
font-weight: normal;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
#GalleryDisplay {
|
2011-09-24 13:21:40 +05:30
|
|
|
margin: 0px auto;
|
|
|
|
position: relative;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
#GalleryDisplay img {
|
2011-09-24 13:21:40 +05:30
|
|
|
margin: 0px auto;
|
|
|
|
display: block;
|
|
|
|
border: solid 1px #7C8F7C;
|
2011-08-31 07:36:59 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#GalleryDetail h3 {
|
|
|
|
text-align: center;
|
2011-08-31 07:36:59 +05:30
|
|
|
}
|
|
|
|
|
2012-01-01 06:33:45 +05:30
|
|
|
/* Sources
|
|
|
|
------------------------------------------------------ */
|
|
|
|
div#SourceDetail {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Contact
|
|
|
|
----------------------------------------------------- */
|
2011-09-24 13:21:40 +05:30
|
|
|
#Contact {
|
|
|
|
overflow: hidden;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#Contact #summaryarea {
|
|
|
|
width: 40em;
|
|
|
|
margin: 2em auto;
|
|
|
|
padding: 3em;
|
|
|
|
background-color: #E0E6E0;
|
|
|
|
border: solid 1px #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#Contact img {
|
|
|
|
float: right;
|
|
|
|
border: solid 1px #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#Contact #researcher, #Contact #researcher h3 {
|
|
|
|
font-size: larger;
|
|
|
|
padding-left: 0px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#Contact #streetaddress, #Contact #locality, #Contact #email {
|
2011-01-18 07:25:40 +05:30
|
|
|
display: block;
|
2009-11-15 11:55:12 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#Contact #locality, #Contact #city, #Contact #state, #Contact #postalcode,
|
|
|
|
#Contact #country {
|
|
|
|
white-space: nowrap;
|
2009-11-15 11:55:12 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#Contact #city:after {
|
|
|
|
content: ",";
|
2009-11-15 11:55:12 +05:30
|
|
|
}
|
|
|
|
|
2011-09-24 13:21:40 +05:30
|
|
|
/* Download
|
2008-10-22 00:27:42 +05:30
|
|
|
----------------------------------------------------- */
|
2011-09-24 13:21:40 +05:30
|
|
|
#Download table.download a {
|
|
|
|
display: block;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
2011-09-24 13:21:40 +05:30
|
|
|
/* Subsection
|
2008-10-22 00:27:42 +05:30
|
|
|
----------------------------------------------------- */
|
2011-09-24 13:21:40 +05:30
|
|
|
#Home, #Introduction {
|
|
|
|
overflow: hidden;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#Home img, #Introduction img {
|
|
|
|
float: right;
|
|
|
|
margin: 1em;
|
|
|
|
max-width: 950px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#Home p, #Introduction p {
|
|
|
|
padding-left: 15px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
.subsection {
|
|
|
|
clear: both;
|
|
|
|
overflow: hidden;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
.subsection p {
|
|
|
|
margin: 0px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
2011-09-24 13:21:40 +05:30
|
|
|
/* Subsection : Families
|
2008-10-22 00:27:42 +05:30
|
|
|
----------------------------------------------------- */
|
2011-07-13 02:18:31 +05:30
|
|
|
div#families table.fixed_subtables table.eventlist {
|
2011-09-24 13:21:40 +05:30
|
|
|
table-layout: fixed;
|
2011-07-13 02:18:31 +05:30
|
|
|
}
|
|
|
|
div#families table.fixed_subtables table.eventlist th:first-child {
|
2011-09-24 13:21:40 +05:30
|
|
|
width: 9em;
|
2011-07-13 02:18:31 +05:30
|
|
|
}
|
|
|
|
div#families table.fixed_subtables table.eventlist th:last-child {
|
2011-09-24 13:21:40 +05:30
|
|
|
width: 5em;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
div#families table.attrlist td.ColumnType {
|
|
|
|
color: black;
|
2011-08-26 02:17:36 +05:30
|
|
|
}
|
2008-10-22 00:27:42 +05:30
|
|
|
|
2011-09-24 13:21:40 +05:30
|
|
|
/* Subsection : Gallery
|
2008-10-22 00:27:42 +05:30
|
|
|
----------------------------------------------------- */
|
|
|
|
#indivgallery .thumbnail {
|
2011-09-24 13:21:40 +05:30
|
|
|
float: left;
|
|
|
|
max-width: 130px;
|
|
|
|
max-height: 150px;
|
|
|
|
font-size: smaller;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0.8em 0.5em;
|
|
|
|
}
|
|
|
|
#indivgallery h4 + .thumbnail {
|
|
|
|
margin-left: 15px;
|
|
|
|
/* Problem: if there are more thumnails then fit on a single row, the
|
|
|
|
* first thumnail on each next row should also have a margin-left
|
|
|
|
* of 15 px. */
|
|
|
|
}
|
|
|
|
#indivgallery img {
|
|
|
|
border: solid 1px #7C8F7C;
|
|
|
|
}
|
|
|
|
#indivgallery span {
|
|
|
|
/* ## remove this line and the comment markers from the line below to hide description in Indivifual Gallery
|
2010-10-14 06:06:36 +05:30
|
|
|
display: none; */
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
2011-09-24 13:21:40 +05:30
|
|
|
/* Subsection : Narrative
|
2008-10-22 00:27:42 +05:30
|
|
|
----------------------------------------------------- */
|
2011-09-24 13:21:40 +05:30
|
|
|
h4 + div.grampsstylednote, a.familymap {
|
|
|
|
margin: 1em 15px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
i + div.grampsstylednote p {
|
2012-04-29 01:25:11 +05:30
|
|
|
margin: 0 0 0.3em 0;
|
|
|
|
}
|
|
|
|
div.grampsstylednote p {
|
|
|
|
margin-bottom: 0.5em;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
2011-09-24 13:21:40 +05:30
|
|
|
/* Subsection : Family Map
|
2008-10-22 00:27:42 +05:30
|
|
|
----------------------------------------------------- */
|
2011-09-24 13:21:40 +05:30
|
|
|
a.familymap {
|
|
|
|
display: block;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
2011-09-24 13:21:40 +05:30
|
|
|
/* Subsection : Source References
|
2008-10-22 00:27:42 +05:30
|
|
|
----------------------------------------------------- */
|
2011-09-24 13:21:40 +05:30
|
|
|
#sourcerefs ol li ol {
|
|
|
|
list-style-type: lower-alpha;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2010-03-27 12:41:10 +05:30
|
|
|
|
2011-09-24 13:21:40 +05:30
|
|
|
/* Subsection : Pedigree
|
2008-10-22 00:27:42 +05:30
|
|
|
----------------------------------------------------- */
|
|
|
|
.pedigreegen {
|
2011-09-24 13:21:40 +05:30
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 15px;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
.pedigreegen li ol {
|
2011-09-24 13:21:40 +05:30
|
|
|
list-style-type: none;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
.pedigreegen li ol li ol {
|
2011-09-24 13:21:40 +05:30
|
|
|
list-style-type: decimal;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
.pedigreegen ol.spouselist {
|
|
|
|
list-style-type: none;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
.pedigreegen ol.spouselist li.spouse ol {
|
|
|
|
list-style-type: decimal;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
.spouse:before {
|
|
|
|
content: "+ ";
|
|
|
|
}
|
|
|
|
.thisperson {
|
2011-09-24 13:21:40 +05:30
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.thisperson > ol {
|
|
|
|
font-weight: normal;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
2010-09-03 05:13:33 +05:30
|
|
|
/* Footer
|
|
|
|
----------------------------------------------------- */
|
|
|
|
#footer {
|
2011-09-24 13:21:40 +05:30
|
|
|
clear: both;
|
|
|
|
color: #E0E6E0;
|
|
|
|
padding-top: 1em;
|
|
|
|
background-color: #9DBF9D;
|
|
|
|
border-top: solid 1px #454;
|
2010-09-03 05:13:33 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#footer a {
|
|
|
|
color: #E0E6E0;
|
2010-09-03 05:13:33 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#footer > * {
|
|
|
|
background-color: #454;
|
2010-09-03 05:13:33 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#footer p#createdate {
|
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-top: 1em;
|
2010-09-03 05:13:33 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
#footer p#copyright {
|
|
|
|
float: right;
|
|
|
|
width: 40%;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 15px;
|
2010-09-03 05:13:33 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
|
|
|
|
/* Overwritten
|
|
|
|
----------------------------------------------------- */
|
|
|
|
body#FamilyMap {
|
|
|
|
background-color: #E0E6E0 ! important;
|
2010-09-03 05:13:33 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Calendar Styles
|
2011-09-24 13:21:40 +05:30
|
|
|
===================================================== */
|
|
|
|
table.calendar {
|
|
|
|
table-layout: fixed;
|
|
|
|
empty-cells: show;
|
|
|
|
}
|
|
|
|
.calendar thead th {
|
|
|
|
text-align: center;
|
|
|
|
border-top-style: none;
|
|
|
|
}
|
|
|
|
.calendar thead th.monthName {
|
|
|
|
font-size: xx-large;
|
|
|
|
font-weight: normal;
|
|
|
|
background-color: white;
|
|
|
|
border-bottom-style: none;
|
|
|
|
padding-top: 1em;
|
|
|
|
}
|
|
|
|
.calendar thead th abbr {
|
|
|
|
border-bottom-style: none;
|
|
|
|
}
|
|
|
|
#CreatorInfo {
|
|
|
|
float: right;
|
|
|
|
margin: -1em 15px 0px 0px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
.calendar tfoot tr td {
|
|
|
|
border-top: solid 4px #7C8F7C;
|
|
|
|
vertical-align: middle;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Date Numeral */
|
2011-09-24 13:21:40 +05:30
|
|
|
.calendar div.date {
|
|
|
|
float: right;
|
|
|
|
width: 1.8em;
|
|
|
|
font-size: large;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #9DBF9D;
|
|
|
|
color: #454;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Date Container */
|
2011-09-24 13:21:40 +05:30
|
|
|
.calendar td {
|
|
|
|
padding: 0px 0px 0px 1ex;
|
|
|
|
border-width: 1px 0px 0px 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #9DBF9D;
|
|
|
|
background-color: white;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
.calendar td:first-child {
|
|
|
|
border-left-style: none;
|
|
|
|
padding: 0px 0px 0px 1ex;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
.calendar tbody tr:first-child td {
|
2011-09-24 13:21:40 +05:30
|
|
|
border-top-style: none;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Date Detail */
|
2011-09-24 13:21:40 +05:30
|
|
|
.calendar td ul {
|
|
|
|
font-size: smaller;
|
|
|
|
list-style: none;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
.calendar td ul li {
|
|
|
|
border-top: dashed 1px #9DBF9D;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
.calendar td ul li:first-child {
|
|
|
|
border-style: none;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Birthday, Anniversary, Highlight */
|
2011-09-24 13:21:40 +05:30
|
|
|
.calendar td ul li em {
|
|
|
|
font-style: normal;
|
|
|
|
color: #7C8F7C;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
.calendar td.highlight {
|
|
|
|
background-color: #E0E6E0;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2011-09-24 13:21:40 +05:30
|
|
|
.calendar td.highlight div.date {
|
|
|
|
color: black;
|
|
|
|
background-color: #9DBF9D;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Previous-Next Month */
|
2011-09-24 13:21:40 +05:30
|
|
|
.calendar td.previous,
|
|
|
|
.calendar td.next,
|
|
|
|
.calendar td.previous div.date,
|
|
|
|
.calendar td.next div.date {
|
|
|
|
color: #9DBF9D;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Full Year */
|
|
|
|
body#fullyearlinked div.content {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
body#fullyearlinked table.calendar {
|
|
|
|
float: left;
|
|
|
|
width: 33.3%;
|
|
|
|
height: 18em;
|
|
|
|
border: solid 1px black;
|
|
|
|
}
|
|
|
|
body#fullyearlinked table.calendar thead th {
|
|
|
|
height: 2em;
|
|
|
|
}
|
|
|
|
body#fullyearlinked table.calendar thead th.monthName {
|
|
|
|
font-size: large;
|
|
|
|
padding: 2px 0px;
|
|
|
|
}
|
|
|
|
body#fullyearlinked table.calendar tbody td {
|
|
|
|
height: 3em;
|
|
|
|
}
|
|
|
|
body#OneDay div.content {
|
|
|
|
overflow: hidden;
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|