feat: initial development
This commit is contained in:
74
Blog.Server/Static/css/feed.css
Normal file
74
Blog.Server/Static/css/feed.css
Normal file
@@ -0,0 +1,74 @@
|
||||
.blog-title {
|
||||
font-family: 'Roboto', serif;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
color: var(--bs-info);
|
||||
}
|
||||
|
||||
.blog-nav-list {
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.blog-nav-list > li {
|
||||
float: left;
|
||||
padding-right: 0.25rem;
|
||||
color: #D9D9D9;
|
||||
}
|
||||
|
||||
.active-nav-item {
|
||||
color: var(--bs-info) !important;
|
||||
}
|
||||
|
||||
.box {
|
||||
box-sizing: border-box;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
.blog-author-avatar {
|
||||
max-height: 32px;
|
||||
}
|
||||
|
||||
.blog-author {
|
||||
size: 14px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
.post-link {
|
||||
color: #4f4f4f !important;
|
||||
}
|
||||
|
||||
.tag {
|
||||
border: 1px solid var(--bs-info);
|
||||
border-radius: 4px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 2px 16px;
|
||||
}
|
||||
|
||||
.static-avatar {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
margin: 0 0 0 -6px;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
border: 2px solid #fff;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.author-profile-image, .avatar-wrapper {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #e3e9ed;
|
||||
border-radius: 100%;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
}
|
||||
Reference in New Issue
Block a user