2023-07-24 00:31:25 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: Geneva;
|
|
|
|
src: url("../../Geneva.41461b69.woff2");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: Charcoal;
|
|
|
|
src: url("../../Charcoal.cb9045e5.woff2");
|
|
|
|
}
|
|
|
|
|
|
|
|
.large-system-font, .ShortBio > .Text > .Name, .Island .Title, .Island .Key {
|
|
|
|
letter-spacing: .35px;
|
|
|
|
font-family: Charcoal;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small-system-font, .views-font {
|
|
|
|
font-family: Geneva;
|
|
|
|
}
|
|
|
|
|
2023-07-21 01:42:12 +00:00
|
|
|
.PersPropsContent {
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: flex-start;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.PersPropsContent .PropsView {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.PropertiesList {
|
|
|
|
flex-direction: column;
|
|
|
|
flex-grow: 0;
|
|
|
|
order: 0;
|
|
|
|
align-self: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
gap: 16px;
|
|
|
|
padding: 12px;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.PropertiesList .ShortBio {
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
gap: 15px;
|
2023-07-24 00:31:25 +00:00
|
|
|
width: 100%;
|
2023-07-21 01:42:12 +00:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ShortBio .Image {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ShortBio .Text {
|
|
|
|
align-self: stretch;
|
|
|
|
align-items: left;
|
|
|
|
flex-direction: column;
|
|
|
|
flex: 1 0 auto;
|
|
|
|
order: 0;
|
|
|
|
gap: 1px;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.PropertiesList .Links {
|
2023-07-24 00:31:25 +00:00
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: end;
|
2023-07-21 01:42:12 +00:00
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
2023-07-24 00:31:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.Links > a {
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: end;
|
|
|
|
gap: 2px;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
2023-07-21 01:42:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.PropertiesList .Links .Link {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.PropertiesList .Island {
|
|
|
|
border: 1px solid #888;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
box-shadow: 1px 1px #fff, inset 1px 1px #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Island .Title {
|
|
|
|
background-color: #ddd;
|
|
|
|
max-width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
top: -9px;
|
|
|
|
left: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Island .Content {
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 12px;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Island .Row {
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 5px;
|
|
|
|
margin-left: 12px;
|
|
|
|
margin-right: 12px;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Island .Key {
|
|
|
|
text-align: end;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 34%;
|
|
|
|
position: relative;
|
|
|
|
top: -1.5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Island .KeyComment {
|
|
|
|
color: #646464;
|
|
|
|
text-align: end;
|
|
|
|
white-space: normal;
|
|
|
|
font-size: 9px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Island .Values {
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: left;
|
|
|
|
gap: 5px;
|
|
|
|
width: 55%;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*# sourceMappingURL=about-me.css.map */
|