@import "base.css";

p.paramdesc-title { 
  font-family: "Lucida Grande", Arial, sans-serif; 
  font-size: 10pt; 
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.4em;
}
p.paramdesc-title::before {
  content: "FUNC";
  font-size: 0.7em;
  border: 1px dotted #aaa;
  color: #aaa;
  background-color: #e8f4c1;
  margin-right: 5pt;
}

.synopsis {
  background-color: #d5dee3;
  border-top-width: 4px;
  border-top-style: double;
  border-top-color: #d3d3d3;
  border-bottom-width: 4px;
  border-bottom-style: double;
  border-bottom-color: #d3d3d3;
  padding: 4px; margin: 0em;
  font-family: courier, fixed, monospace;
}

.functionname { 
  font-weight: bold; 
}

.argumentname {       
  font-weight: bold;
  font-family: Eurostile, Helvetica, sans-serif;
}

.upltype, .value {
  font-family: courier, fixed, monospace;
  font-style:italic;
}

