diff -r 000000000000 -r 7f6193e5fef3 html/web/styl.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html/web/styl.css Wed Aug 12 00:20:01 2009 +0200 @@ -0,0 +1,105 @@ +body { + background-color:#2C2C29; + font-size: 11px; +} + +#logo { + background: url('grafika/logo-web.png') no-repeat; + width: 600px; + height: 56px; + position: absolute; + top: -8px; + left: 240px; +} + +#logo span { + display: none; +} + +#prostredniPruh { + color:#2C2C29; + margin:0 auto; + text-align:left; + width:811px; +} + +#zahlavi { + background:transparent url('grafika/zahlavi.png') no-repeat scroll 0 0; + height:113px; + padding:0; +} + +#obalObsahu { + background:#FFFFFF url('grafika/obsah.png') repeat-y scroll 0 0; + margin-left:7px; + padding:0 10px 0 15px; + width:769px; +} + +#obsah { + width:547px; +} + +#pravyPruh { + float:right; + width:209px; +} + +.pravyPruh-vnitrek { + margin-left: 15px; +} +.pravyPruh-vnitrek h3 { + background: white url('grafika/bocniPanel.png'); + display:block; + font-size:11px; + font-weight:700; + height:22px; + padding:9px 0 0 10px; + width:181px; +} + +#zapati { + background:transparent url('grafika/zapati.png') no-repeat scroll 0 0; + height:60px; +} + +#nabidka { + float:left; + left:0px; + overflow:hidden; + position:relative; + text-transform:uppercase; + top:65px; + width:548px; +} + +#nabidka li { + float:left; + list-style-image:none; + list-style-position:outside; + list-style-type:none; + margin-right:4px; +} + +#nabidka li a { + background:transparent url('grafika/nabidka.png') no-repeat scroll left top; + color:#2C2C29; + cursor:pointer; + display:block; + -x-system-font:none; + font-family:Arial,Helvetica,sans-serif; + font-size:0.88em; + font-style:normal; + font-variant:normal; + font-weight:700; + line-height:26px; + padding-left:15px; + text-decoration:none; +} + +#nabidka li a span { + background:transparent url('grafika/nabidka.png') no-repeat scroll right top; + display:block; + line-height:24px; + padding-right:15px; +} \ No newline at end of file