62 lines
No EOL
1 KiB
CSS
62 lines
No EOL
1 KiB
CSS
#center-container {
|
|
position:relative;
|
|
height:500px;
|
|
width:70%;
|
|
float:left;
|
|
/* background-color:#031924; */
|
|
color:#ccc;
|
|
max-width:900px;
|
|
}
|
|
|
|
#right-container {
|
|
height:500px;
|
|
width:29%;
|
|
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;
|
|
display:none;
|
|
}
|
|
|
|
|
|
#infovis {
|
|
position:relative;
|
|
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;
|
|
} |