/*
 * $Header: /cvsroot/tikiwiki/tiki/styles/notheme/notheme-wiki.css,v 1.11.2.1 2005/07/20 17:34:38 michael_davey Exp $
 *
 */

/*
 * Wiki page preferences
 */

/* Titles */
/* When the page title is a link this is the style */
.pagetitle, .pagetitle:visited, .pagetitle:active {
    color: WindowText;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 40px;
    text-decoration: none;
    text-transform: none;
}

/* Text in wiki pages is displayed using the following style */
div.wikitext {
    color: WindowText;
    background-color: ThreeDHighlight;
    border: 3px ridge WindowFrame;
    padding: 1px;
    padding-bottom: 10px;
    margin: 1px;
    margin-top: 5px;
    clear: both;
}
/* -= Wiki title bar =- */
div.titlebar {
    color: HighlightText;
    background-color: Highlight;
    font-variant: small-caps;
    font-size: 20px;
    padding-left: 5px;
    border: 2px ridge WindowFrame;
    margin-top: 35px;
}
/* Do not add space before top page -=title=- */
div.wikitext > div.titlebar:first-child {
    margin-top: 5px;
}
/ * Links in -=titlebar=- */
div.titlebar a.wiki:link {
    color: HighlightText;
}
div.titlebar a.wiki:visited,
div.titlebar a.wiki:hover,
div.titlebar a.wiki:visited:hover {
    color: HighlightText;
}
/* The bar where the actions for a page are displayed */
div#page-bar {
    margin-left: 5px;
    font-size: small;
}
/*
 * Wiki action buttons (the buttons displayed at the end of
 * each page to edit/print/remove/etc a page
 */
.button2, .button3 {
    font-family: serif;
    font-size: small;
    text-align: center;
    color: WindowText;
    background-color: ThreeDFace;
    /*
      border: 1px outset ThreeDLightShadow;
    */
    border-top: 1px solid ThreeDLightShadow;
    border-left: 1px solid ThreeDLightShadow;
    border-bottom: 1px solid ThreeDShadow;
    border-right: 1px solid ThreeDShadow;
}
.button3 {
  border-radius : 5px 5px 0 0;
  -moz-border-radius : 5px 5px 0 0;
  -khtml-border-radius : 5px 5px 0 0;
}
.button3 .linkbut {
  border-radius : 5px 5px 0 0;
  -moz-border-radius : 5px 5px 0 0;
  -khtml-border-radius : 5px 5px 0 0;
  padding-bottom : 2px;
  border-bottom : 0;
}

.button2:hover {
    /*
      border: 1px inset ThreeDLightShadow;
    */
    border-top: 1px solid ThreeDShadow;
    border-left: 1px solid ThreeDShadow;
    border-bottom: 1px solid ThreeDLightShadow;
    border-right: 1px solid ThreeDLightShadow;
}

/* Links in buttons */
.linkbut, .linkbut:visited {
    color: MenuText;
    background-color: Button;
    text-decoration: none;
}

.linkbut:visited:hover, .linkbut:hover {
    color: HighlightText;
    text-decoration: none;
}

.linkbut:active {
    color: MenuText;
    background-color: Button;
    text-decoration: none;
}

.linkbut:first-letter, .linkbut:visited:first-letter {
    color: blue;
    text-decoration: inherit;
}

.highlight, .highlight:visited, .highlight:visited:hover, .highlight:hover, .highlight:active {
    color: HighlightText;
    background-color: Button;
}

/*
 * When an external link is cached a small link
 * to the cached version (cache) is displayed
 * using this style
 */
.wikicache, .wikicache:visited, .wikicache:visited:hover, .wikicache:hover, .wikicache:active {
    color: GrayText;
    font-size: small;
    text-decoration: none;
}

/* User table on wiki page */
table.wikitable {
    width: 100%;
    border: 1px solid WindowText;
    border-spacing: 0;
    border-collapse: separate;
}

td.wikicell {
    border: 1px solid GrayText;
    border-spacing: 0;
    border-collapse: separate;
}

/* Date displayed for last modification date of pages */
p.editdate {
    font-size: small;
    font-family: serif;
}

/* The edit-help used to display the wiki syntax when editing a page */
div.wiki-edithelp {
    display: none;
    color: InfoText;
    background-color: InfoBackground;
    border: 2px outset WindowFrame;
    padding: 6px;
    font-family: serif;
    font-size: small;
    margin-top: 10px;
}

/* Wiki structures navigation bar */
div.tocnav {
    border: 2px ridge WindowFrame;
    background-color: InfoBackground;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 30px;
}

.tocnavlink, .tocnavlink:visited, .tocnavlink:hover, .tocnavlink:visited:hover {
    color: InfoText;
    text-decoration: none;
}

/* The whole comment/attachment area when it is visible and when it is not */
#attzone {
    display: none;
    margin-top: 10px;
}

/* Code listing style */
div.codelisting {
    color: InfoText;
    background-color: InfoBackground;
    border: 2px ridge WindowFrame;
    margin: 4px;
    padding-left: 20px;
}

/* Input fields in editing form */
input.wikitext {
    width: 100%;
}
