Subversion Repository Public Repository

Nextrek

Diff Revisions 813 vs 824 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -332,4 +332,58 @@
332 332 cursor: pointer;
333 333 text-decoration: none;
334 334 color: black;
335 - }
335 + }
336 +
337 + .button-itinerary{
338 + position: absolute;
339 + top: 35px;
340 + left: 75%;
341 + color: black;
342 + cursor: pointer;
343 + }
344 +
345 + .button-itinerary:hover{
346 + color: red;
347 + }
348 +
349 + .itin-elem li{
350 + display: inline;
351 + list-style-type: none;padding: 0;margin: 0;border:0;background-image:none;
352 + text-align: center;
353 + }
354 +
355 + .itin-elem li.itin-elem-time a{
356 + width: 60px;
357 + background-color:blue;
358 + display: inline-block;
359 + text-decoration: none;
360 + color: black;
361 + cursor: default;
362 + padding: 10px 20px;/*This defines the size of each menu item*/
363 + }
364 +
365 + .itin-elem li.itin-elem-intestazione a{
366 + width: 42%;
367 + background-color:red;
368 + display: inline-block;
369 + text-decoration: none;
370 + color: black;
371 + cursor: default;
372 + padding: 10px 20px;/*This defines the size of each menu item*/
373 + }
374 +
375 + .itin-elem li.itin-elem-art a{
376 + width: 42%;
377 + background-color:yellow;
378 + display: inline-block;
379 + text-decoration: none;
380 + color: black;
381 + cursor: default;
382 + padding: 10px 20px;/*This defines the size of each menu item*/
383 + }
384 +
385 +
386 +
387 +
388 +
389 +