Committer: narefieva
LJSUP-9035: Homepage branding - S8U trunk/htdocs/index.bml.sup U trunk/htdocs/stc/reskining/2011/june/super8/homepage.css
Modified: trunk/htdocs/index.bml.sup =================================================================== --- trunk/htdocs/index.bml.sup 2011-06-10 10:34:20 UTC (rev 10636) +++ trunk/htdocs/index.bml.sup 2011-06-13 13:15:59 UTC (rev 10637) @@ -31,9 +31,9 @@ </script> <ul class="branding-links"> - <li class="branding-link branding-link-1"><a href="http://www.super8film.ru" onclick="return track_super8( this, event )"></a></li> - <li class="branding-link branding-link-2"><a href="http://www.super8film.ru" onclick="return track_super8( this, event )"></a></li> - <li class="branding-link branding-link-3"><a href="http://www.super8film.ru" onclick="return track_super8( this, event )"></a></li> + <li class="branding-link branding-link-1"><a href="http://www.super8film.ru" target="_blank" onclick="return track_super8( this, event )"></a></li> + <li class="branding-link branding-link-2"><a href="http://www.super8film.ru" target="_blank" onclick="return track_super8( this, event )"></a></li> + <li class="branding-link branding-link-3"><a href="http://www.super8film.ru" target="_blank" onclick="return track_super8( this, event )"></a></li> </ul> SUPER8 Modified: trunk/htdocs/stc/reskining/2011/june/super8/homepage.css =================================================================== --- trunk/htdocs/stc/reskining/2011/june/super8/homepage.css 2011-06-10 10:34:20 UTC (rev 10636) +++ trunk/htdocs/stc/reskining/2011/june/super8/homepage.css 2011-06-13 13:15:59 UTC (rev 10637) @@ -210,6 +210,7 @@ color: #6b6b6b !important; } + /* Background */ BODY.s-lanzelot, BODY.s-lanzelot.logged-out { @@ -383,6 +384,11 @@ color: #333; } +/* Ratings */ +.statistics .s-list, +.statistics .s-list TD { + border-color: #DDD; + } /* Lanzelot headers in text */ @@ -518,7 +524,24 @@ height: 100%; border: 0 !important; } + +/* Off branding links in Lynx */ +.scheme-lynx .branding-links { + display: none; + } - - +/* Lanzelot styles for mobile link */ +BODY.s-lanzelot.mobile-msg, +BODY.s-lanzelot.logged-out.mobile-msg { + background-position: 50% 30px !important; + } +.s-lanzelot .b-message-mobile-wrapper A:link, +.s-lanzelot .b-message-mobile-wrapper A:visited, +.s-lanzelot .b-message-mobile-wrapper A:hover { + border-bottom: 1px solid #FFF !important; + color: #FFF !important; + } + + +