source: SMC/trunk/SMC/src/web/scripts/style/cmd-dep-graph.css @ 2441

Last change on this file since 2441 was 2441, checked in by vronk, 11 years ago

adding a data-holder-div, + minor changes to css

File size: 1.1 KB
Line 
1
2/*div#infovis-wrapper {border: 1px solid grey; margin: 20px; padding: 5px; height:450px; width:70%;}*/
3 #infovis {height: 90%; width: 100%;}
4 
5 #index-container { overflow: auto;}
6 
7.block {
8    border: 1px solid #999;
9    /* background-color: rgba(180,180,240,0.6); */   
10}
11.detail{
12  display: none;
13}
14
15.highlight,
16.selected {
17    font-weight: bold;
18    background-color: red;   
19}
20
21.widget-slider {width: 80px;  display:inline-block; font-size: 70%;  margin: 6px 12px 0 2px;}
22
23.detaildivs-wrapper {
24float:right;
25}
26
27path.link {
28  fill: none;
29  stroke: #999;
30  stroke-width: 1.5px;
31}
32
33
34circle {
35  fill: #99c;
36  stroke: #66a;
37  stroke-width: 1px;
38}
39
40
41circle.type-profile {
42  fill: #66a;
43  stroke: #339;
44}
45
46.type-profile text{
47  font-size: 12px;
48  font-weight: bold;
49}
50
51
52circle.type-datcat {
53  fill: #6a6;
54  stroke: #393;
55}
56
57
58circle.selected {
59    fill: #f66;
60    stroke-width: 2px;
61}
62text {
63  font: 10px sans-serif;
64/* pointer-events: none; */
65}
66text.shadow {
67  stroke: #fff;
68  stroke-width: 3px;
69  stroke-opacity: .8;
70}   
Note: See TracBrowser for help on using the repository browser.