/* STA: "jkshow.css " */

 /*   (fifs "~squash/Sites/CSS/jkall.css")
   */
/* 23Aug2015: Was: @import url("/~squash/CSS/jkall.css") */

/* 20Jun2022
   */
  @import url("/CSS/jkall.css")			;

/*** EXPERIMENTAL ***/
 /* E.g
    <span class="numeral">123 456 789 000 000 000</span>

.numeral {
  word-spacing: -0.07em		;
  white-space: nowrap	;
  }
   */

.hidden {
  display:	none	;
  visibility:	hidden	;
  }



/***  LINKS	***/

/* 16Jan2006: In Konqueror, t.fol behaves bizarrely.  Link-URLS are NOT
  displayed, unless I hover over the link, or tab to it (focus).  Weirdly,
  already-visited links do NOT show a URL when hovered/focuced over.

  Interestingly, in Konq switch the selected CSS back to "jkall.css".
  The extra displayed URLs stay *until* I hover over them;
  then they disappear!  */

/* The color and other attributes should match
    (fifs "~squash/Sites/CSS/jkall.css" ".url")
  */
a:link:after {
  display:	inline			;
  font-size:	smaller			;
  color:	gray 			;
  font-family:	monospace 		;
  content:  " (" attr(href) ")" 	;
  }

  /* Show named anchors (Mozilla) */
a[name]:before {
 color:			navy			;
 background-color:	white			;
 font-size:  smaller				;
 content: "[#" attr(name) "] "			;
  }
a[name] { border: 1px solid #ddd		; }



/* END: "jkshow.css " */
