-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstile.css
125 lines (106 loc) · 2.1 KB
/
stile.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
html, body {
margin: 0%;
height: 100%;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
background-color: #b0c4de;
line-height: 150%;
font-size: 18px;
}
.home {
margin-top: 4%;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 7%;
background-color: white;
padding-bottom: 40px;
box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.33);
}
h1 {
text-align: center;
padding-top: 5%;
font-size: 40px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h2 {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 30px;
}
a {
color: black;
text-decoration: none;
}
.link {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 20px;
text-align: center;
padding-bottom: 2%;
}
.center {
text-align: center;
font-size: 25px;
}
.descrizione {
padding-left: 6%;
padding-right: 6%;
}
img {
width: 60%;
padding-left: 20%;
padding-top: 4%;
padding-bottom: 2%;
}
#descImg {
font-size: 16px;
padding-left: 47%;
}
.descrizione input {
padding-top: 1%;
}
#avanti {
margin-left: 43%;
}
#indietro {
margin-left: 5%;
}
.left {
border-left: solid #191970 4px;
padding-left:2.5%;
margin-left: 6%;
width: 88%;
margin-top: 50px;
}
.right {
border-right: solid #191970 4px;
width: 88%;
padding-left: 6%;
margin-top: 7%;
}
#testo, #back{
width: 90%;
margin: auto;
padding-left: 15px;
padding-top: 0.5px;
padding-bottom: 25px;
}
#testo {
width: 50%;
padding-bottom: 5%;
}
#dateline {
text-align: right;
}
#back {
border-top: 1px solid black;
padding-top: 15px;
}
footer {
height: 23%;
font-size: 15px;
text-align: right;
padding-right: 20px;
padding-top: 23px;
padding-bottom: 5px;
border-top: 0.1px solid black;
background-color: #191970;
color: white;
}