<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* audilab.css

WRJF 1998 Aug 31 New
     1999 Nov 10 Added H3
     1999 Dec 12 Added SPAN .menu &amp; .kbd; use of gill, arial &amp; helvetica
		   for H1, H2, H3 &amp; CODE
     2000 Jan 29 Added dark green for code
     2001 Apr  9 Added H4
     2001 Jun 17 For code, changed colour from 005500 to 009900, added
		   font-size:90%, changed menu and kbd from 100% to 90%
     2001 Oct  9 Added h5, h6
     2002 Feb 13 Added span.small; changed tags from upper to lower case
     2004 Sep 29 Added p.ref
     2005 Feb  4 Added p.small, a:unvisited, a.mouseover's
     2005 May  5 Added var
     2005 Oct  1 Added span.ref, removed font-style:italic from p.ref
     2005 Oct  4 Added table and td
     2006 Mar 11 Added th
     2006 Nov 11 Added background-image stuff to body
     2007 Apr 11 Added audilab-bullet.png for ul and padding-top for li
     2007 Apr 14 Reduced li padding-top from 0.5em to 0.3em
     2008 Oct 26 Combined things to reduce redundancy
		 Replaced span.kbd by kbd, use color:#777700 for kbd
		 Changed 90% to 95% for san-serif fonts
     2009 Aug 15 Added navleft classes
     2010 Dec 11 Added margin-top/bottom for h2
     2011 Jan 26 Added pre.code
     2011 Nov  7 Specify top/bottom margins for h1, ul; changed h2 margin-top
     2011 Nov 14 Added h3 margins, and counter things
     2011 Nov 18 Added p and h4 to margin settings, increased -top from 2 to 3
     2012 Jan 27 No longer use sans-serif for headings; for h1 &amp; h2, use
		   letter-spaced small caps; for h1, h2 &amp; h3 suppress bold
     2012 Feb  5 Replaced margin settings for p by Rutter's suggestion
     		 Adjusted margins for headings
     2012 May  2 Moved new p margin settings to p_indent.css
     2013 Sep 26 Added settings for h3/h4/h5/h6 to make them bigger; specified
     		   margins for h5, h6
     2014 May 28 Removed specification of gill in preference to arial, etc.
     2014 Oct 23 Added .new (based on in-line styles in fie.html)
     2014 Oct 31 Changed font-size from 1.5 to 1.4 for h3, and from default
                   2 and 1.5 to 1.8 and 1.8 for h1 and h2, added bold for h1
     2015 Oct  2 Commented out small-caps for h1/h2, reduced h2 size
     2015 Nov 18 Added { font-family: Cambria, Times, serif; } for h1-6
     2015 Nov 22 Added list-style-image:none for ol to override image for
                   ul (why is this required?)
     2016 Jan 11 Added p { margin-bottom:0 }
                 Changed ul margin-bottom from 0em to 3px (like margin-top)
     2017 Feb 25 Added span.key (from fie.html)
     2017 Apr 30 Added another level of counting
     2018 Sep 29 Made kbd style the same as span.key rather than just
                   specifying font-family, color and font-size
     2020 Jun  9 Added body:before with ShutDownAcademia4.png
     2020 Jun 11 removed body:before with ShutDownAcademia4.png
     2020 Aug 12 Added margin-top for li p (p within li)
     2020 Nov  9 Temporarily replaced stinkbug background image by poppy
     2020 Nov 15 Restored stinkbug
     2021 Sep 29 Temporarily replaced stinkbug background image by orange shirt
     2021 Oct  2 Restored stinkbug
     2022 Apr 30 Added span.linethrough
*/

body { background-color: #FFFFFF;
       background-image:
	 url(/~funnell/photos/DSC07634_stinkbug_crop_sharp_mask_75.jpg);
/*         url(/~funnell/AudiLab/Charvet_shirt_orange.jpg); *
/*	 url(/~funnell/photos/DSC01780_poppy_crop.jpg); background-size: 100px; */
       background-position: bottom right;
       background-attachment: fixed;
       background-repeat: no-repeat }
/*
h1, h2 { font-variant: small-caps; letter-spacing: 0.03em; font-weight:normal }
*/
h1 { font-size: 1.8em; font-weight: bold }
h2 { font-size: 1.6em }
h3 { font-weight:normal; font-size: 1.4em }
h4 { font-size: 1.2em }
h5 { font-size: 1.0em; font-weight:bold }
h6 { font-size: 1.0em; font-weight:normal; font-style:italic }
/*
h1,h2,h3,h4,h5,h6      { font-family: gill, arial, helvetica, sans-serif }
*/
h1,h2,h3,h4,h5,h6 { font-family: Cambria, Times, serif; }
h1,h2,h3,h4,h5,h6 { margin-top:10px; margin-bottom:0px }
ul { margin-top:3px; margin-bottom:3px }
p { margin-bottom:0 }

code,var,kbd,span.menu,pre.code { font-family: arial, helvetica, sans-serif;
			      font-size:95% }
code,pre.code { color: #009900 }
var  { color: #009900; font-style:italic }
kbd  { font-size:85%;
	border:solid thin; border-radius:0.3em; padding:0.01em 0.15em }
span.menu { color:blue }
span.key { font-family:sans-serif; font-size:85%;
	border:solid thin; border-radius:0.3em; padding:0.01em 0.15em }

span.small {font-size:60%}
span.ref   {font-size:60%}

span.linethrough { text-decoration:line-through }

p.small {font-size:60%}
p.ref {font-size:60%}

table { border-collapse: collapse }
td    { padding: 0.25em 1em }
th    { padding: 0.25em 1em }

ul { list-style-image: url("/~funnell/AudiLab/audilab_bullet.png") }
ul ul { list-style-image: none }
ol { list-style-image: none } /* override ul image (why is this required?) */
li { padding-top: 0.3em }
li p { margin-top: 0.3em }

.new { color:red }
.new:before { content:"[New]"; font-size:80% }


/* to make visited/unvisited links distinguishable other than by colour */
/* disabled because it's too aggressive in some pages
a:link {font-weight:bold}
a:unvisited {font-weight:normal}
*/
/* for links used only for mouseovers */
a.mouseover:link {text-decoration:none}

div.navleft
 { border:1px solid rgb(220,36,32);
   position:fixed; left: 5px; top:90px; padding:0.2em;
   font-size:80% }
p.navleft
 { margin:0; padding-top:5px }
ul.navleft
 { margin:0;list-style-position:inside;padding:0em;
   list-style-image:none;list-style-type:none }

body { counter-reset: count2 }
h2   { counter-reset: count3 }
h3   { counter-reset: count4 }

h2.count:before {
    content: counter(count2) ". ";
    counter-increment: count2;
}
h3.count:before {
    content: counter(count2) "." counter(count3) " ";
    counter-increment: count3;
}
h4.count:before {
    content: counter(count2) "." counter(count3) "." counter(count4) " ";
    counter-increment: count4;
}

</pre></body></html>