3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Ext JS Themes Example</title>
6 <!-- Standard includes -->
7 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8 <link rel="stylesheet" type="text/css" href="../../resources/css/xtheme-blue.css" />
9 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
10 <script type="text/javascript" src="../../ext-all-debug.js"></script>
12 <!-- Theme includes -->
13 <link rel="stylesheet" type="text/css" title="blue" href="../../resources/css/xtheme-blue.css" />
14 <link rel="stylesheet" type="text/css" title="gray" href="../../resources/css/xtheme-gray.css" />
15 <link rel="stylesheet" type="text/css" title="access" href="../../resources/css/xtheme-access.css" />
16 <link rel="stylesheet" type="text/css" title="yourtheme" href="../../resources/css/yourtheme.css" />
18 By default, yourtheme.css is an exact copy of x-themeblue.css.
19 Customize your theme by editing yourtheme.css and customize your
20 own images in the images/yourtheme/ directory.
23 <script type="text/javascript" src="themes.js"></script>
24 <script type="text/javascript" src="styleswitcher.js"></script>
26 <style type="text/css">
28 font-family: 'Helvetica Neue',tahoma,helvetica,sans-serif;
32 h1 a:link, h1 a:visited {
36 h1 a:hover, h1 a:focus, h1 a:active {
43 padding: 25px 0 10px 0;
47 font-family: MyriadPro-Semibold, 'Myriad Pro Semibold', 'Myriad Pro', 'Trebuchet MS', Tahoma, arial, sans-serif;
54 background-color: #f3f3f3;
55 background-color: rgba(243,243,243,.333);
56 border: 1px solid #ddd;
57 border-color: rgba(221,221,221,.333);
59 -moz-border-radius: 8px;
60 -ms-border-radius: 8px;
61 -o-border-radius: 8px;
62 -webkit-border-radius: 8px;
69 form#styleswitcher select {
75 font-family: 'Helvetica Neue',tahoma,helvetica,verdana, sans-serif;
86 <form id="styleswitcher">
87 <label for="styleswitcher_select">Choose Theme: </label>
88 <select name="styleswitcher_select" id="styleswitcher_select">
89 <option value="blue" selected="true">Blue Theme</option>
90 <option value="gray">Gray Theme</option>
91 <option value="access">Accessibility Theme</option>
92 <option value="yourtheme">Your Theme</option>
95 <h1>Ext JS Themes <span>View and test every Ext component against bundled <a href="http://www.extjs.com/products/js/themes.php">Ext Themes</a>, or, your own custom themes.</span></h1>