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