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

62 lines
1 KiB
CSS
Raw Normal View History

#center-container {
position:relative;
2012-10-15 01:23:50 +00:00
height:500px;
2012-10-18 00:51:54 +00:00
width:70%;
float:left;
2012-10-15 01:23:50 +00:00
/* background-color:#031924; */
color:#ccc;
2012-10-18 00:51:54 +00:00
max-width:900px;
}
#right-container {
2012-10-15 01:23:50 +00:00
height:500px;
2012-10-18 00:51:54 +00:00
width:29%;
2012-10-15 01:23:50 +00:00
color:#FFF;
text-align: left;
overflow: auto;
}
#right-container h4{
font-size:16px;
line-height:18px;
}
.text {
margin: 7px;
}
#inner-details {
}
#log {
font-size:1.0em;
font-weight:bold;
color:#23A4FF;
2012-10-15 01:23:50 +00:00
display:none;
}
#infovis {
position:relative;
2012-10-15 01:23:50 +00:00
width:100%;
height:500px;
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;
}