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------> */
|
2011-01-20 18:31:23 +00:00
|
|
|
#admin{
|
|
|
|
font-size: .8em;
|
|
|
|
background-color: #f2f9fb;
|
|
|
|
padding-top: 0;
|
2011-01-24 03:08:00 +00:00
|
|
|
padding-right: 40px;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
|
|
|
#admin h3{
|
|
|
|
display: inline-block;
|
|
|
|
background-color: #2a98bd;
|
|
|
|
padding: 3px 6px 3px 10px;
|
|
|
|
color: #fff;
|
|
|
|
margin-bottom: 5px;
|
2011-01-24 03:08:00 +00:00
|
|
|
font-size: 14px;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
|
|
|
#admin .uri-link {
|
|
|
|
color: #888c8c;
|
|
|
|
padding-left: 11px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
#admin a.edit-individual{
|
|
|
|
padding-left: 5px;
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
#admin a{
|
|
|
|
color: #2a98bc;
|
2010-12-21 22:51:55 +00:00
|
|
|
}
|
2010-11-09 21:54:32 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO FOR ANY CLASS*/
|
2010-12-15 19:25:24 +00:00
|
|
|
#individual-intro{
|
|
|
|
margin-top: 35px;
|
2011-01-04 22:19:45 +00:00
|
|
|
margin-bottom: 45px;
|
2011-01-21 03:12:59 +00:00
|
|
|
position: relative;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
#individual-intro h1{
|
2011-01-21 03:12:59 +00:00
|
|
|
padding-bottom: 8px;
|
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;
|
2011-01-20 18:31:23 +00:00
|
|
|
padding-top: 0;
|
2011-01-17 21:54:48 +00:00
|
|
|
}
|
2011-01-20 18:31:23 +00:00
|
|
|
#individual-intro a.icon-rdf{
|
2011-01-17 21:54:48 +00:00
|
|
|
font-size: 1.125em;
|
|
|
|
}
|
|
|
|
#individual-intro .individual-overview{
|
2011-01-24 03:08:00 +00:00
|
|
|
margin-bottom: 30px;
|
2011-01-17 21:54:48 +00:00
|
|
|
}
|
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;
|
2011-01-06 03:49:03 +00:00
|
|
|
margin-top: 0.5em;
|
2010-12-15 19:25:24 +00:00
|
|
|
margin-bottom: 30px;
|
2011-01-21 03:12:59 +00:00
|
|
|
position: relative;
|
2011-01-24 03:08:00 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#individual-intro-person #admin{
|
|
|
|
margin-top: 37px;
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
#individual-intro-person #individual-info{
|
|
|
|
float: left;
|
|
|
|
width: 78%;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-20 18:31:23 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO - LEFT SIDE CONTENT */
|
2011-01-06 16:51:44 +00:00
|
|
|
#share-contact{
|
2011-01-20 18:31:23 +00:00
|
|
|
position: relative;
|
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-20 18:31:23 +00:00
|
|
|
padding-top: 0;
|
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;
|
|
|
|
}
|
|
|
|
ul#individual-tools-people{
|
|
|
|
margin-top: 5px;
|
2011-01-20 18:31:23 +00:00
|
|
|
height: 20px;
|
2010-12-15 19:25:24 +00:00
|
|
|
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;
|
2011-01-20 18:31:23 +00:00
|
|
|
margin-bottom: 15px;
|
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;
|
2011-01-20 18:31:23 +00:00
|
|
|
padding-right: 7px;
|
2010-12-15 19:25:24 +00:00
|
|
|
float: left;
|
2011-01-20 18:31:23 +00:00
|
|
|
margin-bottom: 20px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
ul#individual-tools{
|
2011-01-21 03:12:59 +00:00
|
|
|
margin-top: 10px;
|
2011-01-20 18:31:23 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
height: 20px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-15 19:25:24 +00:00
|
|
|
ul#individual-tools li{
|
2011-01-20 18:31:23 +00:00
|
|
|
padding-right: 9px;
|
|
|
|
float: left;
|
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
|
|
|
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-20 18:31:23 +00:00
|
|
|
line-height: 1.7em;
|
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
|
|
|
}
|
2011-01-20 18:31:23 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO - RIGHT SIDE CONTENT */
|
2011-01-24 03:08:00 +00:00
|
|
|
#individual-intro #individual-info{
|
|
|
|
padding: 0;
|
2010-12-15 19:25:24 +00:00
|
|
|
float: left;
|
2011-01-24 03:08:00 +00:00
|
|
|
width: 79%;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
|
|
|
#individual-info h1.fn{
|
2011-01-21 03:12:59 +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;
|
2011-01-20 18:31:23 +00:00
|
|
|
border-right: 1px solid #5e6363;
|
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;
|
|
|
|
}
|
2010-11-09 21:54:32 +00:00
|
|
|
/* <------ INDIVIDUAL VISUALIZATION */
|
2011-01-21 03:12:59 +00:00
|
|
|
#visualization{
|
2010-12-15 19:25:24 +00:00
|
|
|
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-24 03:08:00 +00:00
|
|
|
padding: 0 10px 45px 20px;
|
2011-01-21 03:12:59 +00:00
|
|
|
margin-top: 30px;
|
2011-01-24 03:08:00 +00:00
|
|
|
padding-top: 0;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
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{
|
2011-01-24 03:08:00 +00:00
|
|
|
position: absolute;
|
|
|
|
padding: 0 3px 20px 10px;
|
|
|
|
background-color: #fff;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2011-01-05 20:34:44 +00:00
|
|
|
}
|
|
|
|
#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;
|
2011-01-20 18:31:23 +00:00
|
|
|
background-color: #fff;
|
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-20 18:31:23 +00:00
|
|
|
background-color: #fff;
|
2011-01-10 22:41:45 +00:00
|
|
|
}
|
|
|
|
article.property ul.subclass-property-list{
|
|
|
|
margin-left: 0;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
|
|
|
#share-contact h3{
|
|
|
|
margin-top: 15px;
|
|
|
|
padding-bottom: .3em;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
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-20 18:31:23 +00:00
|
|
|
}
|
2011-01-21 03:12:59 +00:00
|
|
|
.thumb-links{
|
2011-01-20 18:31:23 +00:00
|
|
|
position: absolute;
|
2011-01-21 03:12:59 +00:00
|
|
|
margin-left: 108px;
|
2011-01-20 18:31:23 +00:00
|
|
|
/* background: rgba(255, 255, 255, 0.8);*/
|
|
|
|
background: #fff;
|
|
|
|
margin-top: 143px;
|
|
|
|
padding: 0 6px 0 0;
|
|
|
|
}
|
|
|
|
.middle{
|
|
|
|
vertical-align: middle;
|
2011-01-04 13:34:28 +00:00
|
|
|
}
|