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.

92 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 .pusher,
  34. #feed .grid,
  35. #feed .grid > .column {
  36. height: 100%;
  37. }
  38. /*-------------------
  39. Inbox
  40. --------------------*/
  41. #feed .page {
  42. background-color: #FFFFFF;
  43. padding: 2em 0em;
  44. }
  45. #feed .inbox.tab .item .description {
  46. margin-left: 2em;
  47. }
  48. #feed .current {
  49. float: right;
  50. margin: 0.5em 0em 0em 1em;
  51. }
  52. #feed .middle.column {
  53. padding: 1em 2em;
  54. }
  55. #feed .middle.column h2 {
  56. margin-top: 0em;
  57. }
  58. #feed .right.column {
  59. padding: 1em 2em;
  60. background-color: #FFFFFF;
  61. }
  62. /*******************************
  63. Responsive
  64. *******************************/
  65. @media only screen and (max-width : 1000px) {
  66. #feed .inbox .date {
  67. float: none;
  68. margin-bottom: 0.5em;
  69. }
  70. }
  71. @media only screen and (max-width : 1250px) {
  72. #feed .left.column > .menu .item {
  73. font-size: 1rem;
  74. }
  75. }