html/styl.css
changeset 154 bf21a4abea9b
parent 60 1a05c7ce4f73
child 155 0a2943a82c82
     1.1 --- a/html/styl.css	Tue Mar 09 20:29:29 2010 +0100
     1.2 +++ b/html/styl.css	Sat Jan 08 20:18:27 2011 +0100
     1.3 @@ -1,3 +1,91 @@
     1.4 +ul.stitky {
     1.5 +	margin: 0;
     1.6 +	padding: 0 0 32px 0;
     1.7 +	
     1.8 +	list-style: none;
     1.9 +}	
    1.10 +
    1.11 +ul.stitky li, ul.stitky a {
    1.12 +	float: left;
    1.13 +	height: 20px;
    1.14 +	line-height: 20px;
    1.15 +	position: relative;
    1.16 +	font-size: 11px;
    1.17 +}	
    1.18 +	
    1.19 +ul.stitky a {
    1.20 +	margin-left: 20px;
    1.21 +	padding: 0 10px 0 12px;
    1.22 +	background: silver;
    1.23 +	color: #666;
    1.24 +	text-decoration: none;
    1.25 +	-moz-border-radius-bottomright: 4px;
    1.26 +	-webkit-border-bottom-right-radius: 4px;	
    1.27 +	border-bottom-right-radius: 4px;
    1.28 +	-moz-border-radius-topright: 4px;
    1.29 +	-webkit-border-top-right-radius: 4px;	
    1.30 +	border-top-right-radius: 4px;	
    1.31 +}
    1.32 +	
    1.33 +ul.stitky a:before {
    1.34 +	content: "";
    1.35 +	float: left;
    1.36 +	position: absolute;
    1.37 +	top: 0;
    1.38 +	left: -10px;
    1.39 +	width: 0;
    1.40 +	height: 0;
    1.41 +	border-color: transparent silver transparent transparent;
    1.42 +	border-style: solid;
    1.43 +	border-width: 10px 10px 10px 0;		
    1.44 +}
    1.45 +	
    1.46 +ul.stitky a:after {
    1.47 +	content: "";
    1.48 +	position: absolute;
    1.49 +	top: 9px;
    1.50 +	left: 0;
    1.51 +	float: left;
    1.52 +	width: 4px;
    1.53 +	height: 4px;
    1.54 +	-moz-border-radius: 2px;
    1.55 +	-webkit-border-radius: 2px;
    1.56 +	border-radius: 2px;
    1.57 +	background: #fff;
    1.58 +	-moz-box-shadow: -1px -1px 2px grey;
    1.59 +	-webkit-box-shadow: -1px -1px 2px grey;
    1.60 +	box-shadow: -1px -1px 2px #004977;
    1.61 +}
    1.62 +
    1.63 +ul.stitky a:hover{
    1.64 +	background: #555;
    1.65 +	color: #ccc;
    1.66 +}	
    1.67 +
    1.68 +ul.stitky a:hover:before{
    1.69 +	border-color:transparent #555 transparent transparent;
    1.70 +}
    1.71 +
    1.72 +
    1.73 +
    1.74 +
    1.75 +
    1.76 +
    1.77 +
    1.78 +
    1.79 +
    1.80 +
    1.81 +
    1.82 +
    1.83 +
    1.84 +
    1.85 +
    1.86 +
    1.87 +
    1.88 +
    1.89 +
    1.90 +
    1.91 +
    1.92  .chybovaHlaska {
    1.93      background-image: url('grafika/dialog-error.png');
    1.94      background-repeat: no-repeat;