2010-12-13 20:42:52 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
2011-06-24 11:04:43 +00:00
|
|
|
/*****************************
|
|
|
|
visualization styles
|
|
|
|
******************************/
|
|
|
|
|
2010-12-13 20:42:52 +00:00
|
|
|
span.incomplete-data-holder,
|
2011-01-13 14:00:56 +00:00
|
|
|
#incomplete-data {
|
|
|
|
padding: 5px;
|
2011-02-02 02:59:12 +00:00
|
|
|
font-size: .8em;
|
2011-01-13 14:00:56 +00:00
|
|
|
color: #444;
|
|
|
|
border: dotted 1px #eee;
|
|
|
|
background-color: #ffb;
|
2010-12-13 20:42:52 +00:00
|
|
|
}
|
2011-01-13 14:00:56 +00:00
|
|
|
#incomplete-data {
|
|
|
|
margin-top: 1.6em;
|
2011-02-02 02:59:12 +00:00
|
|
|
font-size: 1em;
|
2011-01-04 18:08:21 +00:00
|
|
|
}
|
2011-01-13 14:00:56 +00:00
|
|
|
.collaboratorship-icon {
|
2011-01-05 20:40:08 +00:00
|
|
|
float: left;
|
2013-01-31 11:15:48 -05:00
|
|
|
padding-right: 8px;
|
2011-01-04 18:08:21 +00:00
|
|
|
}
|
2011-01-13 14:00:56 +00:00
|
|
|
.collaboratorship-link a {
|
2011-01-05 20:40:08 +00:00
|
|
|
font-size: 0.9em;
|
2011-01-04 18:08:21 +00:00
|
|
|
}
|
2011-01-13 14:00:56 +00:00
|
|
|
.collaboratorship-link h3 {
|
2011-01-25 18:00:59 +00:00
|
|
|
line-height: 1em !important;
|
2011-01-05 00:51:40 +00:00
|
|
|
font-size: 1em !important;
|
2011-02-02 02:59:12 +00:00
|
|
|
margin-bottom: 0 !important;
|
2011-02-03 18:29:39 +00:00
|
|
|
padding-top: 10px !important;
|
2011-02-02 02:59:12 +00:00
|
|
|
padding-right: 0 !important;
|
|
|
|
padding-left: 0 !important;
|
|
|
|
padding-bottom: 0 !important;
|
2011-01-05 20:40:08 +00:00
|
|
|
}
|
2011-01-13 14:00:56 +00:00
|
|
|
.collaboratorship-link h3 a {
|
2011-01-05 20:40:08 +00:00
|
|
|
color: #2485AE;
|
|
|
|
font-size: .9em !important;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2011-07-29 13:48:17 +00:00
|
|
|
.collaboratorship-link h3 a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2011-01-20 16:55:55 +00:00
|
|
|
.collaboratorship-link-container {
|
2011-01-31 17:40:06 +00:00
|
|
|
width: 180px;
|
|
|
|
}
|
|
|
|
.collaboratorship-link-separator {
|
2011-01-05 20:40:08 +00:00
|
|
|
margin-top: 20px;
|
2011-01-26 22:20:47 +00:00
|
|
|
border-top: 1px dotted #A6B1B0;
|
|
|
|
padding-top: 20px;
|
2011-01-04 18:08:21 +00:00
|
|
|
}
|
2013-01-31 11:15:48 -05:00
|
|
|
.sparkline_text, .grey-text {
|
|
|
|
font-size: .9em;
|
2011-01-04 18:08:21 +00:00
|
|
|
text-align: left;
|
2011-01-26 22:20:47 +00:00
|
|
|
line-height: 1.5em;
|
2011-02-03 20:11:20 +00:00
|
|
|
width: 180px;
|
2013-01-31 11:15:48 -05:00
|
|
|
color: #5e6363;
|
2011-01-05 20:40:08 +00:00
|
|
|
}
|
2011-01-13 14:00:56 +00:00
|
|
|
.google-visualization-sparkline-default {
|
2011-01-05 20:40:08 +00:00
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2011-01-13 14:00:56 +00:00
|
|
|
.google-visualization-sparkline-image {
|
2011-01-22 01:14:42 +00:00
|
|
|
border: 1px solid #cfe4ed;
|
|
|
|
display: block;
|
2011-01-05 20:40:08 +00:00
|
|
|
}
|
2011-01-13 14:00:56 +00:00
|
|
|
.google-visualization-sparkline-selected {
|
2011-01-05 20:40:08 +00:00
|
|
|
background-color: blue;
|
2011-01-22 01:14:42 +00:00
|
|
|
border-spacing: 0;
|
|
|
|
color: gray;
|
|
|
|
font-size: small;
|
|
|
|
padding: 1px;
|
2011-01-13 14:00:56 +00:00
|
|
|
}
|
|
|
|
.visualization-menupage-link {
|
|
|
|
float: right;
|
2011-02-03 20:21:16 +00:00
|
|
|
margin: 0 2em 1em 0;
|
2011-01-13 14:00:56 +00:00
|
|
|
padding-left: 1.6em;
|
|
|
|
}
|
|
|
|
.temporal-graph {
|
2011-11-11 00:18:31 +00:00
|
|
|
background: url(../../images/visualization/temporalgraph/temporal_graph_icon.png) top left no-repeat;
|
2011-01-27 21:53:44 +00:00
|
|
|
}
|
|
|
|
.infoIcon {
|
|
|
|
padding-right:30px;
|
2012-06-29 16:52:52 +00:00
|
|
|
}
|
2013-01-31 11:15:48 -05:00
|
|
|
|
2012-06-29 16:52:52 +00:00
|
|
|
/* ---------------------------*/
|
|
|
|
/* Visualization Tools -------*/
|
|
|
|
/* ---------------------------*/
|
|
|
|
section.visualizationTools h3, p {
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
section.visualizationTools p {
|
|
|
|
margin-left:20px;
|
|
|
|
}
|