diff -r cdfc1e9e3a1b -r 7f9c6d10c3f6 java/nekurak.net-web/web/styl.css --- a/java/nekurak.net-web/web/styl.css Thu Jan 13 23:13:09 2011 +0100 +++ b/java/nekurak.net-web/web/styl.css Thu Jan 13 23:54:59 2011 +0100 @@ -302,8 +302,6 @@ ul.stitky a { margin-left: 20px; padding: 0 10px 0 12px; - background: silver; - color: #444; text-decoration: none; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; @@ -321,7 +319,6 @@ left: -10px; width: 0; height: 0; - border-color: transparent silver transparent transparent; border-style: solid; border-width: 10px 10px 10px 0; } @@ -343,29 +340,20 @@ box-shadow: -1px -1px 2px grey; } -ul.stitky a:hover{ - background: #555; - color: #ccc; -} +/** Noromální štítek */ +ul.stitky li.normalni a { background: silver; color: #444 } +ul.stitky li.normalni a:before{ border-color: transparent silver transparent transparent; } +ul.stitky li.normalni a:hover { background: #555; color: #ccc; } +ul.stitky li.normalni a:hover:before{ border-color:transparent #555 transparent transparent; } -ul.stitky a:hover:before{ - border-color:transparent #555 transparent transparent; -} +/** Nevýrazný štítek – negativní nebo neutrální */ +ul.stitky li.nevyrazny a { background: #eee; color: #444 } +ul.stitky li.nevyrazny a:before{ border-color: transparent #eee transparent transparent; } +ul.stitky li.nevyrazny a:hover { background: #555; color: #ccc; } +ul.stitky li.nevyrazny a:hover:before{ border-color:transparent #555 transparent transparent; } -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; } +/** Kladný štítek */ +ul.stitky li.kladny a { background: #4d4; color: #444 } +ul.stitky li.kladny a:before{ border-color: transparent #4d4 transparent transparent; } +ul.stitky li.kladny a:hover { background: #555; color: #ccc; } +ul.stitky li.kladny a:hover:before{ border-color:transparent #555 transparent transparent; }