socialforge/public/statistics/trustie2/gitstats.css

155 lines
2.0 KiB
CSS

/**
* GitStats - default style
*/
body {
color: black;
background-color: #fff;
}
dt {
font-size: 12px;
font-weight: bold;
float: left;
margin-right: 1em;
margin-left: 10px;
}
dt:after {
content: ': ';
}
dd {
font-size: 11px;
display: block;
clear: left;
}
table {
border: 1px solid black;
border-collapse: collapse;
font-size: 70%;
margin-bottom: 1em;
}
table.noborders {
border: none;
}
table.noborders td {
border: none;
}
.vtable {
float: right;
clear: both;
}
table.tags td {
vertical-align: top;
}
th {
background-color: #ddf;
}
th a {
text-decoration: none;
}
tr:hover {
background-color: #ddf;
}
td {
border: 1px solid black;
padding: 0.2em;
padding-left: 0.3em;
padding-right: 0.2em;
}
/* Navigation bar; tabbed style */
.nav {
height: 2em; margin-bottom:1.2em; position:relative; overflow:hidden;margin-top: -10px;
}
.nav ul {
margin:0; position:absolute; bottom:0; padding-left:0.5em;
}
.nav li {
float:left;
list-style-type:none;
white-space:nowrap;
margin-right:0px;
background:#fff;
position:relative;
margin-bottom:5px;
}
.nav li a {
font-size: 0.8em;
text-decoration:none;
line-height:1.3em;
padding:2px 6px 2px 6px;
border: 1px solid #ccc;
border-bottom: 1px solid #bbbbbb;
background-color:#FFFFFF;
color:#999;
font-weight:bold;
border-top-left-radius:3px;
border-top-right-radius:3px;
}
.nav li a:hover {
background-color: #cacbcb;
text-decoration:none;
}
img {
border: 1px solid black;
padding: 0.5em;
background-color: white;
}
th img {
border: 0px;
padding: 0px;
background-color: #ddf;
}
h1 a, h2 a {
color: black;
text-decoration: none;
}
h1:hover a:after,
h2:hover a:after {
color: #555;
}
h1 {
font-size: x-large;
}
h2 {
background-color: #C6E9F1;
border: 1px solid #C6E9F1;
padding-left: 0.5em;
padding-right: 0.5em;
color: black;
font-size: 0.8em;
clear: both;
}
h2 a {
color: black;
}
p{
font-size: 0.7em;
}
.moreauthors {
font-size: 70%;
}