NIHVIVO-641 Updates to menupage-classgroup-people.ftl to utilize Brian's new data service that returns JSON. Still needs some work to degrade gracefully without JS.

This commit is contained in:
nac26 2011-01-03 13:46:25 +00:00
parent 9df5da7de8
commit 35b658b102

View file

@ -4,154 +4,154 @@
/* CSS Document */ /* CSS Document */
/* VISUAL GRAPH FOAF:PERSON------> */ /* VISUAL GRAPH FOAF:PERSON------> */
#intro-menupage{ #intro-menupage {
width: 920px; width: 920px;
background: #fff; background: #fff;
} }
#intro-menupage h3{ #intro-menupage h3 {
font-size: 1.5em; font-size: 1.5em;
color: #002b44; color: #002b44;
font-weight: normal; font-weight: normal;
border-bottom: 1px solid #f3f3f4; border-bottom: 1px solid #f3f3f4;
} }
#content-foaf-person{ #content-foaf-person {
width: 620px; width: 620px;
border-right: 1px solid #e8ece9; border-right: 1px solid #e8ece9;
} }
#content-foaf-person h4{ #content-foaf-person h4 {
font-size: 1.25em; font-size: 1.25em;
color: #2485ae; color: #2485ae;
font-weight: normal; font-weight: normal;
background: url(../images/arrow-down.gif) 117px 27px no-repeat; background: url(../images/arrow-down.gif) 117px 27px no-repeat;
} }
ul#foaf-person-childClasses li{ ul#foaf-person-childClasses li {
border-bottom: 1px solid #dde4e3; border-bottom: 1px solid #dde4e3;
font-size: 1em; font-size: 1em;
} }
ul#foaf-person-childClasses a{ ul#foaf-person-childClasses a {
color: #5e6363; color: #5e6363;
text-decoration: none; text-decoration: none;
} }
ul#foaf-person-childClasses a:hover{ ul#foaf-person-childClasses a:hover {
background: url(../images/arrow.gif) 0 12px no-repeat; background: url(../images/arrow.gif) 0 12px no-repeat;
color: #2ea0cf; color: #2ea0cf;
} }
ul#foaf-person-childClasses a.selected{ ul#foaf-person-childClasses a.selected {
color: #2ea0cf; color: #2ea0cf;
background: url(../images/arrow.gif) 0 12px no-repeat; background: url(../images/arrow.gif) 0 12px no-repeat;
} }
ul#foaf-person-childClasses .count-classes{ ul#foaf-person-childClasses .count-classes {
font-size: .75em; font-size: .75em;
} }
/* VISUAL GRAPH CLASS:GENERIC (ORGANIZATION, RESEARCH, EVENT) ------> */ /* VISUAL GRAPH CLASS:GENERIC (ORGANIZATION, RESEARCH, EVENT) ------> */
#content-generic-class{ #content-generic-class {
width: 900px; width: 900px;
} }
#content-generic-class h3{ #content-generic-class h3 {
font-size: 1.5em; font-size: 1.5em;
color: #002b44; color: #002b44;
font-weight: normal; font-weight: normal;
border-bottom: 1px solid #f3f3f4; border-bottom: 1px solid #f3f3f4;
} }
#content-generic-class h4{ #content-generic-class h4 {
font-size: 1.25em; font-size: 1.25em;
color: #2485ae; color: #2485ae;
font-weight: normal; font-weight: normal;
background: url(../images/arrow-down.gif) 117px 27px no-repeat; background: url(../images/arrow-down.gif) 117px 27px no-repeat;
} }
ul#class-generic-childClasses{ ul#vgraph-childClasses {
float: left; float: left;
width: 265px; width: 265px;
margin-left: 35px; margin-left: 35px;
} }
ul#class-generic-childClasses li{ ul#vgraph-childClasses li {
border-bottom: 1px solid #dde4e3; border-bottom: 1px solid #dde4e3;
font-size: 1em; font-size: 1em;
} }
ul#class-generic-childClasses a{ ul#vgraph-childClasses a {
color: #5e6363; color: #5e6363;
text-decoration: none; text-decoration: none;
} }
ul#class-generic-childClasses a:hover{ ul#vgraph-childClasses a:hover {
background: url(../images/arrow.gif) 0 12px no-repeat; background: url(../images/arrow.gif) 0 12px no-repeat;
color: #2ea0cf; color: #2ea0cf;
} }
ul#class-generic-childClasses a.selected{ ul#vgraph-childClasses a.selected {
color: #2ea0cf; color: #2ea0cf;
background: url(../images/arrow.gif) 0 12px no-repeat; background: url(../images/arrow.gif) 0 12px no-repeat;
} }
ul#class-generic-childClasses .count-classes{ ul#vgraph-childClasses .count-classes {
font-size: .75em; font-size: .75em;
} }
#generic-class-graph{ #generic-class-graph {
border: 1px dotted #ccc; border: 1px dotted #ccc;
} }
/* FIND BY ------> */ /* FIND BY ------> */
#find-by{ #find-by {
border: 1 solid #749A02; border: 1 solid #749A02;
} }
#find-by h3{ #find-by h3 {
font-size: 1.125em; font-size: 1.125em;
color: #2485ae; color: #2485ae;
font-weight: normal; font-weight: normal;
background: url(../images/arrow-down.gif) 85px 7px no-repeat; background: url(../images/arrow-down.gif) 85px 7px no-repeat;
} }
ul#find-filters li{ ul#find-filters li {
border-bottom: 1px solid #dde4e3; border-bottom: 1px solid #dde4e3;
font-size: 1em; font-size: 1em;
} }
ul#find-filters a{ ul#find-filters a {
color: #5e6363; color: #5e6363;
text-decoration: none; text-decoration: none;
} }
ul#find-filters a:hover{ ul#find-filters a:hover {
background: url(../images/arrow.gif) 0 12px no-repeat; background: url(../images/arrow.gif) 0 12px no-repeat;
color: #2ea0cf; color: #2ea0cf;
} }
ul#find-filters a.selected{ ul#find-filters a.selected {
color: #2ea0cf; color: #2ea0cf;
background: url(../images/arrow.gif) 0 12px no-repeat; background: url(../images/arrow.gif) 0 12px no-repeat;
} }
/* NETWORK STATS ------> */ /* NETWORK STATS ------> */
#network-stats{ #network-stats {
width: 920px; width: 920px;
background: #f7f9f9; background: #f7f9f9;
border: 1px solid #d7e6e6; border: 1px solid #d7e6e6;
} }
#network-stats h3{ #network-stats h3 {
font-size: 1.25em; font-size: 1.25em;
color: #2485ae; color: #2485ae;
font-weight: normal; font-weight: normal;
background: url(../images/arrow.gif) 140px 27px no-repeat; background: url(../images/arrow.gif) 140px 27px no-repeat;
} }
#network-stats p{ #network-stats p {
padding: 15px 15px 15px 175px; padding: 15px 15px 15px 175px;
font-size: .875em; font-size: .875em;
line-height: 1.5em; line-height: 1.5em;
color: #5e6363; color: #5e6363;
} }
/* RESEARCHERS ------> */ /* RESEARCHERS ------> */
#researchers{ #researchers {
width: 920px; width: 920px;
background: #f7f9f9; background: #f7f9f9;
border: 1px solid #d7e6e6; border: 1px solid #d7e6e6;
} }
#researchers h3{ #researchers h3 {
font-size: 1.25em; font-size: 1.25em;
color: #2485ae; color: #2485ae;
font-weight: normal; font-weight: normal;
background: url(../images/arrow.gif) 140px 27px no-repeat; background: url(../images/arrow.gif) 140px 27px no-repeat;
} }
#researchers p{ #researchers p {
font-size: 1.125em; font-size: 1.125em;
color: #5e6363; color: #5e6363;
} }
#researchers-slider{ #researchers-slider {
border: 1px solid #e8e8e8; border: 1px solid #e8e8e8;
background: #fff; background: #fff;
} }
#alpha-display{ #alpha-display {
font-size: 4.375em; font-size: 4.375em;
text-align: center; text-align: center;
float: left; float: left;
@ -159,112 +159,112 @@ ul#find-filters a.selected{
border-right: 1px dotted #dde4e3; border-right: 1px dotted #dde4e3;
font-weight: bold; font-weight: bold;
} }
#profile-photo-display{ #profile-photo-display {
width: 600px; width: 600px;
} }
#profile-photo-display img{ #profile-photo-display img {
border: 1px solid #dde4e3; border: 1px solid #dde4e3;
} }
#nav-display p{ #nav-display p {
font-size: 26px; font-size: 26px;
color: #2485ae; color: #2485ae;
} }
#nav-display img{ #nav-display img {
border-left: 1px solid #e8e8e8; border-left: 1px solid #e8e8e8;
} }
/* BROWSE BY ------> */ /* BROWSE BY ------> */
#browse-by{ #browse-by {
width: 920px; width: 920px;
border: 1px solid #dfe6e6; border: 1px solid #dfe6e6;
background: #f7f9f9; background: #f7f9f9;
} }
#browse-by h2{ #browse-by h2 {
background: #5e6363; background: #5e6363;
font-size: 1.375em; font-size: 1.375em;
color: #fff; color: #fff;
} }
/* BROWSE CLASSES ------> */ /* BROWSE CLASSES ------> */
ul#browse-childClasses{ ul#browse-childClasses {
border: 1px solid #dde4e3; border: 1px solid #dde4e3;
border-right: 0; border-right: 0;
background-color: #f1f2ee; background-color: #f1f2ee;
} }
ul#browse-childClasses li{ ul#browse-childClasses li {
border-bottom: 1px solid #dde4e3; border-bottom: 1px solid #dde4e3;
font-size: 1em; font-size: 1em;
} }
ul#browse-childClasses a{ ul#browse-childClasses a {
color: #5e6363; color: #5e6363;
text-decoration: none; text-decoration: none;
} }
ul#browse-childClasses a:hover{ ul#browse-childClasses a:hover {
background: url(../images/arrow.gif) 0 12px no-repeat; background: url(../images/arrow.gif) 0 12px no-repeat;
color: #2ea0cf; color: #2ea0cf;
} }
ul#browse-childClasses a.selected{ ul#browse-childClasses a.selected {
color: #2ea0cf; color: #2ea0cf;
background: url(../images/arrow.gif) 0 12px no-repeat; background: url(../images/arrow.gif) 0 12px no-repeat;
} }
ul#browse-childClasses .count-classes{ ul#browse-childClasses .count-classes {
font-size: 12px; font-size: 12px;
} }
/* ALPHA BROWSE------> */ /* ALPHA BROWSE------> */
#alpha-browse-childClass{ #alpha-browse-childClass {
border: 1px solid #dde4e3; border: 1px solid #dde4e3;
border-right: 0; border-right: 0;
} }
ul#alpha-browse-childClass{ ul#alpha-browse-childClass {
background-color: #fff; background-color: #fff;
border-left: 1px solid #dde4e3; border-left: 1px solid #dde4e3;
} }
ul#alpha-browse-childClass li{ ul#alpha-browse-childClass li {
font-size: 1.125em; font-size: 1.125em;
} }
ul#alpha-browse-childClass a{ ul#alpha-browse-childClass a {
color: #5e6363; color: #5e6363;
text-decoration: none; text-decoration: none;
border-bottom: 1px solid #dde4e3; border-bottom: 1px solid #dde4e3;
} }
ul#alpha-browse-childClass a:hover{ ul#alpha-browse-childClass a:hover {
background: url(../images/arrow.gif) 0 12px no-repeat; background: url(../images/arrow.gif) 0 12px no-repeat;
color: #2ea0cf; color: #2ea0cf;
} }
ul#alpha-browse-childClass a.selected{ ul#alpha-browse-childClass a.selected {
color: #2ea0cf; color: #2ea0cf;
background: url(../images/arrow.gif) 0 12px no-repeat; background: url(../images/arrow.gif) 0 12px no-repeat;
} }
ul#alpha-browse-childClass .count-classes{ ul#alpha-browse-childClass .count-classes {
font-size: .75em; font-size: .75em;
} }
.alphaIndex{ .alphaIndex {
font-size: 0.8em; font-size: 0.8em;
} }
/* BROWSE INDIVIDUALS------> */ /* BROWSE INDIVIDUALS------> */
#individuals-in-childClass{ #individuals-in-childClass {
width: 500px; width: 500px;
border: 1px solid #dde4e3; border: 1px solid #dde4e3;
background-color: #fff; background-color: #fff;
} }
#individuals-in-childClass h3{ #individuals-in-childClass h3 {
font-size: 1.68em; font-size: 1.68em;
color: #2485ae; color: #2485ae;
} }
article.individual-foaf-person{ article.individual-foaf-person {
width: 440px; width: 440px;
border-bottom: 1px solid #dde4e3; border-bottom: 1px solid #dde4e3;
} }
article.individual-foaf-person img{ article.individual-foaf-person img {
border: 2px solid #dde4e3; border: 2px solid #dde4e3;
} }
article.individual-foaf-person h1{ article.individual-foaf-person h1 {
color: #5e6363;; color: #5e6363;;
font-size: 1em; font-size: 1em;
font-weight: normal; font-weight: normal;
} }
article.individual{ article.individual {
border-bottom: 1px solid #dde4e3; border-bottom: 1px solid #dde4e3;
} }
article.individual h1{ article.individual h1 {
margin: 0; margin: 0;
paddin: 0; paddin: 0;
color: #5e6363; color: #5e6363;