85 lines
1.4 KiB
CSS
85 lines
1.4 KiB
CSS
html{
|
|
font-family:"Bitstream Vera Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
background-image: url("pinocchio-04.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: right -50px top 10px;
|
|
background-size: 40%;
|
|
}
|
|
|
|
html.capitoli{
|
|
font-family: "Comic Sans MS", "Comic Sans", cursive;
|
|
font-size: 12pt;
|
|
background-color: white;
|
|
text-align: left;
|
|
}
|
|
|
|
.navbar-body{
|
|
width: auto;
|
|
height: 70px;
|
|
}
|
|
.navbar-list{
|
|
list-style-type: none;
|
|
}
|
|
.navbar-body .navbar-element{
|
|
display: inline;
|
|
float: left;
|
|
|
|
}
|
|
|
|
.navbar-body .navbar-element a{
|
|
display: block;
|
|
color: black;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
background-color: #fffdd0;
|
|
}
|
|
.navbar-body .navbar-element a:hover {
|
|
background-color: #111;
|
|
color: white;
|
|
}
|
|
|
|
.navbar-body .navbar-element a.active{
|
|
background-color: #646363;
|
|
color: white;
|
|
}
|
|
|
|
.immagine{
|
|
width: 300px;
|
|
height: 300px;
|
|
border: solid black 3px;
|
|
}
|
|
|
|
.footer{
|
|
background-color: rgb(127, 241, 127);
|
|
width: 250px;
|
|
margin: auto;
|
|
}
|
|
|
|
.madre-griglia{
|
|
display: grid;
|
|
gap: 20px;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-template-rows: auto;
|
|
}
|
|
|
|
.madre-griglia div.capitolo1{
|
|
text-align: center;
|
|
background-color: #f3f2d5;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.madre-griglia div.capitolo2{
|
|
text-align: center;
|
|
background-color: #faf7a0;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.madre-griglia div.capitolo3{
|
|
text-align: center;
|
|
background-color: #beba42;
|
|
margin: 0;
|
|
padding: 0;
|
|
} |