|
@@ -618,7 +618,7 @@ a[data-fancybox] img {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-#profile .portrait {
|
|
|
+.portrait {
|
|
|
width: 200px;
|
|
|
height: 200px;
|
|
|
margin: 0 auto;
|
|
@@ -626,14 +626,14 @@ a[data-fancybox] img {
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
|
|
|
-#profile .portrait-title h2 {
|
|
|
+.portrait-title h2 {
|
|
|
font-size: 1.75em;
|
|
|
font-weight: 300;
|
|
|
color: #000000;
|
|
|
margin: 20px 0 10px 0;
|
|
|
}
|
|
|
|
|
|
-#profile .portrait-title h3 {
|
|
|
+.portrait-title h3 {
|
|
|
font-size: 1rem;
|
|
|
font-weight: 300;
|
|
|
color: rgba(0,0,0, 0.54);
|
|
@@ -695,6 +695,40 @@ ul.ul-edu li .description p.institution {
|
|
|
color: rgba(0,0,0,0.6);
|
|
|
}
|
|
|
|
|
|
+/*************************************************
|
|
|
+ * People widget
|
|
|
+ **************************************************/
|
|
|
+
|
|
|
+.people-widget {
|
|
|
+ font-size: 0.8rem;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.people-widget .portrait-title h2 {
|
|
|
+ font-size: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.people-widget .portrait-title h3 {
|
|
|
+ font-size: 0.7rem;
|
|
|
+}
|
|
|
+
|
|
|
+.people-widget .portrait {
|
|
|
+ width: 80%;
|
|
|
+ max-width: 150px;
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
+
|
|
|
+@media (min-width: 576px) {
|
|
|
+ .people-widget .col-sm-auto {
|
|
|
+ max-width: 30% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (min-width: 992px) {
|
|
|
+ .people-widget .col-sm-auto {
|
|
|
+ max-width: 20% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/*************************************************
|
|
|
* Sharing
|
|
|
**************************************************/
|
|
@@ -2188,11 +2222,11 @@ body.dark,
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
-.dark #profile .portrait-title h2 {
|
|
|
+.dark .portrait-title h2 {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
-.dark #profile .portrait-title h3 {
|
|
|
+.dark .portrait-title h3 {
|
|
|
color: rgba(255, 255, 255, 0.54);
|
|
|
}
|
|
|
|