﻿body {
    font-size: 12pt;
}

/* Class to prevent difference marks from being shown before the rest of the text */
.diff-invis
{
    color: white !important;
    border-color: white !important;
    background-color: white !important;
}

/* Cursor changes when marker is paired in the other side */
.diff-2sides
{
    cursor: pointer;
}

.diff-1side
{
    cursor: default;
}

.diff-add
{
    background-color: lime;
    color: #003800;
    border: 1px solid olive;
}

.diff-del
{
    background-color: navajowhite;
    color: #380000;
    border: 1px solid sandybrown;
}

.diff-hl
{
    background-color: gold;
    border: 1px solid goldenrod;
}

#tblComparison
{
    border: 2px outset gray;
}
#tblComparison td
{
    border: 2px inset gray;
}
#tblComparison tbody td
{
    padding: 30px;
    vertical-align: top;
}

.translation { font-weight: bold }

.no-close .ui-dialog-titlebar-close {
  display: none;
}

a.external-link
{
    padding-right: 13px;
    background-position: center right;
    background-repeat: no-repeat;
    background-image:url(/w/resources/src/mediawiki.skinning/images/external-ltr.png);
}