theme.html 984 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <!--
  3. Copyright (c) 2012-2013. Sencha Inc.
  4. -->
  5. <html>
  6. <head>
  7. <title>Ext JS Theme Harness</title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  9. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  10. <!--
  11. Load all required links and scripts
  12. -->
  13. <link rel="stylesheet" type="text/css" href="example.css" />
  14. <script type="text/javascript" src="bootstrap.js"></script>
  15. <style>
  16. .widget-container {
  17. margin: 10px;
  18. width: 400px;
  19. position: relative;
  20. overflow: visible;
  21. }
  22. .x-slicer-target,
  23. .x-slicer-target * {
  24. opacity: 1;
  25. }
  26. /* ensure body does not overlap the rounded corners of framed panel/window when slicing */
  27. .x-panel-body,
  28. .x-window-body {
  29. background: transparent;
  30. }
  31. </style>
  32. </head>
  33. <body></body>
  34. </html>