139 lines
No EOL
2.1 KiB
CSS
139 lines
No EOL
2.1 KiB
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;
|
|
background: #fff;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
#profileImage img{
|
|
width: 90px;
|
|
height: auto;
|
|
}
|
|
|
|
#body h1 {
|
|
margin:0.0em;
|
|
}
|
|
|
|
#ego_profile h1 a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.sparkline_wrapper_table {
|
|
display: inline;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.author_name {
|
|
color: #13968c;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.neutral_author_name {
|
|
color: black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.author_moniker {
|
|
color: #9C9C9C;
|
|
}
|
|
|
|
.sub_headings {
|
|
color: #121b3c;
|
|
padding-top: 10px;
|
|
margin-bottom: 0.3em;
|
|
}
|
|
|
|
.sub_headings a {
|
|
font-size:0.7em;
|
|
font-weight:normal;
|
|
}
|
|
|
|
table.sparkline_wrapper_table td, th {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
#ego_profile {
|
|
height: 1%; /* this was the key to killing the IE6 bug (no upper photo and sparklines jump on hover). Solution? Give the parent layout */
|
|
background: #fff;
|
|
padding-left:10px;
|
|
padding-top:10px;
|
|
min-height: 100px;
|
|
}
|
|
|
|
#ego_label {
|
|
font-size:1.1em;
|
|
}
|
|
|
|
#ego_profile_image {
|
|
float:left;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
#ego_profile_image img {
|
|
width: 90px;
|
|
height: auto;
|
|
}
|
|
|
|
#ego_sparkline {
|
|
cursor:pointer;
|
|
height:36px;
|
|
width:471px;
|
|
}
|
|
|
|
#coauthorships_table th {
|
|
vertical-align: top;
|
|
} |