64 lines
882 B
CSS
64 lines
882 B
CSS
![]() |
#ego_sparkline {
|
||
|
cursor: pointer;
|
||
|
height: 36px;
|
||
|
margin-left: 24%;
|
||
|
/*margin-top:-18%;*/
|
||
|
position: absolute;
|
||
|
width: 471px;
|
||
|
}
|
||
|
|
||
|
.author_name {
|
||
|
color: #7BA69E;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.author_moniker {
|
||
|
color: #4C4C4C;
|
||
|
}
|
||
|
|
||
|
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: 0;
|
||
|
}
|
||
|
|
||
|
.vis-tables {
|
||
|
width: 25%;
|
||
|
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: right;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.datatable table caption {
|
||
|
color: #16234c;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
font-size: 14px;
|
||
|
}
|