java/nekurak.net-web/web/styl.css
author František Kučera <franta-hg@frantovo.cz>
Sat Jun 19 11:19:27 2010 +0200 (2010-06-19)
changeset 142 44ef544460ca
parent 140 0f2df9746a2c
child 149 8238cdb4113a
permissions -rw-r--r--
AJAX komentáře
     1 body {
     2     color: black;
     3     background-color: white;
     4     font-family: sans-serif;
     5     text-align: center;
     6 }
     7 
     8 a {
     9     text-decoration: none;
    10 }
    11 
    12 .body {
    13     width: 1000px;
    14     text-align: left;
    15     margin: 0 auto;
    16 }
    17 
    18 #horniPruh {
    19     width: 1000px;
    20     border: 1px solid silver;
    21     background-color: #e6e6e6;
    22 }
    23 
    24 #horniPruh h1 {
    25     margin-left: 10px;
    26 }
    27 
    28 #nabidka {
    29     width: 980px;
    30     border: 1px solid silver;
    31     margin-top: 4px;
    32     margin-bottom: 4px;
    33     padding-top: 2px;
    34     padding-left: 10px;
    35     padding-right: 10px;
    36     background-image: url('grafika/pozadi-nabidky.png');
    37     height: 23px;
    38     display: block;
    39 }
    40 
    41 #nabidka li {
    42     display: inline;
    43     font-size: 14px;
    44     margin-left: 12px;
    45 }
    46 
    47 #nabidka li a {
    48     color: black;
    49     text-decoration: none;
    50 }
    51 #nabidka li a:hover {
    52     color: orange;
    53 }
    54 
    55 #prihlasenyUzivatel {
    56     color: gray;
    57 }
    58 
    59 #prepinaniJazyku {
    60     position: relative;
    61     left: 910px;
    62     top: -29px;
    63     width: 90px;
    64     margin: 0px;
    65     padding: 0px;
    66 }
    67 
    68 #prepinaniJazyku a {
    69     margin-left: 4px;
    70 }
    71 
    72 #prepinaniJazyku img {
    73     border: none;
    74 }
    75 
    76 #obsah {
    77     width: 980px;
    78     border: 1px solid silver;
    79     margin-top: -28px;
    80     margin-bottom: 4px;
    81     padding-left: 10px;
    82     padding-right: 10px;
    83 }
    84 
    85 #paticka {
    86     width: 1000px;
    87     border: 1px solid silver;
    88     background-color: #e6e6e6;
    89     font-size: smaller;
    90     padding-top: 3px;
    91     padding-bottom: 3px;
    92     text-align: center;
    93 }
    94 
    95 table {
    96     border: 1px solid gray;
    97     border-collapse: collapse;
    98 }
    99 
   100 td {
   101     border: 1px solid gray;
   102     padding: 2px 4px;
   103 }
   104 
   105 thead {
   106     background-color: silver;
   107     font-weight: bold;
   108 }
   109 
   110 #horniPruh h1 a {
   111     color: black;
   112 }
   113 
   114 .podnik h2 a {
   115     color: black;
   116 }
   117 
   118 .podnik {
   119     border-top: 1px dashed silver;
   120 }
   121 
   122 fieldset {
   123 	border: none;
   124 }
   125 
   126 form {
   127 	text-align: right;
   128 	max-width: 400px;
   129 }
   130 
   131 input, textarea, select	{
   132 	width:200px;
   133 	margin-left: 2px;
   134 }
   135 
   136 #formularKomentuj input, #formularKomentuj textarea, #formularKomentuj select {
   137 	width:300px;
   138 }
   139 
   140 #formularKomentuj form {
   141     float: left;
   142 }
   143 
   144 #formularKomentuj .vystup {
   145     margin-left: 400px;
   146 }
   147 
   148 .chybovaHlaska {
   149     background-image: url('grafika/chyba.png');
   150     background-repeat: no-repeat;
   151     background-position: 8px 8px;
   152     min-height: 33px;
   153     padding-top: 15px;
   154     padding-left: 50px;
   155     margin-top: 10px;
   156     margin-bottom: 10px;
   157     border: 2px solid orange;
   158     background-color: #ffc65e;
   159 }
   160 
   161 .informacniHlaska {
   162     background-image: url('grafika/info.png');
   163     background-repeat: no-repeat;
   164     background-position: 8px 8px;
   165     min-height: 33px;
   166     padding-top: 15px;
   167     padding-left: 50px;
   168     margin-top: 10px;
   169     margin-bottom: 10px;
   170     border: 2px solid #99ccff;
   171     background-color: #bfdfff;
   172 }
   173 
   174 .registraceKontrolaUdaju {
   175     color: gray;
   176 }
   177 
   178 .podnik .adresa {
   179     float: left;
   180     width: 500px;
   181 }
   182 .podnik .hlasovani {
   183     float: left;
   184     width: 200px;
   185     height: 280px;
   186     padding-top: 16px;
   187     margin-right: 20px;
   188 }
   189 
   190 .podnik .hlasovani object {
   191     overflow: hidden;
   192     width: 200px;
   193     height: 200px;
   194 }
   195 
   196 .podnik .fotky {
   197     float: left;
   198     width: 200px;
   199     height: 280px;
   200 }
   201 
   202 .podnik .fotky img {
   203     border: none;
   204 }
   205 
   206 .podnik {
   207     clear: both;
   208 }
   209 
   210 .cistic {
   211     clear: both;
   212 }
   213 
   214 .slider_prev  {
   215     background-image: url('grafika/fotkyPodnikuPredchozi.png');
   216     width: 32px;
   217     height: 32px;
   218     text-indent: 1000px;
   219 }
   220 
   221 .slider_next {
   222     background-image: url('grafika/fotkyPodnikuDalsi.png');
   223     width: 32px;
   224     height: 32px;
   225     text-indent: 1000px;
   226 }
   227 
   228 .komentare {
   229     border-top: 1px dashed silver;
   230     margin-bottom: 8px;
   231 }
   232 
   233 .komentar {
   234     border-top: 1px solid #e7e6e6;
   235 }
   236 
   237 .komentar h4 {
   238     font-size: medium;
   239     font-weight: bold;
   240     margin-top: 8px;
   241     margin-bottom: 0px;
   242 }
   243 
   244 .komentar p {
   245     margin-top: 8px;
   246     margin-bottom: 8px;
   247 }