Projet

Général

Profil

Révision 661d64c9

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/diff/css/diff.default.css
1

  
2
html.js .diff-js-hidden { display: none; }
1
html.js .diff-js-hidden {
2
  display: none;
3
}
3 4

  
4 5
/**
5 6
 * Inline diff metadata
6 7
 */
7 8
.diff-inline-metadata {
8
  padding:4px;
9
  border:1px solid #ddd;
10
  background:#fff;
11
  margin:0px 0px 10px;
9
  padding: 4px;
10
  border: 1px solid #ddd;
11
  background: #fff;
12
  margin: 0 0 10px;
12 13
}
13 14

  
14
.diff-inline-legend { font-size:11px; }
15
.diff-inline-legend {
16
  font-size: 11px;
17
}
15 18

  
16 19
.diff-inline-legend span,
17
.diff-inline-legend label { margin-right:5px; }
20
.diff-inline-legend label {
21
  margin-right: 5px;
22
}
18 23

  
19 24
/**
20 25
 * Inline diff markup
21 26
 */
22
span.diff-deleted { color:#ccc; }
23
span.diff-deleted img { border: solid 2px #ccc; }
24
span.diff-changed { background:#ffb; }
25
span.diff-changed img { border:solid 2px #ffb; }
26
span.diff-added { background:#cfc; }
27
span.diff-added img { border: solid 2px #cfc; }
27
span.diff-deleted {
28
  color: #ccc;
29
}
30
span.diff-deleted img {
31
  border: solid 2px #ccc;
32
}
33
span.diff-changed {
34
  background: #ffb;
35
}
36
span.diff-changed img {
37
  border: solid 2px #ffb;
38
}
39
span.diff-added {
40
  background: #cfc;
41
}
42
span.diff-added img {
43
  border: solid 2px #cfc;
44
}
28 45

  
29 46
/**
30 47
 * Traditional split diff theming
......
35 52
  table-layout: fixed;
36 53
  width: 100%;
37 54
}
38
table.diff tr.even, table.diff tr.odd {
55
table.diff tr.even,
56
table.diff tr.odd {
39 57
  background-color: inherit;
40 58
  border: none;
41 59
}
......
45 63
td.diff-nextlink {
46 64
  text-align: right;
47 65
}
48
td.diff-section-title, div.diff-section-title {
66
td.diff-section-title,
67
div.diff-section-title {
49 68
  background-color: #f0f0ff;
50 69
  font-size: 0.83em;
51 70
  font-weight: bold;
......
84 103
table.diff td {
85 104
  padding: 0.1ex 0.4em;
86 105
}
106

  
107
table.diff-revisions tr.revision-published td {
108
  background-color: #aaffaa;
109
}

Formats disponibles : Unified diff