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

Wersja 952, 3.8 KB (wprowadzona przez alina, 16 years temu)

re #215 testy i male przerobki (zmiana logo itp.)

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}
86input[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
121img{
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;
133    font-size: 14px;
134}
135#flagi
136{
137    vertical-align: top;
138    text-align: right;
139    padding-right: 5px;
140    padding-top: 5px;
141}
142#flagi a img
143{   
144    text-decoration: none;
145}
146#flagi a:hover
147{
148    color: White;
149}
150#Div1
151{
152    padding-left: 10px;
153    font-size: 85%;
154}
155.label_w
156{
157    width: 150px;     
158    font-weight: bold;
159    padding-top: 10px;
160}
161.input_w
162{
163    /*width: 200px;*/
164}
165.tablelogin
166{
167     border: solid 1px #a9a9a9;
168}
169.TableRightMargin
170{
171    width: 15px;
172}
173.przestrzen
174{
175    height: 15px;
176    font-size: 0px;
177}
178.col1
179{
180        font-weight: bold;
181        width: 170px;
182        padding-top: 5px;
183}
184.col
185{
186    padding-top: 5px;
187}
188.bold
189{
190        font-weight: bold;
191}
192.textbox,
193.textbox1
194{
195        padding-top: 5px;
196}
197.textbox input
198{   
199    color: Gray;
200        width: 600px;
201        border: none;
202}
203.textbox1 input
204{   
205        color: Gray;
206}
207#link1 a
208{
209    color: #a9a9a9;
210}
211#link1 a:hover
212{
213    color: Red;
214    text-decoration: none;
215}
216#odstep
217{
218    height: 20px;
219}
220.but input
221{
222    width: 85pt;
223    font-weight: bold;
224    color: #696969;
225}
226.pustaLinia
227{
228    height: 20px;
229   
230}
231.naglowekTab
232{
233    font-weight: bold;   
234    padding-top: 5px;
235    padding-bottom: 5pt;
236    background-color: #F5F5F5;
237    text-align: center;
238}
239.InfoPaid
240{
241    font-weight: bold;
242    font-size: 14px;
243}
244#unpaid
245{
246    color: #E00000;
247}
248.Info   /*ustawienia wlasciwosci wyswietlanych komunikatow*/
249{
250   
251    color: #696969;
252    font-size: 14px;
253    font-weight: bold;
254}
255.LogOfflink a
256{
257    text-decoration: underline;
258    color: Red;   
259}
260.title
261{   
262    font-weight: bold;
263    color: #a9a9a9;
264    font-size: 17px !important;
265    font-family: Arial, Helvetica, sans-serif;
266    padding-left: 8px;
267    vertical-align: bottom;
268    padding-top: 10px;
269}
270.LogOfflink span a
271{
272    font-weight: bold;
273    color: #696969;
274}
275
276
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.