You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2003/01/24 04:37:12 UTC

cvs commit: xml-fop/src/documentation/content page.css

pbwest      2003/01/23 19:37:12

  Added:       src/documentation/content page.css
  Log:
  Horrible (hopefully temporary) kludge.
  
  Revision  Changes    Path
  1.1                  xml-fop/src/documentation/content/page.css
  
  Index: page.css
  ===================================================================
  html { font-size : 11pt; }
  
  body {  background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif;  font-size : 90%;  }
  
  a:link { color: #0000CD; }
  a:visited { color: #CD0000; }
  a:active { color: #2E8B57; }
  a:hover { color: #2E8B57; }
  
  .menu { margin: 0px; padding: 3px 8px 5px 3px;  font-size : 90%;  }
  .menu a:link { color: #FFFFFF;  text-decoration : none;  }
  .menu a:visited { color: #FFFFFF; text-decoration : none; }
  /*.menu a:active { font-weight: bold }*/
  .menu a:hover { color: #FFCC00; text-decoration : none; }
  .menu ul { margin: 0px 0px 0px 20px; padding: 0px; }
  .menu li  { list-style-image: url('images/label.gif'); font-weight : bold; }
  .menu ul ul li .sel { list-style-image: url('images/current.gif'); font-weight : normal; }
  .menu ul ul li  { list-style-image: url('images/page.gif'); font-weight : normal; }
  
  table .title { background-color: #FFFFFF; width:100%; border: 0px; }
  .dida { font-size: 60%; }
  
  .pre { white-space: pre;}
  
  .content { padding: 5px 5px 5px 10px; font : Verdana, Helvetica, sans-serif;  font-size : 90%; }
  .content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 90%;}
  .content .ForrestTable caption { text-align: left; color: black; font-weight: bold; }
  .content .ForrestTable th { text-align: center; }
  .content .ForrestTable td { background-color: #f0f0ff; color: black; }
  
  .frame { margin: 5px 20px 5px 20px; font-size: 90%; }
  .frame .content { margin: 0px; }
  
  .note { border: solid 1px #7099C5; background-color: #f0f0ff; }
  .note .label { background-color: #7099C5; color: #ffffff; }
  
  .warning { border: solid 1px #D00000; background-color: #fff0f0; }
  .warning .label { background-color: #D00000; color: #ffffff; }
  
  .fixme { border: solid 1px #C6C600; background-color: #FAF9C3; }
  .fixme .label { background-color: #C6C600; color: #ffffff; }
  
  .code { border-color: #CFDCED; border-style: solid; border-width: 1px; }
  .codefrag {	font-family: "Courier New", Courier, monospace; }
  
  .highlight { background-color: yellow; }
  
  .minitoc {margin: 5px 5px 5px 40px;}
  
  .dtdElement { width: 100%;	font-size: 90%; background-color : #ffffff; }
  
  .dtdTag {    color: #990000; text-transform : uppercase;  font-style : normal;  font-size : 120%;  font-weight : bold; }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org