-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkv_admi_style.css
58 lines (56 loc) · 1.14 KB
/
kv_admi_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
#content-plugins ul li h3 a, #content-plugins ul li h3 a:before{
content: "\f106";
text-decoration : none;
}
#content-plugins ul li h3 a:hover {
color: #fffff;
}
#content-plugins ul li h3 {
background-color: #fdd761;
}
#content-plugins ul li h3:hover {
background-color: #acd373;
}
#content-plugins ul li h3 a:before{
content: "\f106";
font-size: 45px;
color: #13c0e1;
text-decoration : none;
border-radius: 50%;
box-sizing: border-box;
margin: 0 auto ;
padding-top: 8px;
width: 75px;
height: 75px;
border: 4px solid white;
float: none;
margin-bottom: 40px;
}
#content-plugins ul li {
display: table-cell;
float: left;
padding: 10px;
min-width: 80px;
width: auto;
min-height: 150px;
margin: 25px;
margin-bottom: 15px;
border: 1px dashed #13c0e1;
border-bottom: 5px solid #13c0e1;
}
#content-plugins ul li:hover {
background-color: #f5f5f5;
border: 1px solid #acd373;
border-bottom: 5px solid #13c0e1;
}
#content-plugins ul li h3, #content-plugins ul li p {
padding-top: 20px;
text-align: center;
list-style: none;
}
#content-plugins ul li h3 {
padding: 50px;
}
#content-plugins ul li p {
height: 10px;
}