2012-10-09 03:18:00 +00:00
|
|
|
#center-container {
|
|
|
|
position:relative;
|
2012-10-21 17:19:59 +00:00
|
|
|
height:100%;
|
|
|
|
width:100%;
|
2012-10-15 01:23:50 +00:00
|
|
|
/* background-color:#031924; */
|
2012-10-27 19:51:22 +00:00
|
|
|
color:#444;
|
2012-10-09 03:18:00 +00:00
|
|
|
}
|
|
|
|
|
2012-10-19 04:06:16 +00:00
|
|
|
#showcard{
|
|
|
|
width:auto;
|
|
|
|
height:auto;
|
2012-10-15 01:23:50 +00:00
|
|
|
color:#FFF;
|
2012-10-09 03:18:00 +00:00
|
|
|
text-align: left;
|
|
|
|
overflow: auto;
|
2012-10-19 04:06:16 +00:00
|
|
|
position:absolute;
|
2012-11-23 19:00:00 +00:00
|
|
|
top:200px;
|
2012-10-19 04:06:16 +00:00
|
|
|
left:10px;
|
2012-10-09 03:18:00 +00:00
|
|
|
}
|
2012-10-27 21:07:01 +00:00
|
|
|
#showcard .contributor { font-size:14px; }
|
2012-10-09 03:18:00 +00:00
|
|
|
|
|
|
|
.text {
|
|
|
|
margin: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infovis {
|
|
|
|
position:relative;
|
2012-10-15 01:23:50 +00:00
|
|
|
width:100%;
|
2012-10-21 17:19:59 +00:00
|
|
|
height:100%;
|
|
|
|
margin:0;
|
2012-10-09 03:18:00 +00:00
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*TOOLTIPS*/
|
|
|
|
.tip {
|
|
|
|
color: #111;
|
|
|
|
width: 139px;
|
|
|
|
background-color: white;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
-moz-box-shadow:#555 2px 2px 8px;
|
|
|
|
-webkit-box-shadow:#555 2px 2px 8px;
|
|
|
|
-o-box-shadow:#555 2px 2px 8px;
|
|
|
|
box-shadow:#555 2px 2px 8px;
|
|
|
|
opacity:0.9;
|
|
|
|
filter:alpha(opacity=90);
|
|
|
|
font-size:12px;
|
|
|
|
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
padding:7px;
|
|
|
|
}
|