Skip to content

Commit 863bc98

Browse files
authored
Initial public commit
1 parent 69ffc7b commit 863bc98

73 files changed

Lines changed: 27578 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css/gunstick.css

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
2+
a.ucl_href, a.ucl_href:link, a.ucl_href:visited, a.ucl_href:active, a.ucl_href:hover {
3+
color: #D2691E;
4+
}
5+
6+
h1 {
7+
color: #4682B4
8+
}
9+
10+
h2 {
11+
color: #4682B4
12+
}
13+
14+
a, a:link, a:visited, a:active {
15+
color: #4682B4
16+
}
17+
18+
a:hover {
19+
color: #D2691E;
20+
border-color: #D2691E
21+
}
22+
23+
.typeTokenSummary {
24+
font-size: 13px;
25+
padding-right: 20px;
26+
}
27+
28+
.mtc {
29+
display: none;
30+
}
31+
32+
.tabPieSwitchers {
33+
position: absolute;
34+
z-index: 999;
35+
left: 10;
36+
top: 10;
37+
}
38+
39+
.alive {
40+
height: 20px;
41+
margin-right: 10px;
42+
cursor:pointer
43+
}
44+
45+
.dead {
46+
height: 20px;
47+
margin-right: 10px;
48+
opacity: 0.2
49+
}
50+
51+
#pieTab {
52+
width: auto;
53+
display: inline-block;
54+
border-collapse: collapse;
55+
margin-top: 10px;
56+
}
57+
58+
.pieTabHeading {
59+
text-align: center;
60+
margin-top: 10px;
61+
}
62+
63+
#pieTab th {
64+
padding-right: 10px;
65+
padding-left: 10px;
66+
}
67+
68+
#pieTab tr {
69+
cursor: pointer;
70+
}
71+
72+
#pieTab tr:hover {
73+
background-color: #a6a6a6;
74+
}
75+
76+
.rowSelected {
77+
background-color: #a6a6a6;
78+
}
79+
80+
#charts2 {
81+
display: none;
82+
}
83+

css/images/border.png

76 Bytes
Loading

css/images/controls.png

1.23 KB
Loading

css/images/loading.gif

24.5 KB
Loading

css/images/loading_background.png

131 Bytes
Loading

css/images/overlay.png

115 Bytes
Loading
6.84 KB
Loading
6.91 KB
Loading
4.57 KB
Loading
6.85 KB
Loading

0 commit comments

Comments
 (0)