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.

40 lines
472 B
CSS

/* Lists of stories */
.stories-list {
margin: 20px 5px;
}
.stories-list > li {
color: gray;
font-size: 0.8rem;
margin: 10px 0;
}
#stories-loading-msg {
font-weight: bold;
font-size: 150%;
margin: 20px 30px;
}
/* Individual stories */
.story-link {
color: black;
font-size: 0.85rem;
font-weight: normal;
margin: 18px 0;
}
.story-link:hover {
text-decoration: none;
}
.story-author {
margin-left: 2em;
}
.story-user {
display: block;
}