root/trunk/eCard/eCardMVC/Platnosci/Content/Site.css @ 911

Wersja 911, 4.0 KB (wprowadzona przez alina, 16 years temu)

re #215 dodano formularz dla potwierdzenia, dodano testy sprawdzajace typy i format zmiennych przesylanych z eCardu

Line 
1body
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}
10p, ul
11{
12    margin-bottom: 20px;
13    line-height: 1.6em;
14}
15.zalogujTitle
16{
17    font-weight: bold;
18    font-size: 15px;
19}
20.SzczegolyZlecenia
21{
22    font-family: Arial, Helvetica, sans-serif;
23    font-size: 1.5em;
24    color: #E00000;
25    font-weight: bold;
26}
27.wtab
28{
29    width: 100%;
30    margin-left: auto;
31    margin-right: auto;
32}
33.tlo
34{
35    padding: 10px 10px 0 10px;
36   
37}
38#header
39{
40    position: relative;
41    margin-bottom: 0px;
42    color: #000;
43    padding: 0;
44}
45#main
46{
47    padding: 15px 30px 15px 30px;
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----------------------------------------------------------*/
63ul#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
72ul#menu li
73{
74    display: inline;
75    list-style: none;
76}
77
78ul#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
87/*ul#menu li a
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}
96ul#menu li a:active
97{
98    background-color: #a6e2a6;
99    text-decoration: none;
100}
101ul#menu li a:hover
102{
103    background-color: #fff;
104    text-decoration: none;
105}
106ul#menu li.selected a
107{
108    background-color: #fff;
109    color: #000;
110}*/
111
112input[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
147img{
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    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{
180    width: 150px;     
181    font-weight: bold;
182    padding-top: 10px;
183}
184.input_w
185{
186    /*width: 200px;*/
187}
188.fieldset
189{
190   
191}
192.tablelogin
193{
194     border: solid 1px #a9a9a9;
195}
196.TableRightMargin
197{
198    width: 15px;
199}
200.przestrzen
201{
202    height: 15px;
203    font-size: 0px;
204}
205.col1
206{
207        font-weight: bold;
208        width: 150px;
209        padding-top: 5px;
210}
211.col
212{
213    padding-top: 5px;
214}
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}
234#link1 a
235{
236    color: #a9a9a9;
237}
238#link1 a:hover
239{
240    color: Red;
241    text-decoration: none;
242}
243#odstep
244{
245    height: 20px;
246}
247.but
248{
249    width: 100pt;
250}
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{
271    color: #E00000;
272}
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}
292
293
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.