KXStudio Website https://kx.studio/
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.

66 lines
1.4KB

  1. /*
  2. * Title: openSUSE.org stylesheet (Bento-Theme)
  3. * Author: Robert Lihm <rlihm@opensuse.org>
  4. * Copyright (c) 2009 AUTHORS.txt (http://www.opensuse.org)
  5. * Licensed under the MIT (MIT-LICENSE.txt) license.
  6. */
  7. @import url("reset.css"); /* reset default browser settings */
  8. @import url("grid.css"); /* add fluid 960 Grid System */
  9. @import url("base.css"); /* Basic CSS - Common styles */
  10. @import url("base.fluid.fix.css"); /* Fixes for Bento with fluid 960gs */
  11. @media only screen and (max-width: 870px) {
  12. #content {
  13. width: 96%;
  14. margin-left: 2%;
  15. margin-right: 2%;
  16. }
  17. #header-home {
  18. display: none;
  19. }
  20. #global-navigation {
  21. padding: 0;
  22. }
  23. }
  24. @media only screen and (min-width: 540px) {
  25. .responsive-item {
  26. margin: 15px;
  27. }
  28. .responsive-item > div {
  29. display: inline-block;
  30. vertical-align: middle;
  31. }
  32. .responsive-item > div:first-child {
  33. width: 160px;
  34. }
  35. .responsive-item > div:last-child {
  36. width: calc(100% - 180px);
  37. }
  38. .responsive-item > div:first-child > a {
  39. display: inline-block;
  40. width: 130px;
  41. margin: 15px;
  42. }
  43. .responsive-item > div:first-child > a > img {
  44. padding: 1px;
  45. }
  46. }
  47. @media only screen and (max-width: 540px) {
  48. .responsive-item {
  49. text-align: center;
  50. margin-bottom: 25px;
  51. }
  52. .responsive-item.last {
  53. margin-bottom: 0px;
  54. }
  55. .responsive-item b {
  56. margin: 5px;
  57. }
  58. .responsive-item p {
  59. margin: 0px;
  60. }
  61. }