2010-11-09 21:54:32 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2010-12-15 19:25:24 +00:00
|
|
|
|
2010-12-16 17:36:49 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
/* CSS Document */
|
2010-11-09 21:54:32 +00:00
|
|
|
|
2010-12-21 22:51:55 +00:00
|
|
|
/* ADMIN PANEL------> */
|
|
|
|
div.admin{
|
|
|
|
color: #fff;
|
|
|
|
background: #aaa;
|
|
|
|
padding: 6px;
|
|
|
|
height: 1%; /* IE likes this */
|
|
|
|
width: 98%; /* and this */
|
|
|
|
}
|
|
|
|
div.panelContents{
|
|
|
|
color: #777;
|
2010-12-22 23:34:21 +00:00
|
|
|
background: #efebe6;
|
2010-12-21 22:51:55 +00:00
|
|
|
/*display: none;*/
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
div.top{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 24px 0 0;
|
2010-12-22 23:28:39 +00:00
|
|
|
background: #efebe6;
|
2010-12-21 22:51:55 +00:00
|
|
|
}
|
|
|
|
div.bottom{
|
|
|
|
margin: 0 -12px;
|
|
|
|
position: relative;
|
|
|
|
bottom: -16px;
|
|
|
|
padding: 6px 12px 8px 12px;
|
|
|
|
}
|
|
|
|
.admin h3{
|
|
|
|
font-size: 1em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #ddd;
|
|
|
|
background: #aaa;
|
|
|
|
line-height: 2em;
|
|
|
|
margin: 0 !important; /* fix for IE6 */
|
|
|
|
margin-right: -24px;
|
|
|
|
padding: 0 12px;
|
|
|
|
width: 100% !important; /* fix for IE6 */
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.admin p{
|
|
|
|
margin-bottom: .25em;
|
|
|
|
}
|
|
|
|
.admin a:link,
|
|
|
|
.admin a:visited{
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.panelContents a:link,
|
|
|
|
.panelContents a:visited{
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
.admin a:hover,
|
|
|
|
.admin a:active {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
#loginPanel ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#loginPanel li {
|
|
|
|
list-style-type: none;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
2010-11-09 21:54:32 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO FOR ANY CLASS*/
|
2010-12-15 19:25:24 +00:00
|
|
|
#individual-intro{
|
2011-01-04 22:19:45 +00:00
|
|
|
float: left;
|
|
|
|
width: 75%;
|
2010-12-15 19:25:24 +00:00
|
|
|
margin-top: 35px;
|
2011-01-04 22:19:45 +00:00
|
|
|
margin-bottom: 45px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
#individual-intro h1{
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-bottom: 24px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
#individual-intro span.preferred-title{
|
|
|
|
padding-left: 10px;
|
|
|
|
margin-left: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-17 21:54:48 +00:00
|
|
|
#individual-intro #individual-info h3{
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
#individual-intro #share-contact h3{
|
|
|
|
padding-bottom: .3em;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
#individual-intro .icon-rdf{
|
|
|
|
font-size: 1.125em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#individual-intro .individual-overview{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
#individual-intro ul#individual-tools{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2010-11-09 21:54:32 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO FOR PERSON*/
|
2010-12-15 19:25:24 +00:00
|
|
|
#individual-intro-person{
|
2010-12-21 22:51:55 +00:00
|
|
|
float: left;
|
|
|
|
width: 75%;
|
2011-01-06 03:49:03 +00:00
|
|
|
margin-top: 0.5em;
|
2010-12-15 19:25:24 +00:00
|
|
|
margin-bottom: 30px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
/* <------ INDIVIDUAL INTRO LEFT CONTENT */
|
2011-01-06 16:51:44 +00:00
|
|
|
#share-contact{
|
2010-12-15 19:25:24 +00:00
|
|
|
width: 166px;
|
|
|
|
float: left;
|
2011-01-06 03:49:03 +00:00
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 1.5em;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-12 18:24:23 +00:00
|
|
|
#share-contact h3{
|
|
|
|
margin-top: 15px;
|
2011-01-17 16:29:30 +00:00
|
|
|
padding-bottom: .3em;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.2em;
|
2011-01-12 18:24:23 +00:00
|
|
|
}
|
2011-01-17 16:29:30 +00:00
|
|
|
#share-contact img.individual-photo{
|
2010-12-15 19:25:24 +00:00
|
|
|
width: 160px;
|
|
|
|
height: 160px;
|
2011-01-04 22:19:45 +00:00
|
|
|
float: left;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
|
|
|
ul#individual-tools-people{
|
|
|
|
margin-top: 5px;
|
|
|
|
height: 27px;
|
|
|
|
padding-bottom: 20px;
|
2010-12-21 22:51:55 +00:00
|
|
|
list-style-type: none;
|
2011-01-05 20:34:44 +00:00
|
|
|
clear: both;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
ul#individual-tools-people li{
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
padding-right: 14px;
|
|
|
|
float: left;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
ul#individual-tools{
|
2010-12-21 22:51:55 +00:00
|
|
|
color: #8AA149
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
ul#individual-tools li{
|
|
|
|
padding-right: 14px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-17 21:54:48 +00:00
|
|
|
ul#individual-tools-people a.icon-rdf-people{
|
2010-12-21 22:51:55 +00:00
|
|
|
position: absolute;
|
|
|
|
font-size: 1.125em;
|
2011-01-04 22:19:45 +00:00
|
|
|
top: 13px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-05 20:34:44 +00:00
|
|
|
ul#individual-email{
|
|
|
|
clear: both;
|
|
|
|
list-style-type: circle;
|
|
|
|
}
|
2011-01-12 18:24:23 +00:00
|
|
|
ul#individual-email li{
|
2010-12-21 22:51:55 +00:00
|
|
|
font-size: .875em;
|
2011-01-12 18:24:23 +00:00
|
|
|
}
|
|
|
|
ul#individual-email li:first-child{
|
|
|
|
font-size: .875em;
|
|
|
|
margin-top: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-05 20:34:44 +00:00
|
|
|
ul#individual-phone{
|
|
|
|
clear: both;
|
|
|
|
list-style-type: circle;
|
|
|
|
}
|
2011-01-12 18:24:23 +00:00
|
|
|
ul#individual-phone li{
|
2010-12-21 22:51:55 +00:00
|
|
|
font-size: .875em;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-13 17:09:21 +00:00
|
|
|
ul#individual-phone li:last-child{
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2011-01-12 18:24:23 +00:00
|
|
|
ul#individual-phone li:first-child{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.icon-phone, .icon-email{
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-right: 5px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-17 21:54:48 +00:00
|
|
|
#individual-intro ul.individual-urls{
|
2010-12-21 22:51:55 +00:00
|
|
|
list-style-type: circle;
|
2011-01-17 21:54:48 +00:00
|
|
|
color: red;
|
|
|
|
margin-left: 20px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-17 21:54:48 +00:00
|
|
|
#individual-intro ul.individual-urls li{
|
2010-12-21 22:51:55 +00:00
|
|
|
font-size: .875em;
|
2011-01-17 21:54:48 +00:00
|
|
|
line-height: 1.3em;
|
|
|
|
clear: left;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-13 21:11:19 +00:00
|
|
|
ul.individual-urls-people{
|
2011-01-05 20:34:44 +00:00
|
|
|
clear: both;
|
2010-12-21 22:51:55 +00:00
|
|
|
list-style-type: circle;
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-left: 24px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-13 21:11:19 +00:00
|
|
|
ul.individual-urls-people li{
|
2010-12-21 22:51:55 +00:00
|
|
|
font-size: .875em;
|
2011-01-17 16:29:30 +00:00
|
|
|
line-height: 1.3em;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
/* <------ INDIVIDUAL RIGHT CONTENT */
|
2010-12-15 19:25:24 +00:00
|
|
|
#individual-info{
|
2011-01-06 03:49:03 +00:00
|
|
|
width: 69%;
|
2010-12-15 19:25:24 +00:00
|
|
|
float: left;
|
2011-01-04 22:19:45 +00:00
|
|
|
padding: 10px 0 0 10px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
|
|
|
#individual-info h1.fn{
|
2011-01-04 22:19:45 +00:00
|
|
|
padding-bottom: 12px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
h1.fn .preferred-title {
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
#individual-info h2{
|
2010-12-21 22:51:55 +00:00
|
|
|
padding-bottom: 10px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
|
|
|
ul#individual-positions{
|
|
|
|
padding-bottom: 24px;
|
2010-12-21 22:51:55 +00:00
|
|
|
list-style: none;
|
|
|
|
list-style-type: circle;
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
ul#individual-positions li{
|
2010-12-21 22:51:55 +00:00
|
|
|
line-height: 1em;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
|
|
|
.individual-overview{
|
2010-12-21 22:51:55 +00:00
|
|
|
font-size: 1em;
|
|
|
|
padding-bottom: 0;
|
2010-12-15 19:25:24 +00:00
|
|
|
line-height: 1.3em;
|
|
|
|
}
|
|
|
|
ul#individual-areas{
|
|
|
|
padding-bottom: 24px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
ul#individual-areas li{
|
|
|
|
float: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-left: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
ul#individual-areas li:first-child{
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
ul#individual-areas li{
|
2010-11-09 21:54:32 +00:00
|
|
|
float:left;
|
2010-12-15 19:25:24 +00:00
|
|
|
border-right: 1px solid #5e6363;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-left: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
/* <------ INDIVIDUAL VISUALIZATION */
|
2010-12-15 19:25:24 +00:00
|
|
|
#publications-visualization{
|
|
|
|
margin-top: 35px;
|
|
|
|
float: right;
|
|
|
|
width: 226px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
/* <------ SPARKLINES */
|
2010-12-21 22:51:55 +00:00
|
|
|
#sparklines-publications{
|
2011-01-05 20:34:44 +00:00
|
|
|
width: 220px;
|
2010-12-15 19:25:24 +00:00
|
|
|
padding: 0 20px 45px 20px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
#sparklines-publications h3{
|
|
|
|
padding-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
.publication-year-range{
|
|
|
|
display: block;
|
|
|
|
padding-top: 5px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-05 20:34:44 +00:00
|
|
|
/* <------ TEMPORAL GRAPH */
|
|
|
|
#temporal-graph{
|
|
|
|
width: 220px;
|
|
|
|
padding: 0 20px 45px 20px;
|
|
|
|
}
|
|
|
|
#temporal-graph h3 img{
|
|
|
|
padding-right: 10px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
2010-11-09 21:54:32 +00:00
|
|
|
/* <------ COAUTHORS */
|
2010-12-15 19:25:24 +00:00
|
|
|
#co-authors{
|
|
|
|
padding: 0 20px 30px 20px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
img.co-author{
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: 5px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
#co-authors h3{
|
|
|
|
margin-bottom: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
#co-authors ul li{
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
p.view-all-coauthors{
|
|
|
|
clear: both;
|
|
|
|
width: 200px;
|
|
|
|
text-align: left;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
/* PROPERTY GROUP MENU------> */
|
2011-01-06 03:49:03 +00:00
|
|
|
#property-group-menu{
|
2010-12-21 22:51:55 +00:00
|
|
|
clear: both;
|
|
|
|
width: 95%;;
|
2010-12-15 19:25:24 +00:00
|
|
|
height: 46px;
|
|
|
|
border: 1px solid #dfebe5;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 10px;
|
2010-12-21 22:51:55 +00:00
|
|
|
margin-top: 20px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-06 03:49:03 +00:00
|
|
|
#property-group-menu ul{
|
2010-12-21 22:51:55 +00:00
|
|
|
display: block;
|
2010-12-15 19:25:24 +00:00
|
|
|
color: #5e6363;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-06 03:49:03 +00:00
|
|
|
#property-group-menu li{
|
2010-12-21 22:51:55 +00:00
|
|
|
float: left;
|
2010-12-15 19:25:24 +00:00
|
|
|
line-height: 46px;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-06 16:14:38 +00:00
|
|
|
#property-group-menu li:first-child{
|
|
|
|
padding-left: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-16 17:36:49 +00:00
|
|
|
/* PROPERTY GROUP------> */
|
|
|
|
.property-group{
|
2010-12-17 20:00:57 +00:00
|
|
|
position: relative;
|
2010-12-15 19:25:24 +00:00
|
|
|
clear: both;
|
2010-12-21 22:51:55 +00:00
|
|
|
width: 95%;
|
2010-12-15 19:25:24 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 20px;
|
2010-12-21 22:51:55 +00:00
|
|
|
border: 1px solid #dfebe5;
|
2010-12-17 20:00:57 +00:00
|
|
|
}
|
|
|
|
.scroll-up{
|
|
|
|
position: absolute;
|
|
|
|
width: 21px;
|
|
|
|
height: 30px;
|
|
|
|
top: 0;
|
|
|
|
right: -21px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2010-12-16 17:36:49 +00:00
|
|
|
section.property-group h2{
|
2010-11-09 21:54:32 +00:00
|
|
|
padding: 20px 25px 12px 35px;
|
|
|
|
}
|
2010-12-16 17:36:49 +00:00
|
|
|
article.property{
|
2010-12-21 22:51:55 +00:00
|
|
|
width: 93%;
|
2010-12-15 19:25:24 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 20px;
|
2010-12-21 22:51:55 +00:00
|
|
|
border: 1px solid #dfe6e5;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2010-12-16 17:36:49 +00:00
|
|
|
article.property h3{
|
2010-12-15 19:25:24 +00:00
|
|
|
border-bottom: 1px solid #dfe6e5;
|
|
|
|
padding: 10px 20px 10px 20px;
|
|
|
|
}
|
2010-12-23 21:17:23 +00:00
|
|
|
article.property ul.property-list li.subclass h3 {
|
|
|
|
border-bottom: none;
|
2011-01-10 22:41:45 +00:00
|
|
|
padding: 10px 10px 10px 0;
|
2010-12-23 21:17:23 +00:00
|
|
|
}
|
2010-12-16 17:36:49 +00:00
|
|
|
article.property .data-property-statement{
|
2010-12-15 19:25:24 +00:00
|
|
|
padding: 10px 20px 10px 20px;
|
|
|
|
line-height: 1.2em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2010-12-16 17:36:49 +00:00
|
|
|
article.property ul.property-list{
|
2010-12-15 19:25:24 +00:00
|
|
|
background: #fff;
|
2011-01-10 22:51:27 +00:00
|
|
|
padding-bottom: 20px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2010-12-16 17:36:49 +00:00
|
|
|
article.property ul.property-list li{
|
2010-12-15 19:25:24 +00:00
|
|
|
line-height: 1.2em;
|
2011-01-10 22:51:27 +00:00
|
|
|
padding: 10px 20px 5px 20px;
|
2011-01-10 22:41:45 +00:00
|
|
|
}
|
|
|
|
article.property ul.subclass-property-list{
|
|
|
|
margin-left: 0;
|
2011-01-17 16:29:30 +00:00
|
|
|
}#share-contact h3
|
2010-12-23 21:17:23 +00:00
|
|
|
article.property ul.subclass-property-list li{
|
|
|
|
line-height: 1.2em;
|
2011-01-10 22:41:45 +00:00
|
|
|
padding: 0 20px 10px 20px;
|
2010-12-23 21:17:23 +00:00
|
|
|
}
|
2011-01-04 13:34:28 +00:00
|
|
|
/* MISCELLANEOUS------> */
|
|
|
|
.listDateTime {
|
|
|
|
padding: 0.2em 0.4em;
|
|
|
|
font-size: 0.8em;
|
|
|
|
background: #f4f4f4;
|
2011-01-11 19:58:13 +00:00
|
|
|
}
|
|
|
|
/* EDITING DISPLAY------> */
|
|
|
|
.add-individual{
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
.edit-individual{
|
|
|
|
border-left: 1px dotted #B2D15A;
|
|
|
|
margin-left: 10px;
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 1px;
|
2011-01-13 17:09:21 +00:00
|
|
|
vertical-align: middle;
|
2011-01-11 19:58:13 +00:00
|
|
|
}
|
|
|
|
.delete-individual{
|
2011-01-13 17:09:21 +00:00
|
|
|
vertical-align: middle;
|
2011-01-04 13:34:28 +00:00
|
|
|
}
|