選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ResponsiveStylesDesign.html 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <v-vertical-layout size-auto="true">
  5. <v-vertical-layout spacing="true" size-auto="true" margin="true">
  6. <v-css-layout _id="narrow" caption="801-1100px = narrow menu" width="801px" height="200px">
  7. <v-horizontal-layout style-name="valo-menu-responsive" responsive="true" size-full="true">
  8. <v-css-layout style-name="valo-menu">
  9. <v-css-layout style-name="valo-menu-part">
  10. <v-horizontal-layout style-name="valo-menu-title" width-full="true" >
  11. <v-label size-auto="true" :middle="" :expand="">
  12. The
  13. <strong>Application</strong>
  14. </v-label>
  15. </v-horizontal-layout>
  16. <v-button icon="fonticon://FontAwesome/f03a" style-name="primary small valo-menu-toggle" plain-text="" >
  17. Menu
  18. </v-button>
  19. <v-css-layout style-name="valo-menuitems" >
  20. <v-button icon="fonticon://FontAwesome/f01c" primary-style-name="valo-menu-item" >
  21. Inbox
  22. <span class="valo-menu-badge">7</span>
  23. </v-button>
  24. </v-css-layout>
  25. </v-css-layout>
  26. </v-css-layout>
  27. <v-vertical-layout spacing="true" margin="true" :expand=""></v-vertical-layout>
  28. </v-horizontal-layout>
  29. </v-css-layout>
  30. <v-css-layout _id="wide" caption="Over 1100px = wide menu" width="1101px" height="200px">
  31. <v-horizontal-layout style-name="valo-menu-responsive" responsive="true" size-full="true">
  32. <v-css-layout style-name="valo-menu">
  33. <v-css-layout style-name="valo-menu-part">
  34. <v-horizontal-layout style-name="valo-menu-title" width-full="true" >
  35. <v-label size-auto="true" :middle="" :expand="">
  36. The
  37. <strong>Application</strong>
  38. </v-label>
  39. </v-horizontal-layout>
  40. <v-button icon="fonticon://FontAwesome/f03a" style-name="primary small valo-menu-toggle" plain-text="" >
  41. Menu
  42. </v-button>
  43. <v-css-layout style-name="valo-menuitems" >
  44. <v-button icon="fonticon://FontAwesome/f01c" primary-style-name="valo-menu-item" >
  45. Inbox
  46. <span class="valo-menu-badge">7</span>
  47. </v-button>
  48. </v-css-layout>
  49. </v-css-layout>
  50. </v-css-layout>
  51. <v-vertical-layout spacing="true" margin="true" :expand=""></v-vertical-layout>
  52. </v-horizontal-layout>
  53. </v-css-layout>
  54. </v-vertical-layout>
  55. <v-css-layout _id="collapsed" caption="Collapsed menu w/ hover" width="500px" height="200px">
  56. <v-horizontal-layout style-name="valo-menu-responsive" responsive="true" size-full="true">
  57. <v-css-layout style-name="valo-menu valo-menu-hover">
  58. <v-css-layout style-name="valo-menu-part">
  59. <v-horizontal-layout style-name="valo-menu-title" width-full="true">
  60. <v-label size-auto="true" :middle="" :expand="">
  61. The
  62. <strong>Application</strong>
  63. </v-label>
  64. </v-horizontal-layout>
  65. <v-button icon="fonticon://FontAwesome/f03a" style-name="primary small valo-menu-toggle" plain-text="">
  66. Menu
  67. </v-button>
  68. <v-css-layout style-name="valo-menuitems">
  69. <v-button icon="fonticon://FontAwesome/f01c" primary-style-name="valo-menu-item" >
  70. Inbox
  71. <span class="valo-menu-badge">7</span>
  72. </v-button>
  73. </v-css-layout>
  74. </v-css-layout>
  75. </v-css-layout>
  76. <v-vertical-layout spacing="true" margin="true" :expand=""></v-vertical-layout>
  77. </v-horizontal-layout>
  78. </v-css-layout>
  79. </v-vertical-layout>
  80. </body>
  81. </html>