metamaps--metamaps/app/assets/stylesheets/base.css

49 lines
889 B
CSS
Raw Normal View History

#center-container {
position:relative;
2012-10-19 04:06:16 +00:00
height:800px;
width:95%;
2012-10-15 01:23:50 +00:00
/* background-color:#031924; */
color:#ccc;
}
2012-10-19 04:06:16 +00:00
#showcard{
width:auto;
height:auto;
2012-10-15 01:23:50 +00:00
color:#FFF;
text-align: left;
overflow: auto;
2012-10-19 04:06:16 +00:00
position:absolute;
top:50%;
left:10px;
margin-top:-150px;
}
.text {
margin: 7px;
}
#infovis {
position:relative;
2012-10-15 01:23:50 +00:00
width:100%;
2012-10-19 04:06:16 +00:00
height:800px;
2012-10-15 01:23:50 +00:00
margin:0 0 0 50px;
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;
}