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
|
|
|
|
2010-11-02 20:53:45 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
/* CSS Document */
|
2010-12-22 21:23:44 +00:00
|
|
|
|
2011-01-26 14:26:32 +00:00
|
|
|
/* VISUAL GRAPH-----> */
|
|
|
|
#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;
|
|
|
|
/* padding-top: 30px; nac26: not sure we need all this space up top*/
|
|
|
|
/* margin-bottom: 30px;*/
|
2010-11-03 20:56:58 +00:00
|
|
|
}
|
2011-01-26 14:26:32 +00:00
|
|
|
#menupage-intro h3{
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 0 25px 15px 0;
|
|
|
|
padding-bottom: 20px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-26 14:26:32 +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-26 14:26:32 +00:00
|
|
|
#menupage-content.people{
|
|
|
|
width: 68%;
|
|
|
|
}
|
|
|
|
#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-26 14:26:32 +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-26 14:26:32 +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-26 14:26:32 +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-26 14:26:32 +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-26 14:26:32 +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;
|
|
|
|
}
|
|
|
|
#menupage-graph.people{
|
|
|
|
width: 270px;
|
|
|
|
height: 270px;
|
|
|
|
padding-right: 0;
|
|
|
|
border: none;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* FIND BY ------> */
|
2010-12-22 21:23:44 +00:00
|
|
|
#find-by{
|
2010-11-03 20:56:58 +00:00
|
|
|
width: 275px;
|
|
|
|
float: right;
|
|
|
|
margin-top: 20px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#find-by h3{
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 0 25px 12px 12px;
|
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
ul#find-filters{
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 265px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
ul#find-filters li{
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
2011-01-04 22:16:57 +00:00
|
|
|
padding-left: 10px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-04 22:16:57 +00:00
|
|
|
ul#find-filters li:last-child{
|
2010-11-03 20:56:58 +00:00
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
ul#find-filters 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
|
|
|
}
|
|
|
|
/* NETWORK STATS ------> */
|
2010-12-22 21:23:44 +00:00
|
|
|
#network-stats{
|
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;
|
|
|
|
height: 67px;
|
|
|
|
margin-bottom: 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#network-stats h3{
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 150px;
|
|
|
|
padding: 20px 12px 10px 12px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#network-stats p{
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 15px 15px 15px 175px;
|
2010-12-22 21:23:44 +00:00
|
|
|
font-size: .875em;
|
2011-01-18 11:48:04 +00:00
|
|
|
line-height: 1.5;
|
2010-11-03 20:56:58 +00:00
|
|
|
color: #5e6363;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* RESEARCHERS ------> */
|
2010-12-22 21:23:44 +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
|
|
|
}
|
2010-12-22 21:23:44 +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
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#researchers p{
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 17px 15px 15px 175px;
|
2011-01-18 11:48:04 +00:00
|
|
|
line-height: 1.5;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#researchers-slider{
|
|
|
|
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
|
|
|
}
|
2010-12-22 21:23:44 +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
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#profile-photo-display{
|
|
|
|
width: 60%;
|
2010-11-03 20:56:58 +00:00
|
|
|
height: 115px;
|
|
|
|
float: left;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#profile-photo-display ul{
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +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
|
|
|
}
|
2010-12-22 21:23:44 +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
|
|
|
}
|
2010-12-22 21:23:44 +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
|
|
|
}
|
2010-12-22 21:23:44 +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 ------> */
|
2010-12-22 21:23:44 +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;
|
|
|
|
margin-top: 40px;
|
|
|
|
overflow: hidden;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +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-26 14:26:32 +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;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-26 14:26:32 +00:00
|
|
|
ul#browse-classes li{
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
2011-01-26 14:26:32 +00:00
|
|
|
width: 245px;
|
2010-11-03 20:56:58 +00:00
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2011-01-26 14:26:32 +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-26 14:26:32 +00:00
|
|
|
ul#browse-classes a{
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
padding-left: 20px;
|
|
|
|
width: 264px;
|
|
|
|
height: 35px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* ALPHA BROWSE------> */
|
2011-01-26 14:26:32 +00:00
|
|
|
ul#alpha-browse-individuals{
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
2011-01-13 23:43:16 +00:00
|
|
|
width: 620px;
|
|
|
|
padding-left: 10px;
|
2011-01-18 11:48:04 +00:00
|
|
|
list-style: none;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-26 14:26:32 +00:00
|
|
|
ul#alpha-browse-individuals li{
|
2011-01-13 23:43:16 +00:00
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
padding-top: 8px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-26 14:26:32 +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-26 14:26:32 +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
|
|
|
}
|
|
|
|
/* BROWSE INDIVIDUALS------> */
|
2011-01-26 14:26:32 +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-01-26 14:26:32 +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-26 14:26:32 +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-26 14:26:32 +00:00
|
|
|
li.individual h1{
|
2011-01-18 11:48:04 +00:00
|
|
|
padding: 0;
|
|
|
|
line-height: 1.2;
|
2011-01-07 22:11:49 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-01-26 14:26:32 +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-26 14:26:32 +00:00
|
|
|
#individuals-in-class span.title{
|
2011-01-18 11:48:04 +00:00
|
|
|
display: block;
|
2011-01-18 15:39:25 +00:00
|
|
|
margin: 0.8em 0 0 0;
|
2011-01-18 11:48:04 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
line-height: 1;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-26 14:26:32 +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
|
|
|
}
|
|
|
|
nav.pagination{
|
|
|
|
margin: 0.3em 0 0 1.4em;
|
|
|
|
}
|
|
|
|
nav.pagination h3{
|
|
|
|
display: inline;
|
|
|
|
margin: 0 0.3em 0 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 1.1em;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
nav.pagination ul{
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
nav.pagination li{
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
/* padding: 0.1em 0.6em;*/
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
nav.pagination li.selected{
|
|
|
|
padding: 0 0.6em;
|
|
|
|
color: #fff;
|
|
|
|
background: #333;
|
|
|
|
}
|
|
|
|
nav.pagination li a{
|
|
|
|
padding: 0.1em 0.6em;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
nav.pagination li a:hover{
|
|
|
|
background: #ddd;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
nav.pagination li.selected a{
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
nav.pagination li.selected a:hover{
|
|
|
|
background: #333;
|
|
|
|
}
|
|
|
|
nav.pagination .round{
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2010-11-03 20:56:58 +00:00
|
|
|
}
|