2013-10-19 20:05:03 +02:00
|
|
|
.post {
|
2013-10-17 22:57:32 +02:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
box-shadow: 0.25em 0.25em #eee;
|
|
|
|
padding: 0;
|
2013-10-19 20:05:03 +02:00
|
|
|
position: relative;
|
2013-10-19 22:56:56 +02:00
|
|
|
display: inline-block;
|
2013-10-17 22:57:32 +02:00
|
|
|
}
|
2013-10-25 13:18:03 +02:00
|
|
|
.post-type-youtube:after,
|
2013-10-22 23:40:36 +02:00
|
|
|
.post-type-flash:after {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
|
|
|
content: ' ';
|
|
|
|
pointer-events: none;
|
2013-10-17 22:57:32 +02:00
|
|
|
}
|
2013-10-25 13:18:03 +02:00
|
|
|
.post-type-flash {
|
|
|
|
border-color: red;
|
|
|
|
}
|
|
|
|
.post-type-youtube {
|
|
|
|
border-color: red;
|
|
|
|
}
|
|
|
|
.post-type-flash:after {
|
|
|
|
background: url('../img/thumb-overlay-swf.png');
|
|
|
|
}
|
|
|
|
.post-type-youtube:after {
|
|
|
|
background: url('../img/thumb-overlay-yt.png');
|
|
|
|
}
|
|
|
|
|
2013-10-17 22:57:32 +02:00
|
|
|
|
2013-10-19 20:05:03 +02:00
|
|
|
.post:focus,
|
|
|
|
.post:hover {
|
2013-10-17 22:57:32 +02:00
|
|
|
border: 1px solid firebrick;
|
|
|
|
box-shadow: 0.25em 0.25em pink;
|
2013-10-19 20:05:03 +02:00
|
|
|
}
|
|
|
|
.post:focus img.thumb,
|
|
|
|
.post:hover img.thumb {
|
2013-10-17 22:57:32 +02:00
|
|
|
opacity: .9;
|
|
|
|
}
|
2013-10-19 20:05:03 +02:00
|
|
|
|
2013-10-20 19:51:49 +02:00
|
|
|
.post a {
|
|
|
|
display: inline-block;
|
2013-10-25 15:50:29 +02:00
|
|
|
vertical-align: top;
|
2013-10-20 19:51:49 +02:00
|
|
|
}
|
2013-10-19 20:05:03 +02:00
|
|
|
.post img.thumb {
|
2013-10-20 19:51:49 +02:00
|
|
|
display: inline-block;
|
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
|
|
|
vertical-align: top;
|
2013-10-19 20:05:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.post .info-bar {
|
|
|
|
display: none;
|
|
|
|
height: 20px;
|
|
|
|
width: 100%;
|
|
|
|
border-top: 1px solid firebrick;
|
|
|
|
background: rgba(255, 128, 128, 0.75);
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
.post:hover .info-bar {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .icon-comments {
|
|
|
|
margin-left: 3px;
|
|
|
|
background-position: -64px -1px;
|
|
|
|
}
|
|
|
|
.post .icon-favs {
|
|
|
|
background-position: -43px -1px;
|
|
|
|
}
|
|
|
|
.post [class^='icon-'] {
|
|
|
|
opacity: .75;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.post span {
|
|
|
|
vertical-align: top;
|
|
|
|
font-size: small;
|
|
|
|
line-height: 20px;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|