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.

73 lines
1.1 KiB

  1. /*******************************
  2. Global
  3. *******************************/
  4. /*-------------------
  5. Sidebar
  6. --------------------*/
  7. #feed .sidebar {
  8. overflow: visible;
  9. }
  10. /*-------------------
  11. Grid
  12. --------------------*/
  13. #feed .pusher,
  14. #feed .grid,
  15. #feed .grid > .column {
  16. height: 100%;
  17. }
  18. /*-------------------
  19. Inbox
  20. --------------------*/
  21. #feed .pusher {
  22. background-color: #FFFFFF;
  23. }
  24. #feed .tab .item .description {
  25. margin-left: 2em;
  26. }
  27. #feed .current {
  28. float: right;
  29. margin: 0.5em 0em 0em 1em;
  30. }
  31. #feed .left.column {
  32. background-color: #F7F7F7;
  33. padding: 1em 2em;
  34. max-width: 600px;
  35. }
  36. #feed .left.column .menu {
  37. margin-top: 5rem;
  38. }
  39. #feed .right.column {
  40. padding: 1em 2em;
  41. background-color: #FFFFFF;
  42. }
  43. #feed .right.column {
  44. font-size: 16px;
  45. max-width: 800px;
  46. }
  47. /*******************************
  48. Responsive
  49. *******************************/
  50. @media only screen and (max-width : 1000px) {
  51. #feed .inbox .date {
  52. float: none;
  53. margin-bottom: 0.5em;
  54. }
  55. }
  56. @media only screen and (max-width : 1250px) {
  57. #feed .left.column > .menu .item {
  58. font-size: 1rem;
  59. }
  60. }