2015-06-01 13:31:16 +02:00
|
|
|
body {
|
|
|
|
background-image: url('../images/disegno.svg'), url('../images/sfondo.png');
|
|
|
|
background-position: top left, center center fixed;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: auto, cover;
|
2015-06-03 13:38:33 +02:00
|
|
|
background-attachment: fixed;
|
|
|
|
padding-top: 45px;
|
2015-06-01 13:31:16 +02:00
|
|
|
color: #66BF7A; }
|
|
|
|
#main-block {
|
|
|
|
background-color: rgba(61, 66, 59, .53);
|
|
|
|
}
|
|
|
|
#navbar-block {
|
|
|
|
background-color: rgba(61, 66, 59, 0);
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a {
|
|
|
|
color: #85CC95;
|
2015-06-03 13:28:22 +02:00
|
|
|
}
|
|
|
|
.navbar-brand {
|
|
|
|
font-family: HugFemmesBold;
|
|
|
|
font-weight: 700;
|
2015-06-01 13:31:16 +02:00
|
|
|
}
|