ISPConfig theme for Open6Hosting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

109 lines
1.6 KiB

  1. html, body
  2. height: 100%
  3. .pushy
  4. ul
  5. padding-left: 0
  6. list-style: none
  7. &.subnavi li
  8. font-size: 12px
  9. a
  10. padding: 2px 10px
  11. a
  12. padding: 10px
  13. transition: color ease 500ms
  14. i
  15. font-size: 22px
  16. vertical-align: sub
  17. @media screen and (max-width: 970px)
  18. #main-wrapper, #content, #sidebar
  19. width: 100%
  20. #inner-wrapper
  21. margin: 0 10px
  22. #sidebar.news-sidebar
  23. margin-top: 0
  24. @media screen and (max-width: 860px)
  25. #main-navigation
  26. display: block
  27. a
  28. float: left
  29. display: block
  30. margin-top: -1px
  31. padding-top: 6px
  32. width: 60px
  33. height: 50px
  34. border-bottom: 0
  35. border-right-style: solid
  36. border-right-width: 1px
  37. border-bottom-style: solid
  38. border-bottom-width: 1px
  39. .icon
  40. font-size: 16px
  41. .title
  42. font-size: 10px
  43. .btn
  44. border-radius: 0
  45. &:first-child
  46. margin-left: -1px
  47. @media screen and (max-width: 670px)
  48. #main-navigation, .subnavigation
  49. display: none
  50. .menu-btn
  51. display: block
  52. margin-top: 8px
  53. margin-right: 10px
  54. font-size: 30px
  55. @media screen and (max-width: 600px)
  56. #headerbar
  57. float: left
  58. width: 100%
  59. #searchform
  60. float: left
  61. margin-top: 0
  62. #logout-button
  63. margin-top: 0
  64. margin-left: 0
  65. #sidebar
  66. margin-top: 10px
  67. .table, .table thead, .table tbody, .table tr, .table th, .table td
  68. display: block
  69. .table caption
  70. width: 100%
  71. .table thead tr
  72. position: absolute
  73. top: -9999px
  74. left: -9999px
  75. .table tbody tr
  76. border-top: none
  77. .progress
  78. width: 100%
  79. @media screen and (max-width: 350px)
  80. #searchform
  81. input
  82. width: 130px