source: products/quintagroup.analytics/branches/treemap/quintagroup/analytics/browser/resources/stats_style.css @ 3372

Last change on this file since 3372 was 3372, checked in by potar, 12 years ago

Added new branch

File size: 1.0 KB
Line 
1body {
2    font-family: Helvetica,Arial,sans-serif;
3}
4h1 {
5    text-align: center;
6}
7#wrapper {
8/*     width: 1000px; */
9    margin: 0 auto;
10}
11#chart img {
12    display: block;
13    margin: 0 auto 1em;
14}
15#navigation {
16    background-color: #E5ECF9;
17    padding: 5px;
18    text-align: center;
19    margin-bottom: 1em;
20}
21#navigation a {
22    color: #3366CC;
23    text-decoration: none;
24    font-weight: bold;
25}
26#navigation a:hover {
27    color: #3366CC;
28    text-decoration: underline;
29}
30#navigation a.current {
31    color: #000000;
32}
33form {
34    background-color:#E5ECF9;
35    border-top: 1px solid #3366CC;
36    margin-bottom: 1em;
37    padding: 0.5em;
38    text-align: center;
39}
40table {
41    font-size: 75%;
42    border: 1px solid #3366CC;
43    border-collapse: collapse;
44    border-spacing: 0;
45}
46th {
47    padding: 5px;
48    background-color: #E5ECF9;
49    border:1px solid #3366CC;
50}
51td {
52    padding: 5px;
53    text-align: center;
54    border:1px solid #3366CC;
55}
56
57table ul {
58    list-style: none;
59    padding: 0;
60    margin: 10px;
61}
62
63table td span.none {
64    color: red;
65}
Note: See TracBrowser for help on using the repository browser.