style.css 461 B

12345678910111213141516171819202122232425262728293031323334
  1. .header,
  2. .aside,
  3. .nav_menu,
  4. .day,
  5. .flux_header,
  6. .flux_content .bottom,
  7. .pagination {
  8. display: none;
  9. }
  10. html, body {
  11. background: #fff;
  12. color: #000;
  13. font-family: Serif;
  14. font-size: 12pt;
  15. }
  16. #global,
  17. .flux_content {
  18. display: block !important;
  19. }
  20. .flux_content .content {
  21. width: 100% !important;
  22. text-align: justify;
  23. }
  24. .flux_content .content a {
  25. color: #000;
  26. }
  27. .flux_content .content a:after {
  28. content: " (" attr(href) ") ";
  29. text-decoration: underline;
  30. }