This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcard.css
More file actions
102 lines (85 loc) · 2.51 KB
/
card.css
File metadata and controls
102 lines (85 loc) · 2.51 KB
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
.sample_container.card_sample {
max-width: 300px;
margin: auto;
min-height: 400px;
}
/* Card Customizations */
.sample_container.card_sample .e-custom-card {
position: relative;
margin-top: 80px;
overflow: visible;
border-radius: 15px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
transition: 0.2s;
border-width: 1px;
padding: 1px;
}
.e-custom-card.e-card:hover {
border-width: 1px;
padding: 1px;
}
.e-custom-card :nth-child(2) .e-card-header-title.name {
margin-top: 20px;
}
.sample_container p.avatar-content {
line-height: 20px;
font-family: inherit;
}
.sample_container.card_sample .e-custom-card .e-card-header {
text-align: center;
}
.sample_container.card_sample .e-custom-card .e-avatar {
font-size: 40px;
position: absolute;
top: calc(0% - 1.5em);
left: calc(50% - 1.5em);
box-shadow: 0 16px 28px -8px rgba(0, 0, 0, .36), 0 4px 15px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}
.sample_container.card_sample .e-card.e-custom-card :nth-child(3) {
padding: 12px 0px 20px 0px;
height: 130px;
}
.sample_container.card_sample .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title {
font-size: 24px;
font-weight: 500;
line-height: normal;
color: rgba(83, 101, 132, 0.65);
text-shadow: 0 0 0.1px;
}
.sample_container.card_sample .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
font-size: 12px;
font-weight: 500;
line-height: normal;
color: rgba(86, 90, 97, 0.65);
text-shadow: 0 0 0.1px;
}
.sample_container.card_sample .e-custom-card.e-card .e-card-content {
overflow: visible;
width: auto;
margin: -5px 20px 0 20px;
word-spacing: 1px;
}
.sample_container.card_sample .avatar-content {
color: rgba(250, 200, 130, 0.6);
margin: 0 auto;
text-align: center;
color: rgb(94, 94, 94);
border: none;
padding: 0;
font-size: 14px;
}
.avatar-content {
margin-bottom: 0;
}
.sample_container.card_sample .sample_container .name {
margin-top: 10px;
}
.highcontrast .e-custom-card.e-card .avatar-content {
color: rgba(255, 255, 255, 0.84);
}
.highcontrast .sample_container.card_sample .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
color: rgba(255, 255, 255, 0.45);
}
.highcontrast .sample_container.card_sample .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title {
color: rgba(255, 255, 255, 0.84);
}