64 lines
No EOL
1.1 KiB
CSS
64 lines
No EOL
1.1 KiB
CSS
#center-container {
|
|
position:relative;
|
|
height:600px;
|
|
width:80%;
|
|
float:left;
|
|
background-color:#031924;
|
|
color:#ccc;
|
|
}
|
|
|
|
#right-container {
|
|
height:600px;
|
|
width:19%;
|
|
color:#686c70;
|
|
text-align: left;
|
|
overflow: auto;
|
|
background-color:#D1D1D1;
|
|
}
|
|
|
|
#right-container h4{
|
|
font-size:16px;
|
|
line-height:18px;
|
|
}
|
|
|
|
.text {
|
|
margin: 7px;
|
|
}
|
|
|
|
#inner-details {
|
|
font-size:0.8em;
|
|
list-style:none;
|
|
margin:7px;
|
|
}
|
|
|
|
#log {
|
|
font-size:1.0em;
|
|
font-weight:bold;
|
|
color:#23A4FF;
|
|
}
|
|
|
|
|
|
#infovis {
|
|
position:relative;
|
|
width:600px;
|
|
height:600px;
|
|
margin:auto;
|
|
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;
|
|
} |