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
|
|
|
|
2010-11-02 20:53:45 +00:00
|
|
|
/* VISUAL GRAPH FOAF:PERSON------> */
|
2010-12-22 21:23:44 +00:00
|
|
|
#intro-menupage{
|
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
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#intro-menupage 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
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#content-foaf-person{
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
2010-12-22 21:23:44 +00:00
|
|
|
width: 64%;
|
2010-11-03 20:56:58 +00:00
|
|
|
margin-bottom: 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#content-foaf-person h4{
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 20px 25px 12px 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
ul#foaf-person-childClasses{
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 265px;
|
|
|
|
margin-left: 45px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
ul#foaf-person-childClasses li{
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
ul#foaf-person-childClasses 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#foaf-person-childClasses 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
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#foaf-person-graph{
|
2010-11-03 20:56:58 +00:00
|
|
|
float: right;
|
|
|
|
width: 270px;
|
|
|
|
height: 270px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* VISUAL GRAPH CLASS:GENERIC (ORGANIZATION, RESEARCH, EVENT) ------> */
|
2010-12-22 21:23:44 +00:00
|
|
|
#content-generic-class{
|
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
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#content-generic-class h3{
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 0 25px 15px 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#content-generic-class h4{
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 20px 25px 12px 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-03 13:45:30 +00:00
|
|
|
ul#vgraph-childClasses{
|
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-03 13:45:30 +00:00
|
|
|
ul#vgraph-childClasses 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-18 11:48:04 +00:00
|
|
|
ul#vgraph-childClasses li:last-child {
|
2010-11-03 20:56:58 +00:00
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-03 13:45:30 +00:00
|
|
|
ul#vgraph-childClasses 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
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#generic-class-graph{
|
2010-11-03 20:56:58 +00:00
|
|
|
float: right;
|
|
|
|
width: 500px;
|
|
|
|
height: 283px;
|
|
|
|
padding-right: 20px;
|
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 ------> */
|
2010-12-22 21:23:44 +00:00
|
|
|
ul#browse-childClasses{
|
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
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
ul#browse-childClasses li{
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
width: 264px;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
ul#browse-childClasses 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#browse-childClasses 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-03 21:40:37 +00:00
|
|
|
ul#alpha-browse-childClass{
|
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
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
ul#alpha-browse-childClass 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-18 11:48:04 +00:00
|
|
|
ul#alpha-browse-childClass 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#alpha-browse-childClass 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------> */
|
2010-12-22 21:23:44 +00:00
|
|
|
#individuals-in-childClass{
|
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;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-12-22 21:23:44 +00:00
|
|
|
#individuals-in-childClass h3{
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 10px 0 10px 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-07 22:11:49 +00:00
|
|
|
#individuals-in-childClass ul{
|
|
|
|
list-style: none;
|
|
|
|
}
|
2011-01-18 11:48:04 +00:00
|
|
|
#individuals-in-childClass li{
|
|
|
|
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-18 11:48:04 +00:00
|
|
|
#individuals-in-childClass li 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-18 11:48:04 +00:00
|
|
|
#individuals-in-childClass li h1{
|
|
|
|
padding: 0;
|
|
|
|
line-height: 1.2;
|
2011-01-07 22:11:49 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-01-18 11:48:04 +00:00
|
|
|
#individuals-in-childClass li h1.thumb{
|
|
|
|
padding-top: 30px;
|
2011-01-18 00:16:55 +00:00
|
|
|
}
|
2011-01-18 11:48:04 +00:00
|
|
|
#individuals-in-childClass span.title{
|
|
|
|
display: block;
|
|
|
|
margin: 0.3em 0 0 0;
|
|
|
|
font-size: 0.8em;
|
|
|
|
line-height: 1;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2011-01-07 22:11:49 +00:00
|
|
|
#individuals-in-childClass span.org{
|
|
|
|
display: block;
|
2010-11-03 20:56:58 +00:00
|
|
|
}
|