2008-07-16 12:37:21 +05:30
|
|
|
/*
|
|
|
|
**************************************************************************************************
|
2008-10-22 00:27:42 +05:30
|
|
|
Copyright Holder and License
|
|
|
|
**************************************************************************************************
|
2008-07-16 12:37:21 +05:30
|
|
|
GRAMPS Cascading Style Sheet
|
|
|
|
Style Name: Nebraska Default Stylesheet
|
|
|
|
Style Author: Jason M. Simanek (2008)
|
2009-02-03 13:31:31 +05:30
|
|
|
|
2008-07-16 12:37:21 +05:30
|
|
|
**************************************************************************************************
|
2009-01-25 15:30:30 +05:30
|
|
|
This website was created with GRAMPS <http://www.gramps-project.org/>
|
2008-10-22 00:27:42 +05:30
|
|
|
--------------------------------------------------------------------------------------------------
|
2009-01-25 15:30:30 +05:30
|
|
|
GRAMPS is a Free Software Project for Genealogy, offering a professional
|
|
|
|
genealogy program, and a wiki open to all. It is a community project, created,
|
|
|
|
developed and governed by genealogists.
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2009-01-25 15:30:30 +05:30
|
|
|
Go to <http://gramps-project.org/> to learn more!
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
--------------------------------------------------------------------------------------------------
|
2008-07-16 12:37:21 +05:30
|
|
|
Copyright 2008 Jason M. Simanek
|
2009-02-22 09:51:24 +05:30
|
|
|
Copyright 2009 Stephane Charette
|
2008-07-16 12:37:21 +05:30
|
|
|
|
|
|
|
This file is part of the GRAMPS program.
|
|
|
|
|
2009-01-25 15:30:30 +05:30
|
|
|
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.
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2009-01-25 15:30:30 +05:30
|
|
|
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.
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2009-01-25 15:30:30 +05:30
|
|
|
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
|
|
|
--------------------------------------------------------------------------------------------------
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
Color Palette
|
2008-07-16 12:37:21 +05:30
|
|
|
--------------------------------------------------------------------------------------------------
|
2008-10-22 00:27:42 +05:30
|
|
|
brown darkest #453619
|
|
|
|
brown dark #542
|
|
|
|
brown #A97
|
|
|
|
brown light #C1B398
|
|
|
|
brown lightest #F6F2EE
|
|
|
|
gray #696969
|
|
|
|
green #5D835F
|
2009-02-05 11:42:44 +05:30
|
|
|
--------------------------------------------------------------------------------------------
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2009-02-05 11:42:44 +05:30
|
|
|
# $Id$
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2009-02-05 11:42:44 +05:30
|
|
|
NarrativeWeb Styles
|
|
|
|
--------------------------------------------------------------------------------------------
|
2009-02-03 13:31:31 +05:30
|
|
|
|
2009-02-05 11:42:44 +05:30
|
|
|
General Elements
|
|
|
|
----------------------------------------------------- */
|
2009-02-03 13:31:31 +05:30
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
body {
|
|
|
|
color:#000;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
background-color:#fff;
|
|
|
|
}
|
2008-07-16 12:37:21 +05:30
|
|
|
div {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
|
|
|
padding:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table {
|
2008-10-22 00:27:42 +05:30
|
|
|
border:none;
|
|
|
|
border-collapse:collapse;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
th {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-weight:bold;
|
|
|
|
text-align:left;
|
|
|
|
padding:1px 3em 1px 0.5em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
td {
|
2008-10-22 00:27:42 +05:30
|
|
|
vertical-align:top;
|
|
|
|
padding:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
img {
|
2008-10-22 00:27:42 +05:30
|
|
|
border:none;
|
|
|
|
margin:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.thumbnail a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.content {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.content div.snapshot {
|
2008-10-22 00:27:42 +05:30
|
|
|
float:right;
|
|
|
|
margin:1.6em;
|
|
|
|
padding:0;
|
|
|
|
background:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.content div.snapshot div.thumbnail {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
background:none;
|
|
|
|
}
|
|
|
|
.content div.snapshot div.thumbnail p {
|
|
|
|
display:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.fullclear {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:100%;
|
|
|
|
height:1px;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
clear:both;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* General Text
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
h1 {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 2em/1.2em serif;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
h2 {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
h3 {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 2em/1.2em serif;
|
|
|
|
text-align:left;
|
|
|
|
margin:0;
|
|
|
|
padding:.5em 20px .2em 20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
h4 {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 1.2em/1.2em serif;
|
|
|
|
color:white;
|
|
|
|
margin:0;
|
|
|
|
padding:.2em 0 .2em 20px;
|
|
|
|
background-color:#C1B398;
|
|
|
|
border-bottom:solid 1px #542;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
h5, h6 {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 1em/1.2em serif;
|
|
|
|
font-style:italic;
|
|
|
|
margin:1.3em 0 .5em 1em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
p#description {
|
2008-10-22 00:27:42 +05:30
|
|
|
color:#542;
|
|
|
|
max-width:800px;
|
|
|
|
margin:0;
|
|
|
|
padding:1em 20px;
|
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
p a {
|
2008-10-22 00:27:42 +05:30
|
|
|
color:#FFF;
|
|
|
|
text-decoration:underline;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
sup {
|
2008-10-22 00:27:42 +05:30
|
|
|
line-height:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
ol {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal .9em/1.6em sans-serif;
|
|
|
|
margin-top:0;
|
|
|
|
margin-bottom:0;
|
|
|
|
padding-top:.5em;
|
|
|
|
padding-bottom:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
ol li a {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
ol li a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:underline;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
a {
|
2008-10-22 00:27:42 +05:30
|
|
|
color:#542;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
a:visited {
|
2008-10-22 00:27:42 +05:30
|
|
|
color:#542;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
color:#542;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
span.preposition {
|
|
|
|
padding-left:1em;
|
|
|
|
padding-right:1em;
|
|
|
|
}
|
|
|
|
.grampsid {
|
|
|
|
font:normal .8em/1.2em monospace;
|
|
|
|
color:#696969;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Header
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#header {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
|
|
|
padding:0 0 .9em 0;
|
|
|
|
background-color:#542;
|
|
|
|
border-bottom:solid 1px #453619;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#SiteTitle {
|
2008-10-22 00:27:42 +05:30
|
|
|
color:#FFF;
|
|
|
|
margin:0;
|
|
|
|
padding:.5em 0 0 20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
p#user_header {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-size:1.3em;
|
|
|
|
text-align:left;
|
|
|
|
color:#A97;
|
|
|
|
margin:0;
|
|
|
|
padding:.2em 0 .6em 20px;
|
|
|
|
background-color:#542;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Navigation
|
|
|
|
----------------------------------------------------- */
|
2008-12-05 02:08:02 +05:30
|
|
|
#navigation, #subnavigation {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
|
|
|
padding:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2008-12-05 02:08:02 +05:30
|
|
|
#navigation ul, #subnavigation ul {
|
2008-10-22 00:27:42 +05:30
|
|
|
list-style:none;
|
|
|
|
min-width:770px;
|
|
|
|
height:32px;
|
|
|
|
margin:0;
|
2009-07-29 13:28:22 +05:30
|
|
|
padding:0 0 0 5px;
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#A97;
|
|
|
|
border-bottom:solid 1px #542;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2008-12-05 02:08:02 +05:30
|
|
|
#navigation ul li, #subnavigation ul li {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
|
|
|
float:left;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2008-12-05 02:08:02 +05:30
|
|
|
#navigation ul li a, #subnavigation ul li a {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:block;
|
|
|
|
float:left;
|
|
|
|
font:normal 16px/100% serif;
|
|
|
|
color:#542;
|
|
|
|
text-decoration:none;
|
|
|
|
margin:0;
|
2009-07-29 13:28:22 +05:30
|
|
|
padding:6px 10px;
|
2008-10-22 00:27:42 +05:30
|
|
|
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2008-12-05 02:08:02 +05:30
|
|
|
#navigation ul li a:hover, #subnavigation ul li a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#C1B398;
|
|
|
|
border-bottom:solid 1px #542;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2009-03-15 03:00:04 +05:30
|
|
|
#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-size:19px;
|
|
|
|
margin-top:-6px;
|
|
|
|
padding-top:11px;
|
|
|
|
padding-bottom:8px;
|
|
|
|
border-right:solid 1px #542;
|
|
|
|
border-left:solid 1px #542;
|
|
|
|
border-bottom:solid 1px #FFF;
|
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2009-03-15 03:00:04 +05:30
|
|
|
#navigation ul li.CurrentSection a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2009-03-15 03:00:04 +05:30
|
|
|
#subnavigation ul li.CurrentSection a {
|
2008-12-05 02:08:02 +05:30
|
|
|
border-width:0 0 1px 0;
|
|
|
|
}
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2009-10-08 04:15:59 +05:30
|
|
|
/* Alphabet Navigation
|
|
|
|
----------------------------------------------------- */
|
|
|
|
div#alphabet {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
background-color: #A97;
|
|
|
|
}
|
|
|
|
div#alphabet ul {
|
|
|
|
list-style:none;
|
|
|
|
min-width:770px;
|
|
|
|
height:24px;
|
|
|
|
margin:0;
|
|
|
|
padding: 0px 0px 0px 16px;
|
|
|
|
border-width: 2px 0px 4px 0px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #000;
|
|
|
|
}
|
|
|
|
div#alphabet ul li:after {
|
|
|
|
content:" |";
|
|
|
|
}
|
|
|
|
div#alphabet ul li {
|
|
|
|
margin:0;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
div#alphabet ul li a {
|
|
|
|
display:block;
|
|
|
|
padding: 4px 8px 4px 8px;
|
|
|
|
float:left;
|
|
|
|
font:bold 16px/100% sans;
|
|
|
|
margin:0;
|
|
|
|
text-decoration:none;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
div#alphabet ul li a:hover {
|
|
|
|
background-color: #000;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Main Table
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
table.infolist {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:100%;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
background-color:#F6F2EE;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tr th {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 1.1em/1.2em serif;
|
|
|
|
color:#FFF;
|
|
|
|
margin:0;
|
|
|
|
padding:.2em 10px;
|
|
|
|
background-color:#A97;
|
|
|
|
border-bottom:solid 1px #542;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tr th a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tr td {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 1.1em/1.4em serif;
|
|
|
|
vertical-align:middle;
|
|
|
|
padding:.1em 10px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tr td a {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:block;
|
|
|
|
text-decoration:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tr.BeginLetter td, table.infolist tr.BeginSurname td {
|
2008-10-22 00:27:42 +05:30
|
|
|
border-top:solid 1px #C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tr td.ColumnLetter {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:3%;
|
|
|
|
text-align:center;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tbody tr td.ColumnBirth {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-size:.9em;
|
|
|
|
color:#5D835F;
|
|
|
|
width:10%;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tbody tr td.ColumnDeath {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-size:.9em;
|
|
|
|
width:10%;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tbody tr td.ColumnRowLabel {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:2%;
|
|
|
|
color:#696969;
|
|
|
|
padding-left:20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tbody tr td.ColumnType {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:6%;
|
|
|
|
padding-left:20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tbody tr td.ColumnPartner {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-size:.9em;
|
2009-07-29 13:28:22 +05:30
|
|
|
background-color:#FFF;
|
|
|
|
}
|
|
|
|
table.infolist tbody tr td.ColumnPartner a:hover {
|
|
|
|
display:block;
|
|
|
|
padding:15px;
|
|
|
|
background-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tbody tr td.ColumnParents {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-size:.9em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tbody tr td.ColumnParents span.father, table.infolist tbody tr td.ColumnParents span.mother {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:block;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tbody tr td.ColumnParents span.mother:before {
|
2008-10-22 00:27:42 +05:30
|
|
|
content:"+ ";
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Surnames
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#Surnames { }
|
|
|
|
#SurnameDetail p#description { padding-top:0; }
|
|
|
|
table.surnamelist tr thead th.ColumnSurname, #Surnames table.surnamelist tbody tr td.ColumnSurname {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:50%;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surnamelist tr th {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surnamelist tr th a, table.surnamelist tr th a:visited {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:block;
|
|
|
|
color:#FFF;
|
|
|
|
text-align:left;
|
|
|
|
text-decoration:none;
|
|
|
|
padding:.2em 10px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surnamelist tr th:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surnamelist thead tr th.ColumnLetter {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-left:20px;
|
|
|
|
padding-right:10px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table#SortByName thead tr th.ColumnSurname, table#SortByCount thead tr th.ColumnQuantity {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table#SortByName thead tr th.ColumnSurname a:after, table#SortByCount thead tr th.ColumnQuantity a:after {
|
2008-10-22 00:27:42 +05:30
|
|
|
content:" ↓";
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table#SortByName tbody tr td.ColumnSurname {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:0;
|
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table#SortByName tbody tr td.ColumnSurname a {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:block;
|
|
|
|
padding:.1em 10px .3em 10px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table#SortByCount tbody tr td.ColumnQuantity {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surnamelist tbody tr td.ColumnSurname:hover, table#SortByName tbody tr td.ColumnSurname:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surname {
|
2008-10-22 00:27:42 +05:30
|
|
|
border-bottom:solid 1px #A97;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surname tbody tr td {
|
2008-10-22 00:27:42 +05:30
|
|
|
border-bottom:dashed 1px #C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surname thead tr th.ColumnName {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:20%;
|
|
|
|
padding-left:20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surname tbody tr td.ColumnName {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:20%;
|
|
|
|
padding:0;
|
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surname tbody tr td.ColumnName a {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:block;
|
|
|
|
padding:.6em 10px .6em 20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surname tbody tr td.ColumnName a span.grampsid {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surname tbody tr td.ColumnName:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.surname thead tr th.ColumnParents, table.surname tbody tr td.ColumnParents {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:25%;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Individuals
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#Individuals { }
|
|
|
|
#Individuals table.individuallist {
|
2008-10-22 00:27:42 +05:30
|
|
|
border-bottom:solid 1px #A97;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Individuals table.individuallist tbody tr td {
|
2008-10-22 00:27:42 +05:30
|
|
|
border-bottom:dashed 1px #C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Individuals table.individuallist tbody tr td a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.individuallist tbody tr td.ColumnSurname a:hover, table.individuallist tbody tr td.ColumnSurname a:active {
|
2008-10-22 00:27:42 +05:30
|
|
|
cursor:default;
|
|
|
|
color:black;
|
|
|
|
background:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.individuallist tbody tr td.ColumnName {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:0;
|
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.individuallist tbody tr td.ColumnName a {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:block;
|
|
|
|
padding:.6em 10px;
|
|
|
|
vertical-align:middle;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.individuallist tbody tr td.ColumnName a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2009-05-23 13:17:59 +05:30
|
|
|
#Individuals div table.infolist tr td p {
|
|
|
|
font:normal .9em/1.2em sans-serif;
|
|
|
|
vertical-align:top;
|
|
|
|
}
|
|
|
|
#Individuals div table.infolist tr td p a {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* IndividualDetail
|
|
|
|
------------------------------------------------------ */
|
|
|
|
#IndividualDetail {
|
|
|
|
background-color:#A97;
|
|
|
|
}
|
|
|
|
#IndividualDetail div table.infolist tr td {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal .9em/1.2em sans-serif;
|
|
|
|
vertical-align:top;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2009-05-23 13:17:59 +05:30
|
|
|
#IndividualDetail div table.infolist tr td a {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:inline;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#IndividualDetail table.infolist tr td a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:underline;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#IndividualDetail table.infolist tbody tr td.ColumnAttribute {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:10%;
|
|
|
|
color:#696969;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2009-05-23 13:17:59 +05:30
|
|
|
#IndividualDetail div.subsection table tr td:first-child {
|
|
|
|
padding-left:20px;
|
|
|
|
}
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Sources
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#Sources { }
|
|
|
|
#Sources table.infolist tbody tr td.ColumnRowLabel {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Sources table.infolist tbody tr td.ColumnName {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:0;
|
2009-07-29 13:28:22 +05:30
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Sources table.infolist tbody tr td.ColumnName a {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-size:.9em;
|
|
|
|
padding:.1em 10px .3em 10px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Sources table.infolist tbody tr td.ColumnName a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#SourceDetail div#references ol li {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:.5em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Places
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#Places { }
|
|
|
|
#Places table.infolist tbody tr td.ColumnName {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:0;
|
2009-07-29 13:28:22 +05:30
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Places table.infolist tbody tr td.ColumnName a {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:.1em 10px .3em 10px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Places table.infolist tbody tr td.ColumnName a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2009-10-08 04:15:59 +05:30
|
|
|
/* EventList and EventDetail
|
|
|
|
----------------------------------------------------- */
|
|
|
|
div#EventList, div#EventDetail { }
|
|
|
|
|
|
|
|
div#events table.eventlist {
|
|
|
|
margin-top: .3cm;
|
|
|
|
}
|
|
|
|
table.eventlist tbody tr.BeginName {
|
|
|
|
border-bottom: solid 1px #5D835F;
|
|
|
|
}
|
|
|
|
table.eventlist tbody tr td {
|
|
|
|
background-color: #A97;
|
|
|
|
padding: 4px 0px 4px 0px;
|
|
|
|
border-bottom: dashed 1px #000;
|
|
|
|
}
|
|
|
|
table.eventlist tbody tr td.ColumnEvent {
|
|
|
|
background-color: #FFF;
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
table.eventlist tbody tr td.ColumnDate {
|
|
|
|
width: 16%;
|
|
|
|
}
|
|
|
|
table.eventlist tbody tr td.ColumnPlace {
|
|
|
|
background-color: #FFF;
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
table.eventlist tbody tr td.ColumnSources {
|
|
|
|
background-color: #FFF;
|
|
|
|
width: 12%;
|
|
|
|
}
|
|
|
|
table.eventlist tbody tr td.ColumnNotes {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
table.eventlist tbody tr td.ColumnPerson {
|
|
|
|
background-color: #FFF;
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
table.eventlist tbody tr td.ColumnPartner {
|
|
|
|
background-color: #FFF;
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
div#EventList table.eventlist tbody tr td.ColumnEvent a,
|
|
|
|
div#EventList table.eventlist tbody tr td.ColumnPerson a,
|
|
|
|
div#EventList table.eventlist tbody tr td.ColumnPartner a {
|
|
|
|
display: block;
|
|
|
|
padding: .9em 10px;
|
|
|
|
}
|
|
|
|
div#EventDetail h3 {
|
|
|
|
font-size: xxx-large;
|
|
|
|
}
|
|
|
|
div#EventDetail h3:first-lettr {
|
|
|
|
color: #5D835F;
|
|
|
|
}
|
|
|
|
div#EventDetail table.eventlist {
|
|
|
|
margin: .5cm 0 .3cm 1.5cm;
|
|
|
|
width: 800px;
|
|
|
|
}
|
|
|
|
div#EventDetail table.eventlist tbody tr td.ColumnAttribute {
|
|
|
|
border-top: solid 1px #5D835F;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
div#EventDetail table.eventlist tbody tr td.ColumnEvent {
|
|
|
|
border-top: solid 1px #5D835F;
|
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Gallery
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#Gallery { }
|
|
|
|
#Gallery table.infolist tbody tr td.ColumnRowLabel, #Gallery table.infolist tbody tr td.ColumnDate {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Gallery table.infolist tbody tr td.ColumnName {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:0;
|
2009-07-29 13:28:22 +05:30
|
|
|
background-color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Gallery table.infolist tbody tr td.ColumnName a {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:.1em 10px .3em 10px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Gallery table.infolist tbody tr td.ColumnName a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryNav {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 1em/1em sans-serif;
|
|
|
|
margin:1em 0 0 0;
|
|
|
|
padding:1.2em 0 1.4em 0;
|
|
|
|
text-align:center;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryNav a {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-weight:bold;
|
|
|
|
text-decoration:none;
|
|
|
|
border:solid 1px #542;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryNav a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-color:#F6F2EE;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryNav a#Previous {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:.5em .7em .3em .7em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryNav a#Next {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:.5em 1.9em .3em 1.9em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryPages {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0 1em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryCurrent {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:bold 1.2em/1em sans-serif;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryTotal {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-weight:normal;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryDisplay {
|
2009-02-04 13:01:15 +05:30
|
|
|
margin:0 auto;
|
|
|
|
padding:0;
|
|
|
|
position:relative;
|
|
|
|
overflow:hidden;
|
2008-10-22 00:27:42 +05:30
|
|
|
text-align:center;
|
2009-02-22 09:51:24 +05:30
|
|
|
border:solid 1px #542;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryDisplay img {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0 auto;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryDetail div#summaryarea{
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
|
|
|
padding:2em 0 0 0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryDetail div#summaryarea h3 {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 1.2em/1.2em serif;
|
|
|
|
text-align:center;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryDetail div h4 {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin-top:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#GalleryDetail div#summaryarea table.gallery {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:0;
|
|
|
|
margin-top:1.5em;
|
|
|
|
margin-bottom:0;
|
|
|
|
background-color:#F6F2EE;
|
|
|
|
border-style:solid;
|
|
|
|
border-width:8px 0 0 0;
|
|
|
|
border-color:#C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Contact
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#Contact #summaryarea {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:500px;
|
|
|
|
margin:0 auto;
|
|
|
|
padding:3em;
|
|
|
|
background-color:#F1ECE2;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#Contact #summaryarea img {
|
2008-10-22 00:27:42 +05:30
|
|
|
float:right;
|
|
|
|
margin:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#researcher {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 1.5em/1.4em serif;
|
|
|
|
margin-top:.3em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#researcher h3 {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 1.2em/1.4em serif;
|
|
|
|
padding:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#researcher span {
|
2008-10-22 00:27:42 +05:30
|
|
|
float:left;
|
|
|
|
display:block;
|
|
|
|
font:normal .9em/1.4em serif;
|
|
|
|
margin-right:.4em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#streetaddress {
|
2009-03-01 10:23:31 +05:30
|
|
|
width:85%;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#city:after {
|
2008-10-22 00:27:42 +05:30
|
|
|
content:",";
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#country {
|
2008-10-22 00:27:42 +05:30
|
|
|
clear:left;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#email {
|
2008-10-22 00:27:42 +05:30
|
|
|
clear:left;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#email a {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#email a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:underline;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2009-05-23 13:17:59 +05:30
|
|
|
/* Download
|
|
|
|
----------------------------------------------------- */
|
|
|
|
#Download {
|
|
|
|
padding:1cm;
|
|
|
|
height:396px;
|
|
|
|
}
|
|
|
|
table.download {
|
|
|
|
border:solid 2px #000;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
table.download img {
|
|
|
|
float:center;
|
|
|
|
}
|
|
|
|
table.download thead tr th {
|
|
|
|
text-align:center;
|
|
|
|
border:solid 2px #000;
|
|
|
|
color: #000;
|
|
|
|
text-transform:uppercase;
|
|
|
|
}
|
|
|
|
table.download tbody tr#Row02 {
|
|
|
|
border-bottom:solid 2px #000;
|
|
|
|
}
|
|
|
|
table.download thead tr th, table.download tbody tr td {
|
|
|
|
padding-left:10px;
|
|
|
|
padding-top:20px;
|
|
|
|
border-style:solid;
|
|
|
|
border-color:#000;
|
|
|
|
border-width:0 2px 2px 2px;
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
table.download td.Description {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
table.download td.License {
|
|
|
|
width:8%;
|
|
|
|
}
|
|
|
|
table.download td.Filename {
|
|
|
|
width:30%;
|
|
|
|
}
|
|
|
|
table.download td.Filename a {
|
|
|
|
font-weight:bold;
|
|
|
|
font-style: italic;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
table.download td.Filename a:hover {
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
table.download td.Modified {
|
|
|
|
width:12%;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2009-11-05 23:48:49 +05:30
|
|
|
/* Repositories
|
|
|
|
------------------------------------------------------ */
|
|
|
|
div#RepositoryList {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
div#RepositoryList table.repolist tbody tr td {
|
|
|
|
background-color: #C1B398;
|
|
|
|
}
|
|
|
|
div#RepositoryList table.repolist tbody tr td a {
|
|
|
|
display: block;
|
|
|
|
padding: .3em 10px;
|
|
|
|
}
|
|
|
|
div#RepositoryList table.repolist tbody tr td.ColumnRowLabel {
|
|
|
|
width: 9%;
|
|
|
|
}
|
|
|
|
div#RepositoryList table.repolist tbody tr td.ColumnType {
|
|
|
|
width: 15%;
|
|
|
|
}
|
|
|
|
div#RepositoryList table.repolist tbody tr td.ColumnName {
|
|
|
|
background-color: #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Internet Address Book
|
|
|
|
------------------------------------------------------ */
|
|
|
|
div#InternetAddressBook {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
div#InternetAddressBook table.addressbook {
|
|
|
|
margin: .3em 0 .3em 0;
|
|
|
|
}
|
|
|
|
div#InternetAddressBook table.addressbook tbody tr.BeginName {
|
|
|
|
border-top: solid 1px #000;
|
|
|
|
}
|
|
|
|
div#InternetAddressBook table.addressbook tbody tr td {
|
|
|
|
background-color: #FFF;
|
|
|
|
border-bottom: dashed 1px #000;
|
|
|
|
}
|
|
|
|
div#InternetAddressBook table.addressbook tbody tr td.ColumnType {
|
|
|
|
background-color: #F6F2EE;
|
|
|
|
width: 15%;
|
|
|
|
}
|
|
|
|
div#InternetAddressBook table.addressbook tbody tr td.ColumnName {
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
div#InternetAddressBook table.addressbook tbody tr td.ColumnLink {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#Home, #Introduction, #Contact {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding:2em 0 3em 0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2009-05-23 13:17:59 +05:30
|
|
|
#Home p, #Introduction p {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0 20px 1em 20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2009-05-23 13:17:59 +05:30
|
|
|
#Home img, #Introduction img {
|
2008-10-22 00:27:42 +05:30
|
|
|
float:right;
|
|
|
|
margin:0;
|
|
|
|
padding:0 20px 3em 2em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div.subsection{
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:.5em;
|
|
|
|
background-color:#F6F2EE;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div.subsection h4 {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin-bottom:.5em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div.subsection table, div.subsection ol, div.subsection p {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-size:.9em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div.subsection a {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div.subsection a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:underline;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div.subsection table.infolist {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:100%;
|
|
|
|
margin:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#IndividualDetail div.subsection table tr td:first-child {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-left:20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Events
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
div#events {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#events h4 {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin-bottom:0;
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
#IndividualDetail div#events table.infolist thead tr th {
|
|
|
|
font-weight:bold;
|
|
|
|
font-size:12px;
|
|
|
|
line-height:12px;
|
|
|
|
font-family:sans-serif;
|
|
|
|
text-transform:uppercase;
|
|
|
|
color:#542;
|
|
|
|
padding-top:6px;
|
|
|
|
padding-bottom:4px;
|
|
|
|
background-color:#A97;
|
|
|
|
}
|
|
|
|
#IndividualDetail div#events table.infolist thead tr th:first-child {
|
|
|
|
padding-left:20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#IndividualDetail div#events table.infolist tbody tr td {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-top:.4em;
|
|
|
|
padding-bottom:.8em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#IndividualDetail div#events table.infolist tbody tr td.ColumnAttribute {
|
2008-10-22 00:27:42 +05:30
|
|
|
border-bottom:solid 1px #C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#IndividualDetail div#events table.infolist tbody tr td.ColumnValue {
|
2008-10-22 00:27:42 +05:30
|
|
|
border-bottom:solid 1px #C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
table.infolist tbody tr td.ColumnValue p {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-family:sans-serif;
|
|
|
|
color:#696969;
|
|
|
|
margin:.2em 0 0 2em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Attributes
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Parents
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
div#parents table.infolist {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin-top:.5em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#parents table.infolist tbody tr td.ColumnAttribute {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:19%;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#parents table.infolist tbody tr td.ColumnValue ol {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
|
|
|
padding-top:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#parents table.infolist tbody tr td.ColumnValue ol li {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:.2em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Families
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
div#families table.infolist {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin-top:.5em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#families table.infolist tbody tr td.ColumnValue p {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin-top:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#families table.infolist tbody tr td.ColumnValue ol {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
|
|
|
padding-top:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#families table.infolist tbody tr td.ColumnValue ol li {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:.2em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Addresses
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
div#addresses {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#addresses table.infolist tbody tr td {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-top:.4em;
|
|
|
|
padding-bottom:.4em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#addresses table.infolist tbody tr td.ColumnAttribute {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:30%;
|
|
|
|
border-bottom:solid 1px #C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#addresses table.infolist tbody tr td.ColumnValue {
|
2008-10-22 00:27:42 +05:30
|
|
|
border-bottom:solid 1px #C1B398;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Gallery
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#indivgallery h4 {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin-bottom:1em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#indivgallery .thumbnail {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
float:left;
|
|
|
|
width:130px;
|
|
|
|
height:150px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
#indivgallery .thumbnail a {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:block;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
background:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#indivgallery .thumbnail a img {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
border:solid 1px #542;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#indivgallery div.thumbnail p {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal .7em/1.4em sans-serif;
|
|
|
|
text-align:center;
|
|
|
|
width:80%;
|
|
|
|
margin:0 auto;
|
|
|
|
padding:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Narrative
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
div#narrative {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#narrative p {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal .9em/1.4em sans-serif;
|
|
|
|
margin-top:.5em;
|
|
|
|
margin-bottom:0;
|
|
|
|
padding:0 20px 1em 20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : References
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Source References
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
div#sourcerefs ol {
|
2008-10-22 00:27:42 +05:30
|
|
|
list-style-type:decimal;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#sourcerefs ol li ol {
|
2008-10-22 00:27:42 +05:30
|
|
|
list-style-type:lower-alpha;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Summary Area
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
div#summaryarea {
|
2008-10-22 00:27:42 +05:30
|
|
|
background:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#summaryarea table.infolist {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
background:#FFF;
|
|
|
|
border-bottom:solid .7em #FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#summaryarea table.infolist tr td, div#summaryarea table.infolist tr td p {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal .9em/1.2em sans-serif;
|
|
|
|
vertical-align:top;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#summaryarea table.infolist tr td a, div#summaryarea table.infolist tr td p a {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:inline;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
div#summaryarea table.infolist tbody tr td.ColumnAttribute {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:14%;
|
|
|
|
color:#696969;
|
|
|
|
padding-left:20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Weblinks
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Pedigree
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
div#pedigree {
|
2008-10-22 00:27:42 +05:30
|
|
|
padding-bottom:1.2em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#pedigree a {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#pedigree a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:underline;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.pedigreegen {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal .9em/1.2em sans-serif;
|
|
|
|
list-style:none;
|
|
|
|
margin:.5em 0 0 0;
|
|
|
|
padding:0 0 0 20px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.pedigreegen li ol {
|
2008-10-22 00:27:42 +05:30
|
|
|
list-style:none;
|
|
|
|
margin-left:.5em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.pedigreegen li ol li ol {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 1em/1.4em sans-serif;
|
|
|
|
list-style:decimal;
|
|
|
|
margin-left:1.6em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.pedigreegen li ol li ol li ol.spouselist {
|
2008-10-22 00:27:42 +05:30
|
|
|
list-style:none;
|
|
|
|
margin-left:0;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.spouselist li.spouse ol {
|
2008-10-22 00:27:42 +05:30
|
|
|
list-style:decimal;
|
|
|
|
margin-left:1.6em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.spouse a {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-weight:normal;
|
|
|
|
font-style:normal;
|
|
|
|
color:#A97;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.spouse:before {
|
2008-10-22 00:27:42 +05:30
|
|
|
content: "+ ";
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.thisperson {
|
2008-10-22 00:27:42 +05:30
|
|
|
font-weight:bold;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Subsections : Ancestors Tree
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#tree {
|
2008-10-22 00:27:42 +05:30
|
|
|
page-break-before:always;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
background:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#treeContainer {
|
2008-10-22 00:27:42 +05:30
|
|
|
position:relative;
|
|
|
|
z-index:1;
|
|
|
|
}
|
|
|
|
#treeContainer div.boxbg {
|
|
|
|
position:absolute;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
background:none;
|
|
|
|
}
|
2009-03-01 08:34:25 +05:30
|
|
|
#treeContainer div.boxbg a,
|
|
|
|
#treeContainer div.boxbg span.unlinked {
|
2008-10-22 00:27:42 +05:30
|
|
|
position:relative;
|
|
|
|
z-index:10;
|
|
|
|
display:block;
|
|
|
|
font:normal .7em/1.4em sans-serif;
|
|
|
|
text-align:center;
|
|
|
|
text-decoration:none;
|
|
|
|
color:#542;
|
|
|
|
width:118px;
|
|
|
|
padding:5px 20px 7px 20px;
|
|
|
|
margin-top:-25px;
|
|
|
|
margin-left:16px;
|
|
|
|
background-color:#F6F2EE;
|
|
|
|
border:solid 1px #542;
|
|
|
|
}
|
|
|
|
#treeContainer div.boxbg a:hover {
|
|
|
|
position:relative;
|
|
|
|
z-index:999;
|
|
|
|
font-size:1em;
|
|
|
|
text-decoration:none;
|
|
|
|
color:#542;
|
|
|
|
width:190px;
|
|
|
|
margin-left:-20px;
|
|
|
|
padding:10px 25px 12px 25px;
|
|
|
|
border:solid 2px #542;
|
|
|
|
}
|
|
|
|
#treeContainer div.boxbg a:hover, #treeContainer div.AncCol3 a:hover, #treeContainer div.AncCol4 a:hover {
|
|
|
|
margin-top:-44px;
|
|
|
|
}
|
2009-03-01 08:34:25 +05:30
|
|
|
#treeContainer div.boxbg a.noThumb,
|
|
|
|
#treeContainer div.AncCol3 a,
|
|
|
|
#treeContainer div.AncCol4 a,
|
|
|
|
#treeContainer div.AncCol3 span.unlinked,
|
|
|
|
#treeContainer div.AncCol4 span.unlinked {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin-top:10px;
|
|
|
|
}
|
|
|
|
#treeContainer div.boxbg a.noThumb:hover {
|
|
|
|
margin-top:0;
|
|
|
|
}
|
|
|
|
#treeContainer div.AncCol0 a:hover {
|
|
|
|
margin-left:12px;
|
|
|
|
}
|
|
|
|
#treeContainer div.AncCol4 a:hover {
|
|
|
|
margin-left:-60px;
|
|
|
|
}
|
|
|
|
#treeContainer div.boxbg span.thumbnail {
|
|
|
|
display:block;
|
|
|
|
height:65px;
|
|
|
|
margin:0 auto;
|
|
|
|
padding:4px 0;
|
|
|
|
}
|
|
|
|
#treeContainer div.boxbg span.thumbnail img {
|
|
|
|
height:65px;
|
|
|
|
margin:0 auto;
|
|
|
|
}
|
|
|
|
#treeContainer div.boxbg a:hover span.thumbnail, #treeContainer div.boxbg a:hover span.thumbnail img {
|
|
|
|
height:80px;
|
|
|
|
}
|
|
|
|
#treeContainer div.AncCol3 span.thumbnail, #treeContainer div.AncCol4 span.thumbnail {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
#treeContainer div.boxbg a:hover span.thumbnail {
|
|
|
|
display:block;
|
|
|
|
}
|
2009-03-01 08:34:25 +05:30
|
|
|
#treeContainer div.male a,
|
|
|
|
#treeContainer div.male span.unlinked,
|
|
|
|
#treeContainer div.female a ,
|
|
|
|
#treeContainer div.female span.unlinked {
|
2008-10-22 00:27:42 +05:30
|
|
|
background-position:top right;
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
}
|
2009-03-01 08:34:25 +05:30
|
|
|
#treeContainer div.male a,
|
|
|
|
#treeContainer div.male span.unlinked {
|
2009-03-01 08:45:24 +05:30
|
|
|
background-image:url(../images/Web_Gender_Male.png);
|
2008-10-22 00:27:42 +05:30
|
|
|
}
|
2009-03-01 08:34:25 +05:30
|
|
|
#treeContainer div.female a,
|
|
|
|
#treeContainer div.female span.unlinked {
|
2009-03-01 08:45:24 +05:30
|
|
|
background-image:url(../images/Web_Gender_Female.png);
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.shadow {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#tree div div.bvline {
|
2008-10-22 00:27:42 +05:30
|
|
|
position:absolute;
|
|
|
|
z-index:2;
|
|
|
|
height:1px;
|
|
|
|
margin:0 0 0 16px;
|
|
|
|
padding:0;
|
|
|
|
background-color:#453619;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#tree div div.bhline {
|
2008-10-22 00:27:42 +05:30
|
|
|
position:absolute;
|
|
|
|
z-index:2;
|
|
|
|
width:1px;
|
|
|
|
margin:0 0 0 16px;
|
|
|
|
padding:0;
|
|
|
|
background-color:#453619;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
.ghline, .gvline {
|
2008-10-22 00:27:42 +05:30
|
|
|
display:none;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
|
2008-10-22 00:27:42 +05:30
|
|
|
/* Footer
|
|
|
|
----------------------------------------------------- */
|
2008-07-16 12:37:21 +05:30
|
|
|
#footer {
|
2008-10-22 00:27:42 +05:30
|
|
|
clear:both;
|
|
|
|
width:100%;
|
2009-10-08 11:18:43 +05:30
|
|
|
height: 60px;
|
2008-10-22 00:27:42 +05:30
|
|
|
font-size:12px;
|
|
|
|
line-height:130%;
|
|
|
|
font-family:sans-serif;
|
|
|
|
color:#FFF;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
background-color:#542;
|
|
|
|
border-top:solid 8px #A97;
|
|
|
|
}
|
|
|
|
#footer a, #footer a:visited {
|
|
|
|
text-decoration:none;
|
|
|
|
color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#footer a:hover {
|
2008-10-22 00:27:42 +05:30
|
|
|
text-decoration:underline;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#footer img {
|
2008-10-22 00:27:42 +05:30
|
|
|
border:0;
|
2008-12-11 21:18:35 +05:30
|
|
|
margin:0 auto;
|
2008-10-22 00:27:42 +05:30
|
|
|
vertical-align:middle;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#footer p#createdate {
|
2008-10-22 00:27:42 +05:30
|
|
|
float:left;
|
|
|
|
width:40%;
|
|
|
|
text-align:left;
|
|
|
|
margin-left:10px;
|
|
|
|
color:#FFF;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#footer p#copyright {
|
2008-10-22 00:27:42 +05:30
|
|
|
float:right;
|
|
|
|
width:40%;
|
|
|
|
text-align:right;
|
|
|
|
color:#FFF;
|
|
|
|
margin-right:10px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#footer p#copyright img {
|
2008-10-22 00:27:42 +05:30
|
|
|
margin-right:10px;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#user_footer {
|
2008-10-22 00:27:42 +05:30
|
|
|
width:70%;
|
|
|
|
float:left;
|
|
|
|
margin:1em;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
|
|
|
#user_footer p {
|
2008-10-22 00:27:42 +05:30
|
|
|
font:normal 1em/1.2em serif;
|
|
|
|
color:#A97;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar Styles
|
|
|
|
-------------------------------------------------------------------------------------------- */
|
|
|
|
/* Calendar : General */
|
|
|
|
body#WebCal {
|
|
|
|
padding:0 14px;
|
|
|
|
background-color:#542;
|
|
|
|
}
|
|
|
|
.calendar {
|
|
|
|
empty-cells:show;
|
|
|
|
width:100%;
|
|
|
|
font-size:1em;
|
|
|
|
font-weight:normal;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
border:none;
|
|
|
|
border-collapse:collapse;
|
|
|
|
}
|
|
|
|
.calendar thead tr th {
|
|
|
|
width:14%;
|
|
|
|
font-weight:normal;
|
|
|
|
font-size:18px;
|
|
|
|
line-height:18px;
|
|
|
|
text-align:center;
|
|
|
|
text-transform:uppercase;
|
|
|
|
padding:2px 0;
|
|
|
|
}
|
|
|
|
.calendar thead tr th.monthName {
|
|
|
|
width:100%;
|
|
|
|
font-size:2em;
|
|
|
|
line-height:100%;
|
|
|
|
text-transform:none;
|
|
|
|
color:#542;
|
|
|
|
padding:.3em 0 .2em 0;
|
|
|
|
background-color:#FFF;
|
|
|
|
}
|
|
|
|
#CreatorInfo {
|
|
|
|
float:right;
|
|
|
|
color:#FFF;
|
|
|
|
margin:-24px 10px 0 0;
|
|
|
|
}
|
|
|
|
.calendar thead tr th.weekend,
|
|
|
|
.calendar thead tr th.weekday {
|
|
|
|
color:#542;
|
|
|
|
background-color:#A97;
|
|
|
|
}
|
|
|
|
.calendar thead tr th.saturday,
|
|
|
|
.calendar thead tr th.sunday { }
|
|
|
|
.calendar tfoot tr td {
|
|
|
|
padding:.7em 5% 1em 5%;
|
|
|
|
border-top:solid 4px #A97;
|
|
|
|
}
|
2008-12-05 02:08:02 +05:30
|
|
|
.calendar tfoot tr td {
|
2008-10-22 00:27:42 +05:30
|
|
|
vertical-align:middle;
|
|
|
|
color:#542;
|
|
|
|
background-color:#F6F2EE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Date Numeral */
|
|
|
|
.calendar tbody tr td div.date {
|
|
|
|
float:right;
|
|
|
|
display:block;
|
|
|
|
width:1.8em;
|
|
|
|
font-size:1.2em;
|
|
|
|
line-height:100%;
|
|
|
|
text-align:center;
|
|
|
|
color:#542;
|
|
|
|
margin:0 0 0 .5em;
|
|
|
|
padding:.2em 0;
|
|
|
|
background-color:#F6F2EE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Date Container */
|
|
|
|
.calendar tbody tr td {
|
|
|
|
vertical-align:top;
|
|
|
|
height:10em;
|
|
|
|
padding:0;
|
|
|
|
border-width:1px 0 0 1px;
|
|
|
|
border-style:solid;
|
|
|
|
border-color:#A97;
|
|
|
|
}
|
|
|
|
.calendar tbody tr td.weekday {
|
|
|
|
background-color:#FFF;
|
|
|
|
}
|
|
|
|
.calendar tbody tr td.weekend {
|
|
|
|
background-color:#F6F2EE;
|
|
|
|
}
|
|
|
|
.calendar tbody tr td.saturday {
|
|
|
|
|
|
|
|
}
|
2008-12-05 02:08:02 +05:30
|
|
|
.calendar tbody tr td:first-child {
|
2008-10-22 00:27:42 +05:30
|
|
|
border-left:none;
|
|
|
|
}
|
|
|
|
.calendar tbody tr:first-child td {
|
|
|
|
border-top:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Date Detail */
|
|
|
|
.calendar tbody tr td ul {
|
|
|
|
list-style:none;
|
|
|
|
font-family:sans-serif;
|
|
|
|
font-size:.8em;
|
|
|
|
margin:2.3em 0 .3em 0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
.calendar tbody tr td ul li {
|
|
|
|
display:block;
|
|
|
|
width:92%;
|
|
|
|
margin:0 4%;
|
|
|
|
padding:.2em 0 .3em 0;
|
|
|
|
border-top:dashed 1px #C1B398;
|
|
|
|
}
|
|
|
|
.calendar tbody tr td ul li:first-child {
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Birthday, Anniversary, Highlight */
|
|
|
|
.calendar tbody tr td ul li em {
|
|
|
|
font-style:normal;
|
|
|
|
color:#0A65B5;
|
|
|
|
}
|
|
|
|
.calendar tbody tr td ul li span.yearsmarried em {
|
|
|
|
color:#453619;
|
|
|
|
}
|
|
|
|
.calendar tbody tr td.highlight {
|
|
|
|
background-color:#E5F2FE;
|
|
|
|
}
|
|
|
|
.calendar tbody tr td.highlight div.date {
|
|
|
|
color:#0A65B5;
|
|
|
|
background-color:#C2E1FE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Calendar : Previous-Next Month */
|
|
|
|
.calendar tbody tr td.previous,
|
|
|
|
.calendar tbody tr td.next,
|
|
|
|
.calendar tbody tr td.previous div.date,
|
|
|
|
.calendar tbody tr td.next div.date {
|
|
|
|
color:#A97;
|
|
|
|
background-color:#F6F2EE;
|
2008-07-16 12:37:21 +05:30
|
|
|
}
|
2008-12-05 02:08:02 +05:30
|
|
|
|
|
|
|
/* Calendar : Full Year */
|
2009-03-17 11:22:43 +05:30
|
|
|
body#fullyearlinked div.content {
|
2008-12-05 02:08:02 +05:30
|
|
|
width:963px;
|
|
|
|
margin:0 auto;
|
|
|
|
padding:15px 0 2px 2px;
|
|
|
|
}
|
2009-03-17 11:22:43 +05:30
|
|
|
body#fullyearlinked table.calendar {
|
2008-12-05 02:08:02 +05:30
|
|
|
float:left;
|
|
|
|
width:320px;
|
|
|
|
height:18em;
|
|
|
|
border:solid 1px #7D5925;
|
|
|
|
}
|
2009-03-17 11:22:43 +05:30
|
|
|
body#fullyearlinked table.calendar thead tr th {
|
2008-12-05 02:08:02 +05:30
|
|
|
height:2em;
|
|
|
|
}
|
2009-03-17 11:22:43 +05:30
|
|
|
body#fullyearlinked table.calendar thead tr th.monthName {
|
2008-12-05 02:08:02 +05:30
|
|
|
font-size:1.2em;
|
|
|
|
padding:2px 0;
|
|
|
|
}
|
2009-03-17 11:22:43 +05:30
|
|
|
body#fullyearlinked table.calendar tbody tr td {
|
2008-12-05 02:08:02 +05:30
|
|
|
height:3em;
|
|
|
|
}
|
2009-11-05 23:48:49 +05:30
|
|
|
|
|
|
|
/* Calendar: OneDay
|
|
|
|
--------------------------------------------------------------------------------- */
|
|
|
|
body#OneDay h3 {
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
table.oneday {
|
|
|
|
margin: .3em 0 .3em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
table.oneday tbody tr td {
|
|
|
|
border-bottom: dashed 1px #000;
|
|
|
|
}
|
|
|
|
table.oneday tbody tr td.ColumnRowLabel {
|
|
|
|
width: 5%;
|
|
|
|
}
|
|
|
|
table.oneday tbody tr td.ColumnText {
|
|
|
|
width: 85%;
|
|
|
|
}
|
|
|
|
table.oneday tbody tr td.ColumnEvent {
|
|
|
|
width; 10%;
|
|
|
|
}
|