-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle.css
135 lines (135 loc) · 4.54 KB
/
Style.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
133
134
135
.oldSite {
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
cursor: pointer;
padding: 10px 20px;
border: 1px solid #018dc4;
-webkit-border-radius: 3px;
border-radius: 3px;
font: normal 16px/normal "Times New Roman", Times, serif;
color: rgba(255,255,255,0.9);
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
letter-spacing: 1px;
background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0, #003f4e 50%, rgb(0, 0, 0) 100%);
background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0, #003f4e 50%, rgb(0, 0, 0) 100%);
background: linear-gradient(0deg, rgb(0, 0, 0) 0, #003f4e 50%, rgb(0, 0, 0) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
-webkit-box-shadow: 2px 2px 2px 0 rgba(90,90,90,0.7) ;
box-shadow: 2px 2px 2px 0 rgba(90,90,90,0.7) ;
text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.oldSite:hover {
-o-text-overflow: clip;
text-overflow: clip;
background: -webkit-repeating-radial-gradient(closest-side, rgba(0,0,0,1) 0, rgba(0,0,0,1) 31%, #003f4e 92%, rgba(0,0,0,1) 100%), -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0, #003f4e 49%, rgba(0,0,0,1) 100%);
background: -moz-repeating-radial-gradient(closest-side, rgba(0,0,0,1) 0, rgba(0,0,0,1) 31%, #003f4e 92%, rgba(0,0,0,1) 100%), -moz-linear-gradient(0deg, rgba(0,0,0,1) 0, #003f4e 49%, rgba(0,0,0,1) 100%);
background: repeating-radial-gradient(closest-side, rgba(0,0,0,1) 0, rgba(0,0,0,1) 31%, #003f4e 92%, rgba(0,0,0,1) 100%), linear-gradient(0deg, rgba(0,0,0,1) 0, #003f4e 49%, rgba(0,0,0,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
}
.oldSite:active {
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%, rgba(0,0,0,1) 100%), -webkit-repeating-radial-gradient(closest-side, rgba(0,0,0,1) 0, #003f4e 31%, rgba(0,0,0,1) 88%, #003f4e 100%);
background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%, rgba(0,0,0,1) 100%), -moz-repeating-radial-gradient(closest-side, rgba(0,0,0,1) 0, #003f4e 31%, rgba(0,0,0,1) 88%, #003f4e 100%);
background: linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%, rgba(0,0,0,1) 100%), repeating-radial-gradient(closest-side, rgba(0,0,0,1) 0, #003f4e 31%, rgba(0,0,0,1) 88%, #003f4e 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
.ctrBenessere {
cursor: pointer;
border: 2px solid rgb(87,0,127);
width: 15%;
height: 70px;
margin-top: 3%;
margin-bottom: 20px;
margin-left: 2%;
border-radius: 40px;
font: normal 2vw "Advent Pro", Helvetica, sans-serif;
color: rgb(178,0,255);
letter-spacing: 1px;
outline-style: none;
background: rgba(255,255,255,0);
transition: background-color 0.5s , color 1.5s, border-color 0.5s;
}
.ctrBenessere:hover {
color: rgb(255,255,255);
background: rgb(178,0,255);
outline-style: none;
}
.ctrBenessere:active {
border: 2px solid rgb(255,255,255);
background: rgba(255,255,255,0);
transition: none;
}
.ctrAgricolo {
padding: 1em 1.5em;
background: none;
color:darkblue;
width:15%;
font-weight: bold;
position: relative;
transition:color 0.25s,width 0.5s;
border:3px solid white;
}
.ctrAgricolo:hover {
color:red;
}
.ctrAgricolo:focus{
outline:none;
}
.ctrAgricolo:active{
color:yellow;
}
.ctrAgricolo::after {
position: absolute;
content: '';
top:0;
left: 0;
width: 0;
height: 100%;
background-color: #EAE4C2;
transform-origin:left;
transition:width 0.5s;
z-index:-1;
}
.ctrAgricolo:hover::after {
width: 100%;
}
.btn{
width:10%;
height:5vh;
border-left-style:none;
border-right-style:none;
border-top-style:none;
color:var(--col3);
background-color:var(--col4);
}
.btn:hover{
color:var(--col3);
background-color:var(--col5);
outline:none;
}