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