Work is final in classes EventListPage and EventPage, modified display_ind_families() and display_attr_list(). Also changes to stylesheet to match current work.

svn: r13181
This commit is contained in:
Rob G. Healey 2009-09-09 08:01:20 +00:00
parent 5d7f92a4fc
commit e9b89204a8
2 changed files with 857 additions and 843 deletions

View File

@ -134,10 +134,10 @@ h3 {
h4 { h4 {
font:normal 1.2em/1.2em serif; font:normal 1.2em/1.2em serif;
color:#FFF; color:#FFF;
margin:0; margin-top: .3cm;
padding:.2em 0 .2em 20px; padding:.2em 0 .2em 20px;
background-color:#453619; background-color:#453619;
border-bottom:solid 2px #6AF364; border-bottom:solid 2px #5D835F;
} }
h5, h6 { h5, h6 {
font:normal 1em/1.2em serif; font:normal 1em/1.2em serif;
@ -371,8 +371,9 @@ div#alphabet ul li.letters a:hover {
----------------------------------------------------- */ ----------------------------------------------------- */
table.infolist { table.infolist {
width:100%; width:100%;
margin:0; margin: 0;
padding:0; padding:0;
font-size: 10px;
} }
table.infolist thead tr th { table.infolist thead tr th {
font:normal 1.1em/1.2em serif; font:normal 1.1em/1.2em serif;
@ -611,53 +612,56 @@ table.individuallist tbody tr td.ColumnPartner a:hover {
/* Events /* Events
----------------------------------------------------- */ ----------------------------------------------------- */
div#EventList, div#EventDetail ( div#EventList, div#EventDetail { }
font-size:10px;
) div#events table.eventlist {
div#EventList a:hover, div#EventDetail a:hover { margin-top: .3cm;
}
table.eventlist a:hover {
padding: 2px 0 2px 0; padding: 2px 0 2px 0;
display: block; display: block;
} }
div#EventList table.eventlist { table.eventlist thead tr th {
width: 965px; font-weight: bold;
text-transform: uppercase;
} }
div#EventList table.eventlist thead tr th { table.eventlist tbody tr {
font-weight:bold; border-bottom: solid 1px #5D835F;
border:solid 1px #5D835F;
} }
div#EventList table.eventlist tbody tr { table.eventlist tbody tr td {
border-bottom:solid 1px #5D835F; background-color: #D8F3D6;
}
div#EventList table.eventlist tbody tr td {
background-color:#D8F3D6;
padding: 4px 0px 4px 0px; padding: 4px 0px 4px 0px;
} }
div#EventList table.eventlist tbody tr td.ColumnType { table.eventlist tbody tr td.ColumnType {
background-color:#FFF; background-color:#FFF;
width: 25%; width: 16%;
} }
div#EventList table.eventlist tbody tr td.ColumnDate { table.eventlist tbody tr td.ColumnDate {
width: 18%; width: 12%;
} }
div#EventList table.eventlist tbody tr td.ColumnName { table.eventlist tbody tr td.ColumnPlace {
background-color:#FFF; background-color: #FFF;
width: 35%; width: 35%;
} }
div#EventList table.eventlist tbody tr td.ColumnPartner { table.eventlist tbody tr td.ColumnSources {
background-color: #FFF;
width: 12%;
}
table.eventlist tbody tr td.ColumnNotes {
background-color: #FFF;
width: 25%;
}
table.eventlist tbody tr td.ColumnPerson {
background-color: #FFF;
width: 35%;
}
table.eventlist tbody tr td.ColumnPartner {
background-color: #FFF; background-color: #FFF;
width: 35%; width: 35%;
} }
div#EventDetail h3 { div#EventDetail h3 {
font-size: 40px; font-size: 40px;
} }
div#EventDetail table.eventlist {
margin: .5cm 0.5cm 0;
width:965px;
}
div#EventDetail table.eventlist tbody tr td {
border-bottom:dashed 1px #5D835F;
padding: 4px 0 4px 0;
}
/* Gallery /* Gallery
----------------------------------------------------- */ ----------------------------------------------------- */
@ -956,44 +960,35 @@ table.infolist tbody tr td.ColumnValue p {
color:#696969; color:#696969;
margin:.2em 0 0 2em; margin:.2em 0 0 2em;
} }
div#events table.attrlist {
margin: .3cm 0 0 .78cm;
width:880px;
}
table.attrlist thead tr th {
color:#000;
}
div#events table.attrlist tbody tr td {
border-bottom:dashed 1px #000;
}
div#events table.attrlist tbody tr td.ColumnTitle {
width:10%;
}
div#events table.attrlist tbody tr td.ColumnType {
width:200px;
}
div#events table.attrlist tbody tr td.ColumnValue {
width:200px;
}
div#events table.attrlist tbody tr td.ColumnNotes {
width:350px;
}
/* Subsections : Attributes /* Subsections : Attributes
----------------------------------------------------- */ ----------------------------------------------------- */
div#attributes { } div#attributes { }
div#attributes table.attrlist {
width: 100%;
}
div#attributes table.attrlist thead tr th {
font-weight: bold;
text-transform: uppercase;
}
div#attributes table.attrlist tbody tr td { div#attributes table.attrlist tbody tr td {
border-bottom:solid 1px #000; border-bottom: solid 1px #5D835F;
background-color: #D8F3D6;
} }
div#attributes table.attrlist tbody tr td.ColumnType { div#attributes table.attrlist tbody tr td.ColumnType {
width:20%; width: 200px;
} }
div#attributes table.attrlist tbody tr td.ColumnValue { div#attributes table.attrlist tbody tr td.ColumnValue {
width:60%; width: 250px;
padding: 4px 0 4px 0;
} }
div#attributes table.attrlist tbody tr td.ColumnSources { div#attributes table.attrlist tbody tr td.ColumnSources {
width:20%; background-color: #FFF;
width: 100px;
}
div#attributes table.attrlist tbody tr td.ColumnNotes {
width: 400px;
} }
/* Subsections : Parents /* Subsections : Parents
@ -1015,10 +1010,13 @@ div#parents table.infolist tbody tr td.ColumnValue ol li {
/* Subsections : Families /* Subsections : Families
----------------------------------------------------- */ ----------------------------------------------------- */
div#families table.infolist { div#families table.infolist {
margin-top:.5em; margin: .3cm 0 .3cm 0;
} }
div#Families table.infolist tbody tr td { div#Families table.infolist tbody tr td {
background-color:#FFF; background-color: #D8F3D6;
}
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;

File diff suppressed because it is too large Load Diff