58 lines
939 B
CSS
58 lines
939 B
CSS
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
a.no_href_styles {
|
|
border: 0;
|
|
}
|
|
|
|
.no_href_styles a:ACTIVE,.no_href_styles a:BEFORE,.no_href_styles a:FOCUS,.no_href_styles a:HOVER,.no_href_styles a:VISITED,.no_href_styles a:LINK
|
|
{ /*color: white;*/
|
|
border: 0;
|
|
}
|
|
|
|
.vis_stats {
|
|
/*width: 760px;*/
|
|
margin: 0;
|
|
padding-left:10px;
|
|
padding-top:10px;
|
|
}
|
|
|
|
.vis-tables {
|
|
width: 33%;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
background-color: #FFF;
|
|
border: 1px solid #ddebf1;
|
|
float: left;
|
|
}
|
|
|
|
p.datatable {
|
|
font-size: 12px;
|
|
display: block;
|
|
margin: 2px;
|
|
padding: 0
|
|
}
|
|
|
|
.datatable table {
|
|
text-align: left;
|
|
}
|
|
|
|
.datatable img {
|
|
float: left;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*
|
|
|
|
.datatable table thead th {
|
|
color: #4C4C4C;
|
|
background-color: white;
|
|
}
|
|
|
|
.datatable table caption {
|
|
color: #16234c;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 14px;
|
|
background-color: white;
|
|
}
|
|
|
|
*/
|