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.

99 lines
1.5 KiB

  1. /*******************************
  2. Global
  3. *******************************/
  4. html,
  5. body {
  6. font-size: 15px;
  7. height: 100%;
  8. }
  9. body {
  10. font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  11. background: #FFFFFF;
  12. margin: 0px;
  13. padding: 0px;
  14. color: #555555;
  15. text-rendering: optimizeLegibility;
  16. min-width: 320px;
  17. }
  18. .ui.header {
  19. font-family: 'Source Sans Pro', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  20. }
  21. /*******************************
  22. Global
  23. *******************************/
  24. /*-------------------
  25. Sidebar
  26. --------------------*/
  27. #feed .sidebar {
  28. overflow: visible;
  29. }
  30. /*-------------------
  31. Grid
  32. --------------------*/
  33. #feed .grid {
  34. height: 100%;
  35. }
  36. #feed > .grid > .column {
  37. height: 100%;
  38. }
  39. /*-------------------
  40. Inbox
  41. --------------------*/
  42. #feed .page {
  43. background-color: #FFFFFF;
  44. padding: 2em 0em;
  45. }
  46. #feed .inbox.tab .item .rating {
  47. margin-top: 0.2rem;
  48. }
  49. #feed .inbox.tab .item .description {
  50. margin-left: 2em;
  51. }
  52. #feed .current {
  53. float: right;
  54. margin: 0.5em 0em 0em 1em;
  55. }
  56. #feed .middle.column {
  57. padding: 1em 2em;
  58. }
  59. #feed .middle.column h2 {
  60. margin-top: 0em;
  61. }
  62. #feed .right.column {
  63. padding: 1em 2em;
  64. background-color: #FFFFFF;
  65. }
  66. /*******************************
  67. Responsive
  68. *******************************/
  69. @media only screen and (max-width : 1000px) {
  70. #feed .inbox .date {
  71. float: none;
  72. margin-bottom: 0.5em;
  73. }
  74. }
  75. @media only screen and (max-width : 1250px) {
  76. #feed .left.column > .menu .item {
  77. font-size: 1rem;
  78. }
  79. }