root/trunk/eCard/eCardMVC/Platnosci/Content/Site.css
@
940
| Wersja 940, 3.7 KB (wprowadzona przez alina, 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; | |
| [898] | 8 | color: #696969; /*ustawienie koloru czcionki*/ |
| [866] | 9 | } |
| 10 | p, ul | |
| 11 | { | |
| 12 | margin-bottom: 20px; | |
| 13 | line-height: 1.6em; | |
| 14 | } | |
| [908] | 15 | .zalogujTitle |
| 16 | { | |
| 17 | font-weight: bold; | |
| 18 | font-size: 15px; | |
| 19 | } | |
| [898] | 20 | .SzczegolyZlecenia |
| [866] | 21 | { |
| 22 | font-family: Arial, Helvetica, sans-serif; | |
| [888] | 23 | font-size: 1.5em; |
| [911] | 24 | color: #E00000; |
| [888] | 25 | font-weight: bold; |
| [866] | 26 | } |
| [886] | 27 | .wtab |
| [866] | 28 | { |
| 29 | width: 100%; | |
| 30 | margin-left: auto; | |
| 31 | margin-right: auto; | |
| 32 | } | |
| [908] | 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 | { | |
| [908] | 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 | input[type="text"] | |
| 87 | { | |
| 88 | border: 1px solid #CCC; | |
| 89 | } | |
| 90 | .clear | |
| 91 | { | |
| 92 | clear: both; | |
| 93 | } | |
| 94 | .error | |
| 95 | { | |
| 96 | color:Red; | |
| 97 | } | |
| 98 | ||
| 99 | #menucontainer | |
| 100 | { | |
| 101 | margin-top:40px; | |
| 102 | } | |
| 103 | ||
| 104 | .field-validation-error | |
| 105 | { | |
| 106 | color: #ff0000; | |
| 107 | } | |
| 108 | ||
| 109 | .input-validation-error | |
| 110 | { | |
| 111 | border: 1px solid #ff0000; | |
| 112 | background-color: #ffeeee; | |
| 113 | } | |
| 114 | ||
| 115 | .validation-summary-errors | |
| 116 | { | |
| 117 | font-weight: bold; | |
| 118 | color: #ff0000; | |
| 119 | } | |
| 120 | .img_info | |
| 121 | img{ | |
| 122 | width: 22px; | |
| 123 | height: 22px; | |
| 124 | } | |
| 125 | .img_info | |
| 126 | { | |
| 127 | vertical-align: middle; | |
| 128 | } | |
| 129 | .pay_error | |
| 130 | { | |
| 131 | color: Red; | |
| 132 | font-weight: bold; | |
| [898] | 133 | font-size: 14px; |
| [866] | 134 | } |
| 135 | #flagi | |
| 136 | { | |
| 137 | text-align: right; | |
| 138 | } | |
| 139 | #flagi a img | |
| 140 | { | |
| 141 | text-decoration: none; | |
| 142 | } | |
| 143 | #flagi a:hover | |
| 144 | { | |
| 145 | color: White; | |
| 146 | } | |
| 147 | #Div1 | |
| 148 | { | |
| 149 | padding-left: 10px; | |
| 150 | font-size: 85%; | |
| 151 | } | |
| 152 | .label_w | |
| 153 | { | |
| [908] | 154 | width: 150px; |
| [866] | 155 | font-weight: bold; |
| [908] | 156 | padding-top: 10px; |
| [866] | 157 | } |
| 158 | .input_w | |
| 159 | { | |
| 160 | /*width: 200px;*/ | |
| 161 | } | |
| 162 | .fieldset | |
| 163 | { | |
| 164 | ||
| 165 | } | |
| 166 | .tablelogin | |
| 167 | { | |
| [908] | 168 | border: solid 1px #a9a9a9; |
| [866] | 169 | } |
| [908] | 170 | .TableRightMargin |
| 171 | { | |
| 172 | width: 15px; | |
| 173 | } | |
| 174 | .przestrzen | |
| 175 | { | |
| 176 | height: 15px; | |
| 177 | font-size: 0px; | |
| 178 | } | |
| [866] | 179 | .col1 |
| 180 | { | |
| 181 | font-weight: bold; | |
| 182 | width: 150px; | |
| [898] | 183 | padding-top: 5px; |
| [866] | 184 | } |
| [883] | 185 | .col |
| 186 | { | |
| 187 | padding-top: 5px; | |
| 188 | } | |
| [866] | 189 | .bold |
| 190 | { | |
| 191 | font-weight: bold; | |
| 192 | } | |
| 193 | .textbox, | |
| 194 | .textbox1 | |
| 195 | { | |
| 196 | padding-top: 5px; | |
| 197 | } | |
| 198 | .textbox input | |
| 199 | { | |
| 200 | color: Gray; | |
| 201 | width: 600px; | |
| 202 | border: none; | |
| 203 | } | |
| 204 | .textbox1 input | |
| 205 | { | |
| 206 | color: Gray; | |
| 207 | } | |
| [911] | 208 | #link1 a |
| 209 | { | |
| 210 | color: #a9a9a9; | |
| 211 | } | |
| [866] | 212 | #link1 a:hover |
| 213 | { | |
| 214 | color: Red; | |
| 215 | text-decoration: none; | |
| 216 | } | |
| 217 | #odstep | |
| 218 | { | |
| [908] | 219 | height: 20px; |
| [866] | 220 | } |
| [940] | 221 | .but input |
| [866] | 222 | { |
| [940] | 223 | width: 85pt; |
| 224 | font-weight: bold; | |
| 225 | color: #696969; | |
| [866] | 226 | } |
| [883] | 227 | .pustaLinia |
| 228 | { | |
| 229 | height: 20px; | |
| 230 | ||
| 231 | } | |
| 232 | .naglowekTab | |
| 233 | { | |
| 234 | font-weight: bold; | |
| 235 | padding-top: 5px; | |
| 236 | padding-bottom: 5pt; | |
| 237 | background-color: #F5F5F5; | |
| 238 | text-align: center; | |
| 239 | } | |
| 240 | .InfoPaid | |
| 241 | { | |
| 242 | font-weight: bold; | |
| 243 | font-size: 14px; | |
| 244 | } | |
| 245 | #unpaid | |
| 246 | { | |
| [898] | 247 | color: #E00000; |
| [883] | 248 | } |
| [898] | 249 | .Info /*ustawienia wlasciwosci wyswietlanych komunikatow*/ |
| 250 | { | |
| 251 | ||
| 252 | color: #696969; | |
| 253 | font-size: 14px; | |
| 254 | font-weight: bold; | |
| 255 | } | |
| [908] | 256 | .LogOfflink a |
| 257 | { | |
| 258 | text-decoration: underline; | |
| 259 | color: Red; | |
| 260 | } | |
| 261 | .title | |
| 262 | { | |
| 263 | vertical-align: bottom; | |
| 264 | padding-left: 15px; | |
| 265 | font-size: 18px; | |
| 266 | font-weight: bold; | |
| 267 | } | |
| [938] | 268 | .LogOfflink span a |
| 269 | { | |
| 270 | font-weight: bold; | |
| 271 | color: #696969; | |
| 272 | } | |
| [866] | 273 | |
| 274 |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
