mirror of https://github.com/nate2014jatc/AGSTATUS
Compare commits
5 Commits
91ff769ebf
...
3d314a82a2
Author | SHA1 | Date |
---|---|---|
rv | 3d314a82a2 | |
rv | 2399a82f37 | |
rv | 9aa888a453 | |
rv | f385f86d6a | |
rv | eccd4458a3 |
|
@ -1,20 +1,36 @@
|
||||||
.author-bio {
|
.author-bio {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: right;
|
float: right;
|
||||||
border-radius: 12px;
|
border-radius: 36px;
|
||||||
border-width: 3px;
|
border-width: 7px;
|
||||||
border-style: groove;
|
border-style: groove;
|
||||||
border-color: #0066ff;
|
border-color: #00bbc4;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
|
padding-bottom: 4px;
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
|
background-color: rgba(0, 187, 196, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-bio img {
|
.author-bio img {
|
||||||
float: right;
|
float: right;
|
||||||
max-width: 256px;
|
max-width: 128px;
|
||||||
max-height: 256px;
|
max-height: 128px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-bio .social-link {
|
|
||||||
padding-left: 8px;
|
.author-bio .author-name {
|
||||||
|
padding-top: 4px;
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.author-bio .bio {
|
||||||
|
padding-left: 8px;
|
||||||
|
border-radius: 12px;
|
||||||
|
border-width: 4px;
|
||||||
|
border-style: groove;
|
||||||
|
border-color: #00bbc4;
|
||||||
|
}
|
||||||
|
.author-bio .social-link {
|
||||||
|
padding-left: 12px;
|
||||||
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue