Browse Source

blogging: created css file for detail page

pull/16589/head
Onur Pıçakcı 3 years ago
parent
commit
bcae32afe2
  1. 1
      modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml
  2. 27
      modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/detail.css
  3. 27
      modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Shared/Styles/blog.css

1
modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml

@ -47,6 +47,7 @@
<abp-style-bundle name="@typeof(DetailModel).FullName">
<abp-script type="@typeof(PrismjsStyleBundleContributor)" />
<abp-style src="/Pages/Blogs/Shared/Styles/blog.css" />
<abp-style src="/Pages/Blogs/Posts/detail.css" />
</abp-style-bundle>
}

27
modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/detail.css

@ -0,0 +1,27 @@
.last-post-title{
font-size: 15px;
line-height: 20px;
font-weight: 700;
letter-spacing: 0px;
text-decoration: none;
color: black;
}
.last-post-image{
width: 30px;
height: 30px;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.last-post-name{
padding-right: 2px;
max-height: 16px;
padding-top: 0.5em;
padding-right: 0.5em;
}
#CopyLink{
padding: 0;
border: none;
background: none;
}

27
modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Shared/Styles/blog.css

@ -320,31 +320,4 @@ div.vs-blog {
text-decoration: none; }
div.vs-blog > .form-group {
margin: 0 !important; }
.last-post-title{
font-size: 15px;
line-height: 20px;
font-weight: 700;
letter-spacing: 0px;
text-decoration: none;
color: black;
}
.last-post-image{
width: 30px;
height: 30px;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.last-post-name{
padding-right: 2px;
max-height: 16px;
padding-top: 0.5em;
padding-right: 0.5em;
}
#CopyLink{
padding: 0;
border: none;
background: none;
}

Loading…
Cancel
Save