You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2001/07/26 19:34:50 UTC

cvs commit: httpd-docs-1.3/apidoc ap-dict.css

coar        01/07/26 10:34:50

  Added:       apidoc   ap-dict.css
  Log:
  	XML stylesheet for the lexicon DTD.
  
  Revision  Changes    Path
  1.1                  httpd-docs-1.3/apidoc/ap-dict.css
  
  Index: ap-dict.css
  ===================================================================
  /* This is a customized version of the DocBookX Stylesheet supplied
     with XMetaL. Basically, the stylesheet has been laid out so that every
     DocBook will look similarly to a Journalist's document.  This
     stylesheet is not complete by far, many tags are missing or are
     formatted incompletely. Please modify or add any formattings as you
     are working with this stylesheet and mail them back to me.  Till
     Gerken
  */
  /****************************************************************************/
  /*                       Global Display Settings                            */
  /****************************************************************************/
  $DOCUMENT {
    font-family: "Footlight MT Light", Garamond, Palatino, "Times New Roman", serif;
    font-size: 10pt;
    margin-top: 5px;
    margin-left: 5px;
    line-height: 18pt;
    margin-bottom: 16pt;
    padding-top: 8pt;
    padding-left: 8pt;
    text-align: left;
  }
  
  $COMMENT {
    display: inline;
    color: #800000;
    white-space: pre;
    font-family: sans-serif;
    background-color: #E0E0E0;
    text-align: left;
  }
  
  $PROCINS {
    color: green;
    text-align: left;
  }
  
  /****************************************************************************/
  /*                         Tag Display Settings                             */
  /****************************************************************************/
  lexicon :before {
    font-size: 20pt;
    content: attr(name);
    text-align: center;
    display: block;
  }
  
  item :before {
    content: attr(type) " ";
    font-family: "Footlight MT Light", Garamond, Palatino, "Times New Roman", serif;
    font-size: 14pt;
  }
  
  item {
    margin-top: 24pt;
    display: block;
  }
  
  item [type~="Cross-reference"] {
    display: none;
  }
  
  item name {
    color: #00ffff;
    font-family: monospace;
    font-size: 14pt;
    font-weight: bold;
  }
  
  declaration:before {
    text-align: left;
    text-indent: -2pc;
    font-family: "Footlight MT Light", Garamond, Palatino, "Times New Roman", serif;
    font-style: italic;
    font-size: 12pt;
    content: "Declaration:";
    display: block;
    margin-top: 12pt;
  }
  
  var {
    font-style: italic;
    display: inline;
  }
  
  severity :before {
    content: "Severity: ";
    font-family: "Footlight MT Light", Garamond, Palatino, "Times New Roman", serif;
    font-size: 12pt;
    margin-top: 12pt;
    display: inline;
  }
  
  severity {
    display: block;
  }
  
  version :before {
    content: "Apache version: ";
    font-family: "Footlight MT Light", Garamond, Palatino, "Times New Roman", serif;
    margin-top: 12pt;
    font-size: 12pt;
    display: inline;
  }
  
  version {
    display: block;
  }
  
  defined-by :before {
    content: "Message reported by: ";
    font-family: "Footlight MT Light", Garamond, Palatino, "Times New Roman", serif;
    margin-top: 12pt;
    font-size: 12pt;
    display: inline;
  }
  
  defined-by {
    font-family: monospace;
    display: block;
    font-size: 10pt;
  }
  
  flags :before {
    content: "Message includes: ";
    font-family: "Footlight MT Light", Garamond, Palatino, "Times New Roman", serif;
    margin-top: 12pt;
    font-size: 12pt;
    display: inline;
  }
  
  flags flag :before {
    content: ", ";
  }
  
  flags flag {
    display: inline;
  }
  
  declaration {
    text-align: left;
    margin-left: 2pc;
    font-size: 8pt;
    display: block;
    font-family: monospace;
  }
  
  description para {
    display: block;
    text-align: left;
    margin-top: 12pt;
  }
  
  action para {
    display: block;
    text-align: left;
    margin-top: 12pt;
    margin-left: 2em;
  }
  
  response :before {
    content: "Corrective action(s):";
    font-weight: bold;
    display: block;
  }
  
  seealso :before {
    content: "See also: ";
    font-style: italic;
    font-weight: bold;
  }
  
  ref {
    color: #ff00ff;
  }
  
  seealso ref {
    color: #ff00ff;
    font-family: monospace;
  }
  
  example text {
    display: block;
    white-space: pre;
    font-family: monospace;
    margin-top: 5pt;
    margin-bottom: 5pt;
    font-size: 80%;
    text-align: left;
    color: green;
  }
  
  book {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 8pt;
    padding-top: 8pt;
    font-size: 10pt;
    text-align: left;
  }
  
  book title {
    font-weight: bold;
    font-family: Verdana, Tahoma, sans-serif;
    display: block;
    font-size: 200%;
    border-top: medium;
    color: #000099;
    text-align: center;
    margin-bottom: 8pt;
  }
  
  /* NOTE: This refers to "book bibliography" NOT to "bookbiblio"! */
  appendix title, preface title, book bibliography title, chapter title, toc title {
    align: left;
    border-top: medium gray solid;
    display: block;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 10pt;
    margin-top: 16pt;
    text-align: left;
    color: #008080;
  }
  
  appendix title :before {
    content: "Appendix: ";
    text-align: left;
  }
  
  sect1 title {
    align: left;
    border-top: thin gray solid;
    display: block;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 8pt;
    margin-top: 12pt;
    text-align: left;
    color: #008080;
  }
  
  sect2 title {
    align: left;
    border-top: thin gray solid;
    display: block;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 8pt;
    margin-top: 12pt;
    text-align: left;
    color: #008080;
  }
  
  sect3 {
    margin-left: 12pt;
  }
  
  sect3 title {
    align: left;
    border-top: thin gray solid;
    display: block;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 8pt;
    margin-top: 12pt;
    text-align: left;
    color: #008080;
  }
  
  listitem para, sect1, sect2, sect3, sect4 {
    display: block;
    text-align: left;
  }
  
  /* Warning, Caution and Note */
  warning:before {
    content: "Warning: ";
    text-align: left;
  }
  
  caution:before {
    content: "Caution: ";
    text-align: left;
  }
  
  caution, warning {
    color: red;
    text-align: left;
  }
  
  note:before {
    content: "Note: ";
    text-align: left;
  }
  
  note {
    color: navy;
    text-align: left;
  }
  
  warning, caution, note {
    display: block;
    font-weight: bold;
    text-align: left;
    background-color: #F2F2F2;
    border: 1px black solid;
  }
  
  /* Bibliography settings */
  biblioentry {
    margin-left: 24pt;
    margin-top: 5pt;
    text-align: left;
  }
  
  bibliography title {
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
  }
  
  literallayout {
    display: block;
    margin-top: 4pt;
    margin-left: 10pt;
    white-space: pre;
    text-align: left;
    font-family: "Courier New";
    font-weight: bold;
    font-size: 10pt;
  }
  
  programlisting {
    display: block;
    white-space: pre;
    font-family: monospace;
    margin-top: 5pt;
    margin-bottom: 5pt;
    font-size: 80%;
    text-align: left;
    color: green;
  }
  
  orderedlist {
    display: block;
    list-style-type: decimal;
    margin-bottom: 10pt;
    margin-top: 5pt;
    text-align: left;
  }
  
  para {
    display: block;
    text-align: left;
    margin-top: 4pt;
    margin-left: 4pt;
    margin-right: 4pt;
    margin-bottom: 4pt;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  listitem {
    margin-left: 25pt;
    display: list-item;
    text-align: left;
  }
  
  itemizedlist {
    display: block;
    list-style-type: disc;
    margin-bottom: 10pt;
    margin-top: 5pt;
    text-align: left;
  }
  
  figure title:before {
    content: "Figure: ";
  }
  
  figure title {
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
    display: block;
    text-align: left;
    font-size: 10pt;
    font-variant: normal;
    color: black;
    margin-bottom: 0pt;
  }
  
  /* Variable List Settings */
  variablelist title {
    font-weight: bold;
    display: block;
    text-align: left;
  }
  
  variablelist {
    margin-left: 10pt;
    text-align: left;
  }
  
  varlistentry {
    display: block;
    margin-top: 10pt;
    padding-top: 8pt;
    padding-left: 8pt;
    text-align: left;
  }
  
  varlistentry term {
    display: block;
    font-weight: bold;
    color: 408080;
    margin-top: 10pt;
    padding-top: 8pt;
    padding-left: 8pt;
    text-align: left;
  }
  
  varlistentry>listitem {
    margin-left: 25pt;
    padding-top: 8pt;
    padding-left: 8pt;
    display: block;
    text-align: left;
  }
  
  orgname {
    font-style: italic;
    display: block;
    text-align: center;
  }
  
  table, figure, preface {
    text-align: left;
    display: block;
    margin-top: 10pt;
  }
  
  author {
    text-align: center;
    margin-top: 15pt;
    margin-left: 20pt;
    display: block;
  }
  
  copyright {
    font-size: small;
    text-align: center;
    display: block;
  }
  
  copyright:before {
    content: "Copyright (c) 1999 ";
    text-align: left;
  }
  
  caption {
    font-weight: bold;
    text-align: left;
    font-size: large;
  }
  
  address {
    text-align: center;
    display: block;
    margin-top: 10pt;
    white-space: pre;
  }
  
  jobtitle {
    display: block;
    text-align: center;
  }
  
  pubdate {
    text-align: center;
    display: block;
    font-size: 9pt;
    font-style: italic;
    font-family: sans-serif;
  }
  
  pubdate:before {
    content: "Last modified: ";
  }
  
  thead th {
    color: red;
    background-color: yellow;
  }
  
  abstract {
    font-style: italic;
    margin-top: 12pt;
  }
  
  tocpart tocentry {
    align: left;
    font-size: 100%;
    display: block;
    text-align: left;
    font-weight: bold;
  }
  
  tocchap tocentry {
    margin-left: 10pt;
    font-weight: normal;
  }
  
  toclevel1 tocentry {
    margin-left: 20pt;
    font-weight: normal;
  }
  
  important {
    font-style: normal;
    font-weight: bold;
  }
  
  function {
    white-space: pre;
    font-family: monospace;
    color: #FF6633;
  }
  
  paramdef:before {
    content: "(";
  display:block;
  }
  
  paramdef:after {
    content: ")";
  }
  
  funcsynopsis {
    display: inline;
    white-space: normal;
  }
  
  example title {
    font-size: 10pt;
  }
  
  action title {
    font-weight: bold;
    font-size: 12pt;
    display: block;
    margin-top: 12pt;
    margin-left: 1em;
  }
  
  optional:before {
    content: "[";
  }
  
  optional:after {
    content: "]";
  }
  
  example:before {
    content: "Example:";
    display: block;
    margin-top: 12pt;
    font-weight: bold;
    font-size: 12pt;
  }
  
  publishername {
    text-align: center;
  }
  
  bookinfo {
    visibility: hidden;
    display: none;
  }
  
  envar, parameter {
    font-family: monospace;
    color: #0066FF;
  }
  
  structname {
    font-family: monospace;
  }
  
  formalpara title, title {
    font-size: 12pt;
  }
  
  tip:before {
    content: "Tip:";
    font-weight: bold;
  }
  
  ulink, link {
    font-style: italic;
    display: inline;
  }
  
  literal {
    font-style: italic;
    color: #009900;
  }
  
  emphasis, citation {
    font-style: italic;
  }
  
  returnvalue:before {
    content: "Returns: ";
    font-weight: bold;
  }
  
  action {
    display: block;
    color: #000000;
  }
  
  funcdef, funcsynopsisinfo, funcsynopsisinfo, abbrev, ackno, acronym, affiliation, alt, answer, appendix, areaset, areaspec, arg, artheader, article, artpagenums, attribution, audioobject, authorblurb, authorgroup, authorinitials, bibliodiv, bibliography, bibliomisc, bibliomixed, biblioset, blockquote, bookbiblio, bookinfo, bridgehead, callout, calloutlist, chapter, citerefentry, citetitle, cmdsynopsis, collab, collabname, colophon, command, comment, confdates, confgroup, confnum, confsponsor, conftitle, contractnum, contractsponsor, contrib, corpauthor, corpname, date, dedication, docinfo, edition, editor, entry, entrytbl, epigraph, equation, example, firstname, footnote, formalpara, funcprototype, funcsynopsis, glossary, glossdef, glossdiv, glossentry, glosslist, glosssee, glossseealso, graphicco, group, guibutton, guiicon, guilabel, guimenu, guimenuitem, guisubmenu, highlights, holder, honorific, imageobject, imageobjectco, important, index, indexdiv, indexentry, indexterm, informalequation, informalexample, informalfigure, informaltable, inlineequation, inlinemediaobject, interface, invpartnumber, isbn, issn, issuenum, itermset, keycap, keycombo, keysym, keyword, keywordset, label, legalnotice, lineage, link, lot, lotentry, manvolnum, mediaobject, mediaobjectco, member, menuchoice, modespec, mousebutton, msg, msgaud, msgentry, msgexplan, msginfo, msglevel, msgmain, msgorig, msgrel, msgset, msgsub, msgtext, objectinfo, olink, orgdiv, othercredit, othername, pagenums, part, partintro, phrase, primary, primaryie, printhistory, procedure, productname, productnumber, programlistingco, publisher, publishername, pubsnumber, qandadiv, qandaentry, qandaset, question, refclass, refdescriptor, refentry, refentrytitle, reference, refmeta, refmiscinfo, refname, refnamediv, refpurpose{   display: block;
  }
  refsect1{   display: block;
  }
  refsect1info, refsect2, refsect2info, refsect3, refsect3info, refsynopsisdiv, refsynopsisdivinfo, releaseinfo, replaceable {
    display: inline;
  }
  
  revhistory, revision, revnumber, revremark, row, screen, screenco, screeninfo, screenshot, secondary, secondaryie, sect1info, sect2info, sect3info, sect4info, sect5, sect5info, section, sectioninfo, see, seealso {
    display: block;
  }
  
  seealsoie, seeie, seg, seglistitem, segmentedlist, segtitle, seriesinfo, seriesvolnums, set, setindex, setinfo, shortaffil, shortcut, sidebar, simpara, simplelist, simplesect, step, subject, subjectset, subjectterm, substeps, subtitle, surname, synopfragment, synopfragmentref, synopsis, tbody, term, tertiary, tertiaryie, textobject, tfoot, tgroup, thead, tip, title, titleabbrev, tocback, tocfront, toclevel1, toclevel2, toclevel3, toclevel4, toclevel5, tocpart, videoobject, volumenum, year {
    display: block;
  }
  
  option {
    font-family: monospace;
  }
  
  funcdef function:after {
    content: " ";
  }
  
  funcsynopsis type:after {
    content: " ";
  }
  
  paramdef parameter:after {
    content: " ";
  }
  
  parameter + parameter {
    font-weight: bold;
  }
  
  funcsynopsis action:after {
    content: "";
  }
  
  term type:before {
    content: " (";
  }
  
  term type:after {
    content: ")";
  }
  
  thead {
    font-weight: bold;
  }
  
  subscript {
    font-size: 80%;
    vertical-align: sub;
    text-align: left;
  }
  
  command, glossterm {
    display: inline;
    font-family: monospace;
    font-weight: bold;
  }
  
  comment {
    color: red;
    background-color: yellow;
  }
  
  seealso {
    font-size: 9pt;
    font-style: italic;
    color: #009900;
  }
  
  type {
    color: #669999;
  }
  
  replaceable {
    color: #990099;
  }
  
  screen {
    display: block;
    white-space: pre;
    font-family: monospace;
    margin-top: 5pt;
    margin-bottom: 5pt;
    font-size: 80%;
    text-align: left;
  }
  
  

Re: cvs commit: httpd-docs-1.3/apidoc ap-dict.css

Posted by Rodent of Unusual Size <Ke...@Golux.Com>.
coar@apache.org wrote:
> 
>   Added:       apidoc   ap-dict.css
>   Log:
>         XML stylesheet for the lexicon DTD.

More on the XMLisation of the API and message lexicons.. this
is a stylesheet based on one I have used for a Docbook project.
There is a lot of unused cruft still in it, but I wanted to
check it in so anyone with an XML viewer could take a look at
the API and message dictionaries.
-- 
#ken    P-)}

Ken Coar, Sanagendamgagwedweinini  http://Golux.Com/coar/
Apache Software Foundation         http://www.apache.org/
"Apache Server for Dummies"        http://Apache-Server.Com/
"Apache Server Unleashed"          http://ApacheUnleashed.Com/

---------------------------------------------------------------------
To unsubscribe, e-mail: apache-docs-unsubscribe@apache.org
For additional commands, e-mail: apache-docs-help@apache.org