diff -r 5f0d5e1305b3 -r e146e2e3b80b java/nekurak.net-web/web/styl.css --- a/java/nekurak.net-web/web/styl.css Tue Jan 11 15:27:51 2011 +0100 +++ b/java/nekurak.net-web/web/styl.css Wed Jan 12 16:15:37 2011 +0100 @@ -286,8 +286,8 @@ ul.stitky { margin: 0; padding: 0 0 32px 0; - list-style: none; + width: 680px; } ul.stitky li, ul.stitky a { @@ -296,6 +296,7 @@ line-height: 20px; position: relative; font-size: 11px; + margin-bottom: 4px; } ul.stitky a { @@ -349,4 +350,22 @@ ul.stitky a:hover:before{ border-color:transparent #555 transparent transparent; -} \ No newline at end of file +} + +ul.stitky li.kurackost_0 a { background: #eee; } +ul.stitky li.kurackost_0 a:before { border-color: transparent #eee transparent transparent; } +ul.stitky li.kurackost_1 a { background: #eee; } +ul.stitky li.kurackost_1 a:before { border-color: transparent #eee transparent transparent; } +ul.stitky li.kurackost_2 a { background: #4d4; } +ul.stitky li.kurackost_2 a:before { border-color: transparent #4d4 transparent transparent; } +ul.stitky li.kurackost_3 a { background: #eee; } +ul.stitky li.kurackost_3 a:before { border-color: transparent #eee transparent transparent; } +ul.stitky li.kurackost_4 a { background: #eee; } +ul.stitky li.kurackost_4 a:before { border-color: transparent #eee transparent transparent; } + +ul.stitky li.spokojenost_true a { background: #4d4; } +ul.stitky li.spokojenost_true a:before { border-color: transparent #4d4 transparent transparent; } +ul.stitky li.spokojenost_false a { background: #eee; } +ul.stitky li.spokojenost_false a:before { border-color: transparent #eee transparent transparent; } +ul.stitky li.spokojenost_ a { background: #eee; } +ul.stitky li.spokojenost_ a:before { border-color: transparent #eee transparent transparent; }