comparison src/main/webapp/subset/css/app.css @ 10:a50cf11e5178

Rewrite LGDataverse completely upgrading to dataverse4.0
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 08 Sep 2015 17:00:21 +0200
parents
children
comparison
equal deleted inserted replaced
9:5926d6419569 10:a50cf11e5178
1 #aboutTwoRavens {
2 margin-top: 8px;
3 display: block;
4 width: 100px;
5 }
6
7 svg {
8 background-color: #FFF;
9 cursor: default;
10 -webkit-user-select: none;
11 -moz-user-select: none;
12 -ms-user-select: none;
13 -o-user-select: none;
14 user-select: none;
15 }
16
17 #subset {
18 /*position: absolute;*/
19 float:left;margin-right:.5em;
20 width: 100%;
21 height: 100%;
22 padding: 10px;
23 overflow:scroll;
24 background-color: white;
25 /*-webkit-border-radius: 10px;
26 -moz-border-radius: 10px;
27 border-radius: 10px;
28 -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
29 -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
30 box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);*/
31 pointer-events: none;
32 }
33
34 .arc path {
35 stroke: #fff;
36 }
37
38 svg:not(.active):not(.ctrl) {
39 cursor: crosshair;
40 }
41
42 path.link {
43 fill: none;
44 stroke: #000;
45 stroke-width: 2px;
46 cursor: default;
47 }
48
49 svg:not(.active):not(.ctrl) path.link {
50 cursor: pointer;
51 }
52
53 #option.navbar {
54 padding:.5em;
55 margin-bottom:0;
56 }
57 #option {
58 position:relative;
59 }
60
61 #leftpanel {
62 border:1px solid #ADADAD;
63 /* width: 20%; */
64 height:578px;
65 /* position:absolute;top:10px;left:10px; */
66 background:#F9F9F9;
67 padding: 0;
68 /* padding-right:16px;padding-left:0;padding-top:0; */
69 /* z-index:25; */
70 }
71
72 #tab1 p {
73 width: 31.5%;
74 float: left;
75 margin-right: 8px;
76 }
77 #tab2 svg {
78 min-height: 160px;
79 max-width: 48%;
80 margin-right: 8px;
81 }
82
83 div.popover {
84 max-width:none;
85 width:300px;
86 }
87
88 path {
89 fill: steelblue;
90 }
91
92 path.link.selected {
93 stroke-dasharray: 10,3;
94 }
95
96 path.link.dragline {
97 pointer-events: none;
98 }
99
100 path.link.hidden {
101 stroke-width: 0;
102 }
103
104 text {
105 font: 12px sans-serif;
106 pointer-events: none;
107 }
108
109 .axis {
110 height:40px;
111 }
112 .axis path,
113 .axis line {
114 fill: none;
115 stroke: #000;
116 shape-rendering: crispEdges;
117 }
118
119 .brush .extent {
120 stroke: #fff;
121 fill-opacity: .125;
122 shape-rendering: crispEdges;
123 }
124
125 .handle {
126 fill: #fff;
127 stroke: #000;
128 stroke-opacity: .5;
129 stroke-width: 1.25px;
130 pointer-events: fill;
131 }