/* The following is a sample CSS file for UseModWiki 1.0.
   It is not pretty, but it demonstrates all of the new DIVs and
   tag classes. */

DIV.wikitext {
  font-family : Arial;
}
DIV.wikipreview {
  font-family : Arial;
  background-color : Lightblue;
}
DIV.wikiheader {
  font-family : Arial;
  background-color : #ddeeff;
}
DIV.wikirc {
  font-family : Arial;
  background-color : Lightblue;
}
DIV.wikifooter {
  font-family : Arial;
  background-color : #ddeeff;
}
DIV.wikipref {
  font-family : Arial;
  background-color : orange;
}
SPAN.warning {
  color : red;
  font-family : Arial;
  font-weight: bold;
  background-color : LightRed;
}
SPAN.codegreen {
  color : green;
  font-family : Courier New;
}
SPAN.codered {
  color : red;
  font-family : Courier New;
}

HR.wikilinefooter {
  height : 3px;
}
HR.wikilineheader {
  height : 3px;
}
HR.wikiline {
  height : 2px;
  color : blue;
}
HR.wikilinepref {
  color : red;
  height : 5px;
}
A.wikipageedit {
  color : red;
  border-bottom : 1px dotted #a00
}
TABLE.wikidiffold {
  background-color : orange;
}
TABLE.wikidiffnew {
  background-color : #d7d7d7;
}
TD.columnheaders {
  font-family : Arial;
  font-weight: bold;
  background-color : #e0e0e0;
}
TD.rowodd {
  font-family : Arial;
  background-color : white;
}
TD.roweven {
  font-family : Arial;
  background-color : #ddffdd;
}
