view interps/c-intercal/doc/ickstyle.css @ 12500:e48c08805365 draft default tip

<b_jonas> ` learn \'The password of the month is Cthulhuquagdonic Mothraquagdonic Narwhalicorn.\' # https://logs.esolangs.org/libera-esolangs/2024-04.html#lKE Infinite craft
author HackEso <hackeso@esolangs.org>
date Wed, 01 May 2024 06:39:10 +0000
parents 859f9b4339e6
children
line wrap: on
line source


/* Custom styles for the C-INTERCAL manual. These are partly for a
   small amount of beautification, but mostly to work around the
   ugliness of the default stylesheet on at least one compiler. This
   stylesheet is public domain from this comment onwards. */

  body               {text-align:justify; font-family:serif;}
  pre                {margin:0.5em 3em 0.5em 3em;
                      background-color:#F8F8F8;
                      border:1px solid #CCCCCC;}
  pre.smallexample   {font-size:75%;}
  p                  {margin:0.5em 0em 0.5em 0em;}
  li                 {margin:0.5em 0em 0.5em 0em;}
  ul.menu li         {margin:0em 0em 0em 0em;}
  ul.index-cp li     {margin:0em 0em 0em 0em;}
  div.contents ul li {margin:0em 0em 0em 0em;}
  blockquote         {margin:0.5em 3em 0.5em 3em;}
  dt                 {margin:0em 0em 0em 0em; font-weight:bold;}
  dd                 {margin:0.5em 0em 1em 3em;}
  code               {background-color:#F8F8F8;}
  tt                 {background-color:#F8F8F8;}
  samp               {background-color:#F8F8F8;}
  table              {border:1px solid #666666; background-color:#CCCCCC;}
  td                 {border:1px solid #666666; background-color:#FFFFFF;}