From 98b8517dd75b9bc21652c78006391ffdfb6ceeee Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Sun, 8 Jan 2012 13:57:08 +0400 Subject: [PATCH] small thumbnails mode added --- themes/ribbon/styles/style.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/themes/ribbon/styles/style.css b/themes/ribbon/styles/style.css index 1fec56f..55dff24 100644 --- a/themes/ribbon/styles/style.css +++ b/themes/ribbon/styles/style.css @@ -259,7 +259,7 @@ BODY { .list .slide:after { position:absolute; bottom:-45px; - left:57px; + left:60px; color:#3C3D40; text-shadow:0 1px 1px #8D8E90; line-height:1; @@ -311,6 +311,24 @@ BODY { 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 {