63 lines
1 KiB
CSS
63 lines
1 KiB
CSS
/*
|
|
stc/latest.css
|
|
|
|
CSS classes for rendering the latest things page.
|
|
|
|
Authors:
|
|
Mark Smith <mark@dreamwidth.org>
|
|
|
|
Copyright (c) 2009 by Dreamwidth Studios, LLC.
|
|
|
|
This program is free software; you may redistribute it and/or modify it under
|
|
the same terms as Perl itself. For a copy of the license, please reference
|
|
'perldoc perlartistic' or 'perldoc perlgpl'.
|
|
*/
|
|
|
|
.latest-entry {
|
|
border: solid 1px #ddd;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
.latest-entry .header {
|
|
|
|
padding: 1em;
|
|
}
|
|
.latest-entry .subject {
|
|
font-weight: bold;
|
|
margin: 0.3em 0;
|
|
font-size:1.25em;
|
|
}
|
|
|
|
.latest-entry .author {
|
|
|
|
}
|
|
|
|
.latest-entry .event img {
|
|
max-width:100%;
|
|
}
|
|
|
|
.latest-entry .event {
|
|
padding: 1em;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.latest-entry .tags {
|
|
font-style: italic;
|
|
float: right;
|
|
}
|
|
|
|
.latest-entry .comments {
|
|
clear: both;
|
|
padding: 1em;
|
|
}
|
|
|
|
#tagfeeds {
|
|
text-align: center;
|
|
line-height: 1;
|
|
padding: 1.5em;
|
|
}
|
|
|
|
#tagfeeds a {
|
|
padding: 0 0.5em;
|
|
}
|