2010-12-13 20:42:52 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
/*************************************************
|
|
|
|
vivo-basic theme: visualization styles
|
|
|
|
**************************************************/
|
|
|
|
|
|
|
|
span.incomplete-data-holder,
|
|
|
|
#incomplete-data {
|
2011-01-05 00:51:40 +00:00
|
|
|
padding: 5px;
|
2010-12-13 20:42:52 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
color: #444;
|
|
|
|
border: dotted 1px #eee;
|
|
|
|
background-color: #ffb;
|
|
|
|
}
|
|
|
|
|
|
|
|
#incomplete-data {
|
|
|
|
margin-top: 1.6em;
|
|
|
|
font-size: 1.0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* RY Removed cursor:pointer: makes the whole div look clickable when it isn't. */
|
|
|
|
#vis_container {
|
|
|
|
/*cursor:pointer; */
|
|
|
|
/*height:36px;
|
|
|
|
margin-left:24%;
|
|
|
|
margin-top:-2%;
|
|
|
|
position:absolute;
|
|
|
|
width:380px;*/
|
2011-01-04 18:08:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.collaboratorship-icon {
|
|
|
|
float: left;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collaboratorship-link a {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collaboratorship-link h3 {
|
|
|
|
line-height: 1em;
|
|
|
|
font-size: 1em !important;
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
padding-top: 0px !important;
|
|
|
|
padding-right: 0px !important;
|
|
|
|
padding-left: 0px !important;
|
|
|
|
padding-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
2011-01-05 00:51:40 +00:00
|
|
|
.collaboratorship-link h3 a {
|
|
|
|
color: #2485AE;
|
|
|
|
font-size: 1em !important;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-01-04 18:08:21 +00:00
|
|
|
#coauthorship_link_container,
|
|
|
|
#coinvestigator_link_container {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sparkline_text {
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|