HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/LHouwen/dokuwiki.logic.nl/wwwroot/lib/tpl/bootstrap3/css/diff.less
/*!
 * DokuWiki Bootstrap3 Template: Difference
 *
 * Home     http://dokuwiki.org/template:bootstrap3
 * Author   Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
 * License  GPL 2 (http://www.gnu.org/licenses/gpl.html)
 */

.dokuwiki {

  div.pagenav {
    text-align: center;
    margin: 1.5em 0;
  }
  div.pagenav-prev,
  div.pagenav-next {
    display: inline;
    margin: 0 0.5em;
  }

}

.dokuwiki table.diff {

  width: 100%;
  border-width: 0;
  overflow: hidden;

  form, label {
    display: inline;
  }

  select {
    font-size: small;
    width: 60%;

    option[selected] {
     font-weight: bold;
    }
  }

  th, td {
    vertical-align: top;
    padding: 0;
    border-width: 0;
  }

  td {
    font-family: monospace;
    font-size: small;

    &.diff-context {
      background-color: #fafafa;
    }
  }

  .diff_sidebyside th {
    width: 50%;
  }

  .diff-lineheader {
    width: 0;
  }

}

.dokuwiki .diffnav {

  span {
    display: none;
  }

  a {
    display: inline-block;
  }

}

.dokuwiki {

  .diffoptions,
  .diffnav {
    padding: 0.5em 0 !important;
  }

  .diff-blockheader {
    padding: 0.5em 0 !important;
  }

  .diff_inline td, th {
    vertical-align: middle;
  }

  .dokuwiki .diffoptions.group p {
    float: right;
  }

}