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.
66 lines
576 B
66 lines
576 B
10 years ago
|
.context {
|
||
|
|
||
|
width: 30em;
|
||
|
|
||
|
}
|
||
|
|
||
|
.post {
|
||
|
|
||
|
padding: 1em;
|
||
|
background-color: #eee;
|
||
|
|
||
|
}
|
||
|
|
||
|
.post hr {
|
||
|
|
||
|
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
.post-avatar {
|
||
|
|
||
|
float: left;
|
||
|
|
||
|
}
|
||
|
|
||
|
.post-avatar img {
|
||
|
|
||
|
width: 3em;
|
||
|
|
||
|
}
|
||
|
|
||
|
.post-bulk {
|
||
|
|
||
|
float: right;
|
||
|
width: 23em;
|
||
|
padding: 0 1em;
|
||
|
|
||
|
}
|
||
|
|
||
|
.post-timestamp {
|
||
|
|
||
|
font-style: italic;
|
||
|
font-size: 0.7em;
|
||
|
float: right;
|
||
|
|
||
|
}
|
||
|
|
||
|
.post-username {
|
||
|
|
||
|
float: left;
|
||
|
font-size: 0.7em;
|
||
|
width: 20em;
|
||
|
|
||
|
}
|
||
|
|
||
|
.post-id {
|
||
|
|
||
|
float: right;
|
||
|
font-size: 0.7em;
|
||
|
|
||
|
}
|
||
|
|
||
|
.post-content {
|
||
|
clear: both;
|
||
|
padding: 0.5em 0 0.5em 0;
|
||
|
}
|