1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/html/web/styl.css Sun Apr 07 18:38:36 2013 +0200
1.3 @@ -0,0 +1,105 @@
1.4 +body {
1.5 + background-color:#2C2C29;
1.6 + font-size: 11px;
1.7 +}
1.8 +
1.9 +#logo {
1.10 + background: url('grafika/logo-web.png') no-repeat;
1.11 + width: 600px;
1.12 + height: 56px;
1.13 + position: absolute;
1.14 + top: -8px;
1.15 + left: 240px;
1.16 +}
1.17 +
1.18 +#logo span {
1.19 + display: none;
1.20 +}
1.21 +
1.22 +#prostredniPruh {
1.23 + color:#2C2C29;
1.24 + margin:0 auto;
1.25 + text-align:left;
1.26 + width:811px;
1.27 +}
1.28 +
1.29 +#zahlavi {
1.30 + background:transparent url('grafika/zahlavi.png') no-repeat scroll 0 0;
1.31 + height:113px;
1.32 + padding:0;
1.33 +}
1.34 +
1.35 +#obalObsahu {
1.36 + background:#FFFFFF url('grafika/obsah.png') repeat-y scroll 0 0;
1.37 + margin-left:7px;
1.38 + padding:0 10px 0 15px;
1.39 + width:769px;
1.40 +}
1.41 +
1.42 +#obsah {
1.43 + width:547px;
1.44 +}
1.45 +
1.46 +#pravyPruh {
1.47 + float:right;
1.48 + width:209px;
1.49 +}
1.50 +
1.51 +.pravyPruh-vnitrek {
1.52 + margin-left: 15px;
1.53 +}
1.54 +.pravyPruh-vnitrek h3 {
1.55 + background: white url('grafika/bocniPanel.png');
1.56 + display:block;
1.57 + font-size:11px;
1.58 + font-weight:700;
1.59 + height:22px;
1.60 + padding:9px 0 0 10px;
1.61 + width:181px;
1.62 +}
1.63 +
1.64 +#zapati {
1.65 + background:transparent url('grafika/zapati.png') no-repeat scroll 0 0;
1.66 + height:60px;
1.67 +}
1.68 +
1.69 +#nabidka {
1.70 + float:left;
1.71 + left:0px;
1.72 + overflow:hidden;
1.73 + position:relative;
1.74 + text-transform:uppercase;
1.75 + top:65px;
1.76 + width:548px;
1.77 +}
1.78 +
1.79 +#nabidka li {
1.80 + float:left;
1.81 + list-style-image:none;
1.82 + list-style-position:outside;
1.83 + list-style-type:none;
1.84 + margin-right:4px;
1.85 +}
1.86 +
1.87 +#nabidka li a {
1.88 + background:transparent url('grafika/nabidka.png') no-repeat scroll left top;
1.89 + color:#2C2C29;
1.90 + cursor:pointer;
1.91 + display:block;
1.92 + -x-system-font:none;
1.93 + font-family:Arial,Helvetica,sans-serif;
1.94 + font-size:0.88em;
1.95 + font-style:normal;
1.96 + font-variant:normal;
1.97 + font-weight:700;
1.98 + line-height:26px;
1.99 + padding-left:15px;
1.100 + text-decoration:none;
1.101 +}
1.102 +
1.103 +#nabidka li a span {
1.104 + background:transparent url('grafika/nabidka.png') no-repeat scroll right top;
1.105 + display:block;
1.106 + line-height:24px;
1.107 + padding-right:15px;
1.108 +}
1.109 \ No newline at end of file