-
Notifications
You must be signed in to change notification settings - Fork 47
/
people.css
76 lines (76 loc) · 1.31 KB
/
people.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
nav {
background-color: rgb(0, 0, 0);
}
body {
margin: 0 !important;
padding: 0 !important;
}
.container {
margin-top: 2em;
margin-right: 0;
margin-left: 0;
}
.col-sm-1 {
padding: 0px !important;
}
.col-sm-2 {
padding: 0px !important;
}
.gallery {
margin: 0;
padding: 0;
width: 100%;
}
.gallery_line {
width: 100%;
height: 48px;
margin: 2px;
text-align: center;
}
.avatar {
margin: 2px;
width: 48px !important;
height: 48px !important;
display: inline-block;
}
.avatar.col-sm-1 {
width: 16px !important;
}
.username {
text-shadow: 0px 0px 5px rgb(0,0,0);
font-size: small;
font-weight: bolder;
position: absolute;
bottom: 0px;
display: none;
}
.photo {
width: 100% !important;
max-height: 100% !important;
border-radius: 5px 5px;
border: solid thin rgb(200,200,200);
margin:0 auto !important;
}
@media (min-width: 660px) {
.avatar {
margin: 2px;
width: 96px !important;
height: 96px !important;
}
.gallery_line {
height: 96px;
}
}
@media (min-width: 980px) {
.avatar {
margin: 2px;
width: 128px !important;
height: 128px !important;
}
.gallery_line {
height: 160px;
}
.card-title {
font-size: x-large;
}
}