/ext-4.1.0_b3/docs/extjs/examples/themes/index-gray.html

https://bitbucket.org/srogerf/javascript · HTML · 82 lines · 70 code · 11 blank · 1 comment · 0 complexity · f0c80581ff741a279cce00271719a372 MD5 · raw file

  1. <html>
  2. <head>
  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-gray.css" />
  6. <!-- GC -->
  7. <script type="text/javascript" src="../../ext-all.js"></script>
  8. <script type="text/javascript" src="themes.js"></script>
  9. <style>
  10. h1 a:link, h1 a:visited {
  11. color: #046BCA;
  12. }
  13. h1 a:hover, h1 a:focus, h1 a:active {
  14. color: #1C417C;
  15. }
  16. div#header {
  17. height: 65px;
  18. padding: 25px 0 10px 0;
  19. width: 1090px;
  20. margin: 0 50px -5px 50px;
  21. }
  22. #main-container {
  23. margin-left: 30px;
  24. }
  25. div#header h1 {
  26. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  27. font-size: 24px;
  28. font-weight: 600;
  29. }
  30. form#styleswitcher {
  31. background-color: #f3f3f3;
  32. background-color: rgba(243,243,243,.333);
  33. border: 1px solid #ddd;
  34. border-color: rgba(221,221,221,.333);
  35. border-radius: 8px;
  36. -moz-border-radius: 8px;
  37. -ms-border-radius: 8px;
  38. -o-border-radius: 8px;
  39. -webkit-border-radius: 8px;
  40. float: right;
  41. padding: 8px 10px;
  42. width: auto;
  43. }
  44. form#styleswitcher select {
  45. font-size: 13px;
  46. line-height: 13px;
  47. }
  48. div#header h1 span {
  49. color: inherit;
  50. font-family: Helvetica, Arial, sans-serif;
  51. font-size: 13px;
  52. font-weight: normal;
  53. line-height: 30px;
  54. padding-left: 25px;
  55. }
  56. </style>
  57. </head>
  58. <body>
  59. <div id="header">
  60. <form id="styleswitcher">
  61. <label for="styleswitcher_select">Choose Theme: </label>
  62. <select name="styleswitcher_select" id="styleswitcher_select">
  63. <option value="index.html" selected="true">Classic Theme</option>
  64. <option value="index-gray.html" selected="true">Gray Theme</option>
  65. <option value="index-access.html">Accessibility Theme</option>
  66. </select>
  67. </form>
  68. <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>
  69. </div>
  70. </body>
  71. </html>