forked from insideoutprojectbr/mulheres-palestrantes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
109 lines (88 loc) · 1.33 KB
/
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
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
* {
font-family: 'Open Sans', sans-serif;
}
header, footer {
background-color: #cc0066;
color: #fff;
padding: 2%;
}
header {
text-align: center;
}
header h1 {
font-weight: 300;
}
.navbar-right {
float: right;
}
.navbar {
border-radius: 0px !important;
}
.main, .search-form {
margin: 2%;
text-align: center;
}
.card-wrapper {
display: inline-block;
}
.card {
padding-top: 2%;
margin: 2%;
border: solid 1px #ccc;
border-radius: 4%;
}
.card h3 {
height: 24px;
overflow: hidden;
}
.card img {
border-radius: 50%;
}
.card .photo {
height: 80px;
width: 80px;
}
.card * {
margin-bottom: 5%;
}
footer {
text-align: right;
}
footer img {
width: 50px;
}
.social-media img {
width: 29px;
display: inline;
}
ul.social-media {
padding-left: 0px;
list-style-type: none;
height: 42px;
}
ul.social-media li {
display: inline;
}
ul.tags {
list-style-type: none;
padding-left: 0px;
margin-top: 5%;
margin-bottom: 5%;
height: 80px;
overflow: hidden;
}
ul.tags li {
display: inline-block;
background-color: #ccc;
border-radius: 10px;
color: #666;
padding: 2px 6px;
margin: 2px;
font-size: 1.3rem;
}
.cidade {
font-size: 0.8rem;
}
ul.social-media li.hidden {
visibility: hidden;
}