Front website https://natronics.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
311 B

  1. footer { padding-top: 10em; padding-bottom: 2em; }
  2. article .illuminated::first-letter {
  3. font-size: 550%;
  4. font-style: italic;
  5. padding: 6px 3px;
  6. margin-right: 6px;
  7. float: left;
  8. text-shadow: 1px 1px 3px #999;
  9. }
  10. article thead th { border-bottom: 1px solid #aaa; }
  11. article pre { padding: 2em; }