/* WikkiTikkiTavi default style sheet. */
/* $Id: wiki.css,v 1.13 2003/10/28 16:47:34 holroy Exp $ */
body
  { background-color: #f5f5f5;
    color:            #000000;
    font-family:      Arial, sans-serif;
    margin-right:     3%;
    margin-left:      3%; }
a:link
  { color:      #330099;
    background: transparent; }
a:visited
  { color:      #333366;
    background: transparent; }
a:active
  { color:      #330099;
    background: transparent; }
a:hover
  { color:      red;
    font-style: bold; }
a.title
  { display: block;
    padding-top:     0.5em;
    padding-bottom:  0.5em;
    font-size:       0.85em; 
    text-decoration: none; }
img
  { border: 0; }
div.logo
  { float: left; 
    padding-right: 5em;
  }
div.googleads
  { float: right;
    padding-right: 5em;
  }
div#header #toolbar-top 
  { clear: both;
  }
table.diff
  { width: 95%; }
table.antispamphr
{
        font-size:6px;
}
td.diff-added
  { background-color: #cfffcf;
    color:            #000000; }
td.diff-removed
  { background-color: #ffffaf;
    color:            #000000; }
h1
  { margin-bottom: 0; }
textarea
  { width: 100%; }
dl, ul, ol
  { margin-top:    0px;
    margin-bottom: 0px; }
form
  { margin-top: 0px; }
p.warning
  { color:      #ff3f3f;
    background: transparent; }
span.twin
  { font-size: smaller; }
tt
  { background: transparent;
    color:      #383838; }
pre
  { background: transparent;
    color:      #383838; }

/* Used together with TitleSearch */
ul.oneline
  { list-style-type: none;
    display: inline;
    margin-left: 0em; }
ul.oneline li
  { display: inline; }
ul.prelist
  { list-style-type: none;
    font-family: monospace; }

div#header #logo
  { float: left; }
div#header #googleads
  { float: right; }
div#header hr
  { display: none;
    clear: both; }

/* Some php-syntax highlighting defaults */
pre.phpsource { border-width: 1px; border-style: solid;  border-color: #000000; 
                background-color: #d5d5d5; 
                padding: 0.3em;  } 

.phpsource span.html    { color: #000000; }
.phpsource span.default { color: #0000CC; }
.phpsource span.keyword { color: #11cc11; }
.phpsource span.string  { color: #CC0000; }
.phpsource span.comment { color: #FF9900; }

@media print {
 body                       { background-color: #ffffff; color: #000000; }
 div#header #toolbar-top    { display: none; }
 div#footer #toolbar-bottom { display: none; }
 div#footer form            { display: none; }
}
