mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 22:54:22 +01:00
Added latest posts styling
This commit is contained in:
parent
6deb733e99
commit
209e2a493b
1 changed files with 41 additions and 2 deletions
|
@ -787,9 +787,48 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* =============================================
|
/*==================================================================
|
||||||
|
Latest Posts
|
||||||
|
==================================================================*/
|
||||||
|
.note {
|
||||||
|
background-color: #292F36;
|
||||||
|
border: 1px solid #4e595f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-block {
|
||||||
|
background-color: #040b1e;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-block .content {
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-block .content h3 {
|
||||||
|
margin: 0 0 6px;
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 1.5;
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note .media-wrapper {
|
||||||
|
border-bottom: 1px solid #4e595f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note .excerpt h3 {
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 1.5;
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
|
|
||||||
|
.all-post {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*==================================================================
|
||||||
Cookie Box
|
Cookie Box
|
||||||
============================================= */
|
==================================================================*/
|
||||||
.cookie-box {
|
.cookie-box {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in a new issue