AGSTATUS/assets/authorblurb.css

44 lines
781 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:32:37 -06:00
background-color: rgba(0, 187, 196, 0.4);
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;
2023-10-31 01:34:52 -06:00
padding-right: 4px;
padding-top: 4px;
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 {
2023-10-30 23:49:38 -06:00
padding-top: 8px;
padding-left: 8px;
2023-10-30 23:17:43 -06:00
}
.author-bio .bio {
2023-10-31 00:58:53 -06:00
margin-right: 24px;
2023-10-31 01:05:08 -06:00
padding-right: 8px;
2023-10-30 23:32:37 -06:00
padding-left: 8px;
2023-10-30 23:49:38 -06:00
padding-bottom: 4px;
2023-10-30 23:32:37 -06:00
border-radius: 12px;
2023-10-30 23:27:14 -06:00
border-width: 4px;
border-style: groove;
border-color: #00bbc4;
2023-10-31 00:00:31 -06:00
background-color: rgba(0, 187, 196, 0.4);
2023-10-30 23:17:43 -06:00
}
2020-11-15 05:57:57 -07:00
.author-bio .social-link {
2023-10-30 23:32:37 -06:00
padding-left: 12px;
2023-10-30 23:07:37 -06:00
padding-bottom: 4px;
2023-10-30 23:49:38 -06:00
color: #d38700;
2023-10-31 00:00:31 -06:00
text-decoration-color: #d38700;
2023-10-30 23:49:38 -06:00
}