/*
  Gikia's default stylesheets.
  To replace it, add style.css in the root directory of your wiki.
*/

/* generic */

body {
  font-family: sans-serif,serif;
  background: white;
  margin: 1em 1em 2em 1em;
}

h1, h2, h3 {
  font-weight: normal;
  color: #005aa0;
}

h1 {
  font-size: 200%;
  border-bottom: dotted 2px;
}

h2 {
  font-size: 130%;
  border-bottom: dotted 1px;
}

h3 {
  color: #000000;
  font-size: 100%;
  border-bottom: dotted 1px;
}

table {
  border-collapse: collapse;
}

th {
  text-align: center;
  font-weight: normal;
}

td {
  border-width: 1px;
  border-style: solid;
  border-color: #666;
}

td, th {
  padding: 0.3em 0.5em;
}

a:hover {
  color:#CC0000;
}

a img {
  border: 0;
}

img {
  margin: 0.5em 1em 0.5em 1em;
}

tr.odd > td {
  background: #f0f0f0;
}

pre.blockcode {
  margin-left: 1.5em;
  margin-right: 1.5em;
  border: 1px solid #6185a0;
  padding: 6px 6px;
  color: #600000;
  background: #f4f4f8;
}

blockquote {
  margin-left:  1.5em
  margin-right: 1.5em;
  border-left: 1px solid #999;
  padding-left: 1em;
}

div.toc {
  background-color: #F9F9F9;
  border: 1px solid #DBDBDB;
  border-radius: 10px 10px 10px 10px;
  font-size: 90%;
  max-width: 450pt;
  padding-right: 20pt;
}

/* page's history */

table.history {
  font-size: 80%;
  border-width: 10px;
}

/* and it's changes */

pre.diff {
  white-space: pre-wrap; /* word wrap */
  font-family: monospace;
  margin-left: 1.5em;
  margin-right: 1.5em;
  border: 1px solid #6185a0;
  padding: 6px 6px;
  color: #600000;
  background: #f4f4f8;
}

pre.diff del {
  background: #FF99CC;
  text-decoration: none;
}

pre.diff ins {
  background: #99CC99;
  text-decoration: none;
}

/* some links on a top of the page */

table.header {
  border-style: none;
  width: 100%;
}

table.header td {
  border-style: none;
  padding: 0;
}

table.header td.breadcrumbs {
  text-align: left;
  padding: 0 1em 0 0;
}

table.header td.links {
  text-align: right;
}

/* source code highlighting */

.hl_main {
  font-family: monospace;
  background: #f3f6f9;
}

.hl_nums {
  float: left;
  text-align: right;
  margin: 0 0 0 0;
  border-right: 1px solid #999;
  color: #AAAAAA;
}

.hl_code {
  margin: 0;
  padding: 0;
}

.hl_line {
  vertical-align: bottom;
  padding: 0 1em;
}

.hl_Kwd   {color: #0000ff; font-weight: bold;}
.hl_Type  {color: #007f00;}
.hl_Utyp  {color: #007f7f;}
.hl_Str   {color: #ff0000;}
.hl_Rex   {color: #ff9f00;}
.hl_Sch   {color: #ffbfcf;}
.hl_Com   {color: #9f2f2f; font-style: italic;}
.hl_Num   {color: #7f007f;}
.hl_Prep  {color: #00007f; font-weight: bold;}
.hl_Sym   {color: #7f0000;}
.hl_Fun   {color: #000000; font-weight: bold;}
.hl_Cbrk  {color: #ff0000;}
.hl_Pvar  {color: #00007f;}
.hl_Pfun  {color: #00007f; font-weight: bold;}
.hl_Clas  {color: #007f7f;}
.hl_Line  {color: #000000;}
.hl_Url   {color: #0000ff; text-decoration: underline;}
.hl_Date  {color: #0000ff; font-weight: bold;}
.hl_Time  {color: #00007f; font-weight: bold;}
.hl_File  {color: #00007f; font-weight: bold;}
.hl_Ip    {color: #007f00;}
.hl_Name  {color: #007f00;}
.hl_Var   {color: #007f00;}
.hl_Ital  {color: #007f00; font-style: italic;}
.hl_Bold  {color: #007f00; font-weight: bold;}
.hl_Undr  {color: #007f00; text-decoration: underline;}
.hl_Fixd  {color: #00ff00;}
.hl_Arg   {color: #007f00;}
.hl_Oarg  {color: #7f007f;}
.hl_Math  {color: #ff9f00;}
.hl_Bibx  {color: #0000ff;}
.hl_Old   {color: #ff9f00;}
.hl_New   {color: #007f00;}
.hl_Diff  {color: #0000ff;}
.hl_Sel   {color: #7f007f;}
.hl_Prop  {color: #0000ff;}
.hl_Val   {color: #007f00;}
.hl_Atom  {color: #ff9f00;}
.hl_Meta  {color: #000000; font-style: italic;}


