default.txt 813 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. Using the most minimal language subset to ensure we
  3. have enough relevance hints for proper Less detection
  4. */
  5. @import "fruits";
  6. @rhythm: 1.5em;
  7. @media screen and (min-resolution: 2dppx) {
  8. body {font-size: 125%}
  9. }
  10. section > .foo + #bar:hover [href*="less"] {
  11. margin: @rhythm 0 0 @rhythm;
  12. padding: calc(5% + 20px);
  13. background: #f00ba7 url(http://placehold.alpha-centauri/42.png) no-repeat;
  14. background-image: linear-gradient(-135deg, wheat, fuchsia) !important ;
  15. background-blend-mode: multiply;
  16. }
  17. @font-face {
  18. font-family: /* ? */ 'Omega';
  19. src: url('../fonts/omega-webfont.woff?v=2.0.2');
  20. }
  21. .icon-baz::before {
  22. display: inline-block;
  23. font-family: "Omega", Alpha, sans-serif;
  24. content: "\f085";
  25. color: rgba(98, 76 /* or 54 */, 231, .75);
  26. }