You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
497 B
Plaintext
50 lines
497 B
Plaintext
@import "mixins";
|
|
|
|
noscript {
|
|
.default {
|
|
list-style-type: none;
|
|
padding: 1em;
|
|
margin-bottom: 1em;
|
|
|
|
&:nth-child(even) {
|
|
background: rgba(191,191,191,0.2);
|
|
}
|
|
|
|
&:nth-child(odd) {
|
|
background: rgba(223,223,223,0.2);
|
|
}
|
|
}
|
|
|
|
.categories {
|
|
li {
|
|
.default;
|
|
|
|
.icon {
|
|
float: left;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
a {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.topics {
|
|
li {
|
|
.default;
|
|
}
|
|
|
|
.teaser {
|
|
img {
|
|
float: left;
|
|
}
|
|
}
|
|
}
|
|
|
|
.posts {
|
|
li {
|
|
.default;
|
|
}
|
|
}
|
|
} |