[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/diff/ -> diff.css (source)

   1  /* $Id: diff.css,v 1.7.4.4 2010/08/12 15:54:15 yhahn Exp $ */
   2  
   3  html.js .diff-js-hidden { display:none; }
   4  
   5  /**
   6   * Inline diff metadata
   7   */
   8  .diff-inline-metadata {
   9    padding:4px;
  10    border:1px solid #ddd;
  11    background:#fff;
  12    margin:0px 0px 10px;
  13    }
  14  
  15  .diff-inline-legend { font-size:11px; }
  16  
  17  .diff-inline-legend span,
  18  .diff-inline-legend label { margin-right:5px; }
  19  
  20  /**
  21   * Inline diff markup
  22   */
  23  span.diff-deleted { color:#ccc; }
  24  span.diff-deleted img { border: solid 2px #ccc; }
  25  span.diff-changed { background:#ffb; }
  26  span.diff-changed img { border:solid 2px #ffb; }
  27  span.diff-added { background:#cfc; }
  28  span.diff-added img { border: solid 2px #cfc; }
  29  
  30  /**
  31   * Traditional split diff theming
  32   */
  33  table.diff {
  34    border-spacing: 4px;
  35    margin-bottom: 20px;
  36    table-layout: fixed;
  37    width: 100%;
  38  }
  39  table.diff tr.even, table.diff tr.odd {
  40    background-color: inherit;
  41    border: none;
  42  }
  43  td.diff-prevlink {
  44    text-align: left;
  45  }
  46  td.diff-nextlink {
  47    text-align: right;
  48  }
  49  td.diff-section-title, div.diff-section-title {
  50    background-color: #f0f0ff;
  51    font-size: 0.83em;
  52    font-weight: bold;
  53    padding: 0.1em 1em;
  54  }
  55  td.diff-deletedline {
  56    background-color: #ffa;
  57    width: 50%;
  58  }
  59  td.diff-addedline {
  60    background-color: #afa;
  61    width: 50%;
  62  }
  63  td.diff-context {
  64    background-color: #fafafa;
  65  }
  66  span.diffchange {
  67    color: #f00;
  68    font-weight: bold;
  69  }
  70  
  71  table.diff col.diff-marker {
  72    width: 1.4em;
  73  }
  74  table.diff col.diff-content {
  75    width: 50%;
  76  }
  77  table.diff th {
  78    padding-right: inherit;
  79  }
  80  table.diff td div {
  81    overflow: auto;
  82    padding: 0.1ex 0.5em;
  83    word-wrap: break-word;
  84  }
  85  table.diff td {
  86    padding: 0.1ex 0.4em;
  87  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7