-
Notifications
You must be signed in to change notification settings - Fork 0
/
mila.css
132 lines (110 loc) · 2.4 KB
/
mila.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
126
127
128
129
130
131
132
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda&family=Cinzel&display=swap');
@font-face {
font-family: 'Grit Primer';
src: url('font_grit/GritPrimer.eot');
src: url('font_grit/GritPrimer.eot?#iefix') format('embedded-opentype'),
url('font_grit/GritPrimer.woff2') format('woff2'),
url('font_grit/GritPrimer.woff') format('woff'),
url('font_grit/GritPrimer.ttf') format('truetype'),
url('font_grit/GritPrimer.svg#GritPrimer') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.background {
background-color: #e7e7e7;
}
.title {
font-family: 'Grit Primer', serif;
font-size: 10vh;
text-align: center;
letter-spacing: 1vw;
border-top: 1px solid black;
border-bottom: 1px solid black;
color: black;
}
.title:hover {
color: red;
}
.titleB {
border-top: 3px solid black;
border-bottom: 3px solid black;
padding-top: 10px;
}
.subTitle {
font-family: 'Grit Primer', serif;
font-size: 7vh;
text-align: center;
}
.text {
font-family: 'Bodoni Moda', serif;
}
#introduction {
margin: 0 20%;
margin-top: 8%;
text-align: center;
/*border-bottom: 3px solid transparent;
border-image: linear-gradient(to bottom right, #EEEEEE 0%, #DDDDDD 25%, #CCCCCC 50%, #BBBBBB 75%, #333333 100%);
border-image-slice: 1;*/}
#introduction p {
margin-top: 5%;
}
#introduction img {
width: 10%;
}
.cardcontainer{
margin: auto;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.card{
margin: 2% 4%;
}
#carouselExampleIndicators {
width: 50%;
margin-left: 25%;
margin-right: 25%;
}
#carouselExampleIndicators img{
width: 25%;
}
/**/
nav {
font-family: 'Grit Primer', serif;
}
nav a {
font-size: 29px!important;
}
footer {
margin-top: 10%;
font-family: 'Grit Primer', serif;
font-size: 20px;
line-height: 23px;
}
/*STILE TAVOLE + SINOSSI*/
.sourceDescr {
margin: 0 20%;
padding-bottom: 5%;
font-family: 'Times New Roman', Times, serif;
}
.tableHeader {
text-align: center;
}
.tableHeader th:hover {
color: red;
}
table {
margin: 0 2%;
border-collapse: collapse;
border: 2px black solid;
font: 14px sans-serif;
font-family: 'Times New Roman', Times, serif;
}
td {
border: 1px black solid;
padding: 5px;
}
td:hover {
color: rgb(110, 14, 14);
}