html/styl.css
changeset 152 1519f46f9647
child 154 bf21a4abea9b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/html/styl.css	Sun Aug 15 22:46:13 2010 +0200
     1.3 @@ -0,0 +1,170 @@
     1.4 +.chybovaHlaska {
     1.5 +    background-image: url('grafika/dialog-error.png');
     1.6 +    background-repeat: no-repeat;
     1.7 +    background-position: 8px 8px;
     1.8 +    min-height: 33px;
     1.9 +    padding-top: 15px;
    1.10 +    padding-left: 50px;
    1.11 +    margin-top: 10px;
    1.12 +    margin-bottom: 10px;
    1.13 +    border: 2px solid orange;
    1.14 +    background-color: #ffc65e;
    1.15 +}
    1.16 +
    1.17 +
    1.18 +body {
    1.19 +    color: black;
    1.20 +    background-color: white;
    1.21 +    font-family: sans-serif;
    1.22 +    text-align: center;
    1.23 +}
    1.24 +
    1.25 +a {
    1.26 +    text-decoration: none;
    1.27 +}
    1.28 +
    1.29 +.body {
    1.30 +    width: 1000px;
    1.31 +    text-align: left;
    1.32 +    margin: 0 auto;
    1.33 +}
    1.34 +
    1.35 +#horniPruh {
    1.36 +    width: 1000px;
    1.37 +    border: 1px solid silver;
    1.38 +    background-color: #e6e6e6;
    1.39 +}
    1.40 +
    1.41 +#horniPruh h1 {
    1.42 +    margin-left: 10px;
    1.43 +}
    1.44 +
    1.45 +#nabidka {
    1.46 +    width: 980px;
    1.47 +    border: 1px solid silver;
    1.48 +    margin-top: 4px;
    1.49 +    margin-bottom: 4px;
    1.50 +    padding-top: 2px;
    1.51 +    padding-left: 10px;
    1.52 +    padding-right: 10px;
    1.53 +    background-image: url('grafika/pozadi-nabidky.png');
    1.54 +    height: 23px;
    1.55 +    display: block;
    1.56 +}
    1.57 +
    1.58 +#nabidka li {
    1.59 +    display: inline;
    1.60 +    font-size: 14px;
    1.61 +    margin-left: 12px;
    1.62 +}
    1.63 +
    1.64 +#nabidka li a {
    1.65 +    color: black;
    1.66 +    text-decoration: none;
    1.67 +}
    1.68 +#nabidka li a:hover {
    1.69 +    color: orange;
    1.70 +}
    1.71 +
    1.72 +#prihlasenyUzivatel {
    1.73 +    color: gray;
    1.74 +}
    1.75 +
    1.76 +#prepinaniJazyku {
    1.77 +    position: relative;
    1.78 +    left: 910px;
    1.79 +    top: -29px;
    1.80 +    width: 90px;
    1.81 +    margin: 0px;
    1.82 +    padding: 0px;
    1.83 +}
    1.84 +
    1.85 +#prepinaniJazyku a {
    1.86 +    margin-left: 4px;
    1.87 +}
    1.88 +
    1.89 +#prepinaniJazyku img {
    1.90 +    border: none;
    1.91 +}
    1.92 +
    1.93 +#obsah {
    1.94 +    width: 980px;
    1.95 +    border: 1px solid silver;
    1.96 +    margin-top: -28px;
    1.97 +    margin-bottom: 4px;
    1.98 +    padding-left: 10px;
    1.99 +    padding-right: 10px;
   1.100 +}
   1.101 +
   1.102 +#paticka {
   1.103 +    width: 1000px;
   1.104 +    border: 1px solid silver;
   1.105 +    background-color: #e6e6e6;
   1.106 +    font-size: smaller;
   1.107 +    padding-top: 3px;
   1.108 +    padding-bottom: 3px;
   1.109 +    text-align: center;
   1.110 +}
   1.111 +
   1.112 +table {
   1.113 +    border: 1px solid gray;
   1.114 +    border-collapse: collapse;
   1.115 +}
   1.116 +
   1.117 +td {
   1.118 +    border: 1px solid gray;
   1.119 +    padding: 2px 4px;
   1.120 +}
   1.121 +
   1.122 +thead {
   1.123 +    background-color: silver;
   1.124 +    font-weight: bold;
   1.125 +}
   1.126 +
   1.127 +.podnik h2 a {
   1.128 +    color: black;
   1.129 +}
   1.130 +
   1.131 +.podnik {
   1.132 +    border-top: 1px dashed silver;
   1.133 +}
   1.134 +
   1.135 +fieldset {
   1.136 +    border: none;
   1.137 +}
   1.138 +
   1.139 +form {
   1.140 +    text-align: right;
   1.141 +    max-width: 400px;
   1.142 +}
   1.143 +
   1.144 +input	{
   1.145 +    width:200px;
   1.146 +    margin-left: 2px;
   1.147 +}
   1.148 +
   1.149 +.podnik .adresa {
   1.150 +    float: left;
   1.151 +    color: #fff;
   1.152 +    background-color: #0066B3;
   1.153 +    width: 480px;
   1.154 +}
   1.155 +.podnik .hlasovani {
   1.156 +    float: left;
   1.157 +    color: #fff;
   1.158 +    background-color: #E60066;
   1.159 +    width: 250px;
   1.160 +    height: 200px;
   1.161 +}
   1.162 +
   1.163 +.podnik .fotky {
   1.164 +    float: left;
   1.165 +    color: #fff;
   1.166 +    background-color: #E60099;
   1.167 +    width: 250px;
   1.168 +    height: 200px;
   1.169 +}
   1.170 +
   1.171 +.podnik {
   1.172 +    clear: both;
   1.173 +}
   1.174 \ No newline at end of file