ISPConfig theme for Open6Hosting
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

97 lignes
2.0 KiB

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