9
9
margin-bottom : 100px ;
10
10
}
11
11
12
- /* Feed CSS - @see https://www.bootdey.com/snippets/view/Profile-page-with-activities#html */
13
12
14
- .media-body {
15
- display : flex;
16
- justify-content : start;
17
- align-items : start;
13
+ /* Feed CSS - @see https://www.bootdey.com/snippets/view/Profile-page-with-activities#html */
18
14
15
+ .media-body {
16
+ display : flex;
17
+ justify-content : flex-start;
18
+ align-items : flex-start;
19
19
}
20
20
21
21
.feed-element {
22
- padding : 15px 0 15 px 0 ;
22
+ padding : 15px 0 ;
23
23
}
24
24
25
- .media-body > a {
26
- padding : 1px ;
27
- border : solid 1px # DFDDE0 ;
28
- margin-right : 10px ;
29
- border-radius : 10% ;
25
+ .media-body > a {
26
+ padding : 1px ;
27
+ border : solid 1px # DFDDE0 ;
28
+ margin-right : 10px ;
29
+ border-radius : 10% ;
30
30
}
31
31
32
32
.img-square {
33
- width : 60px ;
34
- border-radius : 10% ;
33
+ width : 60px ;
34
+ border-radius : 10% ;
35
35
}
36
36
37
-
38
-
39
37
# info-wrapper {
40
- display : none;
38
+ display : none;
41
39
}
42
40
43
41
# error-data {
44
- display : none;
42
+ display : none;
45
43
}
46
44
47
45
# error-data h1 {
48
- background-color : # C21018 ;
49
- display : inline;
50
- padding : 2px 10px ;
51
- color : # FFF ;
52
- -webkit-box-shadow : 3px 4px 5px 0px rgba (0 , 0 , 0 , 0.75 );
53
- -moz-box-shadow : 3px 4px 5px 0px rgba (0 , 0 , 0 , 0.75 );
54
- box-shadow : 3px 4px 5px 0px rgba (0 , 0 , 0 , 0.75 );
46
+ background-color : # C21018 ;
47
+ display : inline;
48
+ padding : 2px 10px ;
49
+ color : # FFF ;
50
+ -webkit-box-shadow : 3px 4px 5px 0px rgba (0 , 0 , 0 , 0.75 );
51
+ -moz-box-shadow : 3px 4px 5px 0px rgba (0 , 0 , 0 , 0.75 );
52
+ box-shadow : 3px 4px 5px 0px rgba (0 , 0 , 0 , 0.75 );
55
53
}
56
54
57
55
# error-data h2 {
58
- margin-top : 15px ;
56
+ margin-top : 15px ;
59
57
}
60
58
61
59
# error-data {
62
- margin-top : 60px ;
60
+ margin-top : 60px ;
63
61
}
64
62
65
63
# error-data img {
66
- max-height : 20rem ;
64
+ max-height : 20rem ;
67
65
}
68
66
69
67
.bg-corporate {
70
68
background-color : # 003DA5 ;
71
69
}
72
70
71
+
73
72
/* -- Cards -- */
74
73
74
+ .card {
75
+ color : # fff ;
76
+ font-weight : bold;
77
+ }
78
+
75
79
.info-twitter {
76
80
background-color : # 1DADE9 ;
77
- color : # fff ;
78
81
}
79
82
80
83
.info-slack {
81
84
background-color : # EAB23D ;
82
- color : # fff ;
83
85
}
84
86
85
87
.info-meetup {
86
88
background-color : # F34363 ;
87
- color : # fff ;
88
89
padding-bottom : 1.8rem ;
89
90
}
90
91
91
92
.info-github {
92
93
background-color : # 24292D ;
93
- color : # fff ;
94
- }
95
-
96
- .card a {
97
- color : white;
98
- text-decoration : underline;
99
94
}
100
95
101
96
.card-icon {
@@ -106,92 +101,59 @@ body {
106
101
107
102
.card-body {
108
103
line-height : 12px ;
109
- font-weight : bold;
110
104
}
111
105
112
106
.card-title {
113
107
font-size : 1.6rem ;
114
- font-weight : bold;
115
108
}
116
109
117
-
118
- /* -- The Team -- */
119
-
120
- .team-section {
110
+ /* -- TAGS -- */
111
+ .tags {
121
112
justify-content : center;
122
113
max-width : 100% ;
123
114
}
124
115
125
- .team-section div {
126
- font-size : 1.9rem ;
127
- word-wrap : break-word;
128
- text-align : center;
129
- overflow : hidden;
130
- padding : 0 10px ;
116
+ .tags div {
117
+ font-size : 1.9rem ;
118
+ word-wrap : break-word;
119
+ text-align : center;
120
+ overflow : hidden;
121
+ padding : 0 10px ;
131
122
}
132
123
133
- .team-section a {
134
- margin : 0 3px ;
135
- background-color : # 003DA5 ;
124
+ .tags a {
125
+ margin : 0 3px ;
136
126
color : # fff ;
137
127
padding : 0 15px ;
138
128
}
139
129
140
-
141
- /* -- The Communities -- */
142
-
143
- .communities-section {
144
- justify-content : center;
145
- max-width : 100% ;
130
+ /* -- The Team -- */
131
+ .team-section a {
132
+ background-color : # 003DA5 ;
146
133
}
147
134
148
- .communities-section div {
149
- font-size : 1.9rem ;
150
- word-wrap : break-word;
151
- text-align : center;
152
- overflow : hidden;
153
- padding : 0 10px ;
154
- }
155
135
136
+ /* -- The Communities -- */
156
137
.communities-section a {
157
- margin : 0 3px ;
158
138
background-color : # dfdde0 ;
159
139
color : # 605865 ;
160
- font-weight : bold;
161
- padding : 0 15px ;
162
140
}
163
141
164
142
165
143
/* -- The Sponsors -- */
166
-
167
- .sponsors-section {
168
- justify-content : center;
169
- max-width : 100% ;
170
- }
171
-
172
- .sponsors-section div {
173
- font-size : 1.9rem ;
174
- word-wrap : break-word;
175
- text-align : center;
176
- overflow : hidden;
177
- padding : 0 10px ;
178
- }
179
-
180
144
.sponsors-section a {
181
- margin : 0 3px ;
182
145
background-color : # 434343 ;
183
- color : # fff ;
184
- padding : 0 15px ;
185
146
}
186
147
187
148
188
149
/* -- Loading Status -- */
189
150
190
151
# loading-status img {
191
- height : 256px ;
192
- margin-top : 80px ;
152
+ height : 256px ;
153
+ margin-top : 80px ;
193
154
}
194
155
156
+
195
157
/* -- Footer -- */
196
158
197
159
.footer {
@@ -203,7 +165,7 @@ body {
203
165
background-color : # f5f5f5 ;
204
166
}
205
167
206
- .footer > .container {
168
+ .footer > .container {
207
169
padding-right : 15px ;
208
170
padding-left : 15px ;
209
171
}
@@ -238,8 +200,8 @@ body {
238
200
animation-delay : .4s ;
239
201
}
240
202
241
- /* -- Media queries */
242
203
204
+ /* -- Media queries */
243
205
@media (max-width : 990px ) {
244
206
.card {
245
207
margin-bottom : 2rem ;
0 commit comments