source: main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/css/dataviz.css@ 35039

Last change on this file since 35039 was 35039, checked in by davidb, 3 years ago

Data-viz related CSS and JS moved out into separate files

File size: 975 bytes
Line 
1#sgvizler-div svg {
2 background-color: white;
3 padding: 0.0em;
4}
5
6#sgvizler-div svg path[fill-opacity="0.8"] {
7 fill:red;
8}
9
10
11
12/* ssq = sample sparql query */
13
14ul.ssq li:nth-child(odd) {
15 background-color: rgba(255,255,255,0.2);
16}
17ul.ssq li:nth-child(even) {
18 background-color: rgba(255,255,255,0.0);
19}
20
21ul.ssq li {
22 padding: 6px;
23}
24
25/*
26a.load-ssq {
27 margin-right: 12px;
28}
29*/
30
31
32.ssq button {
33 border: 2px solid hsl(284, 88%, 35%);
34 background-color: hsl(284, 84%, 20%);
35 border-radius: 8px;
36 padding: 6px;
37}
38
39.ssq button:hover {
40 background-color: hsl(284, 84%, 30%);
41
42}
43
44.ssq button:focus {
45 outline: none;
46}
47
48button.load-ssq {
49 margin-right: 12px;
50}
51
52button.exec-ssq {
53 display: none;
54}
55
56
57.sgvizler-form textarea {
58 width:100%;
59 min-width:100%;
60 max-width: 100%;
61 min-height: 24px;
62 padding-left: 6px;
63 padding-right: 6px;
64}
65.sgvizler-form pre {
66 margin-top: 9px;
67 margin-bottom: 3px;
68}
69
Note: See TracBrowser for help on using the repository browser.