@import 'https://suika.suikawiki.org/www/style/html/xhtml.css';

  pre {
    counter-reset: line;
    white-space: normal;
    overflow: visible;
  }
  pre > code {
    color: inherit;
  }
  ins, del {
    display: block;
    font-size: inherit;
  }
  .diff-props ins, .diff-props del {
    border-style: none;
    text-decoration: none;
  }
  .diff-props code {
    background: transparent;
    color: inherit;
  }
  span.line {
    display: block;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
  }
  .line:before {
    content: counter(line) ".\A0";
    counter-increment: line;
  }
  .sa-with-annotation:before {
    color: blue;
  }
  .sa-line-panel {
    color: InfoText;
    background-color: InfoBackground;
    border: 1px outset WindowFrame;
    width: 20em;
    min-width: 5em;
    max-width: 70%;
    -moz-binding: url(https://suika.suikawiki.org/www/style/ui/drag.xbl#simple-drag);
  }
  .sa-line-panel-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-width: 1px;
    padding: 0;
    height: 2em;
    width: 2em;
  }
  .sa-line-panel ul, .sa-line-panel menu {
    margin: 0;
    padding: 0;
  }
  .sa-line-panel li, .sa-line-panel li:first-child:last-child {
    list-style: none;
    line-height: 1.0;
  }
  .sa-line-panel li + li {
    margin-top: 0.5em;
  }
  input[type=text].sa-object-name {
    width: 14em;
  }
  .sa-object-comment {
    width: 14em;
  }

#schema-add textarea {
  height: 20em;
}

dd.tag {
  display: inline;
}

dd.tag::before {
  content: ",  ";
  white-space: pre;
}

dt.tag + dd.tag::before {
  content: "";
}

dd.tag + dd.tag {
  margin-left: 0;
}

.page-tags ul {
  display: block;
  text-indent: 0;
  text-align: justify;
}

.page-tags ul li {
  display: inline;
  list-style: none;
  margin-right: 1em;
  margin-left: 0;
  padding: 0;
}

/*
  License: Public Domain.
*/

