179 lines
2.7 KiB
CSS
179 lines
2.7 KiB
CSS
|
|
||
|
body#home{
|
||
|
background-color: white;
|
||
|
background-image: url(../Immagini/sfondo.jpg);
|
||
|
}
|
||
|
|
||
|
div#home {
|
||
|
background-image: url(../Immagini/pattern.jpg);
|
||
|
}
|
||
|
|
||
|
h1#home {
|
||
|
text-align: center;
|
||
|
font-size: 80px;
|
||
|
font-family: lucida calligraphy;
|
||
|
color: violet;
|
||
|
}
|
||
|
|
||
|
ol {
|
||
|
text-align: center;
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
|
||
|
a#drop:link {
|
||
|
background-color: #4B0082;
|
||
|
color: gold;
|
||
|
padding: 14px 25px;
|
||
|
text-align: center;
|
||
|
text-decoration: underline;
|
||
|
font-family:Times new roman;
|
||
|
}
|
||
|
a#drop:hover {
|
||
|
background-color: #6495ED;
|
||
|
}
|
||
|
|
||
|
a#drop:visited {
|
||
|
color: violet;
|
||
|
}
|
||
|
|
||
|
.dropbtn {
|
||
|
background-color: #4B0082;
|
||
|
color: gold;
|
||
|
padding: 14px 25px;;
|
||
|
cursor: pointer;
|
||
|
text-align: center;
|
||
|
text-decoration: underline;
|
||
|
font-family:Times new roman;
|
||
|
font-size: 20px;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.dropdown {
|
||
|
position: relative;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.dropdown-content {
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
background-color: #f9f9f9;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
.dropdown-content a {
|
||
|
color: black;
|
||
|
padding: 12px 16px;
|
||
|
text-decoration: none;
|
||
|
display: block;
|
||
|
background-color: #6495ED;
|
||
|
}
|
||
|
|
||
|
.dropdown-content a#drop2:hover {background-color: #ADD8E6;}
|
||
|
|
||
|
.dropdown:hover .dropdown-content {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.dropdown:hover .dropbtn {
|
||
|
background-color: #800080;
|
||
|
}
|
||
|
|
||
|
#tablehome, #td1 {
|
||
|
border: 10px solid black;
|
||
|
}
|
||
|
#th1 {
|
||
|
background-color: none;
|
||
|
}
|
||
|
#td1 {
|
||
|
background-color: #F5F5DC;
|
||
|
color: 00008B;
|
||
|
font-size: 25px;
|
||
|
padding: 50px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
body {
|
||
|
background-color: white;
|
||
|
background-image: url(../Immagini/sand.jpg);
|
||
|
}
|
||
|
|
||
|
#tablegeneral, #td2 {
|
||
|
width: 50%;
|
||
|
border: 4px solid black;
|
||
|
text-align: center;
|
||
|
}
|
||
|
#th2 {
|
||
|
background-color: white;
|
||
|
font-size: 30px;
|
||
|
}
|
||
|
#td2 {
|
||
|
background-color: #F5F5DC;
|
||
|
color: 00008B;
|
||
|
font-size: 20px;
|
||
|
padding: 50px;
|
||
|
}
|
||
|
.center {
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
h1#albums {
|
||
|
background-color: #663399;
|
||
|
text-align: center;
|
||
|
color: white;
|
||
|
}
|
||
|
#headeralbums {
|
||
|
background-color: #FAF0E6;
|
||
|
text-align: center;
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
|
||
|
#tablealbums, td {
|
||
|
border: 2px solid black;
|
||
|
}
|
||
|
#elemental, #paralleldreams, #thevisit, #maskandmirror, #bookofsecrets {
|
||
|
background-color: white;
|
||
|
font-size: 30px;
|
||
|
}
|
||
|
td {
|
||
|
background-color: #F5F5DC;
|
||
|
color: 00008B;
|
||
|
font-size: 20px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
|
||
|
a#bio:link {
|
||
|
color: black;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
a#bio:active {
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
a#bio:visited {
|
||
|
color: violet;
|
||
|
}
|
||
|
|
||
|
a#footer {
|
||
|
padding: 5px 10px;
|
||
|
}
|
||
|
a#footer:link {
|
||
|
background-color: white;
|
||
|
color: black;
|
||
|
text-align: center;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
a#footer:active {
|
||
|
background-color: #6495ED;
|
||
|
}
|
||
|
|
||
|
a#footer:visited {
|
||
|
color: violet;
|
||
|
}
|