forked from Peruf/Testi-Chiesa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stile.css
91 lines (79 loc) · 1.14 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
.title{
font-size:50px;
color: #595959;
font-family: fantasy;
margin-left: 10%
}
.text{
color: #595959;
font-family: Georgia;
text-align: center;
}
header{
padding: 1em;
text-align: center;
}
body{
background-color: #f2f2f2;
}
.button {
background-color: #e6e6e6;
color: #595959;
padding: 16px 35px;
font-size: 16px;
border: none;
font-weight: bold;
}
.button:hover{
background-color: #b3b3b3;
text-decoration: none;
color: #4d4d4d;
}
.mb25px{
margin-bottom: 25px;
}
.mt10px{
margin-top: 10px;
}
/*sidebar*/
.sidebar{
text-align: center;
height:100%;
width:200px;
background-color:#e6e6e6;
position:fixed!important;
z-index:1;
overflow:auto;
}
.block .item{
width:100%;
display:block;
padding:8px 16px;
text-align:left;
border:none;
white-space:normal;
float:none;
outline:0
}
.a{
margin-left: 5%;
}
.ContDrop{
display: none;
z-index: 1;
}
.ContDrop a{
padding: 12px 16px;
text-decoration: none;
display: block;
}
.Drop:focus .ContDrop{
display:block;
}
.show {
display:block;
margin-left: 10%;
}
.bord{
border-bottom: 6px solid lightgray;
}