Fixed Printer stylesheet. More updates of Blue.

svn: r15241
This commit is contained in:
Rob G. Healey 2010-04-19 22:28:24 +00:00
parent 4141973f90
commit 147ed82195
3 changed files with 329 additions and 426 deletions

View File

@ -48,8 +48,8 @@ Females Web_Gender_Female.png
NarrativeWeb Styles NarrativeWeb Styles
-------------------------------------------------------------------------------------------- */ -------------------------------------------------------------------------------------------- */
body { body {
margin: 0 auto; background-color :#FFF;
padding: 0 14px 0 14px; color: #000;
} }
div#alphabet, div#navigation, div#subnavigation { div#alphabet, div#navigation, div#subnavigation {
border-top: solid 2px #000; border-top: solid 2px #000;
@ -316,7 +316,8 @@ table.infolist thead tr th a {
color: #000; color: #000;
} }
table.infolist thead tr th a:hover { table.infolist thead tr th a:hover {
background-color: #C1B398; background-color: #00029D;
color: #FFF;
} }
table.infolist tr td { table.infolist tr td {
font: normal 1.1em/1.4em serif; font: normal 1.1em/1.4em serif;
@ -380,6 +381,9 @@ table.surnamelist thead tr th.ColumnSurname,
#Surnames table.surnamelist tbody tr td.ColumnSurname { #Surnames table.surnamelist tbody tr td.ColumnSurname {
width:50%; width:50%;
} }
table.surnamelist thead tr th.ColumnSurname a {
color: #FFF;
}
table.surnamelist thead tr th { table.surnamelist thead tr th {
padding:0; padding:0;
} }
@ -397,7 +401,8 @@ table.surnamelist tbody tr td.ColumnLetter a {
} }
table#SortByName thead tr th.ColumnSurname, table#SortByName thead tr th.ColumnSurname,
table#SortByCount thead tr th.ColumnQuantity { table#SortByCount thead tr th.ColumnQuantity {
background-color: #C1B398; background-color: #00029D;
color: #FFF;
} }
table#SortByName thead tr th.ColumnSurname a:after, table#SortByName thead tr th.ColumnSurname a:after,
table#SortByCount thead tr th.ColumnQuantity a:after { table#SortByCount thead tr th.ColumnQuantity a:after {
@ -433,7 +438,8 @@ table.surname tbody tr td.ColumnName a span.grampsid {
color: #000; color: #000;
} }
table.surname tbody tr td.ColumnName:hover { table.surname tbody tr td.ColumnName:hover {
background-color: #C1B398; background-color: #00029D;
color: #FFF;
} }
table.surname thead tr th.ColumnParents, table.surname thead tr th.ColumnParents,
table.surname tbody tr td.ColumnParents { table.surname tbody tr td.ColumnParents {
@ -525,19 +531,15 @@ table.eventlist tbody tr td.ColumnEvent {
width: 20%; width: 20%;
} }
table.eventlist tbody tr td.ColumnDate { table.eventlist tbody tr td.ColumnDate {
background-color: #D8F3D6;
width: 16%; width: 16%;
} }
table.eventlist tbody tr td.ColumnPlace { table.eventlist tbody tr td.ColumnPlace {
background-color: #FFF;
width: 35%; width: 35%;
} }
table.eventlist tbody tr td.ColumnSources { table.eventlist tbody tr td.ColumnSources {
background-color: #FFF;
width: 12%; width: 12%;
} }
table.eventlist tbody tr td.ColumnNotes { table.eventlist tbody tr td.ColumnNotes {
background-color: #D8F3D6;
width: 25%; width: 25%;
} }
table.eventlist tbody tr td.ColumnPerson { table.eventlist tbody tr td.ColumnPerson {
@ -547,7 +549,7 @@ table.eventlist tbody tr td.ColumnPartner {
width: 35%; width: 35%;
} }
div#EventList table.eventlist tbody tr.BeginName { div#EventList table.eventlist tbody tr.BeginName {
border-top: solid 1px #5D835F; border-top: solid 1px #000;
} }
div#EventList table.eventlist tbody tr td { div#EventList table.eventlist tbody tr td {
padding: 4px 0px 4px 0px; padding: 4px 0px 4px 0px;
@ -557,7 +559,7 @@ div#EventList table.alphaevent {
margin: 0; margin: 0;
} }
div#EventList table.alphaevent tbody tr.BeginEvent { div#EventList table.alphaevent tbody tr.BeginEvent {
border-top: solid 1px #5D835F; border-top: solid 1px #000;
} }
div#EventList table.alphaevent tbody tr td.ColumnType { div#EventList table.alphaevent tbody tr td.ColumnType {
width: 15%; width: 15%;
@ -591,18 +593,17 @@ div#EventDetail table.eventlist {
width: 100%; width: 100%;
} }
div#EventDetail table.eventlist tbody tr { div#EventDetail table.eventlist tbody tr {
border-top: dashed 1px #5D835F; border-top: dashed 1px #000;
} }
div#EventDetail table.eventlist tbody tr td.ColumnAttribute { div#EventDetail table.eventlist tbody tr td.ColumnAttribute {
text-transform: uppercase; text-transform: uppercase;
width: 20%; width: 20%;
} }
div#EventDetail table.eventlist tbody tr td.ColumnDate { div#EventDetail table.eventlist tbody tr td.ColumnDate {
background-color: #D8F3D6; border-top: solid 1px #000;
border-top: solid 1px #5D835F;
} }
div#EventDetail table.eventlist tbody tr td.ColumnPerson { div#EventDetail table.eventlist tbody tr td.ColumnPerson {
background-color: #D8F3D6; background-color: #000;
} }
/* Gallery /* Gallery
@ -680,7 +681,7 @@ div#EventDetail table.eventlist tbody tr td.ColumnPerson {
margin: 1.5em 0 0 0; margin: 1.5em 0 0 0;
border-style: solid; border-style: solid;
border-width: 2px 0 1px 0; border-width: 2px 0 1px 0;
border-color: #5D835F; border-color: #000;
} }
#GalleryDetail table.exifdata { #GalleryDetail table.exifdata {
margin: .2em 0 .2em 0; margin: .2em 0 .2em 0;
@ -975,16 +976,14 @@ div#parents table.infolist tbody tr td.ColumnValue ol li {
/* Subsections : Families /* Subsections : Families
----------------------------------------------------- */ ----------------------------------------------------- */
div#families {
background-color: #FFF;
margin: 0;
padding: 0;
}
div#families table.infolist { div#families table.infolist {
margin: .3cm 0 .3cm 0; margin: .3cm 0 .3cm 0;
} }
div#families table.infolist tbody tr.BeginFamily {
border-top: dashed 1px #000;
}
div#families table.infolist tbody tr td.ColumnValue {
background-color: #FFF;
}
div#families table.infolist tbody tr td.ColumnValue p { div#families table.infolist tbody tr td.ColumnValue p {
margin-top:0; margin-top:0;
} }
@ -1390,8 +1389,8 @@ div#pedigree {
.calendar thead tr th.weekday { .calendar thead tr th.weekday {
font-style:italic; font-style:italic;
color: #000; color: #000;
background-color: #6AF364; background-color: #BCEAF6;
border: solid 2px #5D835F; border: solid 2px #000;
} }
.calendar tfoot tr td { .calendar tfoot tr td {
padding:.7em 5% 1em 5%; padding:.7em 5% 1em 5%;
@ -1422,7 +1421,7 @@ div#pedigree {
padding:0; padding:0;
border-width:1px 0 0 1px; border-width:1px 0 0 1px;
border-style:solid; border-style:solid;
border-color: #5D835F; border-color: #000;
} }
.calendar tbody tr td.weekday { .calendar tbody tr td.weekday {
background-color: #FFF; background-color: #FFF;
@ -1431,13 +1430,13 @@ div#pedigree {
background-color: #D8F3D6; background-color: #D8F3D6;
} }
.calendar tbody tr td.saturday { .calendar tbody tr td.saturday {
border-right: solid 1px #5D835F; border-right: solid 1px #000;
} }
.calendar tbody tr td.sunday { .calendar tbody tr td.sunday {
border-left: solid 1px #5D835F; border-left: solid 1px #000;
} }
.calendar tbody tr td:first-child { .calendar tbody tr td:first-child {
border-left: solid 1px #5D835F; border-left: solid 1px #000;
} }
.calendar tbody tr:first-child td { .calendar tbody tr:first-child td {
border-top:none; border-top:none;
@ -1456,7 +1455,7 @@ div#pedigree {
width:92%; width:92%;
margin:0 4%; margin:0 4%;
padding:.2em 0 .3em 0; padding:.2em 0 .3em 0;
border-top: dashed 1px #5D835F; border-top: dashed 1px #000;
} }
.calendar tbody tr td ul li:first-child { .calendar tbody tr td ul li:first-child {
border:none; border:none;
@ -1537,7 +1536,7 @@ table.oneday {
padding: 0; padding: 0;
} }
table.oneday tbody tr td { table.oneday tbody tr td {
border-bottom: dashed 1px #5D835F; border-bottom: dashed 1px #000;
} }
table.oneday tbody tr td.ColumnRowLabel { table.oneday tbody tr td.ColumnRowLabel {
width: 5%; width: 5%;

View File

@ -27,7 +27,15 @@ Style Name: Web_Navigation-Horizontal Stylesheet
# $Id: Web_Navigation-Horizontal.css 15207 2010-04-17 16:50:00Z robhealey1 $ # $Id: Web_Navigation-Horizontal.css 15207 2010-04-17 16:50:00Z robhealey1 $
Alphabet Navigation Body Element
----------------------------------------------------- */
body {
margin: 0 auto;
padding: 0 14px 0 14px;
width: 965px;
}
/* lphabet Navigation
----------------------------------------------------- */ ----------------------------------------------------- */
div#alphabet { div#alphabet {
width: 100%; width: 100%;

File diff suppressed because it is too large Load Diff