root/branches/Emisje/eCard/eCardMVC/Platnosci/Content/Site.css @ 895

Wersja 895, 4.3 KB (wprowadzona przez sylwek, 16 years temu)

Re #195 merged with latest trunk

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