/* .diffbox { width:570px; } */

body {
  --color-Pm: purple;
  --color-Py: navy;
  --bg-hlt: #ff8;
  --color-note: green;
}

html.pmDarkTheme body {
  --color-Pm: #e57be5;
  --color-Py: #8af;
  --bg-hlt: #266;
  --color-note: #0a0;
}

.Pm { color: var(--color-Pm); font-style:italic; }
.Py { color: var(--color-Py); }
.note { color: var(--color-note); font-style:italic; }

ul.inline { margin:0px; padding:0px; }
ul.inline li { display:inline; padding-right:5px; }

/*table.PITS th { background-color: #eeeeee; }*/

/* for long changelogs */
.overflowauto { height:9.33em; overflow: auto; border: 1px solid #dddddd; }

/* for PmWiki.GroupFooter : invisible here, visible on other sites. */
.commentout-pmwikiorg { display: none; }
/* For the bottom of the Documentation pages  */
div.i18n-links { font-size: smaller;}
div.i18n-links a.createlink { display:none; }
div.i18n-links a.createlinktext {color: #888888; border: none;}
div.i18n-links a.selflink { color: black; text-decoration: none; }

#wikileft {
  min-width: 155px;
}

.searchpages {
  margin-top: 1em;
}
.searchpages a, .searchgroups a, .searchpagenames a, .searchgroupnames a {
  text-decoration: none;
}


h2:target, h3:target, h4:target, 
dt:target { background-color: var(--bg-hlt); }

h2:has(a:target), h3:has(a:target), h4:has(a:target) { 
  background-color: var(--bg-hlt); 
}

@media screen and  (min-width:50em) {
  html body div#bodywrap header#wikihead {
    min-height: 51px;
  }
}



/* Cookbook:DiffDelay: vertical space relative
 *    to delay between edits in ?action=diff */
.diffbox:before {
  color: #888;
  margin-left: 0.4em;
  display:block;
}
/* more than 1 year */
.diffbox.diffyear:before {
  content: "More than a year without edits: ~" attr(data-delay);
  padding-top: 170px;
}
/* more than 1 month */
.diffbox.diffmonth:before {
  content: "More than a month without edits: ~" attr(data-delay);
  padding-top: 110px;
}
/* more than 1 week */
.diffbox.diffweek:before {
  content: "More than a week without edits: ~" attr(data-delay);
  padding-top: 70px;
}
/* more than 1 day */
.diffbox.diffday:before {
  content: "More than 24 hours without edits: ~" attr(data-delay);
  padding-top: 30px;
}

/* PmSyntax monospace looks a little large */
.pmhlt {
/*  --pmsyntax-fontsize: 0.9em;*/
}
pre, code, .diffmarkup, #text { /* same as PmSyntax */
  font-family: monospace;
/*  font-size: 0.9rem;*/
}
/*inline code with large padding looks misaligned*/
code.hljs {
  padding: 0px 2px;
}

.nounderline a.wikilink,
.nounderline a {
  text-decoration: none;
}





