-
Notifications
You must be signed in to change notification settings - Fork 2
/
local.css
119 lines (113 loc) · 2.06 KB
/
local.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
.bk_container {
display: flex;
gap: 18px;
flex-wrap: wrap;
}
.bk_item {
background-image: linear-gradient(#a0dbbe, #5ecc95),
linear-gradient(#a0dbbe, #5ecc95),
linear-gradient(#159957, #159957),
linear-gradient(#159957, #159957);
background-repeat: no-repeat;
background-size: 6px 2px;
background-position: top left, top right, bottom left, bottom right;
border: solid;
border-image: linear-gradient(to bottom, #5ecc95, #159957) 1 100%;
border-width: 0 2px;
background-color: none;
width: 18%;
box-sizing: border-box;
padding-top: 8px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 8px;
text-align: center;
position: relative;
vertical-align: middle;
}
.bk_item a {
color: #159957;
font-size: 0.9rem;
}
.trow {
background-color: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
gap: 18px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 18px;
}
.tile {
width: 31%;
background-color: #f8f8f8;
border: 0px;
box-sizing: border-box;
padding-left: 8px;
padding-right: 8px;
vertical-align: top;
text-align: center;
position: relative;
}
.tile img {
object-position: cover;
height: 128px;
background: transparent;
}
.tile_highlight {
color: #159957;
text-align: right;
font-size: small;
font-weight:bold;
position:absolute;
top: -11px;
right: 8px;
}
h3 {
text-align: center;
}
h5 {
font-size: small;
text-align: center;
color: lightgray;
}
p {
font-size: small;
text-align: center;
}
.description {
font-size: small;
vertical-align: top;
}
.fa {
padding: 10px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
color:white;
text-decoration:none;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-instagram {
background: #DD2A7B;
color: white;
}