~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/tests/visual/autocomplete/main.css

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0}
2
 
table{border-collapse:collapse;border-spacing:0}
3
 
fieldset,img{border:0}
4
 
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}
5
 
ol,ul{list-style:none}
6
 
caption,th{text-align:left}
7
 
h1,h2,h3,h4,h5,h6{font-size:100%;font-style:normal;font-weight:normal}
8
 
q:before,q:after{content:''}
9
 
body{font:13px arial,helvetica,clean,sans-serif;font-size:small;}
10
 
select,input,textarea{font:99% arial,helvetica,clean,sans-serif}
11
 
pre,code{font:115% monospace;font-size:100%}
12
 
body * {line-height:1.22em}
13
 
body {
14
 
        color: #202020;
15
 
}
16
 
 
17
 
h1 {
18
 
        color: #fff;
19
 
        background: #06b;
20
 
        padding: 10px;
21
 
        font-size: 200%;
22
 
}
23
 
 
24
 
h2 {
25
 
        color: #000;
26
 
        font-size: 150%;
27
 
        padding: 10px 0;
28
 
}
29
 
 
30
 
h3 {
31
 
        color: #000;
32
 
        font-size: 120%;
33
 
        padding: 10px 0;
34
 
}
35
 
 
36
 
ul {
37
 
        list-style: disc inside;
38
 
        margin-left: 1em;
39
 
}
40
 
 
41
 
#content {
42
 
        padding: 10px;
43
 
}
44
 
 
45
 
label {
46
 
        float: left;
47
 
        width: 12em;
48
 
}
49
 
input[type=text] { width: 15em; }
50
 
 
51
 
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
52
 
    background: url(bg.gif) repeat-x; text-align: center }
53
 
#banner a { color: white; }
 
 
b'\\ No newline at end of file'