Bug#3814: Added Attributes style elements to stylesheets. Added family attributes back into IndividualPages.

svn: r15076
This commit is contained in:
Rob G. Healey
2010-04-11 04:07:08 +00:00
parent 1ea98777ca
commit 9655233957
10 changed files with 420 additions and 173 deletions

View File

@@ -976,6 +976,47 @@ div#addresses table.infolist tbody tr td.ColumnValue {
/* Subsections : Attributes
----------------------------------------------------- */
div#attributes {
margin: 0;
padding: 0;
}
table.attrlist {
width: 100%;
}
table.attrlist thead tr th.ColumnType {
border: none;
background: none;
}
table.attrlist thead tr th.ColumnAttribute {
border: none;
background: none;
}
table.attrlist tbody tr td {
background-color: #EEE;
border-bottom: dashed 1px #000;
}
table.attrlist tbody tr td.ColumnType {
border: none;
background: none;
}
table.attrlist tbody tr td.ColumnAttribute {
border: none;
background: none;
}
table.attrlist tbody tr td.ColumnAttrType {
width: 15%;
}
table.attrlist tbody tr td.ColumnAttrValue {
width: 15%;
}
table.attrlist tbody tr td.ColumnAttrNotes {
width: 45%;
background-color: #D8F3D6;
}
table.attrlist tbody tr td.ColumnAttrSources {
background-color: #FFF;
width: 15%;
}
/* Subsections : Gallery
----------------------------------------------------- */
@@ -1165,12 +1206,14 @@ table.weblinks tr td.ColumnDescription {
}
#treeContainer div.boxbg span.thumbnail {
display:block;
height:65px;
max-width:80px auto;
max-height:65px;
margin:0 auto;
padding:4px 0;
}
#treeContainer div.boxbg span.thumbnail img {
height:65px;
max-width:80px auto;
max-height:65px;
margin:0 auto;
}
#treeContainer div.boxbg a:hover span.thumbnail, #treeContainer div.boxbg a:hover span.thumbnail img {