source: trunk/web/addons/job_monarch/lib/extjs/examples/shared/extjs/css/extjs.css @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 10.3 KB
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
10
11body {
12        /*font-family: helvetica,arial,tahoma,sans-serif;*/
13        font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
14        font-size:13px;
15        color:#555;
16        line-height:20px;
17        background-color:#fff;
18        text-align:center;
19        margin:0;padding:0;border:0;
20}
21
22td {
23        font-size:13px;
24}
25
26a:link, a:visited, a:active {
27        color: #0464BB;
28        text-decoration:none;
29}
30a:hover {
31        color: #1C417C;
32        text-decoration: underline;
33}
34
35/* main document center */
36#viewport {
37        margin:auto;
38        text-align:left;
39        width:960px;
40}
41
42/* header styles */
43#hd {
44        background:transparent url(../images/topbar.png) no-repeat 10px bottom;
45        height:95px;
46        position:relative;
47}
48
49#hd table.nav {
50        position:absolute;
51        margin-left:0;
52}
53#hd table.nav tr {
54}
55#hd table.nav tr td {
56        padding-top:1px;
57        padding-left:0;
58        padding-right:0;
59}
60#hd table.nav a, #hd table.main-nav a:hover, #hd table.main-nav a:visited {
61        color: #fff;
62}
63
64#hd table.nav a, #hd table.main-nav a span {
65        color: #fff;
66        display:block;
67}
68#hd table.nav a {
69        line-height:14px;
70}
71#hd table.nav a span {
72        padding:6px 15px 7px 15px;
73}
74#hd table.nav a span {
75        font-family:tahoma,helvetica,arial,sans-serif;
76        font-size:12px;
77}
78
79/* Main nav */
80
81
82#hd table.main-nav {
83        left:15px;
84        top:40px;
85}
86#hd table.main-nav tr {
87        height:28px;
88}
89
90#hd table.main-nav a:hover {
91        text-decoration:underline;
92}
93
94#hd table.main-nav a:hover span {
95        text-decoration:underline;
96}
97
98#hd table.main-nav td.active a {
99        background:transparent url(../images/nav-left.png) repeat-x;
100        text-decoration:none;
101}
102
103#hd table.main-nav td.active a span {
104        background:transparent url(../images/nav-right.png) no-repeat right 0;
105        font-weight:bold;
106        padding:7px 15px 6px 15px;
107        text-decoration:none;
108}
109
110/* Sub nav */
111
112#hd .sub-nav {
113        position:absolute;
114        left:25px;
115        top:72px;
116        height:21px;
117}
118#hd .sub-nav td {
119        font-size:11px;
120        color:#777;
121        font-family:tahoma,helvetica,arial,sans-serif;
122}
123#hd .sub-nav td span {
124        color:#777;
125}
126#hd .sub-nav td a {
127        color:#046BCA;
128        font-family:tahoma,helvetica,arial,sans-serif;
129}
130#hd .sub-nav td.spacer {
131        padding:0 5px;
132}
133/* Main header image */
134
135#hd h1 a {
136        background:transparent url(../images/extjs2.png) no-repeat;
137    position:relative;
138    float:left;
139    top: 12px;
140    left: 20px;
141    height:18px;
142    width:227px;
143}
144#hd h1 a span {
145        display:none;
146}
147
148/* body styles */
149
150#bd {
151        margin:5px 15px 0;
152        zoom:1;
153}
154
155#bd p {
156        margin-top:8px;
157        margin-bottom:8px;
158}
159
160#bd br {
161        font-size:10px;
162        line-height:10px;
163}
164
165#bd .left-column {
166        width:700px;
167        float:left;
168}
169#bd .right-column {
170        width:200px;
171        float:left;
172        margin-left:20px;
173}
174#bd .right-column p {
175        margin:5px;
176        font-size:12px;
177}
178
179#bd h3 {
180        font-family: "Trebuchet MS", Tahoma,arial,sans-serif;
181        font-size:18px;
182        font-weight:normal;
183        color: #385F95;
184        margin:7px 0;
185}
186#bd h4 {
187        font-family: "Trebuchet MS", Tahoma,arial,sans-serif;
188        font-size:14px;
189        font-weight:bold;
190        color: #555;
191        margin:5px 0;
192}
193#bd h5 {
194        font-family: "Trebuchet MS", Tahoma,arial,sans-serif;
195        background-color:#F1F1F1;
196        padding:3px;
197        color:#789030;
198        font-size:11px;
199        font-weight:bold;
200        text-transform:uppercase;
201}
202
203#bd .big-box h5.alt {
204        text-align:center;
205        font-size:13px;
206        border-bottom:1px solid #eee;
207        color:#385F95;
208}
209
210#bd .box {
211        padding: 3px 5px 15px;
212}
213
214/* footer */
215#ft {
216        margin-top:25px;
217        text-align:center;
218        background: transparent url(../images/ft-bg.png) no-repeat center 0;
219        padding-top:5px;
220}
221#ft table.nav {
222        margin: 0 auto;
223}
224
225#ft table.nav a, #ft table.nav a:hover, #ft table.nav a:visited {
226        color:#789030;
227        font-size:12px;
228        display:block;
229        padding:5px 15px 0;
230}
231
232#ft div.copy {
233        margin: 0 auto;
234        padding:10px 0 25px;
235        color:gray;
236}
237
238/* feature list */
239ul.features, .content-box ul, .side-box ul {
240        margin-left:15px;
241        list-style-image: url(../images/c-sep-l.gif);
242}
243ul.features li,  .content-box ul li, .side-box ul li {
244        margin-top:5px;
245        margin-bottom:5px;
246}
247/* flyout menus */
248.flyout-menu {
249        position:absolute;
250        left:-200px;
251        top:-200px;
252        background:#fff;
253        padding:10px 15px;
254        text-align:left;
255        border:1px solid #aaa;
256        font-family: helvetica,arial,tahoma,sans-serif;
257}
258.flyout-menu a {
259        color:#046BCA;
260}
261.flyout-menu p {
262        margin:4px 0;
263        font-size:11px;
264        color:#555;
265        line-height:16px;
266}
267.flyout-menu br {
268        line-height:10px;
269}
270.flyout-menu h3 {
271        font-size:12px;
272        font-weight:bold;
273        line-height:16px;
274}
275.flyout-menu ul {
276        font-size:11px;
277        list-style-type: square;
278        margin-left:15px;
279}
280.flyout-menu li {
281        color:#ccc;
282        line-height:16px;
283}
284
285/* rss feeds */
286
287.rss {
288        float:right;
289        margin: 3px 3px 0 0;
290}
291.rss a {
292        display:block;
293        width:14px;
294        height:14px;
295        background: transparent url(../images/home/rss.gif) no-repeat 0 -14px;
296}
297.rss a:hover {
298        background-position: 0 0;
299}
300
301/* side boxes */
302
303div.side-box {
304        background: transparent url(../images/side-box.png) no-repeat;
305        padding-top:9px;
306        width:200px;
307        margin-bottom:20px;
308        zoom:1;
309}
310div.side-box-inner {
311        background: transparent url(../images/side-box.png) no-repeat 0 bottom;
312        padding:0 15px 5px;
313        font-size:12px;
314        zoom:1;
315}
316#bd div.side-box-inner h5 {
317        background:transparent !important;
318        padding-top:0;
319}
320
321
322div.big-box {
323        background: transparent url(../images/big-box.png) no-repeat;
324        padding-top:12px;
325        width:700px;
326        margin-bottom:20px;
327}
328div.big-box-inner {
329        background: transparent url(../images/big-box.png) no-repeat 0 bottom;
330        padding:0 15px 12px;
331        font-size:12px;
332}
333#bd div.big-box-inner h5 {
334        background:transparent !important;
335        padding-top:0;
336}
337
338div.full-box {
339        background: transparent url(../images/full-box.png) no-repeat;
340        padding-top:12px;
341        width:920px;
342}
343div.full-box-inner {
344        background: transparent url(../images/full-box.png) no-repeat 0 bottom;
345        padding:0 15px 10px;
346        font-size:12px;
347}
348
349
350div.content-box {
351        width:700px;
352}
353div.content-box p {
354        margin-left:5px;
355        margin-right:5px;
356}
357#bd div.content-box ul.features {
358        margin-left:20px;
359}
360#bd .content-box h5 {
361        background-image: url(../images/med-shd.png);
362        padding-left:10px;
363}
364
365/* Store */
366
367#commercial strong {
368        font-size: 12px;
369        margin: 0 0 0 0;
370        font-family:tahoma,verdana,helvetica,sans-serif;
371        color: #083772;
372        font-weight:bold;
373}
374table.license {
375   margin-left:5px;
376}
377table.license, table.license td {
378   border-collapse: separate;
379   border: 0 none !important;
380   font-size:12px;
381}
382table.license td {
383   padding:0 5px 5px;
384}
385
386.order-type {
387   float:left;
388   width:300px;
389   margin:10px;
390   font-size:11px;
391}
392
393#bd .order-complete {
394
395}
396#bd .order-complete p {
397   margin-left:0;
398}
399
400#commercial table.order-review {
401   border-collapse: separate;
402   margin-left:10px;
403   font-size:12px;
404}
405#commercial table.order-review td {
406   padding:5px 20px 5px 5px;
407   vertical-align:top;
408}
409#commercial table.order-review tr.tsep td {
410   border-top:1px dotted #ddd;
411}
412#commercial h3 {
413        margin:0 0 5px;
414        font-size:16px;
415}
416#store .big-box h4 {
417        font-size:12px;
418        font-weight:bold;
419        color: #222;
420        padding:4px;
421        background:#efefef url(../images/inner-hd.png) repeat-x;
422        border: 1px solid #efefef;
423}
424
425
426a.buynow {
427    text-decoration:none;
428    padding:4px 7px;
429    border:1px solid;
430    border-color:#ddd #bbb #bbb #ddd;
431    background:#eee;
432    font:bold 11px tahoma, arial, helvetica, sans-serif;
433    color:#333 !important;
434    cursor:pointer;
435    margin:0 2px;
436    display:block;
437    float:right;
438}
439
440a.buynow:hover, a.buynow:hover {
441    text-decoration:none;
442    border-color:#ccc #bbb #bbb #ccc;
443    background-position:0 2px;
444    background-color:#fafafa;
445}
446
447.saleprice, b.sale, .sale-msg strong{
448        color: #c33;
449}
450
451/* comparison table */
452
453.compare {
454
455}
456.compare th {
457        padding:5px 12px;
458        font-weight:bold;
459        text-align:center;
460        border:1px solid #dddddd;
461        color:#fff;
462        background:#083772;
463        font-size:12px;
464}
465.compare td {
466        padding:5px;
467        text-align:center;
468        border:1px solid #dddddd;
469        font-size:12px;
470}
471.compare th.cfirst {
472        padding-left:8px;
473}
474.compare td.cfirst, .compare th.cfirst {
475        text-align:left;
476}
477.compare td.cfirst {
478        padding-left:20px;
479}
480.compare td.ctitle {
481        text-align:left;
482        font-weight:bold;
483        background:#ececec;
484        padding-left:12px;
485        font-size:12px;
486}
487
488.compare tr.cprice td,.compare tr.cfoot td {
489        padding:5px 12px;
490        font-weight:bold;
491        border:1px solid #dddddd;
492        border-collapse:collapse;
493        color:#083772;
494        background:#c3daf9 url(/themes/ext/resources/images/grid-hrow.gif) repeat-x;
495        vertical-align:top;
496}
497.compare tr.cfoot td {
498    background:#fff;
499    padding-left:2px;
500    padding-right:2px;
501        border-color:#fff;
502}
503.compare tr.cfoot td a {
504    margin-top:0;
505    margin-right:25px;
506}
507.compare tr.corder-note td {
508        background: #eee;
509}
510
511.compare sup {
512        margin-left:3px;
513        font-size:10px;
514}
515.compare-info {
516        font-size:11px;
517        padding:10px;
518}
519
520/* downloads */
521
522table.dl {
523        width:650px;
524}
525
526table.dl td {
527        padding:5px;
528        vertical-align:top;
529}
530
531.expandable {
532        background:#F7F7F7;
533        padding:4px;
534        border:1px solid #DEDEDE;
535}
536
537.expandable-body{
538        background:#fff;
539        padding:5px;
540        zoom:1;
541}
542.expandable-body-inner{
543        zoom:1;
544}
545
546.expandable-body dd {
547        float:left;
548        width:300px;
549        padding:5px;
550}
551
552.training-info {
553        font-size:11px;
554}
555
556a.link {
557        font-family:tahoma,helvetica,arial,sans-serif;
558        font-size:12px;
559        font-weight:bold;
560        line-height:19px;
561}
562
563#msg-ct {
564        position:absolute;
565        left:680px;
566        top:17px;
567        width:217px;
568        height:22px;
569}
570
571#msg {
572        width:217px;
573        height:22px;
574        background-image:url(../images/msg-bg.png);
575        color:#777;
576        font-family:tahoma,helvetica,arial,sans-serif;
577        font-size:11px;
578        cursor:pointer;
579        visibility:hidden;
580}
581#msg-inner {
582        padding:5px 10px 0;
583        zoom:1;
584        line-height:12px;
585        text-align:center;
586}
587.msg-over {
588        color:#789030 !important;
589}
590
591#msg img {
592        width:19px;
593        height:19px;
594}
595
Note: See TracBrowser for help on using the repository browser.