diff -r 000000000000 -r 1a05c7ce4f73 html/styl.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html/styl.css Tue Mar 09 20:29:29 2010 +0100 @@ -0,0 +1,170 @@ +.chybovaHlaska { + background-image: url('grafika/dialog-error.png'); + background-repeat: no-repeat; + background-position: 8px 8px; + min-height: 33px; + padding-top: 15px; + padding-left: 50px; + margin-top: 10px; + margin-bottom: 10px; + border: 2px solid orange; + background-color: #ffc65e; +} + + +body { + color: black; + background-color: white; + font-family: sans-serif; + text-align: center; +} + +a { + text-decoration: none; +} + +.body { + width: 1000px; + text-align: left; + margin: 0 auto; +} + +#horniPruh { + width: 1000px; + border: 1px solid silver; + background-color: #e6e6e6; +} + +#horniPruh h1 { + margin-left: 10px; +} + +#nabidka { + width: 980px; + border: 1px solid silver; + margin-top: 4px; + margin-bottom: 4px; + padding-top: 2px; + padding-left: 10px; + padding-right: 10px; + background-image: url('grafika/pozadi-nabidky.png'); + height: 23px; + display: block; +} + +#nabidka li { + display: inline; + font-size: 14px; + margin-left: 12px; +} + +#nabidka li a { + color: black; + text-decoration: none; +} +#nabidka li a:hover { + color: orange; +} + +#prihlasenyUzivatel { + color: gray; +} + +#prepinaniJazyku { + position: relative; + left: 910px; + top: -29px; + width: 90px; + margin: 0px; + padding: 0px; +} + +#prepinaniJazyku a { + margin-left: 4px; +} + +#prepinaniJazyku img { + border: none; +} + +#obsah { + width: 980px; + border: 1px solid silver; + margin-top: -28px; + margin-bottom: 4px; + padding-left: 10px; + padding-right: 10px; +} + +#paticka { + width: 1000px; + border: 1px solid silver; + background-color: #e6e6e6; + font-size: smaller; + padding-top: 3px; + padding-bottom: 3px; + text-align: center; +} + +table { + border: 1px solid gray; + border-collapse: collapse; +} + +td { + border: 1px solid gray; + padding: 2px 4px; +} + +thead { + background-color: silver; + font-weight: bold; +} + +.podnik h2 a { + color: black; +} + +.podnik { + border-top: 1px dashed silver; +} + +fieldset { + border: none; +} + +form { + text-align: right; + max-width: 400px; +} + +input { + width:200px; + margin-left: 2px; +} + +.podnik .adresa { + float: left; + color: #fff; + background-color: #0066B3; + width: 480px; +} +.podnik .hlasovani { + float: left; + color: #fff; + background-color: #E60066; + width: 250px; + height: 200px; +} + +.podnik .fotky { + float: left; + color: #fff; + background-color: #E60099; + width: 250px; + height: 200px; +} + +.podnik { + clear: both; +} \ No newline at end of file