Projet

Général

Profil

Révision 98c5df5c

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/sky/color/color.inc
76 76
        'sitename'         => '#ffffff',
77 77
        'siteslogan'       => '#ffffff',
78 78
        'navigationbg'     => '#5d9dd0',
79
        'navigationfg'     => '#ffffff',
79
        'navigationfg'     => '#111111',
80 80
        'titlepage'        => '#100001',
81
        'titleblock'       => '#888888',
81
        'titleblock'       => '#101010',
82 82
        'titlelinked'      => '#000000',
83 83
        'link'             => '#2897d7',
84 84
        'linkhover'        => '#1473d7',
drupal7/sites/all/themes/sky/css/navigation.css
98 98
ul.sf-menu {
99 99
  margin-bottom: 0 !important;
100 100
}
101
/* Superfish fixes */
102
ul.sf-menu ul {
103
  margin: 0;
104
}
101 105
.sf-vertical,
102 106
.sf-vertical li {
103 107
  width: 100%;
......
283 287
}
284 288

  
285 289
/* Disable transitions */
290
.field-type-addthis a,
291
.addthis_toolbox a,
286 292
ul.primary li a,
287 293
ul.primary li.active a,
288 294
div.contextual-links-wrapper a,
289 295
.toolbar-toggle-processed {
290 296
  -webkit-transition: 0;
291
  -moz-transition: all 0s linear 0s;
297
  -moz-transition: none 0s linear 0s;
292 298
  -o-transition: 0;
293 299
  transition: 0;
294 300
}
drupal7/sites/all/themes/sky/css/page.css
38 38
  padding: 0 20px;
39 39
  float: left;
40 40
}
41
#page > header > hgroup {
41
#page > header > .h-group {
42 42
  line-height: 1.2;
43 43
  margin: 0 20px;
44 44
}
drupal7/sites/all/themes/sky/css/print.css
121 121
  margin: 0 !important;
122 122
  float:none !important;
123 123
}
124
hgroup a:link,
125
hgroup a:visited {
124
.h-group a:link,
125
.h-group a:visited {
126 126
  text-decoration: none;
127 127
}
128 128

  
drupal7/sites/all/themes/sky/css/sky.settings.style.css
158 158

  
159 159

  
160 160
/* Background overlays */
161
.bb-n {
162
  background-image: none;
163
}
164 161
.bb-h {
165 162
  background-image: url(images/ts/hatch.png);
166 163
}
drupal7/sites/all/themes/sky/sky.info
441 441
  settings[menu_bullets]          = 'mb-dd'
442 442
  settings[menu_bar_position]     = 'mbp-l'
443 443

  
444
; Information added by drupal.org packaging script on 2012-07-31
445
version = "7.x-3.0-rc1"
444
; Information added by Drupal.org packaging script on 2014-03-23
445
version = "7.x-3.0"
446 446
core = "7.x"
447 447
project = "sky"
448
datestamp = "1343717266"
448
datestamp = "1395577162"
449 449

  
drupal7/sites/all/themes/sky/template.php
83 83
 */
84 84
function sky_preprocess_node(&$vars) {
85 85
  // Add class if user picture exists
86
  if ($vars['user_picture']) {
87
    $vars['header_attributes_array']['class'][] = 'with-picture';
86
  if(!empty($vars['submitted']) && $vars['display_submitted']) {
87
    if ($vars['user_picture']) {
88
      $vars['header_attributes_array']['class'][] = 'with-picture';
89
    }
88 90
  }
89 91
}
90 92

  
......
108 110
    $vars['inner_prefix'] = '<h2 class="menu-toggle"><a href="#">' . t('Menu') . '</a></h2>';
109 111
  }
110 112
}
111

  
112

  
113

  
114

  
115

  
116

  
117

  
118

  
119

  
120

  
121

  
drupal7/sites/all/themes/sky/templates/node.tpl.php
7 7
  <?php if(!empty($user_picture) || $title || (!empty($submitted) && $display_submitted)): ?>
8 8
    <header<?php print $header_attributes; ?>>
9 9

  
10
      <?php print $user_picture; ?>
10
      <?php if(!empty($submitted) && $display_submitted) print $user_picture; ?>
11 11

  
12 12
      <?php if ($title && !$page): ?>
13 13
        <h1<?php print $title_attributes; ?>>
drupal7/sites/all/themes/sky/templates/page.tpl.php
16 16

  
17 17
        <?php if ($site_name || $site_slogan): ?>
18 18
          <!-- start: Site name and Slogan hgroup -->
19
          <hgroup id="name-and-slogan"<?php print $hgroup_attributes; ?>>
19
          <div id="name-and-slogan"<?php print $hgroup_attributes; ?>>
20 20

  
21 21
            <?php if ($site_name): ?>
22 22
              <h1 id="site-name"<?php print $site_name_attributes; ?>><?php print $site_name; ?></h1>
......
26 26
              <h2 id="site-slogan"<?php print $site_slogan_attributes; ?>><?php print $site_slogan; ?></h2>
27 27
            <?php endif; ?>
28 28

  
29
          </hgroup><!-- /end #name-and-slogan -->
29
          </div><!-- /end #name-and-slogan -->
30 30

  
31 31
        <?php endif; ?>
32 32

  
drupal7/sites/all/themes/sky/theme-settings.php
22 22
    '#default_value' => TRUE,
23 23
  );
24 24

  
25
  // Remove option to use full width wrappers
26
  $form['at']['modify-output']['design']['page_full_width_wrappers'] = array(
27
    '#access' => FALSE,
28
  );
29

  
25 30
  if (at_get_setting('enable_extensions') === 1) {
26 31
    $form['at']['corners'] = array(
27 32
      '#type' => 'fieldset',

Formats disponibles : Unified diff