java/nekurak.net-web/web/styl.css
changeset 166 7f9c6d10c3f6
parent 165 cdfc1e9e3a1b
child 167 21fa832b26aa
     1.1 --- a/java/nekurak.net-web/web/styl.css	Thu Jan 13 23:13:09 2011 +0100
     1.2 +++ b/java/nekurak.net-web/web/styl.css	Thu Jan 13 23:54:59 2011 +0100
     1.3 @@ -302,8 +302,6 @@
     1.4  ul.stitky a {
     1.5  	margin-left: 20px;
     1.6  	padding: 0 10px 0 12px;
     1.7 -	background: silver;
     1.8 -	color: #444;
     1.9  	text-decoration: none;
    1.10  	-moz-border-radius-bottomright:		4px;
    1.11  	-webkit-border-bottom-right-radius:	4px;
    1.12 @@ -321,7 +319,6 @@
    1.13  	left: -10px;
    1.14  	width: 0;
    1.15  	height: 0;
    1.16 -	border-color: transparent silver transparent transparent;
    1.17  	border-style: solid;
    1.18  	border-width: 10px 10px 10px 0;
    1.19  }
    1.20 @@ -343,29 +340,20 @@
    1.21  	box-shadow:			-1px -1px 2px grey;
    1.22  }
    1.23  
    1.24 -ul.stitky a:hover{
    1.25 -	background: #555;
    1.26 -	color: #ccc;
    1.27 -}
    1.28 +/** Noromální štítek */
    1.29 +ul.stitky li.normalni a { background: silver; color: #444 }
    1.30 +ul.stitky li.normalni a:before{ border-color: transparent silver transparent transparent; }
    1.31 +ul.stitky li.normalni a:hover { background: #555; color: #ccc; }
    1.32 +ul.stitky li.normalni a:hover:before{ border-color:transparent #555 transparent transparent; }
    1.33  
    1.34 -ul.stitky a:hover:before{
    1.35 -	border-color:transparent #555 transparent transparent;
    1.36 -}
    1.37 +/** Nevýrazný štítek – negativní nebo neutrální */
    1.38 +ul.stitky li.nevyrazny a { background: #eee; color: #444 }
    1.39 +ul.stitky li.nevyrazny a:before{ border-color: transparent #eee transparent transparent; }
    1.40 +ul.stitky li.nevyrazny a:hover { background: #555; color: #ccc; }
    1.41 +ul.stitky li.nevyrazny a:hover:before{ border-color:transparent #555 transparent transparent; }
    1.42  
    1.43 -ul.stitky li.kurackost_0 a { background: #eee; }
    1.44 -ul.stitky li.kurackost_0 a:before { border-color: transparent #eee transparent transparent; }
    1.45 -ul.stitky li.kurackost_1 a { background: #eee; }
    1.46 -ul.stitky li.kurackost_1 a:before { border-color: transparent #eee transparent transparent; }
    1.47 -ul.stitky li.kurackost_2 a { background: #4d4; }
    1.48 -ul.stitky li.kurackost_2 a:before { border-color: transparent #4d4 transparent transparent; }
    1.49 -ul.stitky li.kurackost_3 a { background: #eee; }
    1.50 -ul.stitky li.kurackost_3 a:before { border-color: transparent #eee transparent transparent; }
    1.51 -ul.stitky li.kurackost_4 a { background: #eee; }
    1.52 -ul.stitky li.kurackost_4 a:before { border-color: transparent #eee transparent transparent; }
    1.53 -
    1.54 -ul.stitky li.spokojenost_true a { background: #4d4; }
    1.55 -ul.stitky li.spokojenost_true a:before { border-color: transparent #4d4 transparent transparent; }
    1.56 -ul.stitky li.spokojenost_false a { background: #eee; }
    1.57 -ul.stitky li.spokojenost_false a:before { border-color: transparent #eee transparent transparent; }
    1.58 -ul.stitky li.spokojenost_ a { background: #eee; }
    1.59 -ul.stitky li.spokojenost_ a:before { border-color: transparent #eee transparent transparent; }
    1.60 +/** Kladný štítek */
    1.61 +ul.stitky li.kladny a { background: #4d4; color: #444 }
    1.62 +ul.stitky li.kladny a:before{ border-color: transparent #4d4 transparent transparent; }
    1.63 +ul.stitky li.kladny a:hover { background: #555; color: #ccc; }
    1.64 +ul.stitky li.kladny a:hover:before{ border-color:transparent #555 transparent transparent; }