2012-10-08 23:18:00 -04:00
|
|
|
#center-container {
|
|
|
|
position:relative;
|
2012-10-21 13:19:59 -04:00
|
|
|
height:100%;
|
|
|
|
width:100%;
|
2012-10-14 21:23:50 -04:00
|
|
|
/* background-color:#031924; */
|
2012-10-27 15:51:22 -04:00
|
|
|
color:#444;
|
2012-10-08 23:18:00 -04:00
|
|
|
}
|
|
|
|
|
2012-12-15 02:39:14 -05:00
|
|
|
#showcard {
|
2012-10-19 00:06:16 -04:00
|
|
|
width:auto;
|
|
|
|
height:auto;
|
2012-10-14 21:23:50 -04:00
|
|
|
color:#FFF;
|
2012-10-08 23:18:00 -04:00
|
|
|
text-align: left;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2012-10-27 17:07:01 -04:00
|
|
|
#showcard .contributor { font-size:14px; }
|
2012-10-08 23:18:00 -04:00
|
|
|
|
|
|
|
.text {
|
|
|
|
margin: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infovis {
|
|
|
|
position:relative;
|
2012-10-14 21:23:50 -04:00
|
|
|
width:100%;
|
2012-10-21 13:19:59 -04:00
|
|
|
height:100%;
|
|
|
|
margin:0;
|
2012-10-08 23:18:00 -04:00
|
|
|
overflow:hidden;
|
|
|
|
}
|