add liveinternet
This commit is contained in:
2
dist/assets/style.css
vendored
2
dist/assets/style.css
vendored
File diff suppressed because one or more lines are too long
@@ -146,8 +146,7 @@ header {
|
|||||||
footer{
|
footer{
|
||||||
background-color: #3c3c3c;
|
background-color: #3c3c3c;
|
||||||
padding-top: 22px;
|
padding-top: 22px;
|
||||||
padding-bottom: 22px;
|
padding-bottom: 42px;
|
||||||
padding-right: 12px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -208,6 +207,12 @@ footer{
|
|||||||
opacity: .9;
|
opacity: .9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.live_counter{
|
||||||
|
float: right;
|
||||||
|
margin-top: 12px;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|
||||||
@@ -271,7 +276,8 @@ footer{
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer{
|
footer{
|
||||||
padding: 18px;
|
padding: 18px 18px 62px 18px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-content {
|
.footer-content {
|
||||||
|
|||||||
@@ -25,6 +25,17 @@ article IMG {
|
|||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-article IMG::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: calc((100% - 1200px)/2);
|
||||||
|
z-index: 0;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/* Портретный формат для постов из указанных рубрик */
|
/* Портретный формат для постов из указанных рубрик */
|
||||||
body.image-portrait article figure {
|
body.image-portrait article figure {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user