| Rev | Line | |
|---|
| [477] | 1 | *
|
|---|
| 2 | {
|
|---|
| 3 | margin: 0;
|
|---|
| 4 | padding: 0;
|
|---|
| 5 | }
|
|---|
| 6 |
|
|---|
| 7 | body
|
|---|
| 8 | {
|
|---|
| 9 | font-size: small;
|
|---|
| 10 | font-family:Arial,Helvetica,sans-serif;
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | * html body
|
|---|
| 14 | {
|
|---|
| 15 | font-size: x-small; /* dla IE5/Win */
|
|---|
| 16 | f\ont-size: small; /* dla innych wersji IE */
|
|---|
| 17 | }
|
|---|
| 18 |
|
|---|
| 19 | #flagi
|
|---|
| 20 | {
|
|---|
| 21 | position:absolute;
|
|---|
| 22 | top: 5px;
|
|---|
| 23 | right: 0px;
|
|---|
| 24 | }
|
|---|
| 25 |
|
|---|
| 26 | #listaflag li
|
|---|
| 27 | {
|
|---|
| 28 | display: inline;
|
|---|
| 29 | list-style-type: none;
|
|---|
| 30 | padding-right: 10px;
|
|---|
| 31 | }
|
|---|
| 32 |
|
|---|
| 33 | #top
|
|---|
| 34 | {
|
|---|
| 35 | /*background-color: #ccdae8;*/
|
|---|
| 36 | background-image: url(img/tlo_top_.gif);
|
|---|
| 37 | border-bottom: solid 5px #ff8c00;
|
|---|
| 38 | }
|
|---|
| 39 |
|
|---|
| 40 | #top h1
|
|---|
| 41 | {
|
|---|
| 42 | position: relative;
|
|---|
| 43 | bottom: 5px;
|
|---|
| 44 | left: 10px;
|
|---|
| 45 | font-size: 130%;
|
|---|
| 46 | color: #a9a9a9;
|
|---|
| 47 | display:inline;
|
|---|
| 48 | }
|
|---|
| 49 |
|
|---|
| 50 | #top img.logo
|
|---|
| 51 | {
|
|---|
| 52 | position:relative;
|
|---|
| 53 | top: 10px;
|
|---|
| 54 | left: 10px;
|
|---|
| 55 | /*padding-bottom: 15px;*/
|
|---|
| 56 | }
|
|---|
| 57 |
|
|---|
| 58 | #left
|
|---|
| 59 | {
|
|---|
| 60 | padding: 10px;
|
|---|
| 61 | float: left;
|
|---|
| 62 | width: 20%;
|
|---|
| 63 | }
|
|---|
| 64 |
|
|---|
| 65 | #menu
|
|---|
| 66 | {
|
|---|
| 67 | padding-left: 0;
|
|---|
| 68 | margin-left: 0;
|
|---|
| 69 | border-bottom: 1px solid gray;
|
|---|
| 70 | width: 90%;
|
|---|
| 71 | }
|
|---|
| 72 |
|
|---|
| 73 | #menu li
|
|---|
| 74 | {
|
|---|
| 75 | list-style: none;
|
|---|
| 76 | margin: 0;
|
|---|
| 77 | padding: 0.25em;
|
|---|
| 78 | border-top: 1px solid gray;
|
|---|
| 79 | }
|
|---|
| 80 |
|
|---|
| 81 | #menu li a { text-decoration: none; }
|
|---|
| 82 |
|
|---|
| 83 |
|
|---|
| 84 | #content
|
|---|
| 85 | {
|
|---|
| 86 | padding: 10px 50px 0 10px;
|
|---|
| 87 | float: right;
|
|---|
| 88 | width: 80%;
|
|---|
| 89 | margin-bottom: 100px;
|
|---|
| 90 | line-height:2;
|
|---|
| 91 | }
|
|---|
| 92 |
|
|---|
| 93 | #content h2
|
|---|
| 94 | {
|
|---|
| 95 | font-size: 120%;
|
|---|
| 96 | color: #ff8c00;
|
|---|
| 97 | }
|
|---|
| 98 |
|
|---|
| 99 | #informacja1
|
|---|
| 100 | {
|
|---|
| 101 | display: block;
|
|---|
| 102 | padding: 10px;
|
|---|
| 103 | width: 600px;
|
|---|
| 104 | margin-top: 20px;
|
|---|
| 105 | /*margin-left: auto;
|
|---|
| 106 | margin-right:auto;*/
|
|---|
| 107 | color: #ff8409;
|
|---|
| 108 | font-weight: bold;
|
|---|
| 109 |
|
|---|
| 110 | }
|
|---|
| 111 |
|
|---|
| 112 | #box
|
|---|
| 113 | {
|
|---|
| 114 | padding: 10px;
|
|---|
| 115 | border: solid 1px #d3d0c7;
|
|---|
| 116 | width: 600px;
|
|---|
| 117 | margin: 5px 0 5px 0;
|
|---|
| 118 | line-height:2;
|
|---|
| 119 | }
|
|---|
| 120 |
|
|---|
| 121 | #box label
|
|---|
| 122 | {
|
|---|
| 123 | font-weight: bold;
|
|---|
| 124 | }
|
|---|
| 125 |
|
|---|
| 126 | #login
|
|---|
| 127 | {
|
|---|
| 128 | padding: 10px;
|
|---|
| 129 | border: solid 1px #d3d0c7;
|
|---|
| 130 | width: 600px;
|
|---|
| 131 | margin: 5px 0 5px 0;
|
|---|
| 132 | line-height:2;
|
|---|
| 133 | /*margin-left:auto;
|
|---|
| 134 | margin-right:auto;*/
|
|---|
| 135 |
|
|---|
| 136 | }
|
|---|
| 137 |
|
|---|
| 138 | #login p.pomoc
|
|---|
| 139 | {
|
|---|
| 140 | font-size: 85%;
|
|---|
| 141 | }
|
|---|
| 142 |
|
|---|
| 143 | #login label
|
|---|
| 144 | {
|
|---|
| 145 | display: block;
|
|---|
| 146 | width: 8em;
|
|---|
| 147 | font-weight: bold;
|
|---|
| 148 | }
|
|---|
| 149 |
|
|---|
| 150 | #footer
|
|---|
| 151 | {
|
|---|
| 152 | clear: both;
|
|---|
| 153 | border-top: solid 2px #ff8c00;
|
|---|
| 154 | height: 5%; /* poprawia problem w IE/Win z clear: both (musi być podana jakakolwiek wysokość)*/
|
|---|
| 155 | }
|
|---|
| 156 |
|
|---|
| 157 | #footer p
|
|---|
| 158 | {
|
|---|
| 159 | padding-left: 10px;
|
|---|
| 160 | font-size: 85%;
|
|---|
| 161 | }
|
|---|
| 162 |
|
|---|
| 163 | #errorInfo
|
|---|
| 164 | {
|
|---|
| 165 | margin: 30px 0 100px 0;
|
|---|
| 166 | line-height:2;
|
|---|
| 167 | }
|
|---|
| 168 |
|
|---|
| 169 | #errorInfo p
|
|---|
| 170 | {
|
|---|
| 171 | font-weight:bold;
|
|---|
| 172 | color: red;
|
|---|
| 173 | text-align: center;
|
|---|
| 174 | }
|
|---|
| 175 |
|
|---|
| 176 | #statusInfo
|
|---|
| 177 | {
|
|---|
| 178 | float: right;
|
|---|
| 179 | width: 80%;
|
|---|
| 180 | margin: 30px 0px 100px 0px;
|
|---|
| 181 | line-height: 2;
|
|---|
| 182 | }
|
|---|
| 183 |
|
|---|
| 184 | .WyborWaluty
|
|---|
| 185 | {
|
|---|
| 186 | width: 140px;
|
|---|
| 187 | }
|
|---|
| 188 |
|
|---|
| 189 | .blad
|
|---|
| 190 | {
|
|---|
| 191 | font-weight:bold;
|
|---|
| 192 | color: red;
|
|---|
| 193 | }
|
|---|
| 194 |
|
|---|
| 195 | .bold
|
|---|
| 196 | {
|
|---|
| 197 | font-weight:bold;
|
|---|
| 198 | }
|
|---|
| 199 |
|
|---|
| 200 | .odstep
|
|---|
| 201 | {
|
|---|
| 202 | padding-left: 20px;
|
|---|
| 203 | }
|
|---|
| 204 |
|
|---|
| 205 |
|
|---|
| 206 |
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.