root/branches/Emisje/eCard/eCardMVC/Platnosci/Content/Site.css
@
939
| Wersja 939, 4.0 KB (wprowadzona przez sylwek, 16 years temu) |
|---|
| Rev | Line | |
|---|---|---|
| [866] | 1 | body |
| 2 | { | |
| 3 | background-color: White; | |
| 4 | font-size: .75em; | |
| 5 | font-family: Verdana, Helvetica, Sans-Serif; | |
| 6 | margin: 0; | |
| 7 | padding: 0; | |
| [939] | 8 | color: #696969; /*ustawienie koloru czcionki*/ |
| [866] | 9 | } |
| 10 | p, ul | |
| 11 | { | |
| 12 | margin-bottom: 20px; | |
| 13 | line-height: 1.6em; | |
| 14 | } | |
| [939] | 15 | .zalogujTitle |
| [866] | 16 | { |
| [939] | 17 | font-weight: bold; |
| 18 | font-size: 15px; | |
| [866] | 19 | } |
| [939] | 20 | .SzczegolyZlecenia |
| [866] | 21 | { |
| 22 | font-family: Arial, Helvetica, sans-serif; | |
| [895] | 23 | font-size: 1.5em; |
| [939] | 24 | color: #E00000; |
| [895] | 25 | font-weight: bold; |
| [866] | 26 | } |
| [895] | 27 | .wtab |
| [866] | 28 | { |
| 29 | width: 100%; | |
| 30 | margin-left: auto; | |
| 31 | margin-right: auto; | |
| 32 | } | |
| [939] | 33 | .tlo |
| 34 | { | |
| 35 | padding: 10px 10px 0 10px; | |
| 36 | ||
| 37 | } | |
| [866] | 38 | #header |
| 39 | { | |
| 40 | position: relative; | |
| 41 | margin-bottom: 0px; | |
| 42 | color: #000; | |
| 43 | padding: 0; | |
| 44 | } | |
| 45 | #main | |
| 46 | { | |
| [939] | 47 | padding: 15px 30px 15px 30px; |
| [866] | 48 | background-color: #fff; |
| 49 | margin-bottom: 30px; | |
| 50 | _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */ | |
| 51 | } | |
| 52 | #footer | |
| 53 | { | |
| 54 | color: #999; | |
| 55 | padding: 10px 0; | |
| 56 | text-align: center; | |
| 57 | line-height: normal; | |
| 58 | margin: 0; | |
| 59 | font-size: .9em; | |
| 60 | } | |
| 61 | /* TAB MENU | |
| 62 | ----------------------------------------------------------*/ | |
| 63 | ul#menu | |
| 64 | { | |
| 65 | border-bottom: 1px #5C87B2 solid; | |
| 66 | padding: 0 0 2px; | |
| 67 | position: relative; | |
| 68 | margin: 0; | |
| 69 | text-align: right; | |
| 70 | } | |
| 71 | ||
| 72 | ul#menu li | |
| 73 | { | |
| 74 | display: inline; | |
| 75 | list-style: none; | |
| 76 | } | |
| 77 | ||
| 78 | ul#menu li#greeting | |
| 79 | { | |
| 80 | padding: 10px 20px; | |
| 81 | font-weight: bold; | |
| 82 | text-decoration: none; | |
| 83 | line-height: 2.8em; | |
| 84 | color: #fff; | |
| 85 | } | |
| 86 | ||
| [939] | 87 | /*ul#menu li a |
| [866] | 88 | { |
| 89 | padding: 10px 20px; | |
| 90 | font-weight: bold; | |
| 91 | text-decoration: none; | |
| 92 | line-height: 2.8em; | |
| 93 | background-color: #e8eef4; | |
| 94 | color: #034af3; | |
| 95 | } | |
| [939] | 96 | ul#menu li a:active |
| [866] | 97 | { |
| [939] | 98 | background-color: #a6e2a6; |
| [866] | 99 | text-decoration: none; |
| 100 | } | |
| [939] | 101 | ul#menu li a:hover |
| [866] | 102 | { |
| [939] | 103 | background-color: #fff; |
| [866] | 104 | text-decoration: none; |
| 105 | } | |
| 106 | ul#menu li.selected a | |
| 107 | { | |
| 108 | background-color: #fff; | |
| 109 | color: #000; | |
| [939] | 110 | }*/ |
| [866] | 111 | |
| 112 | input[type="text"] | |
| 113 | { | |
| 114 | border: 1px solid #CCC; | |
| 115 | } | |
| 116 | .clear | |
| 117 | { | |
| 118 | clear: both; | |
| 119 | } | |
| 120 | .error | |
| 121 | { | |
| 122 | color:Red; | |
| 123 | } | |
| 124 | ||
| 125 | #menucontainer | |
| 126 | { | |
| 127 | margin-top:40px; | |
| 128 | } | |
| 129 | ||
| 130 | .field-validation-error | |
| 131 | { | |
| 132 | color: #ff0000; | |
| 133 | } | |
| 134 | ||
| 135 | .input-validation-error | |
| 136 | { | |
| 137 | border: 1px solid #ff0000; | |
| 138 | background-color: #ffeeee; | |
| 139 | } | |
| 140 | ||
| 141 | .validation-summary-errors | |
| 142 | { | |
| 143 | font-weight: bold; | |
| 144 | color: #ff0000; | |
| 145 | } | |
| 146 | .img_info | |
| 147 | img{ | |
| 148 | width: 22px; | |
| 149 | height: 22px; | |
| 150 | } | |
| 151 | .img_info | |
| 152 | { | |
| 153 | vertical-align: middle; | |
| 154 | } | |
| 155 | .pay_error | |
| 156 | { | |
| 157 | color: Red; | |
| 158 | font-weight: bold; | |
| [939] | 159 | font-size: 14px; |
| [866] | 160 | } |
| 161 | #flagi | |
| 162 | { | |
| 163 | text-align: right; | |
| 164 | } | |
| 165 | #flagi a img | |
| 166 | { | |
| 167 | text-decoration: none; | |
| 168 | } | |
| 169 | #flagi a:hover | |
| 170 | { | |
| 171 | color: White; | |
| 172 | } | |
| 173 | #Div1 | |
| 174 | { | |
| 175 | padding-left: 10px; | |
| 176 | font-size: 85%; | |
| 177 | } | |
| 178 | .label_w | |
| 179 | { | |
| [939] | 180 | width: 150px; |
| [866] | 181 | font-weight: bold; |
| [939] | 182 | padding-top: 10px; |
| [866] | 183 | } |
| 184 | .input_w | |
| 185 | { | |
| 186 | /*width: 200px;*/ | |
| 187 | } | |
| 188 | .fieldset | |
| 189 | { | |
| 190 | ||
| 191 | } | |
| 192 | .tablelogin | |
| 193 | { | |
| [939] | 194 | border: solid 1px #a9a9a9; |
| [866] | 195 | } |
| [939] | 196 | .TableRightMargin |
| 197 | { | |
| 198 | width: 15px; | |
| 199 | } | |
| 200 | .przestrzen | |
| 201 | { | |
| 202 | height: 15px; | |
| 203 | font-size: 0px; | |
| 204 | } | |
| [866] | 205 | .col1 |
| 206 | { | |
| 207 | font-weight: bold; | |
| 208 | width: 150px; | |
| [939] | 209 | padding-top: 5px; |
| [866] | 210 | } |
| [895] | 211 | .col |
| 212 | { | |
| 213 | padding-top: 5px; | |
| 214 | } | |
| [866] | 215 | .bold |
| 216 | { | |
| 217 | font-weight: bold; | |
| 218 | } | |
| 219 | .textbox, | |
| 220 | .textbox1 | |
| 221 | { | |
| 222 | padding-top: 5px; | |
| 223 | } | |
| 224 | .textbox input | |
| 225 | { | |
| 226 | color: Gray; | |
| 227 | width: 600px; | |
| 228 | border: none; | |
| 229 | } | |
| 230 | .textbox1 input | |
| 231 | { | |
| 232 | color: Gray; | |
| 233 | } | |
| [939] | 234 | #link1 a |
| 235 | { | |
| 236 | color: #a9a9a9; | |
| 237 | } | |
| [866] | 238 | #link1 a:hover |
| 239 | { | |
| 240 | color: Red; | |
| 241 | text-decoration: none; | |
| 242 | } | |
| 243 | #odstep | |
| 244 | { | |
| [939] | 245 | height: 20px; |
| [866] | 246 | } |
| 247 | .but | |
| 248 | { | |
| 249 | width: 100pt; | |
| 250 | } | |
| [895] | 251 | .pustaLinia |
| 252 | { | |
| 253 | height: 20px; | |
| 254 | ||
| 255 | } | |
| 256 | .naglowekTab | |
| 257 | { | |
| 258 | font-weight: bold; | |
| 259 | padding-top: 5px; | |
| 260 | padding-bottom: 5pt; | |
| 261 | background-color: #F5F5F5; | |
| 262 | text-align: center; | |
| 263 | } | |
| 264 | .InfoPaid | |
| 265 | { | |
| 266 | font-weight: bold; | |
| 267 | font-size: 14px; | |
| 268 | } | |
| 269 | #unpaid | |
| 270 | { | |
| [939] | 271 | color: #E00000; |
| [895] | 272 | } |
| [939] | 273 | .Info /*ustawienia wlasciwosci wyswietlanych komunikatow*/ |
| 274 | { | |
| 275 | ||
| 276 | color: #696969; | |
| 277 | font-size: 14px; | |
| 278 | font-weight: bold; | |
| 279 | } | |
| 280 | .LogOfflink a | |
| 281 | { | |
| 282 | text-decoration: underline; | |
| 283 | color: Red; | |
| 284 | } | |
| 285 | .title | |
| 286 | { | |
| 287 | vertical-align: bottom; | |
| 288 | padding-left: 15px; | |
| 289 | font-size: 18px; | |
| 290 | font-weight: bold; | |
| 291 | } | |
| [866] | 292 | |
| 293 |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
