]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Autocomplete/jquery-autocomplete/demo/main.css
b502a8a1af7b89ed4882de86a4d7d248e57a601e
[quix0rs-gnu-social.git] / plugins / Autocomplete / jquery-autocomplete / demo / main.css
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; }\r
50 \r
51 #banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;\r
52     background: url(bg.gif) repeat-x; text-align: center }\r
53 #banner a { color: white; }