#sidebar { background: url(<%= asset_path "75.png" %>) repeat scroll left top transparent; box-shadow: 3px 0 4px #472A12; border-right: 1px solid #121212; height: 100%; left: 0; position: fixed; top: 0; width: 220px; } #sidebar h1 { background: url(<%= asset_path "h1_bg.png" %>) repeat-x scroll left top transparent; border-bottom: 1px solid #1B1B1B; border-top: 1px solid #424344; color: #FFFFFF; font-size: 16px; font-weight: normal; height: 40px; line-height: 40px; margin: 0; padding-left: 10px; text-shadow: 0 -1px 0 #000000; } #sidebar .list { color:#fff; font-size:12px; background:url(<%= asset_path "line.png" %>) repeat-x left bottom; } #sidebar .list li { background:url(<%= asset_path "sidebar_li.jpg" %>) repeat-x left top; border-top:1px solid #424344; border-bottom:1px solid #000000; } #sidebar .list li:hover { background-position:left bottom; border-top:1px solid #406cc3; border-bottom:1px solid #242628; } #sidebar .list li a { display: block; padding: 7px 0 6px 12px; color:#c4c4c4; } #sidebar .list li a span { background:url(<%= asset_path "add_mamber.png" %>) left top no-repeat; text-shadow: 0px 1px 0px #000; line-height: 18px; padding: 2px 0 1px 35px; } #sidebar .list li a:hover span { background-position:left bottom; color:#eeeeee; } #sidebar .users .list .set_1 { background-position:left bottom; border-top:1px solid #406cc3; border-bottom:1px solid #242628; } #sidebar .users .list .set_1 a span { background-position:left bottom; color:#eeeeee; } #sidebar .roles .list .set_2 { background-position:left bottom; border-top:1px solid #406cc3; border-bottom:1px solid #242628; } #sidebar .roles .list .set_2 a span { background-position:left bottom; color:#eeeeee; } #sidebar .infos .list .set_3 { background-position:left bottom; border-top:1px solid #406cc3; border-bottom:1px solid #242628; } #sidebar .infos .list .set_3 a span { background-position:left bottom; color:#eeeeee; } #sidebar .translations_setup { margin-top: 42px; }