default.txt 502 B

12345678910111213141516171819202122232425
  1. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2. body:first-of-type pre::after {
  3. content: 'highlight: ' attr(class);
  4. }
  5. body {
  6. background: linear-gradient(45deg, blue, red);
  7. }
  8. }
  9. @import url('print.css');
  10. @page:right {
  11. margin: 1cm 2cm 1.3cm 4cm;
  12. }
  13. @font-face {
  14. font-family: Chunkfive; src: url('Chunkfive.otf');
  15. }
  16. div.text,
  17. #content,
  18. li[lang=ru] {
  19. font: Tahoma, Chunkfive, sans-serif;
  20. background: url('hatch.png') /* wtf? */; color: #F0F0F0 !important;
  21. width: 100%;
  22. }