2010-11-02 20:53:45 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2010-12-22 21:23:44 +00:00
|
|
|
|
2011-01-26 14:26:32 +00:00
|
|
|
/* VISUAL GRAPH-----> */
|
2011-01-30 17:19:23 +00:00
|
|
|
#menupage-intro {
|
2010-11-03 20:56:58 +00:00
|
|
|
clear: both;
|
2010-12-22 21:23:44 +00:00
|
|
|
width: 100%;
|
2011-01-03 13:45:30 +00:00
|
|
|
margin: 1em auto;
|
2010-11-03 20:56:58 +00:00
|
|
|
}
|
2011-02-09 20:13:14 +00:00
|
|
|
#menupage-intro h2 {
|
2011-02-03 20:21:03 +00:00
|
|
|
padding: 0 25px 20px 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#menupage-content {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
2010-12-22 21:23:44 +00:00
|
|
|
width: 90%;
|
2010-11-03 20:56:58 +00:00
|
|
|
margin-bottom: 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#menupage-content.people {
|
2011-02-01 15:24:25 +00:00
|
|
|
width: 73%;
|
2011-01-26 14:26:32 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#menupage-content h3 {
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 0 25px 15px 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#menupage-content h4 {
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 20px 25px 12px 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#vgraph-classes {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 265px;
|
|
|
|
margin-left: 35px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#vgraph-classes li {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-26 14:26:32 +00:00
|
|
|
ul#vgraph-classes li:last-child {
|
2010-11-03 20:56:58 +00:00
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#vgraph-classes a {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
padding-left: 15px;
|
|
|
|
width: 265px;
|
|
|
|
height: 35px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#menupage-graph {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: right;
|
|
|
|
width: 500px;
|
|
|
|
height: 283px;
|
|
|
|
padding-right: 20px;
|
2011-01-26 14:26:32 +00:00
|
|
|
border: 1px dotted #ccc;
|
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#menupage-graph.people {
|
2011-02-01 15:24:25 +00:00
|
|
|
width: 300px;
|
|
|
|
height: 360px;
|
2011-01-26 14:26:32 +00:00
|
|
|
padding-right: 0;
|
|
|
|
border: none;
|
2011-02-01 15:24:25 +00:00
|
|
|
margin-top: -40px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* FIND BY ------> */
|
2011-01-30 17:19:23 +00:00
|
|
|
#find-by {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: right;
|
2011-02-09 20:13:14 +00:00
|
|
|
margin: 0 1.1em 1.5em 0;
|
2011-02-03 22:11:42 +00:00
|
|
|
padding: 8px 8px 3px 5px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#find-by h3 {
|
2011-02-03 22:11:42 +00:00
|
|
|
padding: 0 .2em .2em .8em;
|
2010-11-03 20:56:58 +00:00
|
|
|
border-bottom: 0;
|
2011-02-03 22:11:42 +00:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
ul#find-filters {
|
|
|
|
float: right;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#find-filters li {
|
2011-02-03 03:06:02 +00:00
|
|
|
float: left;
|
2011-02-03 22:11:42 +00:00
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 15px;
|
|
|
|
border-right: 1px solid #E4EAE9;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#find-filters li:last-child {
|
2010-11-03 20:56:58 +00:00
|
|
|
border-bottom: 0;
|
2011-02-03 22:11:42 +00:00
|
|
|
border-right: none;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#find-filters a {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
2011-02-03 22:11:42 +00:00
|
|
|
padding-left: 13px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* RESEARCHERS ------> */
|
2011-01-30 17:19:23 +00:00
|
|
|
#researchers {
|
2010-11-03 20:56:58 +00:00
|
|
|
clear: both;
|
2010-12-22 21:23:44 +00:00
|
|
|
width: 90%;
|
2010-11-03 20:56:58 +00:00
|
|
|
height: 229px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#researchers h3 {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 150px;
|
|
|
|
padding: 20px 12px 10px 12px;
|
2010-12-22 21:23:44 +00:00
|
|
|
font-size: 1.25em;
|
2010-11-03 20:56:58 +00:00
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
background: url(../images/arrow.gif) 140px 27px no-repeat;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#researchers p {
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 17px 15px 15px 175px;
|
2011-02-02 02:58:37 +00:00
|
|
|
line-height: 1.5em;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#researchers-slider {
|
2010-12-22 21:23:44 +00:00
|
|
|
clear: both;
|
2010-11-03 20:56:58 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
width: 887px;
|
|
|
|
height: 115px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#alpha-display {
|
2010-11-03 20:56:58 +00:00
|
|
|
width: 100px;
|
|
|
|
height: 115px;
|
|
|
|
line-height: 115px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#profile-photo-display {
|
2010-12-22 21:23:44 +00:00
|
|
|
width: 60%;
|
2010-11-03 20:56:58 +00:00
|
|
|
height: 115px;
|
|
|
|
float: left;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#profile-photo-display ul {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#profile-photo-display li {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
width: 90px;
|
|
|
|
float: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 10px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#nav-display {
|
2010-11-03 20:56:58 +00:00
|
|
|
width: 100px;
|
|
|
|
height: 70px;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-right: 20px;
|
|
|
|
float: right;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#nav-display p {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
padding: 0;
|
|
|
|
padding-top: 7px;
|
|
|
|
width: 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#nav-display img {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
padding-left: 15px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* BROWSE BY ------> */
|
2011-01-30 17:19:23 +00:00
|
|
|
#browse-by {
|
2010-11-03 20:56:58 +00:00
|
|
|
clear: both;
|
2010-12-22 21:23:44 +00:00
|
|
|
width: 90%;
|
2010-11-03 20:56:58 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
overflow: hidden;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#browse-by h2 {
|
2011-01-05 20:50:50 +00:00
|
|
|
width: 120px;
|
2010-11-03 20:56:58 +00:00
|
|
|
height: 44px;
|
|
|
|
line-height: 44px;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
}
|
2010-11-02 20:53:45 +00:00
|
|
|
/* BROWSE CLASSES ------> */
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#browse-classes {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
2011-01-13 23:43:16 +00:00
|
|
|
width: 255px;
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-bottom: 20px;
|
2011-02-07 18:40:59 +00:00
|
|
|
margin-top: 10px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#browse-classes li {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
2011-02-07 18:40:59 +00:00
|
|
|
width: 235px;
|
2010-11-03 20:56:58 +00:00
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
2011-02-07 18:40:59 +00:00
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
2010-11-03 20:56:58 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#browse-classes li:last-child {
|
2010-11-03 20:56:58 +00:00
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#browse-classes a {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
padding-left: 20px;
|
2011-02-07 18:40:59 +00:00
|
|
|
width: 225px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* ALPHA BROWSE------> */
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#alpha-browse-individuals {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
2011-04-21 02:09:56 +00:00
|
|
|
width: 619px;
|
2011-06-24 09:16:49 +00:00
|
|
|
list-style: none;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#alpha-browse-individuals li {
|
2011-01-13 23:43:16 +00:00
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
2011-06-16 14:40:39 +00:00
|
|
|
padding-top: 0px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#alpha-browse-individuals li:last-child {
|
2010-11-03 20:56:58 +00:00
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
ul#alpha-browse-individuals a {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
height: 35px;
|
2011-01-13 23:43:16 +00:00
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 8px;
|
|
|
|
width: 10px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-08-03 18:21:05 +00:00
|
|
|
nav#alpha-browse-container {
|
|
|
|
width: 619px;
|
|
|
|
float: left;
|
|
|
|
padding-left: 10px;
|
|
|
|
margin-left: 1px;
|
|
|
|
}
|
2010-11-02 20:53:45 +00:00
|
|
|
/* BROWSE INDIVIDUALS------> */
|
2011-01-30 17:19:23 +00:00
|
|
|
#individuals-in-class {
|
2011-01-13 23:43:16 +00:00
|
|
|
float: right;
|
2011-01-18 11:48:04 +00:00
|
|
|
width: 68%;
|
2010-11-03 20:56:58 +00:00
|
|
|
padding-bottom: 30px;
|
|
|
|
margin-bottom: 30px;
|
2011-01-13 23:43:16 +00:00
|
|
|
margin-right: 17px;
|
2011-01-18 15:39:25 +00:00
|
|
|
min-height: 170px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-02-03 03:06:02 +00:00
|
|
|
h3.selected-class {
|
|
|
|
padding: .8em 0 0 0;
|
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#individuals-in-class ul {
|
2011-01-07 22:11:49 +00:00
|
|
|
list-style: none;
|
|
|
|
}
|
2011-01-26 14:26:32 +00:00
|
|
|
li.individual {
|
2011-01-18 11:48:04 +00:00
|
|
|
width: 90%;
|
|
|
|
padding: 20px 0;
|
2010-11-03 20:56:58 +00:00
|
|
|
margin-left: 30px;
|
|
|
|
margin-right: 30px;
|
2011-01-18 00:16:55 +00:00
|
|
|
overflow: hidden;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
li.individual img {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
2011-01-18 11:48:04 +00:00
|
|
|
margin-right: 20px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
li.individual h1 {
|
2011-01-18 11:48:04 +00:00
|
|
|
padding: 0;
|
2011-02-02 02:58:37 +00:00
|
|
|
line-height: 1.2em;
|
2011-01-07 22:11:49 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
li.individual h1.thumb {
|
2011-01-18 11:48:04 +00:00
|
|
|
padding-top: 30px;
|
2011-01-18 00:16:55 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#individuals-in-class span.title {
|
2011-01-18 11:48:04 +00:00
|
|
|
display: block;
|
2011-02-02 02:58:37 +00:00
|
|
|
margin: .8em 0 0 0;
|
|
|
|
font-size: .8em;
|
2011-01-18 11:48:04 +00:00
|
|
|
line-height: 1;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-30 17:19:23 +00:00
|
|
|
#individuals-in-class span.org {
|
2011-01-07 22:11:49 +00:00
|
|
|
display: block;
|
2011-01-26 14:26:32 +00:00
|
|
|
}
|
2011-07-15 19:06:57 +00:00
|
|
|
ul.mostSpecificTypes li {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
padding: 0 10px;
|
|
|
|
border-right: 1px solid #c9c8c8;
|
|
|
|
}
|
|
|
|
ul.mostSpecificTypes li:first-child {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
ul.mostSpecificTypes li:last-child {
|
|
|
|
border-right: none
|
|
|
|
}
|
2011-02-03 13:54:36 +00:00
|
|
|
p.no-individuals {
|
|
|
|
margin: 1em 2em;
|
|
|
|
}
|
|
|
|
.pagination {
|
2011-02-02 02:58:37 +00:00
|
|
|
margin: .3em 0 0 1.4em;
|
2011-01-26 14:26:32 +00:00
|
|
|
}
|
2011-02-03 13:54:36 +00:00
|
|
|
.pagination h3 {
|
2011-01-26 14:26:32 +00:00
|
|
|
display: inline;
|
2011-02-02 02:58:37 +00:00
|
|
|
margin: 0 .3em 0 0;
|
2011-01-26 14:26:32 +00:00
|
|
|
padding: 0;
|
|
|
|
font-size: 1.1em;
|
|
|
|
color: #666;
|
|
|
|
}
|
2011-02-03 13:54:36 +00:00
|
|
|
.pagination ul {
|
2011-01-26 14:26:32 +00:00
|
|
|
display: inline;
|
|
|
|
}
|
2011-02-03 13:54:36 +00:00
|
|
|
.pagination li {
|
2011-01-26 14:26:32 +00:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
|
|
|
}
|
2011-02-03 13:54:36 +00:00
|
|
|
.pagination li.selected {
|
2011-01-26 16:15:10 +00:00
|
|
|
padding: 0 0.4em;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #333;
|
|
|
|
background: #ddd;
|
2011-01-26 14:26:32 +00:00
|
|
|
}
|
2011-02-03 13:54:36 +00:00
|
|
|
.pagination li a {
|
2011-01-26 16:15:10 +00:00
|
|
|
padding: 0 0.4em;
|
2011-01-26 14:26:32 +00:00
|
|
|
border: none;
|
|
|
|
}
|
2011-02-03 13:54:36 +00:00
|
|
|
.pagination li a:hover {
|
2011-01-26 14:26:32 +00:00
|
|
|
color: #fff;
|
|
|
|
background: #333;
|
2011-01-26 16:15:10 +00:00
|
|
|
border: none;
|
2011-01-26 14:26:32 +00:00
|
|
|
}
|
2011-02-03 13:54:36 +00:00
|
|
|
.pagination .round {
|
2011-01-26 14:26:32 +00:00
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2011-07-12 01:40:40 +00:00
|
|
|
}
|
|
|
|
|