default.less 606 B

123456789101112131415161718192021222324
  1. @fonts-ui-bold: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  2. @fonts-ui: "Segoe UI Web", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  3. @color-accent: rgb(82, 168, 236);
  4. @color-accent-light: #ecf4ff;
  5. @color-link: #0088cc;
  6. body.ttrss_main,
  7. body.ttrss_prefs,
  8. #main {
  9. position : absolute;
  10. width: 100%;
  11. height: 100%;
  12. border: 0;
  13. padding: 0;
  14. margin: 0;
  15. }
  16. @import "tt-rss.less";
  17. @import "cdm.less";
  18. @import "prefs.less";
  19. @import "dijit.less";
  20. @import "utility.less";
  21. @import "zoom.less";