2010-12-13 20:42:52 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2011-02-02 02:59:12 +00:00
|
|
|
|
2010-12-13 20:42:52 +00:00
|
|
|
a.no_href_styles {
|
2011-01-31 17:40:06 +00:00
|
|
|
border: 0;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
2011-02-02 02:59:12 +00:00
|
|
|
.no_href_styles a:ACTIVE,
|
|
|
|
.no_href_styles a:BEFORE,
|
|
|
|
.no_href_styles a:FOCUS,
|
|
|
|
.no_href_styles a:HOVER,
|
|
|
|
.no_href_styles a:VISITED,
|
|
|
|
.no_href_styles a:LINK
|
2011-01-31 17:40:06 +00:00
|
|
|
{ /*color: white;*/
|
|
|
|
border: 0;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
2011-01-03 22:47:34 +00:00
|
|
|
.vis_stats {
|
2011-01-31 17:40:06 +00:00
|
|
|
background: #fff;
|
|
|
|
clear: right;
|
2011-02-02 02:59:12 +00:00
|
|
|
width: 67%;
|
|
|
|
margin-left: 33%;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
.vis-tables {
|
2011-01-31 17:40:06 +00:00
|
|
|
padding: 10px;
|
|
|
|
background-color: #FFF;
|
|
|
|
border: 1px solid #ddebf1;
|
2011-02-02 02:59:12 +00:00
|
|
|
float: left;
|
2011-01-31 17:40:06 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
width: 44%;
|
|
|
|
margin: 0 10px 10px 0;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
p.datatable {
|
2011-01-31 17:40:06 +00:00
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 0
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
.datatable table {
|
2011-01-31 17:40:06 +00:00
|
|
|
text-align: left;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
.datatable img {
|
2011-01-31 17:40:06 +00:00
|
|
|
float: left;
|
|
|
|
cursor: pointer;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
2011-01-05 00:51:40 +00:00
|
|
|
#sparkline-container {
|
2011-02-04 21:11:24 +00:00
|
|
|
clear: both;
|
2011-01-31 17:40:06 +00:00
|
|
|
margin-left: 33%;
|
2011-01-05 00:51:40 +00:00
|
|
|
width: 67%;
|
2011-02-04 21:11:24 +00:00
|
|
|
float: right;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
#body h1 {
|
2011-02-02 02:59:12 +00:00
|
|
|
margin: 0;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
#ego_profile h1 a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.sparkline_wrapper_table {
|
2011-01-31 17:40:06 +00:00
|
|
|
display: inline;
|
|
|
|
vertical-align: bottom;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
2011-01-05 00:51:40 +00:00
|
|
|
.investigator_name,
|
2014-09-22 13:00:45 -04:00
|
|
|
.author_name,
|
2011-01-05 00:51:40 +00:00
|
|
|
.neutral_investigator_name,
|
2010-12-13 20:42:52 +00:00
|
|
|
.neutral_author_name {
|
2011-01-31 17:40:06 +00:00
|
|
|
color: #2485AE;
|
|
|
|
font-weight: bold;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
2011-01-05 00:51:40 +00:00
|
|
|
.investigator_moniker,
|
2010-12-13 20:42:52 +00:00
|
|
|
.author_moniker {
|
2011-01-31 17:40:06 +00:00
|
|
|
color: #9C9C9C;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
.sub_headings {
|
2011-01-31 17:40:06 +00:00
|
|
|
color: #121b3c;
|
|
|
|
padding-top: 10px;
|
2011-02-02 02:59:12 +00:00
|
|
|
float: left;
|
2011-01-31 17:40:06 +00:00
|
|
|
margin-right: 10px;
|
2010-12-17 17:07:44 +00:00
|
|
|
}
|
2011-01-05 00:51:40 +00:00
|
|
|
.toggle_visualization {
|
2014-06-10 12:08:41 -04:00
|
|
|
max-width: 230px;
|
2011-02-02 02:59:12 +00:00
|
|
|
float: right;
|
|
|
|
display: none;
|
2014-06-10 12:08:41 -04:00
|
|
|
margin-top: -55PX;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
2014-09-22 13:00:45 -04:00
|
|
|
#publication-count-sparkline-include,
|
2011-02-04 21:11:24 +00:00
|
|
|
#grant-count-sparkline-include {
|
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
}
|
2014-09-22 13:00:45 -04:00
|
|
|
#coauthor-count-sparkline-include,
|
2011-02-04 21:11:24 +00:00
|
|
|
#coinvestigator-count-sparkline-include {
|
|
|
|
float: right;
|
|
|
|
width: 50%;
|
|
|
|
}
|
2010-12-13 20:42:52 +00:00
|
|
|
.sub_headings a {
|
2011-02-02 02:59:12 +00:00
|
|
|
font-size: .7em;
|
2011-01-31 17:40:06 +00:00
|
|
|
font-weight:normal;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
table.sparkline_wrapper_table td, th {
|
2011-01-31 17:40:06 +00:00
|
|
|
vertical-align: bottom;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
#ego_profile {
|
|
|
|
height: 1%; /* this was the key to killing the IE6 bug (no upper photo and sparklines jump on hover). Solution? Give the parent layout */
|
|
|
|
background: #fff;
|
2011-07-29 13:13:20 +00:00
|
|
|
/* min-height: 100px; tlw72 -- adding this to IE6.css; otherwise, this puts too much space between the h2 and h3 */
|
2011-01-05 00:51:40 +00:00
|
|
|
float: left;
|
|
|
|
max-width: 50%;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
#ego_label {
|
2014-06-10 12:08:41 -04:00
|
|
|
color: inherit;
|
|
|
|
font-size: 1.375em;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
#ego_profile_image {
|
2011-02-02 02:59:12 +00:00
|
|
|
float: left;
|
2010-12-13 20:42:52 +00:00
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2014-09-22 13:00:45 -04:00
|
|
|
#ego_profile_image img,
|
|
|
|
#profileImage img {
|
2010-12-13 20:42:52 +00:00
|
|
|
width: 90px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
#ego_sparkline {
|
2011-02-02 02:59:12 +00:00
|
|
|
cursor: pointer;
|
|
|
|
height: 36px;
|
|
|
|
width: 471px;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
|
|
|
#coauthorships_table th {
|
2011-01-31 17:40:06 +00:00
|
|
|
vertical-align: top;
|
2010-12-17 17:07:44 +00:00
|
|
|
}
|
2011-02-04 21:11:24 +00:00
|
|
|
.sparkline_range {
|
2011-02-02 02:59:12 +00:00
|
|
|
font-size: .9em;
|
2011-01-31 17:40:06 +00:00
|
|
|
font-weight: bold;
|
2011-01-03 22:47:34 +00:00
|
|
|
}
|
|
|
|
.vis-tables table td{
|
2011-01-31 17:40:06 +00:00
|
|
|
padding-right: 10px;
|
|
|
|
width: 50%;
|
2011-01-03 22:47:34 +00:00
|
|
|
}
|
2011-01-05 00:51:40 +00:00
|
|
|
#visPanel {
|
2011-01-31 17:40:06 +00:00
|
|
|
float: right;
|
|
|
|
width: 600px;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
2011-02-04 21:11:24 +00:00
|
|
|
.vis-tables table caption {
|
2011-01-31 17:40:06 +00:00
|
|
|
width: 100%;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: left;
|
2011-01-03 22:47:34 +00:00
|
|
|
}
|
2011-02-04 21:11:24 +00:00
|
|
|
.vis-tables table {
|
2011-01-31 17:40:06 +00:00
|
|
|
width: 100%;
|
2011-01-03 22:47:34 +00:00
|
|
|
}
|
2011-02-04 21:11:24 +00:00
|
|
|
.vis-tables table thead {
|
2011-01-31 17:40:06 +00:00
|
|
|
text-align: left;
|
2011-01-03 22:47:34 +00:00
|
|
|
}
|
|
|
|
.vis-tables table thead tr th {
|
2011-02-02 02:59:12 +00:00
|
|
|
background-color: #eaeaea;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 5px;
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: left;
|
2011-01-03 22:47:34 +00:00
|
|
|
}
|
|
|
|
.vis-tables table tbody {
|
2011-02-02 02:59:12 +00:00
|
|
|
font-size: 12px;
|
2011-01-03 22:47:34 +00:00
|
|
|
}
|
|
|
|
.vis-tables table tbody td {
|
2011-02-02 02:59:12 +00:00
|
|
|
text-align: left;
|
|
|
|
padding: 5px;
|
2011-01-03 22:47:34 +00:00
|
|
|
}
|
2011-02-04 21:11:24 +00:00
|
|
|
.moniker {
|
2011-02-02 02:59:12 +00:00
|
|
|
margin-top: 0;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
2011-02-04 21:11:24 +00:00
|
|
|
.spacer {
|
2011-02-02 02:59:12 +00:00
|
|
|
font-size: 0;
|
|
|
|
line-height: 0;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
/* <------ BODY START*/
|
2011-02-04 21:11:24 +00:00
|
|
|
#body {
|
2011-02-02 02:59:12 +00:00
|
|
|
max-width: 900px;
|
|
|
|
min-width: 800px;
|
|
|
|
margin: 0 auto;
|
|
|
|
position: relative;
|
2011-01-31 17:40:06 +00:00
|
|
|
background: white;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
2011-02-04 21:11:24 +00:00
|
|
|
#bodyPannel {
|
2011-01-31 17:40:06 +00:00
|
|
|
background: #FFFFFF;
|
|
|
|
height: 840px;
|
2011-02-04 21:11:24 +00:00
|
|
|
width: 100%;
|
|
|
|
clear: both;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
2011-02-02 02:59:12 +00:00
|
|
|
#dataPanel {
|
2011-02-03 18:31:26 +00:00
|
|
|
border: 1px solid #e9e9e9;
|
2011-01-31 17:40:06 +00:00
|
|
|
background: #F7F9F9;
|
2011-02-02 02:59:12 +00:00
|
|
|
width: 250px;
|
|
|
|
height: 615px;
|
2011-02-04 21:11:24 +00:00
|
|
|
float: left;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
|
|
|
#dataPanel div {
|
2011-01-31 17:40:06 +00:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
|
|
|
#dataPanel .italicize {
|
2011-01-31 17:40:06 +00:00
|
|
|
font-style: italic;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
|
|
|
#dataPanel .bold {
|
2011-01-31 17:40:06 +00:00
|
|
|
font-weight: bold;
|
|
|
|
color: #2485AE;
|
|
|
|
font-size: 14px;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
|
|
|
#dataPanel .investigator_stats .numbers,
|
|
|
|
#dataPanel .author_stats .numbers {
|
2011-01-31 17:40:06 +00:00
|
|
|
text-align: right;
|
|
|
|
width: 40px;
|
|
|
|
float:left;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
|
|
|
#data-panel-content h4 {
|
2011-01-31 17:40:06 +00:00
|
|
|
padding-bottom: 0;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
|
|
|
#data-panel-content {
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
2011-02-02 02:59:12 +00:00
|
|
|
/* <------ CONTAINER OVERRIDE FROM LIQUID.CSS*/
|
2011-01-05 00:51:40 +00:00
|
|
|
.container {
|
2011-01-31 17:40:06 +00:00
|
|
|
width: inherit;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
|
|
|
#incomplete-data {
|
2011-01-31 17:40:06 +00:00
|
|
|
line-height: 150%;
|
|
|
|
margin-right: 15px;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
|
|
|
.graphml-file-link {
|
2014-06-10 12:08:41 -04:00
|
|
|
padding-top: 59px;
|
2011-01-31 17:40:06 +00:00
|
|
|
height: 20px;
|
2011-02-02 02:59:12 +00:00
|
|
|
font-size: .9em;
|
2011-01-05 00:51:40 +00:00
|
|
|
}
|
|
|
|
#profileTitle {
|
2011-02-03 18:31:26 +00:00
|
|
|
background-color: #2485AE;
|
2011-01-05 00:51:40 +00:00
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1em !important;
|
|
|
|
padding: 10px;
|
|
|
|
width: 54px;
|
|
|
|
}
|
2011-02-04 21:11:24 +00:00
|
|
|
#table_heading {
|
2011-01-31 17:40:06 +00:00
|
|
|
width: 80%;
|
2011-02-02 02:59:12 +00:00
|
|
|
}
|