-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (50 loc) · 814 Bytes
/
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
/*
Theme Name: KuaminikaSimpleTHeme
Author: kuaminika
*/
#k-aboutCard
{
background: linear-gradient(180deg, rgba(255, 255, 255, 75%), rgba(255, 255, 255,75%))
}
.k-current-menu-item
{
font-weight: bold;
}
.k-big-banner
{
min-height:90%
}
footer a
{
color:#000 !important
}
footer
{
border-top:1px solid #000
}
/*small screens*/
@media screen and (min-width: 300px) and (max-width:719px) {
#logoPlaceHolder
{
width:75%
}
.k-banner
{
min-height:300px
}
.k-bgImage >*
{
background: linear-gradient(180deg, rgba(255, 255, 255, 0.438), rgba(255, 255, 255, 0))
}
}
/*big screens*/
@media screen and (min-width:720px) {
#logoPlaceHolder
{
width:55%
}
.k-banner
{
min-height:400px
}
}