AGSTATUS/assets/authorblurb.css

32 lines
476 B
CSS
Raw Normal View History

2020-11-15 05:24:43 -07:00
.author-bio {
width: 50%;
2020-11-15 05:40:45 -07:00
float: right;
2023-10-30 23:26:05 -06:00
border-radius: 36px;
2023-10-30 23:07:37 -06:00
border-width: 7px;
2020-11-15 05:33:43 -07:00
border-style: groove;
2023-10-30 23:17:43 -06:00
border-color: #00bbc4;
2020-11-15 05:40:45 -07:00
padding-left: 4px;
2023-10-30 23:07:37 -06:00
padding-bottom: 4px;
2020-11-15 05:40:45 -07:00
margin-top: 5%;
2023-10-30 23:26:05 -06:00
background-color: rgba(211, 135, 0, 0.8);
2020-11-15 05:24:43 -07:00
}
2020-11-15 05:54:17 -07:00
.author-bio img {
float: right;
2023-10-30 23:17:43 -06:00
max-width: 128px;
max-height: 128px;
2020-11-15 05:54:17 -07:00
}
2020-11-15 05:57:57 -07:00
2023-10-30 23:17:43 -06:00
.author-bio .author-name {
padding-left: 2px;
}
.author-bio .bio {
padding-left: 4px;
}
2020-11-15 05:57:57 -07:00
.author-bio .social-link {
padding-left: 8px;
2023-10-30 23:07:37 -06:00
padding-bottom: 4px;
2020-11-15 05:57:57 -07:00
}