summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css59
1 files changed, 36 insertions, 23 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index 65a27905..dd6c991a 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -2,14 +2,14 @@
/* Page-wide styles */
html, body, h1, h2, h3, p, td, th {
margin: 0;
- padding: 0;
- border: 0;
- outline: 0;
- font-weight: inherit;
- font-style: inherit;
- font-size: 100%;
- font-family: inherit;
- vertical-align: baseline;
+ padding: 0;
+ border: 0;
+ outline: 0;
+ font-weight: inherit;
+ font-style: inherit;
+ font-size: 100%;
+ font-family: inherit;
+ vertical-align: baseline;
}
/* Set baseline grid to 16 pt. */
@@ -134,16 +134,16 @@ td.text {
}
.text span.annotate {
- font-family: georgia;
- font-style: italic;
- color: #666;
- float: right;
- padding-right: .5em;
- }
+ font-family: georgia;
+ font-style: italic;
+ color: #666;
+ float: right;
+ padding-right: .5em;
+ }
.text p.hide span.annotate {
- display: none;
- }
-
+ display: none;
+ }
+
/* Syntax coloring */
.text .com {
color: green;
@@ -161,14 +161,28 @@ td.text {
/* index styles */
#index td, #index th {
text-align: right;
- width: 6em;
- padding: .25em 0;
+ width: 5em;
+ padding: .25em .5em;
border-bottom: 1px solid #eee;
}
#index th {
font-style: italic;
color: #333;
border-bottom: 1px solid #ccc;
+ cursor: pointer;
+ }
+#index th:hover {
+ background: #eee;
+ border-bottom: 1px solid #999;
+ }
+#index td.left, #index th.left {
+ padding-left: 0;
+ }
+#index td.right, #index th.right {
+ padding-right: 0;
+ }
+#index th.headerSortDown, #index th.headerSortUp {
+ border-bottom: 1px solid #000;
}
#index td.name, #index th.name {
text-align: left;
@@ -183,13 +197,12 @@ td.text {
color: #000;
}
#index tr.total {
- font-weight: bold;
}
#index tr.total td {
- padding: .25em 0;
+ font-weight: bold;
border-top: 1px solid #ccc;
border-bottom: none;
}
#index tr.file:hover {
- background: #eeeeee;
- }
+ background: #eeeeee;
+ }