]> git.proxmox.com Git - sencha-touch.git/blob - src/examples/resources/shared/css/style.css
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / resources / shared / css / style.css
1 body {
2 color: #333;
3 padding: 0 40px 40px;
4 font-family: Helvetica, Arial, Geneva, sans-serif;
5 font-size: 12px;
6 line-height: normal;
7 width: 800px;
8 margin: 0 auto;
9 }
10
11 a#logo {
12 background: transparent url(../img/logo-sencha-sm.png) no-repeat scroll 0px 100%;
13 display: block;
14 height: 58px;
15 margin: 0;
16 padding: 0;
17 width: 134px;
18
19 overflow: hidden;
20 text-indent: 150%;
21 white-space: nowrap;
22 }
23
24 h1, h2, h3 {
25 font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
26 font-weight: 600;
27 margin: 1em 0;
28 }
29 h1 { font-size: 28px; }
30 h2 { font-size: 20px; }
31 h3 { font-size: 16px; }
32 ul li { padding: 2px 0; }
33 .doc { color: blue; }
34 .change { color: #196cb4; }
35 .new { color: #6e7a32; }
36 ul { padding: .1em 1.5em; }
37 .notes { color: #777; }
38 a { color: #0464BB; }
39 a:hover { color: rgb(28, 65, 124); }
40
41 pre {
42 background: ghostWhite;
43 border: 1px solid #ddd;
44 font-family: Menlo, Monaco, Courier, monospace;
45 overflow: auto;
46 padding: 12px;
47 }
48
49 hr {
50 color: #e0e0e0;
51 background-color: #e0e0e0;
52 height: 4px;
53 border: none;
54 outline: none;
55 }