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

Last change on this file since 2364 was 2364, checked in by vronk, 12 years ago

initial check in of the code for graph-based browsing of cmd components

File size: 783 bytes
Line 
1
2div#infovis-wrapper {border: 1px solid grey; margin: 20px; padding: 5px; height:450px; width:70%;}
3 #infovis {height: 90%; width: 100%;}
4 
5 #index-container { width:20%; float:right;}
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    font-weight: bold;
17    background-color: red;   
18}
19
20.detaildivs-wrapper {
21float:right;
22}
23
24path.link {
25  fill: none;
26  stroke: #666;
27  stroke-width: 1.5px;
28}
29
30
31circle {
32  fill: #99c;
33  stroke: #66a;
34  stroke-width: 1px;
35}
36
37circle.profile {
38  fill: #66a;
39  stroke: #339;
40}
41text {
42  font: 10px sans-serif;
43/* pointer-events: none; */
44}
45text.shadow {
46  stroke: #fff;
47  stroke-width: 3px;
48  stroke-opacity: .8;
49}   
Note: See TracBrowser for help on using the repository browser.