@charset "UTF-8";
/* text/css utf-8
 *
 * This is the style used for sks.spodhuis.org
 */

/* combined metrics order: top right bottom left */

span.ak { text-decoration: underline; }
div.prelude { margin-bottom: 1.5ex; }
.blurb > div { margin-bottom: 0.8ex; }

.maintainer { font-style: italic; }
.keyid { font-family: monospace; font-style: normal; }
.ipaddr { font-family: monospace; }
.host_aliases { font-size: smaller; }

.peertable {
  border-collapse: collapse; 
  border: 2px solid;
  padding: 0.8ex 1em 0.5ex 0.5em;
} 
.peertable th {
  border: 2px solid;
  padding: 0.8ex 1em 0.5ex 0.5em;
}  
.peertable tbody td {
  vertical-align: top;
  border: 1px solid;
  padding: 0.8ex 1em 0.5ex 0.5em;
}

div.meta > span:before { content: " ["; }
div.meta > span:after { content: "] "; }

div.forms {
  /* http://www.w3.org/TR/2009/WD-css3-multicol-20090630/ */
  column-count: 2;
}

div.forms > h3 {
  column-break-before: always;
}

/* http://www.w3.org/TR/CSS21/syndata.html §4.3.8 describes how to use
 * repeated declarations to support values invalid in older browsers.
 */
fieldset {
  border-style: groove;
  border-radius: 4em;
  background-color: rgb(240,240,240);
  background-color: rgba(20,20,20,0.05);
}

#pgp_s_text {
  display: block;
}

text:focus, textarea:focus {
  background-color: rgba(0,255,255,0.1);
}

/* vim: set filetype=css sw=2 expandtab : */
