Committer: aeremenko
LJSUP-14303: Create HTML-layout for Shop pagesU trunk/htdocs/stc/shop/shop.css
Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2012-11-30 09:23:20 UTC (rev 12971) +++ trunk/htdocs/stc/shop/shop.css 2012-11-30 13:17:22 UTC (rev 12972) @@ -2920,6 +2920,34 @@ /* Journal Themes ------------------------------------------------------------------------*/ + +.b-themes-title { + min-height: 55px; + padding: 25px 15px 10px 15px; + margin: 0 0 18px 0; + background: #3B92C2 url(/img/shop/gifts-title.jpg?v=1) repeat-x 0 0; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; + border-radius: 6px; + color: #FFF; + } + .b-themes-title H2, + .b-themes-title H3 { + padding: 0; + margin: 0; + color: #FFF; + } + .b-themes-title H2 { + margin-bottom: 2px; + line-height: 32px; + font-size: 30px; + } + .b-themes-title H3 { + line-height: 22px; + font-size: 18px; + } + + .b-themes-intro { min-height:150px; background:url(/img/shop/renacc-intro.jpg?v=1) no-repeat 100% 100%; @@ -2949,7 +2977,7 @@ *zoom: 1; } .b-shop .b-themes-item:nth-child(2n+1) { - margin: 0 25px 30px 50px; + margin: 0 20px 30px 50px; } .b-themes-item-thumb { display: block; @@ -2983,9 +3011,13 @@ .b-shop .b-themes-meta { position: relative; margin: 0 0 5px; + text-align: center; color: #999; *zoom: 1; } + .b-shop .b-themes-meta LI { + font-size: 11px; + } .b-themes-meta:after { content: ""; display: table;