This repository has been archived by the owner on May 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
126 lines (106 loc) · 2.64 KB
/
main.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
.banner {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
body, p, h1, h2, h3, h4, h5 ,button, input, a, label, select, .but{
font-family: 'Lemonada', cursive!important;
}
.head {
max-width: 100%;
max-height: 100%;
margin: auto;
display: block;
height: auto;
}
.shadowfilter {
-webkit-filter: drop-shadow(0px 0px 8px rgba(194, 249, 255, 0.8));
-webkit-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.shadowfilter:hover {
-webkit-filter: drop-shadow(0px 0px 12px rgba(0, 231, 255, 0.8));
}
.bgshadow{
-webkit-filter: drop-shadow(0px 12px 0px rgba(65, 65, 65, 0.8));
}
#sideFill {
background: url("images/leaf.gif");
background-size: contain;
height: 700px;
position: absolute;
top: 0;
width: 100%;
}
.nav-link{
border-color: rgb(81, 148, 175)!important;
border-width: 5px!important;
border-left-style: solid;
margin: 20px!important;
color: rgb(241, 243, 243)!important;
}
.nav-link:hover{
border-color: rgb(196, 230, 243)!important;
color: rgb(188, 223, 214)!important;
}
.nav-link:active{
border-color: rgb(237, 255, 137)!important;
color: rgb(209, 223, 228)!important;
}
.active{
border-color: rgb(237, 255, 137)!important;
color: rgb(239, 252, 191)!important;
}
.arr{
color: rgb(225, 239, 245);
font-size: 20px;
border-style: solid;
border-color: transparent;
border-width: 30px;
border-radius: 20px;
}
.arr:hover{
color: skyblue;
font-size: 20px;
border-style: solid;
border-color: transparent;
border-width: 30px;
border-radius: 20px;
background-color: rgba(70, 131, 180, 0.301);
}
.toSection{
color: rgb(72, 109, 131);
font-size: 20px;
border-style: solid;
border-color: transparent;
border-width: 20px;
border-radius: 20px;
}
.toSection:hover{
color: rgb(239, 250, 255);
font-size: 20px;
border-style: solid;
border-color: transparent;
border-width: 20px;
border-radius: 20px;
background-color: rgba(104, 159, 204, 0.301);
}
.text-focus-in {
-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.card-body, .cardB{
color: rgb(227, 236, 243);
background-color: rgb(151, 69, 69);
}
.cardB h4 ,.cardB p{
padding: 30px;
text-align: center;
vertical-align: middle;
}
.cardB:hover{
color: rgb(243, 243, 243);
background-color: indianred;
}
a:hover{
text-decoration: none!important;
}