]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/stats-svg.css
Twitter: Fetch the contact relation
[friendica-addons.git] / jappixmini / jappix / css / stats-svg.css
1 /*
2
3 Jappix - An open social platform
4 This is the SVG stats CSS stylesheet for Jappix
5
6 -------------------------------------------------
7
8 License: AGPL
9 Author: Erwan Briand, Vanaryon
10 Last revision: 20/11/10
11
12 */
13
14 svg {
15         background-color: #e8f1f3;
16 }
17
18 .refline {
19     stroke: #596171;
20     stroke-width: 2px;
21 }
22
23 .refleft {
24     fill: #000000;
25     font-family: "Inconsolata", "DejaVu Serif sans", Verdana, sans-serif;
26     font-size: 8px;
27 }
28
29 .reftext {
30     fill: #586070;
31     font-family: "Inconsolata", "DejaVu Serif sans", Verdana, sans-serif;
32     font-size: 10px;
33 }
34
35 .bubbletextblue,
36 .bubbletextred {
37     fill: none;
38     font-family: "Inconsolata", "DejaVu Serif sans", Verdana, sans-serif;
39     font-size: 8px;
40     text-anchor: end;
41 }
42
43 .bluebar {
44     fill: "#6C84C0";
45     fill-opacity: "0.6";
46 }
47
48 .gbar:hover .bluebar {
49     fill: #2A3F73;
50 }
51
52 .gbar:hover .redbar {
53     fill: #C70705;
54 }
55
56 .gbar:hover #bubble {
57     fill: white;
58     stroke: grey;
59 }
60
61 .gbar:hover .bubbletextblue {
62     fill: #2A3F73;
63 }
64
65 .gbar:hover .bubbletextred {
66     fill: #C70705;
67 }
68
69 .gbar:hover .reftext {
70     fill: #000000;
71 }