Projet

Général

Profil

Demande #1917 » drupal.patch

Benjamin Drieu, 20/04/2017 11:30

Voir les différences:

drupal/6/sites/default/themes/zen_april/zen_april.css
34 34
  margin: 0;
35 35
  padding: 0;
36 36
  background: #e2e5e9 url(images/body_bg_top.gif) top repeat-x;
37
  font-family: Verdana, sans-serif;
37
  font-family: Verdana, sans-serif !important;
38 38
  color: #000;
39 39
  background-color: #fff;
40 40
}
......
47 47

  
48 48
a {
49 49
  color: #02739f;
50
  text-decoration: none;
50
  text-decoration: none !important;
51 51
}
52 52
a:hover {
53 53
  color: #005184;
54
  text-decoration: none;
54
  text-decoration: none !important;
55 55
}
56 56

  
57 57
ol { list-style-type: decimal; }
......
112 112
#content-header h1 {
113 113
  background: url(images/content_header_bg.gif) top repeat-x #0274A0;
114 114
}
115
#content-header .breadcrumb + h1 { background-position: left -0.8em; }
115
#content-header .breadcrumb + h1 { background-position: left -0.8em !important; }
116 116
#content-header .help { background-color: white; }
117 117

  
118 118
.breadcrumb /* The path to the current page in the form of a list of links */ {
119
  color: #98cde7;
120
  padding: 0 0 0 20px;
121
  font-size: 10px;
122
  padding-bottom: 0; /* Undo system.css */
119
  color: #98cde7 !important;
120
  padding: 0 0 0 20px !important;
121
  font-size: 10px !important;
122
  padding-bottom: 0 !important; /* Undo system.css */
123
  background-color: inherit !important;
124
  margin-bottom: inherit !important;
125
  list-style: inherit !important;
126
  border-radius: inherit !important;
123 127
}
124
.breadcrumb a { color: #cbe6f3; }
128
.breadcrumb a { color: #cbe6f3 !important; }
125 129

  
126 130
h1.title, /* The title of the page */
127 131
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
......
135 139
  min-height: 34px;
136 140
  font-weight: normal;
137 141
}
138
.breadcrumb + h1 { padding-top: 0; }
142
.breadcrumb + h1 { padding-top: 0 !important; }
139 143

  
140 144
h2.pane-title, h2.pane-title a,
141 145
h2.title, h2.title a {
......
732 736
}
733 737

  
734 738
.form-item label /* The label for a form element */ {
735
  display: block;
736
  font-weight: bold;
739
  display: block !important;
740
  font-weight: bold !important;
737 741
}
738 742

  
739 743
.form-item label.option /* The label for a radio button or checkbox */ {
......
1420 1424
.front .item-list .pager{
1421 1425
    display: none;
1422 1426
}
1427

  
1428
#dtcmain p, #dtcmail blockquote {
1429
    line-height: initial !important;
1430
    text-align: initial;
1431
}
1432

  
1433
#content blockquote {
1434
    font-size: inherit !important;
1435
}
drupal/6/sites/default/themes/zen_april/zen_april.info
30 30
stylesheets[all][]   = elements.css
31 31
stylesheets[all][]   = mobile.css
32 32
stylesheets[all][]   = messages.css
33
stylesheets[all][]   = bootstrap.min.css
34
stylesheets[all][]   = font-awesome.min.css
33 35
; stylesheets[all][]   = html-elements.css
34 36
; stylesheets[all][] = tabs.css
35 37
; stylesheets[all][] = messages.css
    (1-1/1)