/**
 * PhpWiki's Portland style sheet based on the original Wiki
 *
 * Styles are kept to a minimum, so the page will mostly appear
 * according to the browser's default font settings.
 */

@import url(../default/phpwiki-common.css);

body {
    color: black;
    background: white;
}

img {
    border: 0;
}

img.inlineimage {
    display: inline;
    vertical-align: middle;
}

.wiki-edithelp {
    font-size: smaller;
}

input.numeric {
    text-align: right;
}

/* --------------------------------------------------------------- */

img.toolbar:hover {
    cursor: pointer;
}

/*
 * "DL tables"
 */
.wiki-dl-table {
    border-collapse: collapse;
    border: 2px #444 solid;
}

.wiki-dl-table tr {
    border-top: 2px #444 solid;
    border-bottom: 2px #444 solid;
    border-left: none;
    border-right: none;
}

.wiki-dl-table th,
.wiki-dl-table td {
    padding: 0.25em 0.5em;
}

.wiki-dl-table th {
    vertical-align: top;
    text-align: right;
    border-right: 1px #444 solid;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.wiki-dl-table td {
    border: none;
}

/* Mozilla RecentChanges Sidebar */
body.sidebar {
    font-size: smaller;
    margin: 0.5em;
}

body.sidebar div.wikitext ul {
    padding-left: 1em;
}

body.sidebar h2 {
    margin-top: 0;
}

/* IncludePage plugin ================================================= */

.transclusion-title {
    font-style: oblique;
    font-size: 0.75em;
    text-decoration: underline;
    text-align: right;
}

.transclusion {
    background: lightgreen;
    border: thin;
    border-style: solid;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0.5ex 0;
}
