ee050cfd01
Also: - changed URL schema for posts from /posts/action/id to /posts/id/action - moved XXXController::locateXXX methods to Model_XXX::locate
19 lines
358 B
CSS
19 lines
358 B
CSS
.post img {
|
|
border: 1px solid #ddd;
|
|
box-shadow: 0.25em 0.25em #eee;
|
|
padding: 0;
|
|
width: 140px;
|
|
height: 140px;
|
|
}
|
|
|
|
.post-type-flash img {
|
|
border-color: #dd5;
|
|
box-shadow: 0.25em 0.25em #eeb, 0.1em 0.1em 0.5em 0.1em rgba(238,238,187,0.5);
|
|
}
|
|
|
|
.post:focus img,
|
|
.post:hover img {
|
|
border: 1px solid firebrick;
|
|
box-shadow: 0.25em 0.25em pink;
|
|
opacity: .9;
|
|
}
|