/* 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.wikipreview {
  background-color : Lightblue;
}
DIV.wikiheader {
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  border-bottom: 2px solid black;
}
DIV.wikiheader H1 {
  margin-left: -20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
DIV.wikiheader A { color: blue; }
DIV.wikiheader A:visited { color: blue; }
DIV.wikifooter {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-top: 10px;
  background-color: #f0f0f0;
  border-top: 2px solid black;
}
DIV.wikifooter H1 {
  margin-left: -20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
DIV.wikifooter A { color: blue; }
DIV.wikifooter A:visited { color: blue; }
DDIV.wikirc {
}
DIV.wikitext {
  padding-left: 10px;
  padding-right: 10px;
}
DIV.otherpage {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 50px;
  background-color: white;
}
DIV.otherpage H2 {
  padding-top: 0px;
  margin-top: 0px;
  margin-left: -40px;
}
DIV.wikipref {
}
HR.wikilinefooter {
}
HR.wikilineheader {
  height : 1px;
}
HR.wikiline {
  height : 2px;
}
HR.wikilinepref {
  height : 5px;
}
A.wikipagelink {
}
A.wikipageedit {
  color : red;
  border-bottom : 1px dotted #a00
}
TABLE.wikidiffold {
  background-color : #ff9999;
}
TABLE.wikidiffnew {
  background-color : Lightgreen;
}

BODY { margin: 0px; padding: 0px; }

PRE {
  border: 1px solid black;
  background-color: #fafafa;
  padding: 10px;
}
