1. Added styling elements & revised co-author vis to the repository

2. Added some media elements for the person level vis.
This commit is contained in:
cdtank 2010-07-01 22:33:52 +00:00
parent d08114111e
commit 3be972c4b5
2 changed files with 381 additions and 0 deletions

View file

@ -0,0 +1,64 @@
#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;
}