/*
 * CSS for Inkscape's Wiki (http://www.inkscape.org/)
 *
 * By: Tom von Schwerdtner | Etria LLP (http://www.etria.com/)
 *
 */

body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Times New Roman', Serif;
    padding: 0px;
    margin: 0px;
}

a:link, a:visited, a:hover {
    font-weight: bold;
    color: #0081ac;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #0081ac;
}

div.wikiheader, div.wikifooter {
    padding: 10px;
    padding-right: 20px;
    background-color: #0081ac;
    color: #d6d6d6;
    border: none;
}

div.wikiheader {
    border-bottom: 2px #000000 solid;
}

div.wikifooter {
    font-size: 80%;
    border-top: 2px #000000 solid;
}

div.wikifooter form {
}

div.wikiheader a:link,
div.wikifooter a:link,
div.wikiheader a:hover,
div.wikifooter a:hover,
div.wikiheader a:visited,
div.wikifooter a:visited
{
    color: white;
}

div.wikiheader img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wikilineheader, .wikilinefooter {
    display: none;
}

div.wikitext, div.wikipref, div.wikirc {
    padding: 20px;
}


#logo {
    float: right;
}

#logo a img {
    border:    none;

}

/* JON: In the wiki by adding the logo as a div tag, this is a hack that puts
   logo in the main menu which is mirrored on the bottom of the page. Thus,
   to get it to not display on the bottom, the following css doesn't allow
   it to get displayed.
 */
.wikifooter #logo {
    display:    none;
}


/*
     FILE ARCHIVED ON 01:45:21 Feb 07, 2005 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:30:08 Sep 28, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/