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

fieldset {
  background-color: #cffacf;
  border: 1px navy solid;
  border-radius: .5em;
  margin: .5em 0 0 0;
}

fieldset legend {
  color: #803333;
  font-weight: bold;
}

div.categorydata {
  background-color: #dfd;
  display: inline;
  margin-left: 1em;
  padding: .1em .25em;
}

ul.categoryitems {
  margin: .2em 0;
}

ul.categoryitems &gt; li {
  list-style: none;
  margin-bottom: .5em;
}

div#addusers_content { 
  padding-left: 1.2em;
}

div.itemcontent {
  background-color: #dfd;
  border-bottom: navy 1px dashed;
  border-left: navy 1px dashed;
  /* display: table-cell; */
  margin-bottom: .25em;
  padding: 3px;
}

ol#pendingusers_list &gt; li, ol#assignedflags_list &gt; li, ol#otherflags_list &gt; li {
  margin: .2em 0;
}

code.useremail {
  font-size: 85%;
}

div.user_internaldiv {
  display: inline;
  margin-left: 1em;
}

div#editusers_content {
  position: relative;
}

/**************************************************************************
 * form styling
 *************************************************************************/

input#adduser_submit {
  margin: 1em;
}

a.adduser_link, a.resolveallflags_link {
  font-size: 90%;
}

input.edituser, select.edituser {
  position: relative;
}

span.flaggedby {
  font-family: sans;
  font-size: 90%;
  text-decoration: underline;
}
span.flaglabel {
  color: #800;
  font-style: italic;
}
span.problem_author {
  color: #777;
  font-size: 85%;
}
em.flagcomment {
  color: #855;
  font-family: sans;
  font-size: 90%;
}</pre></body></html>