/*
 *  ========================================================================
 *  * Open eClass
 *  * E-learning and Course Management System
 *  * ========================================================================
 *  * Copyright 2003-2024, Greek Universities Network - GUnet
 *  *
 *  * Open eClass is an open platform distributed in the hope that it will
 *  * be useful (without any warranty), under the terms of the GNU (General
 *  * Public License) as published by the Free Software Foundation.
 *  * The full license can be read in "/info/license/license_gpl.txt".
 *  *
 *  * Contact address: GUnet Asynchronous eLearning Group
 *  *                  e-mail: info@openeclass.org
 *  * ========================================================================
 *
 */

/* Wiki table of contents and diff */
#toc {
    padding:5px;
    background-color:#f0f0f0;
    border:1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right:auto;
    text-align:center;
}

#toc div {
	text-align:left;
}

#toc tr, #toc td, #toc th, #toc caption {
    background-color:#f0f0f0;
    border:none;
}

.diff {
    font-family: monospace;
    padding: 5px;
    margin: 5px;
}

.diffEqual {
    background-color: white;
}

.diffMoved {
    background-color: #00CCFF;
}

.diffAdded {
    background-color: #A3FF9C;
}

.diffDeleted {
    background-color: #FFA59C;
}

/* Wiki tables */
.wikitable {
	margin-top: 10px;
    margin-bottom: 10px;
}

.wikitable td {
    border: 1px solid black;
}

.wikitable th {
    border: 1px solid black;
}
