Initial commit: there's still tons of base Phoenix boilerplate to remove, but the...
[tech-radar-editor.git] / web / static / vendor / base.css
1 body {
2 font: 11px 'Open Sans'; }
3
4 svg {
5 padding: 20px; }
6 svg circle:nth-child(1) {
7 stroke: none;
8 fill: #eaeaea; }
9 svg circle:nth-child(2) {
10 stroke: none;
11 fill: #dadada; }
12 svg circle:nth-child(3) {
13 stroke: none;
14 fill: #cacaca; }
15 svg circle:nth-child(4) {
16 stroke: none;
17 fill: #bababa; }
18 svg .blip-group {
19 cursor: pointer; }
20 svg circle.first, svg polygon.first {
21 fill: #83ad78;
22 stroke: #fff; }
23 svg circle.second, svg polygon.second {
24 fill: #3db5be;
25 stroke: #fff; }
26 svg circle.third, svg polygon.third {
27 fill: #e88744;
28 stroke: #fff; }
29 svg circle.fourth, svg polygon.fourth {
30 fill: #8d2145;
31 stroke: #fff; }
32 svg line {
33 stroke: rgba(255, 255, 255, 0.3); }
34 svg text.first {
35 fill: #83ad78; }
36 svg text.second {
37 fill: #3db5be; }
38 svg text.third {
39 fill: #e88744; }
40 svg text.fourth {
41 fill: #8d2145; }
42 svg text.first, svg text.second, svg text.third, svg text.fourth {
43 font-size: 16px;
44 font-weight: bold; }
45 svg text.blip-text {
46 font-size: 9px;
47 font-style: italic;
48 fill: #fff; }
49 svg text.blip-name {
50 font-size: 12px;
51 font-weight: bold;
52 fill: #000;
53 display: none; }
54 svg text.line-text {
55 font-weight: bold;
56 text-transform: uppercase;
57 fill: #000; }
58
59 .radar-ref-table {
60 width: 1080px;
61 font-size: 16px;
62 line-height: 26px;
63 padding: 20px; }
64 .radar-ref-table tr:nth-child(odd) {
65 background: #bababa; }
66 .radar-ref-table tr:nth-child(even) {
67 background: #dadada; }
68 .radar-ref-table td {
69 padding: 10px 15px; }
70 .radar-ref-table tr.radar-ref-status-group {
71 font-size: 20px;
72 font-weight: bold;
73 background: #fafafa; }