style.css 586 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. :Author: CYBERDEViL
  3. :Contact: cyberdevilnl at protonmail d0t com
  4. :Copyright: This stylesheet has been placed in the public domain.
  5. Stylesheet for use with Docutils.
  6. https://docutils.sourceforge.io/docs/howto/html-stylesheets.html
  7. */
  8. @import url(html4css1.css);
  9. /*indent sections a little*/
  10. .section {
  11. margin-left: 12px;
  12. }
  13. /*indent section contents a little*/
  14. p, pre, table {
  15. margin-left: 12px;
  16. }
  17. pre {
  18. background-color: #efefef;
  19. border: 1px solid #dfdfdf;
  20. }
  21. h1 {
  22. background-color: #cfcfcf;
  23. }
  24. img.align-right {
  25. clear: right ;
  26. float: right ;
  27. margin-left: 1em
  28. }