You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
1.5 KiB
107 lines
1.5 KiB
.blog-content {
|
|
.img-right {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.img-left {
|
|
margin-right: 20px;
|
|
}
|
|
}
|
|
|
|
.date {
|
|
color: #333;
|
|
letter-spacing: .12em;
|
|
text-transform: uppercase;
|
|
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.news-block {
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.news-block .plugin-blog-category-all, .plugin-blog-category-cases {
|
|
.make-row();
|
|
|
|
@media (min-width: 0px) {
|
|
li {
|
|
.make-xs-column(12);
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
font-size: 12px;
|
|
|
|
vertical-align: top;
|
|
|
|
.date {
|
|
font-size: 10px;
|
|
|
|
margin-top: 2px;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (min-width: @screen-xs) {
|
|
li {
|
|
.make-xs-column(6);
|
|
.make-sm-column(3);
|
|
|
|
min-height: 140px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.blog-latest-entries {
|
|
.date {
|
|
font-size: 11px;
|
|
}
|
|
}
|
|
|
|
article {
|
|
|
|
header {
|
|
h1 {
|
|
margin-top: 0;
|
|
}
|
|
h2, h4 {
|
|
margin-bottom: 5px;
|
|
}
|
|
p {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.date {
|
|
font-size: 11px;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
article.post-item {
|
|
.make-row();
|
|
|
|
content {
|
|
.make-xs-column(12);
|
|
.make-sm-column(9);
|
|
}
|
|
|
|
side {
|
|
.make-xs-column(3);
|
|
|
|
author {
|
|
text-align: center;
|
|
hr {
|
|
margin: -1px 40px;
|
|
border-top: 1px solid #d4d4d4;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|