3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <title>Ext JS 4 Themes</title>
5 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all-access.css" />
7 <script type="text/javascript" src="../../bootstrap.js"></script>
9 <script type="text/javascript" src="themes.js"></script>
12 h1 a:link, h1 a:visited {
16 h1 a:hover, h1 a:focus, h1 a:active {
23 padding: 25px 0 10px 0;
27 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
32 background-color: #f3f3f3;
33 background-color: rgba(243,243,243,.333);
34 border: 1px solid #ddd;
35 border-color: rgba(221,221,221,.333);
37 -moz-border-radius: 8px;
38 -ms-border-radius: 8px;
39 -o-border-radius: 8px;
40 -webkit-border-radius: 8px;
47 form#styleswitcher select {
53 font-family: Helvetica, Arial, sans-serif;
64 <form id="styleswitcher">
65 <label for="styleswitcher_select">Choose Theme: </label>
66 <select name="styleswitcher_select" id="styleswitcher_select">
67 <option value="index.html">3.x Theme</option>
68 <option value="index-gray.html">Gray Theme</option>
69 <option value="index-access.html" selected="true">Accessibility Theme</option>
73 <h1>Ext JS Themes <span>View and test every Ext component against bundled <a href="http://www.sencha.com/products/extjs/themes/">Ext Themes</a>, or, your own custom themes.</span></h1>