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