Subversion Repository Public Repository

Nextrek

Diff Revisions 737 vs 738 for /legal-map/css/style.css

Diff revisions: vs.
  @@ -3,7 +3,7 @@
3 3 }
4 4
5 5 #header{
6 - margin-bottom: 42px;
6 + margin-bottom: 28px;
7 7 }
8 8
9 9 h1,h2 {
  @@ -22,12 +22,107 @@
22 22
23 23 .level-node-1 {
24 24 font-size: 22pt;
25 + color: white;
25 26 height: 42px;
26 - margin-bottom: 14px;
27 + margin-top: 14px;
27 28 margin-right: 186px;
28 29 }
29 30
30 31 .level-node-1.last {
31 32 height: 42px;
32 33 margin-bottom: 0px;
34 + }
35 +
36 + .level-node-2 {
37 + margin-left: 60px;
38 + margin-top: 6px;
39 + margin-right: 298px;
40 + }
41 +
42 + .level-node-3 {
43 + margin-left: 115px;
44 + margin-top: 6px;
45 + margin-right: 386px;
46 + }
47 +
48 + .level-node-4 {
49 + margin-left: 165px;
50 + margin-top: 6px;
51 + margin-right: 472px;
52 + }
53 +
54 + /* Primo livello dell'albero */
55 + .level-node-1.cat-node-1 {
56 + background-color: #09938C;
57 + }
58 +
59 + .level-node-1.cat-node-2 {
60 + background-color: #EA0070;
61 + }
62 +
63 + .level-node-1.cat-node-3 {
64 + background-color: #EF5222;
65 + }
66 +
67 + .level-node-1.cat-node-4 {
68 + background-color: #F4881C;
69 + }
70 +
71 + .level-node-1.cat-node-5 {
72 + background-color: #8D949A;
73 + }
74 +
75 + /* Secondo livello dell'albero */
76 + .cat-node-1 .level-node-2 {
77 + background-color: #39B3AF;
78 + }
79 +
80 + .cat-node-2 .level-node-2 {
81 + background-color: #F2519E;
82 + }
83 +
84 + .cat-node-3 .level-node-2 {
85 + background-color: #F47B50;
86 + }
87 +
88 + .cat-node-4 .level-node-2 {
89 + background-color: #F9A94B;
90 + }
91 +
92 + .cat-node-5 .level-node-2 {
93 + background-color: #BBBFC2;
94 + }
95 +
96 + /* Terzo livello dell'albero */
97 + .cat-node-1 .level-node-3 {
98 + background-color: #6BC6C3;
99 + }
100 +
101 + .cat-node-2 .level-node-3 {
102 + background-color: #F27EB5;
103 + }
104 +
105 + .cat-node-3 .level-node-3 {
106 + background-color: #F79C7C;
107 + }
108 +
109 + .cat-node-4 .level-node-3 {
110 + background-color: #FABE78;
111 + }
112 +
113 + /* Quarto livello dell'albero */
114 + .cat-node-1 .level-node-4 {
115 + background-color: #9CD9D7;
116 + }
117 +
118 + .cat-node-2 .level-node-4 {
119 + background-color: #F8A5C9;
120 + }
121 +
122 + .cat-node-3 .level-node-4 {
123 + background-color: #F9BDA7;
124 + }
125 +
126 + .cat-node-4 .level-node-4 {
127 + background-color: #FCD4A5;
33 128 }