root/branches/Abonament/Wierszowki/Wierszowki.Web/Content/print.css @ 763

Wersja 752, 7.4 KB (wprowadzona przez marek, 17 years temu)

wiersz

Line 
1/*----------------------------------------------------------
2The base color for this template is #5c87b2. If you'd like
3to use a different color start by replacing all instances of
4#5c87b2 with your new color.
5----------------------------------------------------------*/
6body
7{
8    font-size: .75em;
9    font-family: Verdana, Helvetica, Sans-Serif;
10    margin: 0;
11    padding: 0;
12    color: #fff;
13}
14
15a:link
16{
17    color: #000;
18    text-decoration: underline;
19}
20a:visited
21{
22    color: #000;
23}
24a:hover
25{
26    color: #000;
27    text-decoration: none;
28}
29a:active
30{
31    color: #000;
32}
33
34p, ul
35{
36    margin-bottom: 20px;
37    line-height: 1.6em;
38}
39
40/* HEADINGS   
41----------------------------------------------------------*/
42h1, h2, h3, h4, h5, h6
43{
44    font-size: 1.5em;
45    color: #000;
46    font-family: Arial, Helvetica, sans-serif;
47}
48
49h1
50{
51    font-size: 2em;
52    padding-bottom: 0;
53    margin-bottom: 0;
54}
55h2
56{
57    padding: 0 0 10px 0;
58}
59h3
60{
61    font-size: 1.2em;
62}
63h4
64{
65    font-size: 1.1em;
66}
67h5, h6
68{
69    font-size: 1em;
70}
71
72/* this rule styles <h2> tags that are the
73first child of the left and right table columns */
74.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
75{
76    margin-top: 0;
77}
78
79/* PRIMARY LAYOUT ELEMENTS   
80----------------------------------------------------------*/
81
82/* you can specify a greater or lesser percentage for the
83page width. Or, you can specify an exact pixel width. */
84.page
85{
86    width: 100%;
87}
88
89#header
90{
91        display:none;
92}
93
94#main
95{
96    padding: 30px 30px 15px 30px;
97    background-color: #fff;
98    margin-bottom: 30px;
99    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
100}
101
102#footer
103{
104    display:none;
105}
106
107/* TAB MENU   
108----------------------------------------------------------*/
109ul#menu
110{
111    border-bottom: 1px #5C87B2 solid;
112    padding: 0 0 2px;
113    position: relative;
114    margin: 0;
115    text-align: right;
116}
117
118ul#menu li
119{
120    display: inline;
121    list-style: none;
122}
123
124ul#menu li#greeting
125{
126    padding: 10px 20px;
127    font-weight: bold;
128    text-decoration: none;
129    line-height: 2.8em;
130    color: #fff;
131}
132
133ul#menu li a
134{
135    padding: 10px 20px;
136    font-weight: bold;
137    text-decoration: none;
138    line-height: 2.8em;
139    background-color: #e8eef4;
140    color: #034af3;
141}
142
143ul#menu li a:hover
144{
145    background-color: #fff;
146    text-decoration: none;
147}
148
149ul#menu li a:active
150{
151    background-color: #a6e2a6;
152    text-decoration: none;
153}
154
155ul#menu li.selected a
156{
157    background-color: #fff;
158    color: #000;
159}
160
161/* FORM LAYOUT ELEMENTS   
162----------------------------------------------------------*/
163
164fieldset
165{
166    margin: 1em 0;
167    padding: 1em;
168    border: 1px solid #CCC;
169}
170
171fieldset p
172{
173    margin: 2px 12px 10px 10px;
174}
175
176fieldset label
177{
178    display: block;
179}
180
181fieldset label.inline
182{
183    display: inline;
184}
185
186legend
187{
188    font-size: 1.1em;
189    font-weight: 600;
190    padding: 2px 4px 8px 4px;
191}
192
193input[type="text"]
194{
195    width: 200px;
196    border: 1px solid #CCC;
197}
198
199input[type="password"]
200{
201    width: 200px;
202    border: 1px solid #CCC;
203}
204
205/* TABLE
206----------------------------------------------------------*/
207
208table
209{
210  color: #000;
211  border: solid 1px #000;
212  border-collapse: collapse;
213}
214
215table td
216{
217  padding: 5px;   
218  border: solid 1px #000;
219  text-align: right;
220}
221
222table th
223{
224  padding: 6px 5px;
225  text-align: left;
226  background-color: #fff;
227  border: solid 1px #000;   
228}
229
230/* MISC 
231----------------------------------------------------------*/
232.clear
233{
234    clear: both;
235}
236
237.error
238{
239    color:Red;
240}
241
242#menucontainer
243{
244    margin-top:40px;
245}
246
247div#title
248{
249    display:block;
250    float:left;
251    text-align:left;
252}
253
254#logindisplay
255{
256    font-size:1.1em;
257    display:block;
258    text-align:right;
259    margin:10px;
260    color:#fff;
261}
262
263#logindisplay a:link
264{
265    color: #fff;
266    text-decoration: underline;
267}
268
269#logindisplay a:visited
270{
271    color: #fff;
272    text-decoration: underline;
273}
274
275#logindisplay a:hover
276{
277    color: #fff;
278    text-decoration: none;
279}
280
281.field-validation-error
282{
283    color: #ff0000;
284}
285
286.input-validation-error
287{
288    border: 1px solid #ff0000;
289    background-color: #ffeeee;
290}
291
292.validation-summary-errors
293{
294    font-weight: bold;
295    color: #ff0000;
296}
297
298/*  Custom */
299.watermark
300{
301        background-color: #fff;
302        color: #bbb;
303}
304
305div.formitem
306{
307        width: 100%;
308        border-bottom: solid 1px #ccc;
309        padding: 5px 0 5px 5px;
310}
311
312fieldset
313{
314        width: 600px;
315        padding: 5px 5px 5px 5px;
316}
317
318label
319{       
320        float: left;
321        width: 45%;
322}
323
324fieldset input
325{
326        /*width: 100%;*/
327}
328
329p.label
330{
331        width: 45%;     
332}
333
334p#tooltip
335{
336        position: absolute;
337        display: none;
338        width: 250px;
339        background-color: #fffcdf;
340        padding: 5px 5px 5px 5px;
341        border: solid 1px #fff000;
342}
343
344table.jCalendar {
345        border: 1px solid #000;
346        background: #aaa;
347    border-collapse: separate;
348    border-spacing: 2px;
349}
350table.jCalendar th {
351        background: #333;
352        color: #fff;
353        font-weight: bold;
354        padding: 3px 5px;
355}
356
357table.jCalendar td {
358        background: #ccc;
359        color: #000;
360        padding: 3px 5px;
361        text-align: center;
362}
363table.jCalendar td.other-month {
364        background: #ddd;
365        color: #aaa;
366}
367table.jCalendar td.today {
368        background: #666;
369        color: #fff;
370}
371table.jCalendar td.selected {
372        background: #f66;
373        color: #fff;
374}
375table.jCalendar td.selected.dp-hover {
376        background: #f33;
377        color: #fff;
378}
379table.jCalendar td.dp-hover,
380table.jCalendar tr.activeWeekHover td {
381        background: #fff;
382        color: #000;
383}
384table.jCalendar tr.selectedWeek td {
385        background: #f66;
386        color: #fff;
387}
388table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
389        background: #bbb;
390        color: #888;
391}
392table.jCalendar td.unselectable,
393table.jCalendar td.unselectable:hover,
394table.jCalendar td.unselectable.dp-hover {
395        background: #bbb;
396        color: #888;
397}
398
399/* For the popup */
400
401/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
402
403div.dp-popup {
404        position: relative;
405        background: #ccc;
406        font-size: 10px;
407        font-family: arial, sans-serif;
408        padding: 2px;
409        width: 171px;
410        line-height: 1.2em;
411}
412div#dp-popup {
413        position: absolute;
414        z-index: 199;
415}
416div.dp-popup h2 {
417        font-size: 12px;
418        text-align: center;
419        margin: 2px 0;
420        padding: 0;
421}
422a#dp-close {
423        font-size: 11px;
424        padding: 4px 0;
425        text-align: center;
426        display: block;
427}
428a#dp-close:hover {
429        text-decoration: underline;
430}
431div.dp-popup a {
432        color: #000;
433        text-decoration: none;
434        padding: 3px 2px 0;
435}
436div.dp-popup div.dp-nav-prev {
437        position: absolute;
438        top: 2px;
439        left: 4px;
440        width: 100px;
441}
442div.dp-popup div.dp-nav-prev a {
443        float: left;
444}
445/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
446div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
447        cursor: pointer;
448}
449div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
450        cursor: default;
451}
452div.dp-popup div.dp-nav-next {
453        position: absolute;
454        top: 2px;
455        right: 4px;
456        width: 100px;
457}
458div.dp-popup div.dp-nav-next a {
459        float: right;
460}
461div.dp-popup a.disabled {
462        cursor: default;
463        color: #aaa;
464}
465div.dp-popup td {
466        cursor: pointer;
467}
468div.dp-popup td.disabled {
469        cursor: default;
470}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.