Commit 98b8517d authored by Vadim Makeev's avatar Vadim Makeev

small thumbnails mode added

parent 27ea8b03
...@@ -259,7 +259,7 @@ BODY { ...@@ -259,7 +259,7 @@ BODY {
.list .slide:after { .list .slide:after {
position:absolute; position:absolute;
bottom:-45px; bottom:-45px;
left:57px; left:60px;
color:#3C3D40; color:#3C3D40;
text-shadow:0 1px 1px #8D8E90; text-shadow:0 1px 1px #8D8E90;
line-height:1; line-height:1;
...@@ -311,6 +311,24 @@ BODY { ...@@ -311,6 +311,24 @@ BODY {
content:''; content:'';
} }
/* Small */
@media all and (max-width:1274px) {
.list .slide:after {
left:30px;
}
.list .slide > DIV {
width:256px;
height:160px;
}
.list .slide SECTION {
-webkit-transform:scale(0.25);
-moz-transform:scale(0.25);
-ms-transform:scale(0.25);
-o-transform:scale(0.25);
transform:scale(0.25);
}
}
/* Full /* Full
---------------------------------------- */ ---------------------------------------- */
.full { .full {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment