-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
112 lines (91 loc) · 1.64 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
body, html {
background: #000000;
height: 100%;
margin: 0;
padding: 0;
overflow: none;
font-size: 1rem;
font-family: 'Open Sans', sans-serif;
}
.sidenav-trigger i {
font-size: 30px;
color: #69f0ae;
opacity: 0.5;
}
.sidenav-trigger i:hover {
opacity: 1;
}
a.brand-logo {
color: #ffffff;
font-family: 'Nunito', sans-serif;
}
a.brand-logo > span {
color: #69f0ae;
}
a.brand-logo:hover {
color: #69f0ae !important;
}
a.brand-logo:hover > span {
color: #ffffff !important;
}
nav ul li a:hover {
background-color: transparent !important;
color: #69f0ae;
}
nav ul li a {
color : #ffffff;
}
ul.sidenav {
background-color: #070707;
}
li.card {
margin: 0px;
color: #ffffff;
}
li.card .card-content {
padding: 2px 20px;
}
li.card .card-content h5 {
font-weight: bold;
margin: 10px 0px;
}
li.card .card-content h6 {
margin: 0px 0px 10px;
}
.connect {
text-align: center;
}
.connect a i {
font-size: 30px;
padding: 0px 8px;
color: #69f0ae;
opacity: 0.5;
transform: skewY(-5deg) scale(1);
transition: all ease-in-out .5s;
}
.connect a:hover i {
opacity: 1;
transform: skewY(-10deg) scale(1.2);
transition: all ease-in-out .5s;
}
li#myworks i {
font-size: 25px;
color: #69f0ae !important;
transform: skewY(-5deg) scale(1);
}
li#myworks a {
color: #69f0ae;
opacity: 0.5;
font-size: 20px;
}
div#home-carousel {
height: 540px !important;
}
@media only screen and (min-width: 420px) and (max-width: 768px) {
div#home-carousel {
height: 540px;
}
}
.carousel-item .card {
padding: 0px;
}